org.xmlsoap.schemas.wsdl
Class TOperation

java.lang.Object
  |
  +--org.xmlsoap.schemas.wsdl.TDocumented
        |
        +--org.xmlsoap.schemas.wsdl.TExtensibleDocumented
              |
              +--org.xmlsoap.schemas.wsdl.TOperation
All Implemented Interfaces:
org.apache.axis.encoding.AnyContentType, java.io.Serializable

public class TOperation
extends TExtensibleDocumented
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  TFault[] fault
           
private  TFault[] fault2
           
private  TParam input
           
private  TParam input2
           
private  org.apache.axis.types.NCName name
           
private  TParam output
           
private  TParam output2
           
private  org.apache.axis.types.NMTokens parameterOrder
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Fields inherited from class org.xmlsoap.schemas.wsdl.TExtensibleDocumented
_any
 
Fields inherited from class org.xmlsoap.schemas.wsdl.TDocumented
documentation
 
Constructor Summary
TOperation()
           
TOperation(TParam input, TParam output, TFault[] fault, TParam output2, TParam input2, TFault[] fault2, org.apache.axis.types.NCName name, org.apache.axis.types.NMTokens parameterOrder)
           
 
Method Summary
(package private) static void ()
           
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 TFault[] getFault()
          Gets the fault value for this TOperation.
 TFault getFault(int i)
           
 TFault[] getFault2()
          Gets the fault2 value for this TOperation.
 TFault getFault2(int i)
           
 TParam getInput()
          Gets the input value for this TOperation.
 TParam getInput2()
          Gets the input2 value for this TOperation.
 org.apache.axis.types.NCName getName()
          Gets the name value for this TOperation.
 TParam getOutput()
          Gets the output value for this TOperation.
 TParam getOutput2()
          Gets the output2 value for this TOperation.
 org.apache.axis.types.NMTokens getParameterOrder()
          Gets the parameterOrder value for this TOperation.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setFault(int i, TFault _value)
           
 void setFault(TFault[] fault)
          Sets the fault value for this TOperation.
 void setFault2(int i, TFault _value)
           
 void setFault2(TFault[] fault2)
          Sets the fault2 value for this TOperation.
 void setInput(TParam input)
          Sets the input value for this TOperation.
 void setInput2(TParam input2)
          Sets the input2 value for this TOperation.
 void setName(org.apache.axis.types.NCName name)
          Sets the name value for this TOperation.
 void setOutput(TParam output)
          Sets the output value for this TOperation.
 void setOutput2(TParam output2)
          Sets the output2 value for this TOperation.
 void setParameterOrder(org.apache.axis.types.NMTokens parameterOrder)
          Sets the parameterOrder value for this TOperation.
 
Methods inherited from class org.xmlsoap.schemas.wsdl.TExtensibleDocumented
get_any, set_any
 
Methods inherited from class org.xmlsoap.schemas.wsdl.TDocumented
getDocumentation, setDocumentation
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

input

private TParam input

output

private TParam output

fault

private TFault[] fault

output2

private TParam output2

input2

private TParam input2

fault2

private TFault[] fault2

name

private org.apache.axis.types.NCName name

parameterOrder

private org.apache.axis.types.NMTokens parameterOrder

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

TOperation

public TOperation()

TOperation

public TOperation(TParam input,
                  TParam output,
                  TFault[] fault,
                  TParam output2,
                  TParam input2,
                  TFault[] fault2,
                  org.apache.axis.types.NCName name,
                  org.apache.axis.types.NMTokens parameterOrder)
Method Detail

getInput

public TParam getInput()
Gets the input value for this TOperation.
Returns:
input

setInput

public void setInput(TParam input)
Sets the input value for this TOperation.
Parameters:
input -  

getOutput

public TParam getOutput()
Gets the output value for this TOperation.
Returns:
output

setOutput

public void setOutput(TParam output)
Sets the output value for this TOperation.
Parameters:
output -  

getFault

public TFault[] getFault()
Gets the fault value for this TOperation.
Returns:
fault

setFault

public void setFault(TFault[] fault)
Sets the fault value for this TOperation.
Parameters:
fault -  

getFault

public TFault getFault(int i)

setFault

public void setFault(int i,
                     TFault _value)

getOutput2

public TParam getOutput2()
Gets the output2 value for this TOperation.
Returns:
output2

setOutput2

public void setOutput2(TParam output2)
Sets the output2 value for this TOperation.
Parameters:
output2 -  

getInput2

public TParam getInput2()
Gets the input2 value for this TOperation.
Returns:
input2

setInput2

public void setInput2(TParam input2)
Sets the input2 value for this TOperation.
Parameters:
input2 -  

getFault2

public TFault[] getFault2()
Gets the fault2 value for this TOperation.
Returns:
fault2

setFault2

public void setFault2(TFault[] fault2)
Sets the fault2 value for this TOperation.
Parameters:
fault2 -  

getFault2

public TFault getFault2(int i)

setFault2

public void setFault2(int i,
                      TFault _value)

getName

public org.apache.axis.types.NCName getName()
Gets the name value for this TOperation.
Returns:
name

setName

public void setName(org.apache.axis.types.NCName name)
Sets the name value for this TOperation.
Parameters:
name -  

getParameterOrder

public org.apache.axis.types.NMTokens getParameterOrder()
Gets the parameterOrder value for this TOperation.
Returns:
parameterOrder

setParameterOrder

public void setParameterOrder(org.apache.axis.types.NMTokens parameterOrder)
Sets the parameterOrder value for this TOperation.
Parameters:
parameterOrder -  

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class TExtensibleDocumented

hashCode

public int hashCode()
Overrides:
hashCode in class TExtensibleDocumented

static void ()

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object

getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer

getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer