public class TOperation extends TExtensibleDocumented
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>
| Modifier and Type | Field and Description |
|---|---|
protected List<TFault> |
faults |
protected List<JAXBElement<TParam>> |
inputsAndOutputs |
protected String |
name |
protected List<String> |
parameterOrders |
aniesdocumentation| Constructor and Description |
|---|
TOperation() |
| Modifier and Type | Method and Description |
|---|---|
List<TFault> |
getFaults()
Gets the value of the faults property.
|
List<JAXBElement<TParam>> |
getInputsAndOutputs()
Gets the value of the inputsAndOutputs property.
|
String |
getName()
Gets the value of the name property.
|
List<String> |
getParameterOrders()
Gets the value of the parameterOrders property.
|
void |
setName(String value)
Sets the value of the name property.
|
getAniesgetDocumentation, setDocumentationprotected List<JAXBElement<TParam>> inputsAndOutputs
protected String name
public List<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 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 String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic List<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
Copyright © 2017. All rights reserved.