|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.xml.wsdl.v11.TDocumented
org.plasma.xml.wsdl.v11.TExtensibleDocumented
org.plasma.xml.wsdl.v11.TOperation
public class TOperation
Java class for tOperation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tOperation">
<complexContent>
<extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibleDocumented">
<sequence>
<choice>
<group ref="{http://schemas.xmlsoap.org/wsdl/}request-response-or-one-way-operation"/>
<group ref="{http://schemas.xmlsoap.org/wsdl/}solicit-response-or-notification-operation"/>
</choice>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<attribute name="parameterOrder" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<TFault> |
faults
|
protected java.util.List<javax.xml.bind.JAXBElement<TParam>> |
inputsAndOutputs
|
protected java.lang.String |
name
|
protected java.util.List<java.lang.String> |
parameterOrders
|
| Fields inherited from class org.plasma.xml.wsdl.v11.TExtensibleDocumented |
|---|
anies |
| Fields inherited from class org.plasma.xml.wsdl.v11.TDocumented |
|---|
documentation |
| Constructor Summary | |
|---|---|
TOperation()
|
|
| Method Summary | |
|---|---|
java.util.List<TFault> |
getFaults()
Gets the value of the faults property. |
java.util.List<javax.xml.bind.JAXBElement<TParam>> |
getInputsAndOutputs()
Gets the value of the inputsAndOutputs property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.util.List<java.lang.String> |
getParameterOrders()
Gets the value of the parameterOrders property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
| Methods inherited from class org.plasma.xml.wsdl.v11.TExtensibleDocumented |
|---|
getAnies |
| Methods inherited from class org.plasma.xml.wsdl.v11.TDocumented |
|---|
getDocumentation, setDocumentation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<javax.xml.bind.JAXBElement<TParam>> inputsAndOutputs
protected java.util.List<TFault> faults
protected java.lang.String name
protected java.util.List<java.lang.String> parameterOrders
| Constructor Detail |
|---|
public TOperation()
| Method Detail |
|---|
public java.util.List<javax.xml.bind.JAXBElement<TParam>> getInputsAndOutputs()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the inputsAndOutputs property.
For example, to add a new item, do as follows:
getInputsAndOutputs().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<TParam>
JAXBElement<TParam>
public java.util.List<TFault> getFaults()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the faults property.
For example, to add a new item, do as follows:
getFaults().add(newItem);
Objects of the following type(s) are allowed in the list
TFault
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getParameterOrders()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the parameterOrders property.
For example, to add a new item, do as follows:
getParameterOrders().add(newItem);
Objects of the following type(s) are allowed in the list
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||