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.
-
PickupDetails()
-
-
getContactName()
- Returns the instance variable value for Pickup ContactName
-
getContactPhone()
- Returns the instance variable value for Pickup Contact Phone
-
getEarliestTimeReady()
- Returns the instance variable value for Pickup Earliest Time Ready
-
getFloorID()
- Returns the instance variable value for Pickup Floor ID
-
getLatestTimeReady()
- Returns the instance variable value for Pickup Latest Time Ready
-
getLocation()
- Returns the instance variable value for Pickup Location
-
getPickupDate()
- Returns the instance variable value for Pickup Date
-
getSuiteRoomID()
- Returns the instance variable value for Pickup Suite Room ID
-
setContactName(String)
- Sets the instance variable value for Pickup Contact Name
-
setContactPhone(Object)
- Sets the instance variable value for Pickup Contact Phone
-
setEarliestTimeReady(String)
- Sets the instance variable value for Pickup Earliest Time Ready
-
setFloorID(String)
- Sets the instance variable value for Pickup Floor ID
-
setLatestTimeReady(String)
- Sets the instance variable value for Pickup Latest Time Ready
-
setLocation(String)
- Sets the instance variable value for Pickup Location
-
setPickupDate(String)
- Sets the instance variable value for Pickup Date
-
setSuiteRoomID(String)
- Sets the instance variable value for Pickup Suite Room ID
-
toString()
- Returns a String representation of the PickupDetails' state, token delimeted (=).
PickupDetails
public PickupDetails()
getContactName
public String getContactName()
- Returns the instance variable value for Pickup ContactName
- Returns:
- java.lang.String
getContactPhone
public Object getContactPhone()
- Returns the instance variable value for Pickup Contact Phone
- Returns:
- java.lang.Object
getEarliestTimeReady
public String getEarliestTimeReady()
- Returns the instance variable value for Pickup Earliest Time Ready
- Returns:
- java.lang.String
getFloorID
public String getFloorID()
- Returns the instance variable value for Pickup Floor ID
- Returns:
- java.lang.String
getLatestTimeReady
public String getLatestTimeReady()
- Returns the instance variable value for Pickup Latest Time Ready
- Returns:
- java.lang.String
getLocation
public String getLocation()
- Returns the instance variable value for Pickup Location
- Returns:
- java.lang.String
getPickupDate
public String getPickupDate()
- Returns the instance variable value for Pickup Date
- Returns:
- java.lang.String
getSuiteRoomID
public String getSuiteRoomID()
- Returns the instance variable value for Pickup Suite Room ID
- Returns:
- java.lang.String
setContactName
public void setContactName(String newContactName)
- Sets the instance variable value for Pickup Contact Name
- Parameters:
- newContactName - java.lang.String
setContactPhone
public void setContactPhone(Object newContactPhone)
- Sets the instance variable value for Pickup Contact Phone
- Parameters:
- newContactPhone - java.lang.Object
setEarliestTimeReady
public void setEarliestTimeReady(String newEarliestTimeReady)
- Sets the instance variable value for Pickup Earliest Time Ready
- Parameters:
- newEarliestTimeReady - java.lang.String
setFloorID
public void setFloorID(String newFloorID)
- Sets the instance variable value for Pickup Floor ID
- Parameters:
- newFloorID - java.lang.String
setLatestTimeReady
public void setLatestTimeReady(String newLatestTimeReady)
- Sets the instance variable value for Pickup Latest Time Ready
- Parameters:
- newLatestTimeReady - java.lang.String
setLocation
public void setLocation(String newLocation)
- Sets the instance variable value for Pickup Location
- Parameters:
- newLocation - java.lang.String
setPickupDate
public void setPickupDate(String newPickupDate)
- Sets the instance variable value for Pickup Date
- Parameters:
- newPickupDate - java.lang.String
setSuiteRoomID
public void setSuiteRoomID(String newSuiteRoomID)
- Sets the instance variable value for Pickup Suite Room ID
- Parameters:
- newSuiteRoomID - java.lang.String
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