Uses of Class
com.ibm.wpc.WpcNotificationInfoTypeType

Packages that use WpcNotificationInfoTypeType
com.ibm.wpc   
 

Uses of WpcNotificationInfoTypeType in com.ibm.wpc
 

Fields in com.ibm.wpc declared as WpcNotificationInfoTypeType
static WpcNotificationInfoTypeType WpcNotificationInfoTypeType.ERROR
           
static WpcNotificationInfoTypeType WpcNotificationInfoTypeType.PROCESSING
           
static WpcNotificationInfoTypeType WpcNotificationInfoTypeType.SUCCESS
           
static WpcNotificationInfoTypeType WpcNotificationInfoTypeType.WARNING
           
 

Methods in com.ibm.wpc that return WpcNotificationInfoTypeType
static WpcNotificationInfoTypeType WpcNotificationInfoTypeType.fromString(java.lang.String value)
           
static WpcNotificationInfoTypeType WpcNotificationInfoTypeType.fromValue(java.lang.String value)
           
 WpcNotificationInfoTypeType WpcNotificationInfoType.getType()
          Gets the type value for this WpcNotificationInfoType.
 

Methods in com.ibm.wpc with parameters of type WpcNotificationInfoTypeType
 void WpcNotificationInfoType.setType(WpcNotificationInfoTypeType type)
          Sets the type value for this WpcNotificationInfoType.
 

Constructors in com.ibm.wpc with parameters of type WpcNotificationInfoTypeType
WpcNotificationInfoType(java.lang.String notificationCode, WpcDescriptionType notificationMessage, java.lang.String wpcTradeItemPK, WpcNotificationInfoTypeType type)