com.ibm.wpc
Class Envelope

java.lang.Object
  extended by com.ibm.wpc.Envelope
All Implemented Interfaces:
java.io.Serializable

public class Envelope
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Envelope()
           
Envelope(java.lang.String WPCResponseType, WpcHeaderType wpcHeader, WpcBodyType wpcBody, java.lang.String communicationVersion)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCommunicationVersion()
          Gets the communicationVersion value for this Envelope.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
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
 WpcBodyType getWpcBody()
          Gets the wpcBody value for this Envelope.
 WpcHeaderType getWpcHeader()
          Gets the wpcHeader value for this Envelope.
 java.lang.String getWPCResponseType()
          Gets the WPCResponseType value for this Envelope.
 int hashCode()
           
 void setCommunicationVersion(java.lang.String communicationVersion)
          Sets the communicationVersion value for this Envelope.
 void setWpcBody(WpcBodyType wpcBody)
          Sets the wpcBody value for this Envelope.
 void setWpcHeader(WpcHeaderType wpcHeader)
          Sets the wpcHeader value for this Envelope.
 void setWPCResponseType(java.lang.String WPCResponseType)
          Sets the WPCResponseType value for this Envelope.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Envelope

public Envelope()

Envelope

public Envelope(java.lang.String WPCResponseType,
                WpcHeaderType wpcHeader,
                WpcBodyType wpcBody,
                java.lang.String communicationVersion)
Method Detail

getWPCResponseType

public java.lang.String getWPCResponseType()
Gets the WPCResponseType value for this Envelope.

Returns:
WPCResponseType

setWPCResponseType

public void setWPCResponseType(java.lang.String WPCResponseType)
Sets the WPCResponseType value for this Envelope.

Parameters:
WPCResponseType -

getWpcHeader

public WpcHeaderType getWpcHeader()
Gets the wpcHeader value for this Envelope.

Returns:
wpcHeader

setWpcHeader

public void setWpcHeader(WpcHeaderType wpcHeader)
Sets the wpcHeader value for this Envelope.

Parameters:
wpcHeader -

getWpcBody

public WpcBodyType getWpcBody()
Gets the wpcBody value for this Envelope.

Returns:
wpcBody

setWpcBody

public void setWpcBody(WpcBodyType wpcBody)
Sets the wpcBody value for this Envelope.

Parameters:
wpcBody -

getCommunicationVersion

public java.lang.String getCommunicationVersion()
Gets the communicationVersion value for this Envelope.

Returns:
communicationVersion

setCommunicationVersion

public void setCommunicationVersion(java.lang.String communicationVersion)
Sets the communicationVersion value for this Envelope.

Parameters:
communicationVersion -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

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