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.


Constructor Index

 o EmailMessage()
EmailMessage constructor.

Method Index

 o getEmailAddress()
Returns the instance variable value for EmailMessage Email Address.
 o getImage()
Returns the instance variable value for EmailMessage Images.
 o getMemo()
Returns the instance variable value for EmailMessage Memo.
 o setEmailAddress(String[])
Sets the instance variable value for EmailMessage Email Address.
 o setImage(Vector)
Sets the instance variable value for EmailMessage Images.
 o setMemo(String)
Sets the instance variable value for EmailMessage Memo.
 o toString()
Returns a String representation of the EmailMessage's state, token delimeted (=).

Constructors

 o EmailMessage
 public EmailMessage()
EmailMessage constructor.

Methods

 o getEmailAddress
 public String[] getEmailAddress()
Returns the instance variable value for EmailMessage Email Address.

Returns:
java.lang.String
 o getImage
 public Vector getImage()
Returns the instance variable value for EmailMessage Images.

Returns:
java.util.Vector
 o getMemo
 public String getMemo()
Returns the instance variable value for EmailMessage Memo.

Returns:
java.lang.String
 o setEmailAddress
 public void setEmailAddress(String newEmailAddress[])
Sets the instance variable value for EmailMessage Email Address.

Parameters:
newEmailAddress - java.lang.String[]
 o setImage
 public void setImage(Vector newImage)
Sets the instance variable value for EmailMessage Images.

Parameters:
newImage - java.util.Vector
 o setMemo
 public void setMemo(String newMemo)
Sets the instance variable value for EmailMessage Memo.

Parameters:
newMemo - java.lang.String
 o 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