org.xmlsoap.schemas.wsdl.soap
Class TBody
java.lang.Object
|
+--org.xmlsoap.schemas.wsdl.TExtensibilityElement
|
+--org.xmlsoap.schemas.wsdl.soap.TBody
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- TFaultRes
- public class TBody
- extends TExtensibilityElement
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
TBody()
|
TBody(org.apache.axis.types.NMTokens parts,
org.apache.axis.types.URI[] encodingStyle,
UseChoice use,
org.apache.axis.types.URI namespace)
|
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 |
org.apache.axis.types.URI[] |
getEncodingStyle()
Gets the encodingStyle value for this TBody. |
org.apache.axis.types.URI |
getNamespace()
Gets the namespace value for this TBody. |
org.apache.axis.types.NMTokens |
getParts()
Gets the parts value for this TBody. |
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 |
UseChoice |
getUse()
Gets the use value for this TBody. |
int |
hashCode()
|
void |
setEncodingStyle(org.apache.axis.types.URI[] encodingStyle)
Sets the encodingStyle value for this TBody. |
void |
setNamespace(org.apache.axis.types.URI namespace)
Sets the namespace value for this TBody. |
void |
setParts(org.apache.axis.types.NMTokens parts)
Sets the parts value for this TBody. |
void |
setUse(UseChoice use)
Sets the use value for this TBody. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, registerNatives, toString, wait, wait, wait |
parts
private org.apache.axis.types.NMTokens parts
encodingStyle
private org.apache.axis.types.URI[] encodingStyle
use
private UseChoice use
namespace
private org.apache.axis.types.URI namespace
__equalsCalc
private java.lang.Object __equalsCalc
__hashCodeCalc
private boolean __hashCodeCalc
typeDesc
private static org.apache.axis.description.TypeDesc typeDesc
TBody
public TBody()
TBody
public TBody(org.apache.axis.types.NMTokens parts,
org.apache.axis.types.URI[] encodingStyle,
UseChoice use,
org.apache.axis.types.URI namespace)
getParts
public org.apache.axis.types.NMTokens getParts()
- Gets the parts value for this TBody.
- Returns:
- parts
setParts
public void setParts(org.apache.axis.types.NMTokens parts)
- Sets the parts value for this TBody.
- Parameters:
parts
-
getEncodingStyle
public org.apache.axis.types.URI[] getEncodingStyle()
- Gets the encodingStyle value for this TBody.
- Returns:
- encodingStyle
setEncodingStyle
public void setEncodingStyle(org.apache.axis.types.URI[] encodingStyle)
- Sets the encodingStyle value for this TBody.
- Parameters:
encodingStyle
-
getUse
public UseChoice getUse()
- Gets the use value for this TBody.
- Returns:
- use
setUse
public void setUse(UseChoice use)
- Sets the use value for this TBody.
- Parameters:
use
-
getNamespace
public org.apache.axis.types.URI getNamespace()
- Gets the namespace value for this TBody.
- Returns:
- namespace
setNamespace
public void setNamespace(org.apache.axis.types.URI namespace)
- Sets the namespace value for this TBody.
- Parameters:
namespace
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class TExtensibilityElement
hashCode
public int hashCode()
- Overrides:
hashCode
in class TExtensibilityElement
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