All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ups.xmlsdk.xpci.ShipmentNotification

java.lang.Object
   |
   +----com.ups.xmlsdk.xpci.ShipmentNotification

public class ShipmentNotification
extends Object
implements Serializable
The ShipmentNotification Class is to be used as a data container. The instance variables available in the ShipmentNotification Class are those provided by the XPCI for package activity.


Constructor Index

 o ShipmentNotification()

Method Index

 o getAttentionName()
Returns the instance variable value for ShipmentNotification Attention Name
 o getCompanyName()
Returns the instance variable value for ShipmentNotification Company Name
 o getEmailAddress()
Returns the instance variable value for ShipmentNotification Email Address
 o getEmailMessage()
Returns the instance variable value for ShipmentNotification Email Message
 o getFaxDestinationIndicator()
Returns the instance variable value for ShipmentNotification Fax Destination Indicator
 o getFaxDestinationNumber()
Returns the instance variable value for ShipmentNotification Fax Destination Number
 o getMemo()
Returns the instance variable value for ShipmentNotification Memo
 o getNotificationCode()
Returns the instance variable value for ShipmentNotification Notification Code
 o getPhoneNumber()
Returns the instance variable value for ShipmentNotification Phone Number
 o setAttentionName(String)
Sets the instance variable value for ShipmentNotification Attention Name
 o setCompanyName(String)
Sets the instance variable value for ShipmentNotification Company Name
 o setEmailAddress(String)
Sets the instance variable value for ShipmentNotification Email Address
 o setEmailMessage(EmailMessage)
Sets the instance variable value for ShipmentNotification Email Message
 o setFaxDestinationIndicator(String)
Sets the instance variable value for ShipmentNotification Fax Destination Indicator
 o setFaxDestinationNumber(String)
Sets the instance variable value for ShipmentNotification Fax Destination Number
 o setMemo(String)
Sets the instance variable value for ShipmentNotification Memo
 o setNotificationCode(String)
Sets the instance variable value for ShipmentNotification Notification Code
 o setPhoneNumber(Phone)
Insert the method's description here.
 o toString()
Returns a String representation of the ShipmentNotification's state, token delimeted (=).

Constructors

 o ShipmentNotification
 public ShipmentNotification()

Methods

 o getAttentionName
 public String getAttentionName()
Returns the instance variable value for ShipmentNotification Attention Name

Returns:
java.lang.String
 o getCompanyName
 public String getCompanyName()
Returns the instance variable value for ShipmentNotification Company Name

Returns:
java.lang.String
 o getEmailAddress
 public String getEmailAddress()
Returns the instance variable value for ShipmentNotification Email Address

Returns:
java.lang.String
 o getEmailMessage
 public EmailMessage getEmailMessage()
Returns the instance variable value for ShipmentNotification Email Message

Returns:
com.ups.xmlsdk.xpci.EmailMessage
 o getFaxDestinationIndicator
 public String getFaxDestinationIndicator()
Returns the instance variable value for ShipmentNotification Fax Destination Indicator

Returns:
java.lang.String
 o getFaxDestinationNumber
 public String getFaxDestinationNumber()
Returns the instance variable value for ShipmentNotification Fax Destination Number

Returns:
java.lang.String
 o getMemo
 public String getMemo()
Returns the instance variable value for ShipmentNotification Memo

Returns:
java.lang.String
 o getNotificationCode
 public String getNotificationCode()
Returns the instance variable value for ShipmentNotification Notification Code

Returns:
java.lang.String
 o getPhoneNumber
 public Phone getPhoneNumber()
Returns the instance variable value for ShipmentNotification Phone Number

Returns:
com.ups.xmlsdk.xpci.Phone
 o setAttentionName
 public void setAttentionName(String newAttentionName)
Sets the instance variable value for ShipmentNotification Attention Name

Parameters:
newAttentionName - java.lang.String
 o setCompanyName
 public void setCompanyName(String newCompanyName)
Sets the instance variable value for ShipmentNotification Company Name

Parameters:
newCompanyName - java.lang.String
 o setEmailAddress
 public void setEmailAddress(String newEmailAddress)
Sets the instance variable value for ShipmentNotification Email Address

Parameters:
newEmailAddress - java.lang.String
 o setEmailMessage
 public void setEmailMessage(EmailMessage newEmailMessage)
Sets the instance variable value for ShipmentNotification Email Message

Parameters:
newEmailMessage - com.ups.xmlsdk.xpci.EmailMessage
 o setFaxDestinationIndicator
 public void setFaxDestinationIndicator(String newFaxDestinationIndicator)
Sets the instance variable value for ShipmentNotification Fax Destination Indicator

Parameters:
newFaxDestinationIndicator - java.lang.String
 o setFaxDestinationNumber
 public void setFaxDestinationNumber(String newFaxDestinationNumber)
Sets the instance variable value for ShipmentNotification Fax Destination Number

Parameters:
newFaxDestinationNumber - java.lang.String
 o setMemo
 public void setMemo(String newMemo)
Sets the instance variable value for ShipmentNotification Memo

Parameters:
newMemo - java.lang.String
 o setNotificationCode
 public void setNotificationCode(String newNotificationCode)
Sets the instance variable value for ShipmentNotification Notification Code

Parameters:
newNotifcationCode - java.lang.String
 o setPhoneNumber
 public void setPhoneNumber(Phone newPhoneNumber)
Insert the method's description here. Sets the instance variable value for ShipmentNotification Phone Number

Parameters:
newPhoneNumber - com.ups.xmlsdk.xpci.Phone
 o toString
 public String toString()
Returns a String representation of the ShipmentNotification's state, token delimeted (=).

Returns:
java.lang.String
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index