All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ups.xmlsdk.xpci.AddressKeyFormat

java.lang.Object
   |
   +----com.ups.xmlsdk.xpci.AddressAbstract
           |
           +----com.ups.xmlsdk.xpci.AddressKeyFormat

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


Constructor Index

 o AddressKeyFormat()

Method Index

 o getAddressLine1()
Returns the instance variable value for AddressKeyFormat Address Line 1.
 o getAddressLine2()
Returns the instance variable value for AddressKeyFormat Address Line 2.
 o getBuildingName()
Returns the instance variable value for AddressKeyFormat Building Name.
 o getConsigneeName()
Returns the instance variable value for AddressKeyFormat Consignee Name.
 o getCountry()
Returns the instance variable value for AddressKeyFormat Country.
 o getRegion()
Returns the instance variable value for AddressKeyFormat Region.
 o getUrbanization()
Returns the instance variable value for AddressKeyFormat Urbanization.
 o setAddressLine1(String)
Sets the instance variable value for AddressKeyFormat Address Line 1.
 o setAddressLine2(String)
Sets the instance variable value for AddressKeyFormat Address Line 2.
 o setBuildingName(String)
Sets the instance variable value for AddressKeyFormat Building Name.
 o setConsigneeName(String)
Sets the instance variable value for AddressKeyFormat Consignee Name.
 o setCountry(String)
Sets the instance variable value for AddressKeyFormat Country.
 o setRegion(String)
Sets the instance variable value for AddressKeyFormat Region.
 o setUrbanization(String)
Sets the instance variable value for AddressKeyFormat Urbanization.
 o toString()
Returns the beans data as a String of XML Nodes.

Constructors

 o AddressKeyFormat
 public AddressKeyFormat()

Methods

 o getAddressLine1
 public String getAddressLine1()
Returns the instance variable value for AddressKeyFormat Address Line 1.

Returns:
java.lang.String
 o getAddressLine2
 public String getAddressLine2()
Returns the instance variable value for AddressKeyFormat Address Line 2.

Returns:
java.lang.String
 o getBuildingName
 public String getBuildingName()
Returns the instance variable value for AddressKeyFormat Building Name.

Returns:
java.lang.String
 o getConsigneeName
 public String getConsigneeName()
Returns the instance variable value for AddressKeyFormat Consignee Name.

Returns:
java.lang.String
 o getCountry
 public String getCountry()
Returns the instance variable value for AddressKeyFormat Country.

Returns:
java.lang.String
 o getRegion
 public String getRegion()
Returns the instance variable value for AddressKeyFormat Region.

Returns:
java.lang.String
 o getUrbanization
 public String getUrbanization()
Returns the instance variable value for AddressKeyFormat Urbanization.

Returns:
java.lang.String
 o setAddressLine1
 public void setAddressLine1(String newAddressLine1)
Sets the instance variable value for AddressKeyFormat Address Line 1.

Parameters:
newAddressLine1 - java.lang.String
 o setAddressLine2
 public void setAddressLine2(String newAddressLine2)
Sets the instance variable value for AddressKeyFormat Address Line 2.

Parameters:
newAddressLine2 - java.lang.String
 o setBuildingName
 public void setBuildingName(String newBuildingName)
Sets the instance variable value for AddressKeyFormat Building Name.

Parameters:
newBuildingName - java.lang.String
 o setConsigneeName
 public void setConsigneeName(String newConsigneeName)
Sets the instance variable value for AddressKeyFormat Consignee Name.

Parameters:
newConsigneeName - java.lang.String
 o setCountry
 public void setCountry(String newCountry)
Sets the instance variable value for AddressKeyFormat Country.

Parameters:
newCountry - java.lang.String
 o setRegion
 public void setRegion(String newRegion)
Sets the instance variable value for AddressKeyFormat Region.

Parameters:
newRegion - java.lang.String
 o setUrbanization
 public void setUrbanization(String newUrbanization)
Sets the instance variable value for AddressKeyFormat Urbanization.

Parameters:
newUrbanization - java.lang.String
 o toString
 public String toString()
Returns the beans data as a String of XML Nodes.

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index