com.ibm.wpc
Class WpcNotificationInfoType

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

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

See Also:
Serialized Form

Constructor Summary
WpcNotificationInfoType()
           
WpcNotificationInfoType(java.lang.String notificationCode, WpcDescriptionType notificationMessage, java.lang.String wpcTradeItemPK, WpcNotificationInfoTypeType type)
           
 
Method Summary
 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
 java.lang.String getNotificationCode()
          Gets the notificationCode value for this WpcNotificationInfoType.
 WpcDescriptionType getNotificationMessage()
          Gets the notificationMessage value for this WpcNotificationInfoType.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 WpcNotificationInfoTypeType getType()
          Gets the type value for this WpcNotificationInfoType.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getWpcTradeItemPK()
          Gets the wpcTradeItemPK value for this WpcNotificationInfoType.
 int hashCode()
           
 void setNotificationCode(java.lang.String notificationCode)
          Sets the notificationCode value for this WpcNotificationInfoType.
 void setNotificationMessage(WpcDescriptionType notificationMessage)
          Sets the notificationMessage value for this WpcNotificationInfoType.
 void setType(WpcNotificationInfoTypeType type)
          Sets the type value for this WpcNotificationInfoType.
 void setWpcTradeItemPK(java.lang.String wpcTradeItemPK)
          Sets the wpcTradeItemPK value for this WpcNotificationInfoType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WpcNotificationInfoType

public WpcNotificationInfoType()

WpcNotificationInfoType

public WpcNotificationInfoType(java.lang.String notificationCode,
                               WpcDescriptionType notificationMessage,
                               java.lang.String wpcTradeItemPK,
                               WpcNotificationInfoTypeType type)
Method Detail

getNotificationCode

public java.lang.String getNotificationCode()
Gets the notificationCode value for this WpcNotificationInfoType.

Returns:
notificationCode

setNotificationCode

public void setNotificationCode(java.lang.String notificationCode)
Sets the notificationCode value for this WpcNotificationInfoType.

Parameters:
notificationCode -

getNotificationMessage

public WpcDescriptionType getNotificationMessage()
Gets the notificationMessage value for this WpcNotificationInfoType.

Returns:
notificationMessage

setNotificationMessage

public void setNotificationMessage(WpcDescriptionType notificationMessage)
Sets the notificationMessage value for this WpcNotificationInfoType.

Parameters:
notificationMessage -

getWpcTradeItemPK

public java.lang.String getWpcTradeItemPK()
Gets the wpcTradeItemPK value for this WpcNotificationInfoType.

Returns:
wpcTradeItemPK

setWpcTradeItemPK

public void setWpcTradeItemPK(java.lang.String wpcTradeItemPK)
Sets the wpcTradeItemPK value for this WpcNotificationInfoType.

Parameters:
wpcTradeItemPK -

getType

public WpcNotificationInfoTypeType getType()
Gets the type value for this WpcNotificationInfoType.

Returns:
type

setType

public void setType(WpcNotificationInfoTypeType type)
Sets the type value for this WpcNotificationInfoType.

Parameters:
type -

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