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.
-
AddressValidationResult()
-
-
getAddress()
- Returns the instance variable value for AddresValidationResult Address.
-
getPostalCodeHighEnd()
-
Returns the instance variable value for AddresValidationResult PostalCodeHighEnd.
-
getPostalCodelowEnd()
-
Returns the instance variable value for AddresValidationResult PostalCodeHighLowEnd.
-
getQuality()
-
Returns the instance variable value for AddresValidationResult Quality.
-
getRank()
-
Returns the instance variable value for AddresValidationResult Rank.
-
setAddress(Address)
-
Sets the instance variable value for AddresValidationResult Address.
-
setPostalCodeHighEnd(String)
-
Sets the instance variable value for AddresValidationResult PostalCodeHighEnd
-
setPostalCodelowEnd(String)
-
Sets the instance variable value for AddresValidationResult PostalCodeLowEnd
-
setQuality(String)
-
Sets the instance variable value for AddresValidationResult Quality
-
setRank(String)
-
Sets the instance variable value for AddresValidationResult Rank
-
toString()
- Returns a String that represents the value of this object.
AddressValidationResult
public AddressValidationResult()
getAddress
public Address getAddress()
- Returns the instance variable value for AddresValidationResult Address.
- Returns:
- com.ups.xml.beans.Address
getPostalCodeHighEnd
public String getPostalCodeHighEnd()
- Returns the instance variable value for AddresValidationResult PostalCodeHighEnd.
- Returns:
- java.lang.String
getPostalCodelowEnd
public String getPostalCodelowEnd()
- Returns the instance variable value for AddresValidationResult PostalCodeHighLowEnd.
- Returns:
- java.lang.String
getQuality
public String getQuality()
- Returns the instance variable value for AddresValidationResult Quality.
- Returns:
- java.lang.String
getRank
public String getRank()
- Returns the instance variable value for AddresValidationResult Rank.
- Returns:
- java.lang.String
setAddress
public void setAddress(Address newAddress)
- Sets the instance variable value for AddresValidationResult Address.
- Parameters:
- newAddress - com.ups.xml.beans.Address
setPostalCodeHighEnd
public void setPostalCodeHighEnd(String newPostalCodeHighEnd)
- Sets the instance variable value for AddresValidationResult PostalCodeHighEnd
- Parameters:
- newPostalCodeHighEnd - java.lang.String
setPostalCodelowEnd
public void setPostalCodelowEnd(String newPostalCodelowEnd)
- Sets the instance variable value for AddresValidationResult PostalCodeLowEnd
- Parameters:
- newPostalCodelowEnd - java.lang.String
setQuality
public void setQuality(String newQuality)
- Sets the instance variable value for AddresValidationResult Quality
- Parameters:
- newQuality - java.lang.String
setRank
public void setRank(String newRank)
- Sets the instance variable value for AddresValidationResult Rank
- Parameters:
- newRank - java.lang.String
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