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.
-
AddressKeyFormat()
-
-
getAddressLine1()
-
Returns the instance variable value for AddressKeyFormat Address Line 1.
-
getAddressLine2()
-
Returns the instance variable value for AddressKeyFormat Address Line 2.
-
getBuildingName()
-
Returns the instance variable value for AddressKeyFormat Building Name.
-
getConsigneeName()
-
Returns the instance variable value for AddressKeyFormat Consignee Name.
-
getCountry()
-
Returns the instance variable value for AddressKeyFormat Country.
-
getRegion()
-
Returns the instance variable value for AddressKeyFormat Region.
-
getUrbanization()
-
Returns the instance variable value for AddressKeyFormat Urbanization.
-
setAddressLine1(String)
-
Sets the instance variable value for AddressKeyFormat Address Line 1.
-
setAddressLine2(String)
-
Sets the instance variable value for AddressKeyFormat Address Line 2.
-
setBuildingName(String)
-
Sets the instance variable value for AddressKeyFormat Building Name.
-
setConsigneeName(String)
-
Sets the instance variable value for AddressKeyFormat Consignee Name.
-
setCountry(String)
-
Sets the instance variable value for AddressKeyFormat Country.
-
setRegion(String)
-
Sets the instance variable value for AddressKeyFormat Region.
-
setUrbanization(String)
-
Sets the instance variable value for AddressKeyFormat Urbanization.
-
toString()
- Returns the beans data as a String of XML Nodes.
AddressKeyFormat
public AddressKeyFormat()
getAddressLine1
public String getAddressLine1()
- Returns the instance variable value for AddressKeyFormat Address Line 1.
- Returns:
- java.lang.String
getAddressLine2
public String getAddressLine2()
- Returns the instance variable value for AddressKeyFormat Address Line 2.
- Returns:
- java.lang.String
getBuildingName
public String getBuildingName()
- Returns the instance variable value for AddressKeyFormat Building Name.
- Returns:
- java.lang.String
getConsigneeName
public String getConsigneeName()
- Returns the instance variable value for AddressKeyFormat Consignee Name.
- Returns:
- java.lang.String
getCountry
public String getCountry()
- Returns the instance variable value for AddressKeyFormat Country.
- Returns:
- java.lang.String
getRegion
public String getRegion()
- Returns the instance variable value for AddressKeyFormat Region.
- Returns:
- java.lang.String
getUrbanization
public String getUrbanization()
- Returns the instance variable value for AddressKeyFormat Urbanization.
- Returns:
- java.lang.String
setAddressLine1
public void setAddressLine1(String newAddressLine1)
- Sets the instance variable value for AddressKeyFormat Address Line 1.
- Parameters:
- newAddressLine1 - java.lang.String
setAddressLine2
public void setAddressLine2(String newAddressLine2)
- Sets the instance variable value for AddressKeyFormat Address Line 2.
- Parameters:
- newAddressLine2 - java.lang.String
setBuildingName
public void setBuildingName(String newBuildingName)
- Sets the instance variable value for AddressKeyFormat Building Name.
- Parameters:
- newBuildingName - java.lang.String
setConsigneeName
public void setConsigneeName(String newConsigneeName)
- Sets the instance variable value for AddressKeyFormat Consignee Name.
- Parameters:
- newConsigneeName - java.lang.String
setCountry
public void setCountry(String newCountry)
- Sets the instance variable value for AddressKeyFormat Country.
- Parameters:
- newCountry - java.lang.String
setRegion
public void setRegion(String newRegion)
- Sets the instance variable value for AddressKeyFormat Region.
- Parameters:
- newRegion - java.lang.String
setUrbanization
public void setUrbanization(String newUrbanization)
- Sets the instance variable value for AddressKeyFormat Urbanization.
- Parameters:
- newUrbanization - java.lang.String
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