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

Constructor Index

 o RegistrationInformation()

Method Index

 o getAddress()
Returns the instance variable value for RegistrationInformation Address
 o getCompanyName()
Returns the instance variable value for RegistrationInformation Company Name
 o getEmailAddress()
Returns the instance variable value for RegistrationInformation Email Address
 o getPhoneNumber()
Returns the instance variable value for RegistrationInformation Phone Number
 o getPickupCountryCode()
Returns the instance variable value for RegistrationInformation Pickup Postal Code
 o getPickupPostalCode()
Returns the instance variable value for RegistrationInformation Pickup Postal Code
 o getShipperNumber()
Returns the instance variable value for RegistrationInformation Shipper Number
 o getTitle()
Returns the instance variable value for RegistrationInformation Title
 o getUserName()
Returns the instance variable value for RegistrationInformation UserName
 o setAddress(Address)
Sets the instance variable value for RegistrationInformation Address
 o setCompanyName(String)
Sets the instance variable value for RegistrationInformation Company Name
 o setEmailAddress(String)
Sets the instance variable value for RegistrationInformation Email Address
 o setPhoneNumber(Phone)
Sets the instance variable value for RegistrationInformation Phone Number
 o setPickupCountryCode(String)
Sets the instance variable value for RegistrationInformation Pickup Postal Code
 o setPickupPostalCode(String)
Sets the instance variable value for RegistrationInformation Pickup Postal Code
 o setShipperNumber(String)
Sets the instance variable value for RegistrationInformation Shipper Number
 o setTitle(String)
Sets the instance variable value for RegistrationInformation Title
 o setUserName(String)
Sets the instance variable value for RegistrationInformation UserName
 o toString()
Returns a String representation of the ReferenceNumbers' state, token delimeted (=).

Constructors

 o RegistrationInformation
 public RegistrationInformation()

Methods

 o getAddress
 public Address getAddress()
Returns the instance variable value for RegistrationInformation Address

Returns:
com.ups.xml.beans.Address
 o getCompanyName
 public String getCompanyName()
Returns the instance variable value for RegistrationInformation Company Name

Returns:
java.lang.String
 o getEmailAddress
 public String getEmailAddress()
Returns the instance variable value for RegistrationInformation Email Address

Returns:
java.lang.String
 o getPhoneNumber
 public Phone getPhoneNumber()
Returns the instance variable value for RegistrationInformation Phone Number

Returns:
com.ups.xmlsdk.xpci.Phone
 o getPickupCountryCode
 public String getPickupCountryCode()
Returns the instance variable value for RegistrationInformation Pickup Postal Code

Returns:
java.lang.String
 o getPickupPostalCode
 public String getPickupPostalCode()
Returns the instance variable value for RegistrationInformation Pickup Postal Code

Returns:
java.lang.String
 o getShipperNumber
 public String getShipperNumber()
Returns the instance variable value for RegistrationInformation Shipper Number

Returns:
java.lang.String
 o getTitle
 public String getTitle()
Returns the instance variable value for RegistrationInformation Title

Returns:
java.lang.String
 o getUserName
 public String getUserName()
Returns the instance variable value for RegistrationInformation UserName

Returns:
java.lang.String
 o setAddress
 public void setAddress(Address newAddress)
Sets the instance variable value for RegistrationInformation Address

Parameters:
newAddress - com.ups.xml.beans.Address
 o setCompanyName
 public void setCompanyName(String newCompanyName)
Sets the instance variable value for RegistrationInformation Company Name

Parameters:
newCompanyName - java.lang.String
 o setEmailAddress
 public void setEmailAddress(String newEmailAddress)
Sets the instance variable value for RegistrationInformation Email Address

Parameters:
newEmailAddress - java.lang.String
 o setPhoneNumber
 public void setPhoneNumber(Phone newPhoneNumber)
Sets the instance variable value for RegistrationInformation Phone Number

Parameters:
newPhoneNumber - com.ups.xmlsdk.xpci.Phone
 o setPickupCountryCode
 public void setPickupCountryCode(String newPickupCountryCode)
Sets the instance variable value for RegistrationInformation Pickup Postal Code

Parameters:
newPickupCountryCode - java.lang.String
 o setPickupPostalCode
 public void setPickupPostalCode(String newPickupPostalCode)
Sets the instance variable value for RegistrationInformation Pickup Postal Code

Parameters:
newPickupPostalCode - java.lang.String
 o setShipperNumber
 public void setShipperNumber(String newShipperNumber)
Sets the instance variable value for RegistrationInformation Shipper Number

Parameters:
newShipperNumber - java.lang.String
 o setTitle
 public void setTitle(String newTitle)
Sets the instance variable value for RegistrationInformation Title

Parameters:
newTitle - java.lang.String
 o setUserName
 public void setUserName(String newUserName)
Sets the instance variable value for RegistrationInformation UserName

Parameters:
newUserName - java.lang.String
 o 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