|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.xmlsoap.schemas.wsdl.TDocumented | +--org.xmlsoap.schemas.wsdl.TExtensibleDocumented | +--org.xmlsoap.schemas.wsdl.TOperation
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 |
private TParam input
private TParam output
private TFault[] fault
private TParam output2
private TParam input2
private TFault[] fault2
private org.apache.axis.types.NCName name
private org.apache.axis.types.NMTokens parameterOrder
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail |
public 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 |
public TParam getInput()
public void setInput(TParam input)
input
- public TParam getOutput()
public void setOutput(TParam output)
output
- public TFault[] getFault()
public void setFault(TFault[] fault)
fault
- public TFault getFault(int i)
public void setFault(int i, TFault _value)
public TParam getOutput2()
public void setOutput2(TParam output2)
output2
- public TParam getInput2()
public void setInput2(TParam input2)
input2
- public TFault[] getFault2()
public void setFault2(TFault[] fault2)
fault2
- public TFault getFault2(int i)
public void setFault2(int i, TFault _value)
public org.apache.axis.types.NCName getName()
public void setName(org.apache.axis.types.NCName name)
name
- public org.apache.axis.types.NMTokens getParameterOrder()
public void setParameterOrder(org.apache.axis.types.NMTokens parameterOrder)
parameterOrder
- public boolean equals(java.lang.Object obj)
equals
in class TExtensibleDocumented
public int hashCode()
hashCode
in class TExtensibleDocumented
static void()
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |