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.
-
Activity()
-
-
getActivityDate()
- Returns the instance variable value for Activity Date.
-
getActivityLocationAddress()
- Returns the instance variable value for Activity Location Address.
-
getActivityLocationCode()
- Returns the instance variable value for Activity Location Code.
-
getActivityLocationDesc()
- Returns the instance variable value for Activity Location Description.
-
getActivityLocationSignedFor()
- Returns the instance variable value for Activity Location Signed for By Name.
-
getActivityTime()
- Returns the instance variable value for Activity Time.
-
getSignatureImage()
- Returns the instance variable value for the Signature Image (base64Encoded).
-
getStatusCodeCode()
- Returns the instance variable value for Activity Status Code.
-
getStatusCodeDesc()
- Returns the instance variable value for Activity Status Code Description.
-
getStatusTypeCode()
- Returns the instance variable value for Activity Status Type Code.
-
getStatusTypeDesc()
- Returns the instance variable value for Activity Status Type Code Description.
-
setActivityDate(String)
- Sets the instance variable value for Activity Date.
-
setActivityLocationAddress(Address)
- Sets the instance variable value for Activity Location Address.
-
setActivityLocationAddress(AddressAbstract)
- Sets the instance variable value for Activity Location Address.
-
setActivityLocationCode(String)
- Sets the instance variable value for Activity Location Code.
-
setActivityLocationDesc(String)
- Sets the instance variable value for Activity Location Description.
-
setActivityLocationSignedFor(String)
- Sets the instance variable value for Activity Location Signed For by Name.
-
setActivityTime(String)
- Sets the instance variable value for Activity Time.
-
setSignatureImage(Image)
- Sets the instance variable value for Signature Image (base64Encoded).
-
setStatusCodeCode(String)
- Sets the instance variable value for Activity Status Code.
-
setStatusCodeDesc(String)
- Sets the instance variable value for Activity Status Code Description.
-
setStatusTypeCode(String)
- Sets the instance variable value for Activity Status Type Code.
-
setStatusTypeDesc(String)
- Sets the instance variable value for Activity Status Type Code Description.
-
toString()
- Returns a String representation of the Activity's state, token delimeted (=).
Activity
public Activity()
getActivityDate
public String getActivityDate()
- Returns the instance variable value for Activity Date.
- Returns:
- java.lang.String
getActivityLocationAddress
public AddressAbstract getActivityLocationAddress()
- Returns the instance variable value for Activity Location Address.
- Returns:
- com.ups.xml.beans.AddressAbstract
getActivityLocationCode
public String getActivityLocationCode()
- Returns the instance variable value for Activity Location Code.
- Returns:
- java.lang.String
getActivityLocationDesc
public String getActivityLocationDesc()
- Returns the instance variable value for Activity Location Description.
- Returns:
- java.lang.String
getActivityLocationSignedFor
public String getActivityLocationSignedFor()
- Returns the instance variable value for Activity Location Signed for By Name.
- Returns:
- java.lang.String
getActivityTime
public String getActivityTime()
- Returns the instance variable value for Activity Time.
- Returns:
- java.lang.String
getSignatureImage
public Image getSignatureImage()
- Returns the instance variable value for the Signature Image (base64Encoded).
- Returns:
- com.ups.xmlsdk.xpci.Image
getStatusCodeCode
public String getStatusCodeCode()
- Returns the instance variable value for Activity Status Code.
- Returns:
- java.lang.String
getStatusCodeDesc
public String getStatusCodeDesc()
- Returns the instance variable value for Activity Status Code Description.
- Returns:
- java.lang.String
getStatusTypeCode
public String getStatusTypeCode()
- Returns the instance variable value for Activity Status Type Code.
- Returns:
- java.lang.String
getStatusTypeDesc
public String getStatusTypeDesc()
- Returns the instance variable value for Activity Status Type Code Description.
- Returns:
- java.lang.String
setActivityDate
public void setActivityDate(String newActivityDate)
- Sets the instance variable value for Activity Date.
- Parameters:
- newActivityDate - java.lang.String
setActivityLocationAddress
public void setActivityLocationAddress(Address newActivityLocationAddress)
- Sets the instance variable value for Activity Location Address.
- Parameters:
- newActivityLocationAddress - com.ups.xml.beans.Address
setActivityLocationAddress
public void setActivityLocationAddress(AddressAbstract newActivityLocationAddress)
- Sets the instance variable value for Activity Location Address.
- Parameters:
- newActivityLocationAddress - com.ups.xml.beans.AddressAbstract
setActivityLocationCode
public void setActivityLocationCode(String newActivityLocationCode)
- Sets the instance variable value for Activity Location Code.
- Parameters:
- newActivityLocationCode - java.lang.String
setActivityLocationDesc
public void setActivityLocationDesc(String newActivityLocationDesc)
- Sets the instance variable value for Activity Location Description.
- Parameters:
- newActivityLocationDesc - java.lang.String
setActivityLocationSignedFor
public void setActivityLocationSignedFor(String newActivityLocationSignedFor)
- Sets the instance variable value for Activity Location Signed For by Name.
- Parameters:
- newActivityLocationSignedFor - java.lang.String
setActivityTime
public void setActivityTime(String newActivityTime)
- Sets the instance variable value for Activity Time.
- Parameters:
- newActivityTime - java.lang.String
setSignatureImage
public void setSignatureImage(Image newImage)
- Sets the instance variable value for Signature Image (base64Encoded).
- Parameters:
- newImage - com.ups.xml.xpci.Image
setStatusCodeCode
public void setStatusCodeCode(String newStatusCodeCode)
- Sets the instance variable value for Activity Status Code.
- Parameters:
- newStatusCodeCode - java.lang.String
setStatusCodeDesc
public void setStatusCodeDesc(String newStatusCodeDesc)
- Sets the instance variable value for Activity Status Code Description.
- Parameters:
- newStatusCodeDesc - java.lang.String
setStatusTypeCode
public void setStatusTypeCode(String newStatusTypeCode)
- Sets the instance variable value for Activity Status Type Code.
- Parameters:
- newStatusTypeCode - java.lang.String
setStatusTypeDesc
public void setStatusTypeDesc(String newStatusTypeDesc)
- Sets the instance variable value for Activity Status Type Code Description.
- Parameters:
- newStatusTypeDesc - java.lang.String
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