All Packages Class Hierarchy This Package Previous Next Index
Class com.ups.xmlsdk.xpci.RegistrationInformation
java.lang.Object
|
+----com.ups.xmlsdk.xpci.RegistrationInformation
- public class RegistrationInformation
- extends Object
- implements Serializable
-
RegistrationInformation()
-
-
getAddress()
-
Returns the instance variable value for RegistrationInformation Address
-
getCompanyName()
-
Returns the instance variable value for RegistrationInformation Company Name
-
getEmailAddress()
-
Returns the instance variable value for RegistrationInformation Email Address
-
getPhoneNumber()
-
Returns the instance variable value for RegistrationInformation Phone Number
-
getPickupCountryCode()
-
Returns the instance variable value for RegistrationInformation Pickup Postal Code
-
getPickupPostalCode()
-
Returns the instance variable value for RegistrationInformation Pickup Postal Code
-
getShipperNumber()
-
Returns the instance variable value for RegistrationInformation Shipper Number
-
getTitle()
-
Returns the instance variable value for RegistrationInformation Title
-
getUserName()
-
Returns the instance variable value for RegistrationInformation UserName
-
setAddress(Address)
-
Sets the instance variable value for RegistrationInformation Address
-
setCompanyName(String)
-
Sets the instance variable value for RegistrationInformation Company Name
-
setEmailAddress(String)
-
Sets the instance variable value for RegistrationInformation Email Address
-
setPhoneNumber(Phone)
-
Sets the instance variable value for RegistrationInformation Phone Number
-
setPickupCountryCode(String)
-
Sets the instance variable value for RegistrationInformation Pickup Postal Code
-
setPickupPostalCode(String)
-
Sets the instance variable value for RegistrationInformation Pickup Postal Code
-
setShipperNumber(String)
-
Sets the instance variable value for RegistrationInformation Shipper Number
-
setTitle(String)
-
Sets the instance variable value for RegistrationInformation Title
-
setUserName(String)
-
Sets the instance variable value for RegistrationInformation UserName
-
toString()
- Returns a String representation of the ReferenceNumbers' state, token delimeted (=).
RegistrationInformation
public RegistrationInformation()
getAddress
public Address getAddress()
- Returns the instance variable value for RegistrationInformation Address
- Returns:
- com.ups.xml.beans.Address
getCompanyName
public String getCompanyName()
- Returns the instance variable value for RegistrationInformation Company Name
- Returns:
- java.lang.String
getEmailAddress
public String getEmailAddress()
- Returns the instance variable value for RegistrationInformation Email Address
- Returns:
- java.lang.String
getPhoneNumber
public Phone getPhoneNumber()
- Returns the instance variable value for RegistrationInformation Phone Number
- Returns:
- com.ups.xmlsdk.xpci.Phone
getPickupCountryCode
public String getPickupCountryCode()
- Returns the instance variable value for RegistrationInformation Pickup Postal Code
- Returns:
- java.lang.String
getPickupPostalCode
public String getPickupPostalCode()
- Returns the instance variable value for RegistrationInformation Pickup Postal Code
- Returns:
- java.lang.String
getShipperNumber
public String getShipperNumber()
- Returns the instance variable value for RegistrationInformation Shipper Number
- Returns:
- java.lang.String
getTitle
public String getTitle()
- Returns the instance variable value for RegistrationInformation Title
- Returns:
- java.lang.String
getUserName
public String getUserName()
- Returns the instance variable value for RegistrationInformation UserName
- Returns:
- java.lang.String
setAddress
public void setAddress(Address newAddress)
- Sets the instance variable value for RegistrationInformation Address
- Parameters:
- newAddress - com.ups.xml.beans.Address
setCompanyName
public void setCompanyName(String newCompanyName)
- Sets the instance variable value for RegistrationInformation Company Name
- Parameters:
- newCompanyName - java.lang.String
setEmailAddress
public void setEmailAddress(String newEmailAddress)
- Sets the instance variable value for RegistrationInformation Email Address
- Parameters:
- newEmailAddress - java.lang.String
setPhoneNumber
public void setPhoneNumber(Phone newPhoneNumber)
- Sets the instance variable value for RegistrationInformation Phone Number
- Parameters:
- newPhoneNumber - com.ups.xmlsdk.xpci.Phone
setPickupCountryCode
public void setPickupCountryCode(String newPickupCountryCode)
- Sets the instance variable value for RegistrationInformation Pickup Postal Code
- Parameters:
- newPickupCountryCode - java.lang.String
setPickupPostalCode
public void setPickupPostalCode(String newPickupPostalCode)
- Sets the instance variable value for RegistrationInformation Pickup Postal Code
- Parameters:
- newPickupPostalCode - java.lang.String
setShipperNumber
public void setShipperNumber(String newShipperNumber)
- Sets the instance variable value for RegistrationInformation Shipper Number
- Parameters:
- newShipperNumber - java.lang.String
setTitle
public void setTitle(String newTitle)
- Sets the instance variable value for RegistrationInformation Title
- Parameters:
- newTitle - java.lang.String
setUserName
public void setUserName(String newUserName)
- Sets the instance variable value for RegistrationInformation UserName
- Parameters:
- newUserName - java.lang.String
toString
public String toString()
- Returns a String representation of the ReferenceNumbers' state, token delimeted (=).
- Returns:
- java.lang.String
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index