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.
-
ShipmentNotification()
-
-
getAttentionName()
- Returns the instance variable value for ShipmentNotification Attention Name
-
getCompanyName()
- Returns the instance variable value for ShipmentNotification Company Name
-
getEmailAddress()
- Returns the instance variable value for ShipmentNotification Email Address
-
getEmailMessage()
- Returns the instance variable value for ShipmentNotification Email Message
-
getFaxDestinationIndicator()
- Returns the instance variable value for ShipmentNotification Fax Destination Indicator
-
getFaxDestinationNumber()
- Returns the instance variable value for ShipmentNotification Fax Destination Number
-
getMemo()
- Returns the instance variable value for ShipmentNotification Memo
-
getNotificationCode()
- Returns the instance variable value for ShipmentNotification Notification Code
-
getPhoneNumber()
- Returns the instance variable value for ShipmentNotification Phone Number
-
setAttentionName(String)
- Sets the instance variable value for ShipmentNotification Attention Name
-
setCompanyName(String)
- Sets the instance variable value for ShipmentNotification Company Name
-
setEmailAddress(String)
- Sets the instance variable value for ShipmentNotification Email Address
-
setEmailMessage(EmailMessage)
- Sets the instance variable value for ShipmentNotification Email Message
-
setFaxDestinationIndicator(String)
- Sets the instance variable value for ShipmentNotification Fax Destination Indicator
-
setFaxDestinationNumber(String)
- Sets the instance variable value for ShipmentNotification Fax Destination Number
-
setMemo(String)
- Sets the instance variable value for ShipmentNotification Memo
-
setNotificationCode(String)
- Sets the instance variable value for ShipmentNotification Notification Code
-
setPhoneNumber(Phone)
- Insert the method's description here.
-
toString()
- Returns a String representation of the ShipmentNotification's state, token delimeted (=).
ShipmentNotification
public ShipmentNotification()
getAttentionName
public String getAttentionName()
- Returns the instance variable value for ShipmentNotification Attention Name
- Returns:
- java.lang.String
getCompanyName
public String getCompanyName()
- Returns the instance variable value for ShipmentNotification Company Name
- Returns:
- java.lang.String
getEmailAddress
public String getEmailAddress()
- Returns the instance variable value for ShipmentNotification Email Address
- Returns:
- java.lang.String
getEmailMessage
public EmailMessage getEmailMessage()
- Returns the instance variable value for ShipmentNotification Email Message
- Returns:
- com.ups.xmlsdk.xpci.EmailMessage
getFaxDestinationIndicator
public String getFaxDestinationIndicator()
- Returns the instance variable value for ShipmentNotification Fax Destination Indicator
- Returns:
- java.lang.String
getFaxDestinationNumber
public String getFaxDestinationNumber()
- Returns the instance variable value for ShipmentNotification Fax Destination Number
- Returns:
- java.lang.String
getMemo
public String getMemo()
- Returns the instance variable value for ShipmentNotification Memo
- Returns:
- java.lang.String
getNotificationCode
public String getNotificationCode()
- Returns the instance variable value for ShipmentNotification Notification Code
- Returns:
- java.lang.String
getPhoneNumber
public Phone getPhoneNumber()
- Returns the instance variable value for ShipmentNotification Phone Number
- Returns:
- com.ups.xmlsdk.xpci.Phone
setAttentionName
public void setAttentionName(String newAttentionName)
- Sets the instance variable value for ShipmentNotification Attention Name
- Parameters:
- newAttentionName - java.lang.String
setCompanyName
public void setCompanyName(String newCompanyName)
- Sets the instance variable value for ShipmentNotification Company Name
- Parameters:
- newCompanyName - java.lang.String
setEmailAddress
public void setEmailAddress(String newEmailAddress)
- Sets the instance variable value for ShipmentNotification Email Address
- Parameters:
- newEmailAddress - java.lang.String
setEmailMessage
public void setEmailMessage(EmailMessage newEmailMessage)
- Sets the instance variable value for ShipmentNotification Email Message
- Parameters:
- newEmailMessage - com.ups.xmlsdk.xpci.EmailMessage
setFaxDestinationIndicator
public void setFaxDestinationIndicator(String newFaxDestinationIndicator)
- Sets the instance variable value for ShipmentNotification Fax Destination Indicator
- Parameters:
- newFaxDestinationIndicator - java.lang.String
setFaxDestinationNumber
public void setFaxDestinationNumber(String newFaxDestinationNumber)
- Sets the instance variable value for ShipmentNotification Fax Destination Number
- Parameters:
- newFaxDestinationNumber - java.lang.String
setMemo
public void setMemo(String newMemo)
- Sets the instance variable value for ShipmentNotification Memo
- Parameters:
- newMemo - java.lang.String
setNotificationCode
public void setNotificationCode(String newNotificationCode)
- Sets the instance variable value for ShipmentNotification Notification Code
- Parameters:
- newNotifcationCode - java.lang.String
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
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