All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ups.xmlsdk.xpci.PickupDetails

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

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


Constructor Index

 o PickupDetails()

Method Index

 o getContactName()
Returns the instance variable value for Pickup ContactName
 o getContactPhone()
Returns the instance variable value for Pickup Contact Phone
 o getEarliestTimeReady()
Returns the instance variable value for Pickup Earliest Time Ready
 o getFloorID()
Returns the instance variable value for Pickup Floor ID
 o getLatestTimeReady()
Returns the instance variable value for Pickup Latest Time Ready
 o getLocation()
Returns the instance variable value for Pickup Location
 o getPickupDate()
Returns the instance variable value for Pickup Date
 o getSuiteRoomID()
Returns the instance variable value for Pickup Suite Room ID
 o setContactName(String)
Sets the instance variable value for Pickup Contact Name
 o setContactPhone(Object)
Sets the instance variable value for Pickup Contact Phone
 o setEarliestTimeReady(String)
Sets the instance variable value for Pickup Earliest Time Ready
 o setFloorID(String)
Sets the instance variable value for Pickup Floor ID
 o setLatestTimeReady(String)
Sets the instance variable value for Pickup Latest Time Ready
 o setLocation(String)
Sets the instance variable value for Pickup Location
 o setPickupDate(String)
Sets the instance variable value for Pickup Date
 o setSuiteRoomID(String)
Sets the instance variable value for Pickup Suite Room ID
 o toString()
Returns a String representation of the PickupDetails' state, token delimeted (=).

Constructors

 o PickupDetails
 public PickupDetails()

Methods

 o getContactName
 public String getContactName()
Returns the instance variable value for Pickup ContactName

Returns:
java.lang.String
 o getContactPhone
 public Object getContactPhone()
Returns the instance variable value for Pickup Contact Phone

Returns:
java.lang.Object
 o getEarliestTimeReady
 public String getEarliestTimeReady()
Returns the instance variable value for Pickup Earliest Time Ready

Returns:
java.lang.String
 o getFloorID
 public String getFloorID()
Returns the instance variable value for Pickup Floor ID

Returns:
java.lang.String
 o getLatestTimeReady
 public String getLatestTimeReady()
Returns the instance variable value for Pickup Latest Time Ready

Returns:
java.lang.String
 o getLocation
 public String getLocation()
Returns the instance variable value for Pickup Location

Returns:
java.lang.String
 o getPickupDate
 public String getPickupDate()
Returns the instance variable value for Pickup Date

Returns:
java.lang.String
 o getSuiteRoomID
 public String getSuiteRoomID()
Returns the instance variable value for Pickup Suite Room ID

Returns:
java.lang.String
 o setContactName
 public void setContactName(String newContactName)
Sets the instance variable value for Pickup Contact Name

Parameters:
newContactName - java.lang.String
 o setContactPhone
 public void setContactPhone(Object newContactPhone)
Sets the instance variable value for Pickup Contact Phone

Parameters:
newContactPhone - java.lang.Object
 o setEarliestTimeReady
 public void setEarliestTimeReady(String newEarliestTimeReady)
Sets the instance variable value for Pickup Earliest Time Ready

Parameters:
newEarliestTimeReady - java.lang.String
 o setFloorID
 public void setFloorID(String newFloorID)
Sets the instance variable value for Pickup Floor ID

Parameters:
newFloorID - java.lang.String
 o setLatestTimeReady
 public void setLatestTimeReady(String newLatestTimeReady)
Sets the instance variable value for Pickup Latest Time Ready

Parameters:
newLatestTimeReady - java.lang.String
 o setLocation
 public void setLocation(String newLocation)
Sets the instance variable value for Pickup Location

Parameters:
newLocation - java.lang.String
 o setPickupDate
 public void setPickupDate(String newPickupDate)
Sets the instance variable value for Pickup Date

Parameters:
newPickupDate - java.lang.String
 o setSuiteRoomID
 public void setSuiteRoomID(String newSuiteRoomID)
Sets the instance variable value for Pickup Suite Room ID

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

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index