org.xmlsoap.schemas.wsdl
Class TMessage

java.lang.Object
  |
  +--org.xmlsoap.schemas.wsdl.TDocumented
        |
        +--org.xmlsoap.schemas.wsdl.TExtensibleDocumented
              |
              +--org.xmlsoap.schemas.wsdl.TMessage
All Implemented Interfaces:
org.apache.axis.encoding.AnyContentType, java.io.Serializable

public class TMessage
extends TExtensibleDocumented
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  org.apache.axis.types.NCName name
           
private  TPart[] part
           
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
TMessage()
           
TMessage(TPart[] part, org.apache.axis.types.NCName name)
           
 
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.NCName getName()
          Gets the name value for this TMessage.
 TPart[] getPart()
          Gets the part value for this TMessage.
 TPart getPart(int i)
           
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 setName(org.apache.axis.types.NCName name)
          Sets the name value for this TMessage.
 void setPart(int i, TPart _value)
           
 void setPart(TPart[] part)
          Sets the part value for this TMessage.
 
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

part

private TPart[] part

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
Constructor Detail

TMessage

public TMessage()

TMessage

public TMessage(TPart[] part,
                org.apache.axis.types.NCName name)
Method Detail

getPart

public TPart[] getPart()
Gets the part value for this TMessage.
Returns:
part

setPart

public void setPart(TPart[] part)
Sets the part value for this TMessage.
Parameters:
part -  

getPart

public TPart getPart(int i)

setPart

public void setPart(int i,
                    TPart _value)

getName

public org.apache.axis.types.NCName getName()
Gets the name value for this TMessage.
Returns:
name

setName

public void setName(org.apache.axis.types.NCName name)
Sets the name value for this TMessage.
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