org.xmlsoap.schemas.wsdl
Class TParam
java.lang.Object
|
+--org.xmlsoap.schemas.wsdl.TDocumented
|
+--org.xmlsoap.schemas.wsdl.TExtensibleAttributesDocumented
|
+--org.xmlsoap.schemas.wsdl.TParam
- All Implemented Interfaces:
- java.io.Serializable
- public class TParam
- extends TExtensibleAttributesDocumented
- implements java.io.Serializable
- See Also:
- Serialized Form
Field Summary |
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private javax.xml.namespace.QName |
message
|
private org.apache.axis.types.NCName |
name
|
private static org.apache.axis.description.TypeDesc |
typeDesc
|
Constructor Summary |
TParam()
|
TParam(org.apache.axis.types.NCName name,
javax.xml.namespace.QName message)
|
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 |
javax.xml.namespace.QName |
getMessage()
Gets the message value for this TParam. |
org.apache.axis.types.NCName |
getName()
Gets the name value for this TParam. |
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 |
setMessage(javax.xml.namespace.QName message)
Sets the message value for this TParam. |
void |
setName(org.apache.axis.types.NCName name)
Sets the name value for this TParam. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, registerNatives, toString, wait, wait, wait |
name
private org.apache.axis.types.NCName name
message
private javax.xml.namespace.QName message
__equalsCalc
private java.lang.Object __equalsCalc
__hashCodeCalc
private boolean __hashCodeCalc
typeDesc
private static org.apache.axis.description.TypeDesc typeDesc
TParam
public TParam()
TParam
public TParam(org.apache.axis.types.NCName name,
javax.xml.namespace.QName message)
getName
public org.apache.axis.types.NCName getName()
- Gets the name value for this TParam.
- Returns:
- name
setName
public void setName(org.apache.axis.types.NCName name)
- Sets the name value for this TParam.
- Parameters:
name
-
getMessage
public javax.xml.namespace.QName getMessage()
- Gets the message value for this TParam.
- Returns:
- message
setMessage
public void setMessage(javax.xml.namespace.QName message)
- Sets the message value for this TParam.
- Parameters:
message
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class TExtensibleAttributesDocumented
hashCode
public int hashCode()
- Overrides:
hashCode
in class TExtensibleAttributesDocumented
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