org.xmlsoap.schemas.wsdl
Class TBindingOperation

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

public class TBindingOperation
extends TExtensibleDocumented
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  TBindingOperationFault[] fault
           
private  TBindingOperationMessage input
           
private  org.apache.axis.types.NCName name
           
private  TBindingOperationMessage output
           
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
TBindingOperation()
           
TBindingOperation(TBindingOperationMessage input, TBindingOperationMessage output, TBindingOperationFault[] fault, org.apache.axis.types.NCName name)
           
 
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
 TBindingOperationFault[] getFault()
          Gets the fault value for this TBindingOperation.
 TBindingOperationFault getFault(int i)
           
 TBindingOperationMessage getInput()
          Gets the input value for this TBindingOperation.
 org.apache.axis.types.NCName getName()
          Gets the name value for this TBindingOperation.
 TBindingOperationMessage getOutput()
          Gets the output value for this TBindingOperation.
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, TBindingOperationFault _value)
           
 void setFault(TBindingOperationFault[] fault)
          Sets the fault value for this TBindingOperation.
 void setInput(TBindingOperationMessage input)
          Sets the input value for this TBindingOperation.
 void setName(org.apache.axis.types.NCName name)
          Sets the name value for this TBindingOperation.
 void setOutput(TBindingOperationMessage output)
          Sets the output value for this TBindingOperation.
 
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 TBindingOperationMessage input

output

private TBindingOperationMessage output

fault

private TBindingOperationFault[] fault

name

private org.apache.axis.types.NCName name

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

TBindingOperation

public TBindingOperation()

TBindingOperation

public TBindingOperation(TBindingOperationMessage input,
                         TBindingOperationMessage output,
                         TBindingOperationFault[] fault,
                         org.apache.axis.types.NCName name)
Method Detail

getInput

public TBindingOperationMessage getInput()
Gets the input value for this TBindingOperation.
Returns:
input

setInput

public void setInput(TBindingOperationMessage input)
Sets the input value for this TBindingOperation.
Parameters:
input -  

getOutput

public TBindingOperationMessage getOutput()
Gets the output value for this TBindingOperation.
Returns:
output

setOutput

public void setOutput(TBindingOperationMessage output)
Sets the output value for this TBindingOperation.
Parameters:
output -  

getFault

public TBindingOperationFault[] getFault()
Gets the fault value for this TBindingOperation.
Returns:
fault

setFault

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

getFault

public TBindingOperationFault getFault(int i)

setFault

public void setFault(int i,
                     TBindingOperationFault _value)

getName

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

setName

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

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