|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.wpc.Envelope
public class Envelope
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 |
---|
public Envelope()
public Envelope(java.lang.String WPCResponseType, WpcHeaderType wpcHeader, WpcBodyType wpcBody, java.lang.String communicationVersion)
Method Detail |
---|
public java.lang.String getWPCResponseType()
public void setWPCResponseType(java.lang.String WPCResponseType)
WPCResponseType
- public WpcHeaderType getWpcHeader()
public void setWpcHeader(WpcHeaderType wpcHeader)
wpcHeader
- public WpcBodyType getWpcBody()
public void setWpcBody(WpcBodyType wpcBody)
wpcBody
- public java.lang.String getCommunicationVersion()
public void setCommunicationVersion(java.lang.String communicationVersion)
communicationVersion
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |