public class AddressType
extends java.lang.Object
Java class for AddressType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="AddressType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Street1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Street2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CityName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="StateOrProvince" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element ref="{urn:ebay:apis:eBLBaseComponents}Country" minOccurs="0"/>
         <element ref="{urn:ebay:apis:eBLBaseComponents}CountryName" minOccurs="0"/>
         <element name="Phone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PostalCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AddressID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AddressOwner" type="{urn:ebay:apis:eBLBaseComponents}AddressOwnerCodeType" minOccurs="0"/>
         <element name="ExternalAddressID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="InternationalName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="InternationalStateAndCity" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="InternationalStreet" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AddressStatus" type="{urn:ebay:apis:eBLBaseComponents}AddressStatusCodeType" minOccurs="0"/>
         <element name="AddressNormalizationStatus" type="{urn:ebay:apis:eBLBaseComponents}AddressNormalizationStatusCodeType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
protected java.lang.String | 
addressID  | 
protected AddressNormalizationStatusCodeType | 
addressNormalizationStatus  | 
protected AddressOwnerCodeType | 
addressOwner  | 
protected AddressStatusCodeType | 
addressStatus  | 
protected java.lang.String | 
cityName  | 
protected CountryCodeType | 
country  | 
protected java.lang.String | 
countryName  | 
protected java.lang.String | 
externalAddressID  | 
protected java.lang.String | 
internationalName  | 
protected java.lang.String | 
internationalStateAndCity  | 
protected java.lang.String | 
internationalStreet  | 
protected java.lang.String | 
name  | 
protected java.lang.String | 
phone  | 
protected java.lang.String | 
postalCode  | 
protected java.lang.String | 
stateOrProvince  | 
protected java.lang.String | 
street1  | 
protected java.lang.String | 
street2  | 
| Constructor and Description | 
|---|
AddressType()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getAddressID()
Gets the value of the addressID property. 
 | 
AddressNormalizationStatusCodeType | 
getAddressNormalizationStatus()
Gets the value of the addressNormalizationStatus property. 
 | 
AddressOwnerCodeType | 
getAddressOwner()
Gets the value of the addressOwner property. 
 | 
AddressStatusCodeType | 
getAddressStatus()
Gets the value of the addressStatus property. 
 | 
java.lang.String | 
getCityName()
Gets the value of the cityName property. 
 | 
CountryCodeType | 
getCountry()
ISO 3166 standard country code 
 | 
java.lang.String | 
getCountryName()
IMPORTANT: Do not set this element for SetExpressCheckout, DoExpressCheckoutPayment, DoDirectPayment, CreateRecurringPaymentsProfile or UpdateRecurringPaymentsProfile. 
 | 
java.lang.String | 
getExternalAddressID()
Gets the value of the externalAddressID property. 
 | 
java.lang.String | 
getInternationalName()
Gets the value of the internationalName property. 
 | 
java.lang.String | 
getInternationalStateAndCity()
Gets the value of the internationalStateAndCity property. 
 | 
java.lang.String | 
getInternationalStreet()
Gets the value of the internationalStreet property. 
 | 
java.lang.String | 
getName()
Gets the value of the name property. 
 | 
java.lang.String | 
getPhone()
Gets the value of the phone property. 
 | 
java.lang.String | 
getPostalCode()
Gets the value of the postalCode property. 
 | 
java.lang.String | 
getStateOrProvince()
Gets the value of the stateOrProvince property. 
 | 
java.lang.String | 
getStreet1()
Gets the value of the street1 property. 
 | 
java.lang.String | 
getStreet2()
Gets the value of the street2 property. 
 | 
void | 
setAddressID(java.lang.String value)
Sets the value of the addressID property. 
 | 
void | 
setAddressNormalizationStatus(AddressNormalizationStatusCodeType value)
Sets the value of the addressNormalizationStatus property. 
 | 
void | 
setAddressOwner(AddressOwnerCodeType value)
Sets the value of the addressOwner property. 
 | 
void | 
setAddressStatus(AddressStatusCodeType value)
Sets the value of the addressStatus property. 
 | 
void | 
setCityName(java.lang.String value)
Sets the value of the cityName property. 
 | 
void | 
setCountry(CountryCodeType value)
Sets the value of the country property. 
 | 
void | 
setCountryName(java.lang.String value)
Sets the value of the countryName property. 
 | 
void | 
setExternalAddressID(java.lang.String value)
Sets the value of the externalAddressID property. 
 | 
void | 
setInternationalName(java.lang.String value)
Sets the value of the internationalName property. 
 | 
void | 
setInternationalStateAndCity(java.lang.String value)
Sets the value of the internationalStateAndCity property. 
 | 
void | 
setInternationalStreet(java.lang.String value)
Sets the value of the internationalStreet property. 
 | 
void | 
setName(java.lang.String value)
Sets the value of the name property. 
 | 
void | 
setPhone(java.lang.String value)
Sets the value of the phone property. 
 | 
void | 
setPostalCode(java.lang.String value)
Sets the value of the postalCode property. 
 | 
void | 
setStateOrProvince(java.lang.String value)
Sets the value of the stateOrProvince property. 
 | 
void | 
setStreet1(java.lang.String value)
Sets the value of the street1 property. 
 | 
void | 
setStreet2(java.lang.String value)
Sets the value of the street2 property. 
 | 
java.lang.String | 
toString()  | 
protected java.lang.String name
protected java.lang.String street1
protected java.lang.String street2
protected java.lang.String cityName
protected java.lang.String stateOrProvince
protected CountryCodeType country
protected java.lang.String countryName
protected java.lang.String phone
protected java.lang.String postalCode
protected java.lang.String addressID
protected AddressOwnerCodeType addressOwner
protected java.lang.String externalAddressID
protected java.lang.String internationalName
protected java.lang.String internationalStateAndCity
protected java.lang.String internationalStreet
protected AddressStatusCodeType addressStatus
protected AddressNormalizationStatusCodeType addressNormalizationStatus
@CheckReturnValue @Nonnull public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - the value
     allowed object is
     Stringpublic java.lang.String getStreet1()
Stringpublic void setStreet1(java.lang.String value)
value - the value
     allowed object is
     Stringpublic java.lang.String getStreet2()
Stringpublic void setStreet2(java.lang.String value)
value - the value
     allowed object is
     Stringpublic java.lang.String getCityName()
Stringpublic void setCityName(java.lang.String value)
value - the value
     allowed object is
     Stringpublic java.lang.String getStateOrProvince()
Stringpublic void setStateOrProvince(java.lang.String value)
value - the value
     allowed object is
     Stringpublic CountryCodeType getCountry()
<?xml version="1.0" encoding="UTF-8"?><br xmlns="http://www.w3.org/2001/XMLSchema" xmlns:cc="urn:ebay:apis:CoreComponentTypes" xmlns:ed="urn:ebay:apis:EnhancedDataTypes" xmlns:ns="urn:ebay:apis:eBLBaseComponents" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>Character limit: Two single-byte characters.
CountryCodeTypepublic void setCountry(CountryCodeType value)
value - the value
     allowed object is
     CountryCodeTypepublic java.lang.String getCountryName()
<?xml version="1.0" encoding="UTF-8"?><br xmlns="http://www.w3.org/2001/XMLSchema" xmlns:cc="urn:ebay:apis:CoreComponentTypes" xmlns:ed="urn:ebay:apis:EnhancedDataTypes" xmlns:ns="urn:ebay:apis:eBLBaseComponents" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
<?xml version="1.0" encoding="UTF-8"?><br xmlns="http://www.w3.org/2001/XMLSchema" xmlns:cc="urn:ebay:apis:CoreComponentTypes" xmlns:ed="urn:ebay:apis:EnhancedDataTypes" xmlns:ns="urn:ebay:apis:eBLBaseComponents" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>This element should only be used in response elements and typically should not be used in creating request messages which specify the name of a country using the Country element (which refers to a 2-letter country code).
Stringpublic void setCountryName(java.lang.String value)
value - the value
     allowed object is
     Stringpublic java.lang.String getPhone()
Stringpublic void setPhone(java.lang.String value)
value - the value
     allowed object is
     Stringpublic java.lang.String getPostalCode()
Stringpublic void setPostalCode(java.lang.String value)
value - the value
     allowed object is
     Stringpublic java.lang.String getAddressID()
Stringpublic void setAddressID(java.lang.String value)
value - the value
     allowed object is
     Stringpublic AddressOwnerCodeType getAddressOwner()
AddressOwnerCodeTypepublic void setAddressOwner(AddressOwnerCodeType value)
value - the value
     allowed object is
     AddressOwnerCodeTypepublic java.lang.String getExternalAddressID()
Stringpublic void setExternalAddressID(java.lang.String value)
value - the value
     allowed object is
     Stringpublic java.lang.String getInternationalName()
Stringpublic void setInternationalName(java.lang.String value)
value - the value
     allowed object is
     Stringpublic java.lang.String getInternationalStateAndCity()
Stringpublic void setInternationalStateAndCity(java.lang.String value)
value - the value
     allowed object is
     Stringpublic java.lang.String getInternationalStreet()
Stringpublic void setInternationalStreet(java.lang.String value)
value - the value
     allowed object is
     Stringpublic AddressStatusCodeType getAddressStatus()
AddressStatusCodeTypepublic void setAddressStatus(AddressStatusCodeType value)
value - the value
     allowed object is
     AddressStatusCodeTypepublic AddressNormalizationStatusCodeType getAddressNormalizationStatus()
AddressNormalizationStatusCodeTypepublic void setAddressNormalizationStatus(AddressNormalizationStatusCodeType value)
value - the value
     allowed object is
     AddressNormalizationStatusCodeTypestSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.