org.xmlsoap.schemas.wsdl
Class TPart
java.lang.Object
|
+--org.xmlsoap.schemas.wsdl.TDocumented
|
+--org.xmlsoap.schemas.wsdl.TExtensibleAttributesDocumented
|
+--org.xmlsoap.schemas.wsdl.TPart
- All Implemented Interfaces:
- java.io.Serializable
- public class TPart
- 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 |
element
|
private org.apache.axis.types.NCName |
name
|
private javax.xml.namespace.QName |
type
|
private static org.apache.axis.description.TypeDesc |
typeDesc
|
Constructor Summary |
TPart()
|
TPart(org.apache.axis.types.NCName name,
javax.xml.namespace.QName element,
javax.xml.namespace.QName type)
|
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 |
getElement()
Gets the element value for this TPart. |
org.apache.axis.types.NCName |
getName()
Gets the name value for this TPart. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
javax.xml.namespace.QName |
getType()
Gets the type value for this TPart. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setElement(javax.xml.namespace.QName element)
Sets the element value for this TPart. |
void |
setName(org.apache.axis.types.NCName name)
Sets the name value for this TPart. |
void |
setType(javax.xml.namespace.QName type)
Sets the type value for this TPart. |
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
element
private javax.xml.namespace.QName element
type
private javax.xml.namespace.QName type
__equalsCalc
private java.lang.Object __equalsCalc
__hashCodeCalc
private boolean __hashCodeCalc
typeDesc
private static org.apache.axis.description.TypeDesc typeDesc
TPart
public TPart()
TPart
public TPart(org.apache.axis.types.NCName name,
javax.xml.namespace.QName element,
javax.xml.namespace.QName type)
getName
public org.apache.axis.types.NCName getName()
- Gets the name value for this TPart.
- Returns:
- name
setName
public void setName(org.apache.axis.types.NCName name)
- Sets the name value for this TPart.
- Parameters:
name
-
getElement
public javax.xml.namespace.QName getElement()
- Gets the element value for this TPart.
- Returns:
- element
setElement
public void setElement(javax.xml.namespace.QName element)
- Sets the element value for this TPart.
- Parameters:
element
-
getType
public javax.xml.namespace.QName getType()
- Gets the type value for this TPart.
- Returns:
- type
setType
public void setType(javax.xml.namespace.QName type)
- Sets the type value for this TPart.
- Parameters:
type
-
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