All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ups.xmlsdk.xpci.AddressValidationResult

java.lang.Object
   |
   +----com.ups.xmlsdk.xpci.AddressValidationResult

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


Constructor Index

 o AddressValidationResult()

Method Index

 o getAddress()
Returns the instance variable value for AddresValidationResult Address.
 o getPostalCodeHighEnd()
Returns the instance variable value for AddresValidationResult PostalCodeHighEnd.
 o getPostalCodelowEnd()
Returns the instance variable value for AddresValidationResult PostalCodeHighLowEnd.
 o getQuality()
Returns the instance variable value for AddresValidationResult Quality.
 o getRank()
Returns the instance variable value for AddresValidationResult Rank.
 o setAddress(Address)
Sets the instance variable value for AddresValidationResult Address.
 o setPostalCodeHighEnd(String)
Sets the instance variable value for AddresValidationResult PostalCodeHighEnd
 o setPostalCodelowEnd(String)
Sets the instance variable value for AddresValidationResult PostalCodeLowEnd
 o setQuality(String)
Sets the instance variable value for AddresValidationResult Quality
 o setRank(String)
Sets the instance variable value for AddresValidationResult Rank
 o toString()
Returns a String that represents the value of this object.

Constructors

 o AddressValidationResult
 public AddressValidationResult()

Methods

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

Returns:
com.ups.xml.beans.Address
 o getPostalCodeHighEnd
 public String getPostalCodeHighEnd()
Returns the instance variable value for AddresValidationResult PostalCodeHighEnd.

Returns:
java.lang.String
 o getPostalCodelowEnd
 public String getPostalCodelowEnd()
Returns the instance variable value for AddresValidationResult PostalCodeHighLowEnd.

Returns:
java.lang.String
 o getQuality
 public String getQuality()
Returns the instance variable value for AddresValidationResult Quality.

Returns:
java.lang.String
 o getRank
 public String getRank()
Returns the instance variable value for AddresValidationResult Rank.

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

Parameters:
newAddress - com.ups.xml.beans.Address
 o setPostalCodeHighEnd
 public void setPostalCodeHighEnd(String newPostalCodeHighEnd)
Sets the instance variable value for AddresValidationResult PostalCodeHighEnd

Parameters:
newPostalCodeHighEnd - java.lang.String
 o setPostalCodelowEnd
 public void setPostalCodelowEnd(String newPostalCodelowEnd)
Sets the instance variable value for AddresValidationResult PostalCodeLowEnd

Parameters:
newPostalCodelowEnd - java.lang.String
 o setQuality
 public void setQuality(String newQuality)
Sets the instance variable value for AddresValidationResult Quality

Parameters:
newQuality - java.lang.String
 o setRank
 public void setRank(String newRank)
Sets the instance variable value for AddresValidationResult Rank

Parameters:
newRank - java.lang.String
 o toString
 public String toString()
Returns a String that represents the value of this object.

Returns:
a string representation of the receiver
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index