All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ups.xmlsdk.xpci.AddressArtifactFormat

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

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


Constructor Index

 o AddressArtifactFormat()

Method Index

 o getAddressExtendedInformation()
Returns the instance variable value for Address Extended Information.
 o getBuildingName()
Returns the instance variable value for Address Building Name.
 o getConsigneeName()
Returns the instance variable value for Address Consignee Name.
 o getCountry()
Returns the instance variable value for Address Country.
 o getCountryCode()
Returns the instance variable value for Address Country Code.
 o getPoliticalDivision1()
Returns the instance variable value for Address Political Division 1.
 o getPoliticalDivision2()
Returns the instance variable value for Address Political Division 2.
 o getPoliticalDivision3()
Returns the instance variable value for Address Political Division 3.
 o getPoliticalDivision4()
Returns the instance variable value for Address Political Division 4.
 o getPostCodeExtendedHigh()
Returns the instance variable value for Address Post Code Extended High.
 o getPostCodeExtendedLow()
Returns the instance variable value for Address Post Code Extended Low.
 o getPostCodePrimaryHigh()
Returns the instance variable value for Address Post Code Primary High.
 o getPostCodePrimaryLow()
Returns the instance variable value for Address Post Code Primary Low.
 o getStreetName()
Returns the instance variable value for Address Street Name.
 o getStreetNumberHigh()
Returns the instance variable value for Address Street Number High.
 o getStreetNumberLow()
Returns the instance variable value for Address Street Number Low.
 o getStreetNumberPrefix()
Returns the instance variable value for Address Street Number Prefix.
 o getStreetSuffix()
Returns the instance variable value for Address Street Suffix.
 o getStreetType()
Returns the instance variable value for Address Street Type.
 o isStreetNumberBothIndicator()
Returns the instance variable value for Address Street Number OddEven Indicator Both.
 o isStreetNumberEvenIndicator()
Returns the instance variable value for Address Street Number Even Indicator.
 o isStreetNumberOddIndicator()
Returns the instance variable value for Address Street Number Odd Indicator.
 o setAddressExtendedInformation(Vector)
Sets the instance variable value for Address Extended Information.
 o setBuildingName(String)
Sets the instance variable value for Address Building Name.
 o setConsigneeName(String)
Sets the instance variable value for Address Consignee Name.
 o setCountry(String)
Sets the instance variable value for Address Country.
 o setCountryCode(String)
Sets the instance variable value for Address Country Code.
 o setPoliticalDivision1(String)
Sets the instance variable value for Address Political Division 1.
 o setPoliticalDivision2(String)
Sets the instance variable value for Address Political Division 2.
 o setPoliticalDivision3(String)
Sets the instance variable value for Address Political Division 3.
 o setPoliticalDivision4(String)
Sets the instance variable value for Address Political Division 4.
 o setPostCodeExtendedHigh(String)
Sets the instance variable value for Address Post Code Extended High.
 o setPostCodeExtendedLow(String)
Sets the instance variable value for Address Post Code Extended Low.
 o setPostCodePrimaryHigh(String)
Sets the instance variable value for Address Post Code Primary High.
 o setPostCodePrimaryLow(String)
Sets the instance variable value for Address Post Code Primary Low.
 o setStreetName(String)
Sets the instance variable value for Address Street Name.
 o setStreetNumberBothIndicator(boolean)
Sets the instance variable value for Address Street Number Odd/Even Both Indicator.
 o setStreetNumberEvenIndicator(boolean)
Sets the instance variable value for Address Street Number Odd/Even Even Indicator.
 o setStreetNumberHigh(String)
Sets the instance variable value for Address Street Number High.
 o setStreetNumberLow(String)
Sets the instance variable value for Address Street Number Low.
 o setStreetNumberOddIndicator(boolean)
 o setStreetNumberPrefix(String)
Sets the instance variable value for Address Street Number Prefix.
 o setStreetSuffix(String)
Sets the instance variable value for Address Street Suffix.
 o setStreetType(String)
Sets the instance variable value for Address Street Type.
 o toString()
Returns the beans data as a String of XML Nodes.

Constructors

 o AddressArtifactFormat
 public AddressArtifactFormat()

Methods

 o getAddressExtendedInformation
 public Vector getAddressExtendedInformation()
Returns the instance variable value for Address Extended Information.

Returns:
java.util.Vector
 o getBuildingName
 public String getBuildingName()
Returns the instance variable value for Address Building Name.

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

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

Returns:
java.lang.String
 o getCountryCode
 public String getCountryCode()
Returns the instance variable value for Address Country Code.

Returns:
java.lang.String
 o getPoliticalDivision1
 public String getPoliticalDivision1()
Returns the instance variable value for Address Political Division 1.

Returns:
java.lang.String
 o getPoliticalDivision2
 public String getPoliticalDivision2()
Returns the instance variable value for Address Political Division 2.

Returns:
java.lang.String
 o getPoliticalDivision3
 public String getPoliticalDivision3()
Returns the instance variable value for Address Political Division 3.

Returns:
java.lang.String
 o getPoliticalDivision4
 public String getPoliticalDivision4()
Returns the instance variable value for Address Political Division 4.

Returns:
java.lang.String
 o getPostCodeExtendedHigh
 public String getPostCodeExtendedHigh()
Returns the instance variable value for Address Post Code Extended High.

Returns:
java.lang.String
 o getPostCodeExtendedLow
 public String getPostCodeExtendedLow()
Returns the instance variable value for Address Post Code Extended Low.

Returns:
java.lang.String
 o getPostCodePrimaryHigh
 public String getPostCodePrimaryHigh()
Returns the instance variable value for Address Post Code Primary High.

Returns:
java.lang.String
 o getPostCodePrimaryLow
 public String getPostCodePrimaryLow()
