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
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, registerNatives, toString, wait, wait, wait |
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
TBindingOperation
public TBindingOperation()
TBindingOperation
public TBindingOperation(TBindingOperationMessage input,
TBindingOperationMessage output,
TBindingOperationFault[] fault,
org.apache.axis.types.NCName name)
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