All Packages Class Hierarchy This Package Previous Next Index
Class com.ups.xmlsdk.xpci.EmailMessage
java.lang.Object
|
+----com.ups.xmlsdk.xpci.EmailMessage
- public class EmailMessage
- extends Object
- implements Serializable
The EmailMessage Class is to be used as a data container. The instance variables available
in the EmailMessage Class are those provided by the XPCI for package activity.
-
EmailMessage()
- EmailMessage constructor.
-
getEmailAddress()
- Returns the instance variable value for EmailMessage Email Address.
-
getImage()
- Returns the instance variable value for EmailMessage Images.
-
getMemo()
- Returns the instance variable value for EmailMessage Memo.
-
setEmailAddress(String[])
- Sets the instance variable value for EmailMessage Email Address.
-
setImage(Vector)
- Sets the instance variable value for EmailMessage Images.
-
setMemo(String)
- Sets the instance variable value for EmailMessage Memo.
-
toString()
- Returns a String representation of the EmailMessage's state, token delimeted (=).
EmailMessage
public EmailMessage()
- EmailMessage constructor.
getEmailAddress
public String[] getEmailAddress()
- Returns the instance variable value for EmailMessage Email Address.
- Returns:
- java.lang.String
getImage
public Vector getImage()
- Returns the instance variable value for EmailMessage Images.
- Returns:
- java.util.Vector
getMemo
public String getMemo()
- Returns the instance variable value for EmailMessage Memo.
- Returns:
- java.lang.String
setEmailAddress
public void setEmailAddress(String newEmailAddress[])
- Sets the instance variable value for EmailMessage Email Address.
- Parameters:
- newEmailAddress - java.lang.String[]
setImage
public void setImage(Vector newImage)
- Sets the instance variable value for EmailMessage Images.
- Parameters:
- newImage - java.util.Vector
setMemo
public void setMemo(String newMemo)
- Sets the instance variable value for EmailMessage Memo.
- Parameters:
- newMemo - java.lang.String
toString
public String toString()
- Returns a String representation of the EmailMessage's state, token delimeted (=).
- Returns:
- java.lang.String
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index