Returns the instance variable value for Address Post Code Primary Low.

Returns:
java.lang.String
 o getStreetName
 public String getStreetName()
Returns the instance variable value for Address Street Name.

Returns:
java.lang.String
 o getStreetNumberHigh
 public String getStreetNumberHigh()
Returns the instance variable value for Address Street Number High.

Returns:
java.lang.String
 o getStreetNumberLow
 public String getStreetNumberLow()
Returns the instance variable value for Address Street Number Low.

Returns:
java.lang.String
 o getStreetNumberPrefix
 public String getStreetNumberPrefix()
Returns the instance variable value for Address Street Number Prefix.

Returns:
java.lang.String
 o getStreetSuffix
 public String getStreetSuffix()
Returns the instance variable value for Address Street Suffix.

Returns:
java.lang.String
 o getStreetType
 public String getStreetType()
Returns the instance variable value for Address Street Type.

Returns:
java.lang.String
 o isStreetNumberBothIndicator
 public boolean isStreetNumberBothIndicator()
Returns the instance variable value for Address Street Number OddEven Indicator Both.

Returns:
boolean
 o isStreetNumberEvenIndicator
 public boolean isStreetNumberEvenIndicator()
Returns the instance variable value for Address Street Number Even Indicator.

Returns:
boolean
 o isStreetNumberOddIndicator
 public boolean isStreetNumberOddIndicator()
Returns the instance variable value for Address Street Number Odd Indicator.

Returns:
boolean
 o setAddressExtendedInformation
 public void setAddressExtendedInformation(Vector newAddressExtendedInformation)
Sets the instance variable value for Address Extended Information.

Parameters:
newAddressExtendedInformation - java.util.Vector
 o setBuildingName
 public void setBuildingName(String newBuildingName)
Sets the instance variable value for Address Building Name.

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

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

Parameters:
newCountry - java.lang.String
 o setCountryCode
 public void setCountryCode(String newCountryCode)
Sets the instance variable value for Address Country Code.

Parameters:
newCountryCode - java.lang.String
 o setPoliticalDivision1
 public void setPoliticalDivision1(String newPoliticalDivision1)
Sets the instance variable value for Address Political Division 1.

Parameters:
newPoliticalDivision1 - java.lang.String
 o setPoliticalDivision2
 public void setPoliticalDivision2(String newPoliticalDivision2)
Sets the instance variable value for Address Political Division 2.

Parameters:
newPoliticalDivision2 - java.lang.String
 o setPoliticalDivision3
 public void setPoliticalDivision3(String newPoliticalDivision3)
Sets the instance variable value for Address Political Division 3.

Parameters:
newPoliticalDivision3 - java.lang.String
 o setPoliticalDivision4
 public void setPoliticalDivision4(String newPoliticalDivision4)
Sets the instance variable value for Address Political Division 4.

Parameters:
newPoliticalDivision4 - java.lang.String
 o setPostCodeExtendedHigh
 public void setPostCodeExtendedHigh(String newPostCodeExtendedHigh)
Sets the instance variable value for Address Post Code Extended High.

Parameters:
newPostCodeExtendedHigh - java.lang.String
 o setPostCodeExtendedLow
 public void setPostCodeExtendedLow(String newPostCodeExtendedLow)
Sets the instance variable value for Address Post Code Extended Low.

Parameters:
newPostCodeExtendedLow - java.lang.String
 o setPostCodePrimaryHigh
 public void setPostCodePrimaryHigh(String newPostCodePrimaryHigh)
Sets the instance variable value for Address Post Code Primary High.

Parameters:
newPostCodePrimaryHigh - java.lang.String
 o setPostCodePrimaryLow
 public void setPostCodePrimaryLow(String newPostCodePrimaryLow)
Sets the instance variable value for Address Post Code Primary Low.

Parameters:
newPostCodePrimaryLow - java.lang.String
 o setStreetName
 public void setStreetName(String newStreetName)
Sets the instance variable value for Address Street Name.

Parameters:
newStreetName - java.lang.String
 o setStreetNumberBothIndicator
 public void setStreetNumberBothIndicator(boolean newStreetNumberBothIndicator)
Sets the instance variable value for Address Street Number Odd/Even Both Indicator.

Parameters:
newStreetNumberBothIndicator - boolean
 o setStreetNumberEvenIndicator
 public void setStreetNumberEvenIndicator(boolean newStreetNumberEvenIndicator)
Sets the instance variable value for Address Street Number Odd/Even Even Indicator.

Parameters:
newStreetNumberEvenIndicator - boolean
 o setStreetNumberHigh
 public void setStreetNumberHigh(String newStreetNumberHigh)
Sets the instance variable value for Address Street Number High.

Parameters:
newStreetNumberHigh - java.lang.String
 o setStreetNumberLow
 public void setStreetNumberLow(String newStreetNumberLow)
Sets the instance variable value for Address Street Number Low.

Parameters:
newStreetNumberLow - java.lang.String
 o setStreetNumberOddIndicator
 public void setStreetNumberOddIndicator(boolean newStreetNumberOddIndicator)
Parameters:
newStreetNumberOddIndicator - boolean
 o setStreetNumberPrefix
 public void setStreetNumberPrefix(String newStreetNumberPrefix)
Sets the instance variable value for Address Street Number Prefix.

Parameters:
newStreetNumberPrefix - java.lang.String
 o setStreetSuffix
 public void setStreetSuffix(String newStreetSuffix)
Sets the instance variable value for Address Street Suffix.

Parameters:
newStreetSuffix - java.lang.String
 o setStreetType
 public void setStreetType(String newStreetType)
Sets the instance variable value for Address Street Type.

Parameters:
newStreetType - 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