All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ups.xmlsdk.xpci.Activity

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

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


Constructor Index

 o Activity()

Method Index

 o getActivityDate()
Returns the instance variable value for Activity Date.
 o getActivityLocationAddress()
Returns the instance variable value for Activity Location Address.
 o getActivityLocationCode()
Returns the instance variable value for Activity Location Code.
 o getActivityLocationDesc()
Returns the instance variable value for Activity Location Description.
 o getActivityLocationSignedFor()
Returns the instance variable value for Activity Location Signed for By Name.
 o getActivityTime()
Returns the instance variable value for Activity Time.
 o getSignatureImage()
Returns the instance variable value for the Signature Image (base64Encoded).
 o getStatusCodeCode()
Returns the instance variable value for Activity Status Code.
 o getStatusCodeDesc()
Returns the instance variable value for Activity Status Code Description.
 o getStatusTypeCode()
Returns the instance variable value for Activity Status Type Code.
 o getStatusTypeDesc()
Returns the instance variable value for Activity Status Type Code Description.
 o setActivityDate(String)
Sets the instance variable value for Activity Date.
 o setActivityLocationAddress(Address)
Sets the instance variable value for Activity Location Address.
 o setActivityLocationAddress(AddressAbstract)
Sets the instance variable value for Activity Location Address.
 o setActivityLocationCode(String)
Sets the instance variable value for Activity Location Code.
 o setActivityLocationDesc(String)
Sets the instance variable value for Activity Location Description.
 o setActivityLocationSignedFor(String)
Sets the instance variable value for Activity Location Signed For by Name.
 o setActivityTime(String)
Sets the instance variable value for Activity Time.
 o setSignatureImage(Image)
Sets the instance variable value for Signature Image (base64Encoded).
 o setStatusCodeCode(String)
Sets the instance variable value for Activity Status Code.
 o setStatusCodeDesc(String)
Sets the instance variable value for Activity Status Code Description.
 o setStatusTypeCode(String)
Sets the instance variable value for Activity Status Type Code.
 o setStatusTypeDesc(String)
Sets the instance variable value for Activity Status Type Code Description.
 o toString()
Returns a String representation of the Activity's state, token delimeted (=).

Constructors

 o Activity
 public Activity()

Methods

 o getActivityDate
 public String getActivityDate()
Returns the instance variable value for Activity Date.

Returns:
java.lang.String
 o getActivityLocationAddress
 public AddressAbstract getActivityLocationAddress()
Returns the instance variable value for Activity Location Address.

Returns:
com.ups.xml.beans.AddressAbstract
 o getActivityLocationCode
 public String getActivityLocationCode()
Returns the instance variable value for Activity Location Code.

Returns:
java.lang.String
 o getActivityLocationDesc
 public String getActivityLocationDesc()
Returns the instance variable value for Activity Location Description.

Returns:
java.lang.String
 o getActivityLocationSignedFor
 public String getActivityLocationSignedFor()
Returns the instance variable value for Activity Location Signed for By Name.

Returns:
java.lang.String
 o getActivityTime
 public String getActivityTime()
Returns the instance variable value for Activity Time.

Returns:
java.lang.String
 o getSignatureImage
 public Image getSignatureImage()
Returns the instance variable value for the Signature Image (base64Encoded).

Returns:
com.ups.xmlsdk.xpci.Image
 o getStatusCodeCode
 public String getStatusCodeCode()
Returns the instance variable value for Activity Status Code.

Returns:
java.lang.String
 o getStatusCodeDesc
 public String getStatusCodeDesc()
Returns the instance variable value for Activity Status Code Description.

Returns:
java.lang.String
 o getStatusTypeCode
 public String getStatusTypeCode()
Returns the instance variable value for Activity Status Type Code.

Returns:
java.lang.String
 o getStatusTypeDesc
 public String getStatusTypeDesc()
Returns the instance variable value for Activity Status Type Code Description.

Returns:
java.lang.String
 o setActivityDate
 public void setActivityDate(String newActivityDate)
Sets the instance variable value for Activity Date.

Parameters:
newActivityDate - java.lang.String
 o setActivityLocationAddress
 public void setActivityLocationAddress(Address newActivityLocationAddress)
Sets the instance variable value for Activity Location Address.

Parameters:
newActivityLocationAddress - com.ups.xml.beans.Address
 o setActivityLocationAddress
 public void setActivityLocationAddress(AddressAbstract newActivityLocationAddress)
Sets the instance variable value for Activity Location Address.

Parameters:
newActivityLocationAddress - com.ups.xml.beans.AddressAbstract
 o setActivityLocationCode
 public void setActivityLocationCode(String newActivityLocationCode)
Sets the instance variable value for Activity Location Code.

Parameters:
newActivityLocationCode - java.lang.String
 o setActivityLocationDesc
 public void setActivityLocationDesc(String newActivityLocationDesc)
Sets the instance variable value for Activity Location Description.

Parameters:
newActivityLocationDesc - java.lang.String
 o setActivityLocationSignedFor
 public void setActivityLocationSignedFor(String newActivityLocationSignedFor)
Sets the instance variable value for Activity Location Signed For by Name.

Parameters:
newActivityLocationSignedFor - java.lang.String
 o setActivityTime
 public void setActivityTime(String newActivityTime)
Sets the instance variable value for Activity Time.

Parameters:
newActivityTime - java.lang.String
 o setSignatureImage
 public void setSignatureImage(Image newImage)
Sets the instance variable value for Signature Image (base64Encoded).

Parameters:
newImage - com.ups.xml.xpci.Image
 o setStatusCodeCode
 public void setStatusCodeCode(String newStatusCodeCode)
Sets the instance variable value for Activity Status Code.

Parameters:
newStatusCodeCode - java.lang.String
 o setStatusCodeDesc
 public void setStatusCodeDesc(String newStatusCodeDesc)
Sets the instance variable value for Activity Status Code Description.

Parameters:
newStatusCodeDesc - java.lang.String
 o setStatusTypeCode
 public void setStatusTypeCode(String newStatusTypeCode)
Sets the instance variable value for Activity Status Type Code.

Parameters:
newStatusTypeCode - java.lang.String
 o setStatusTypeDesc
 public void setStatusTypeDesc(String newStatusTypeDesc)
Sets the instance variable value for Activity Status Type Code Description.

Parameters:
newStatusTypeDesc - java.lang.String
 o toString
 public String toString()
Returns a String representation of the Activity's state, token delimeted (=).

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index