org.plasma.xml.wsdl.v11
Class TOperation

java.lang.Object
  extended by org.plasma.xml.wsdl.v11.TDocumented
      extended by org.plasma.xml.wsdl.v11.TExtensibleDocumented
          extended by org.plasma.xml.wsdl.v11.TOperation

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>
 


Field Summary
protected  List<TFault> faults
           
protected  List<JAXBElement<TParam>> inputsAndOutputs
           
protected  String name
           
protected  List<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
 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.
 
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

inputsAndOutputs

protected List<JAXBElement<TParam>> inputsAndOutputs

faults

protected List<TFault> faults

name

protected String name

parameterOrders

protected List<String> parameterOrders
Constructor Detail

TOperation

public TOperation()
Method Detail

getInputsAndOutputs

public List<JAXBElement<TParam>> getInputsAndOutputs()
Gets the value of the inputsAndOutputs property.

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>


getFaults

public List<TFault> getFaults()
Gets the value of the faults property.

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


getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getParameterOrders

public List<String> getParameterOrders()
Gets the value of the parameterOrders property.

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 © 2014. All rights reserved.