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.Object
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getStreet1()
String
public void setStreet1(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getStreet2()
String
public void setStreet2(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getCityName()
String
public void setCityName(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getStateOrProvince()
String
public void setStateOrProvince(java.lang.String value)
value
- the value
allowed object is
String
public 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.
CountryCodeType
public void setCountry(CountryCodeType value)
value
- the value
allowed object is
CountryCodeType
public 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).
String
public void setCountryName(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getPhone()
String
public void setPhone(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getPostalCode()
String
public void setPostalCode(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getAddressID()
String
public void setAddressID(java.lang.String value)
value
- the value
allowed object is
String
public AddressOwnerCodeType getAddressOwner()
AddressOwnerCodeType
public void setAddressOwner(AddressOwnerCodeType value)
value
- the value
allowed object is
AddressOwnerCodeType
public java.lang.String getExternalAddressID()
String
public void setExternalAddressID(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getInternationalName()
String
public void setInternationalName(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getInternationalStateAndCity()
String
public void setInternationalStateAndCity(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getInternationalStreet()
String
public void setInternationalStreet(java.lang.String value)
value
- the value
allowed object is
String
public AddressStatusCodeType getAddressStatus()
AddressStatusCodeType
public void setAddressStatus(AddressStatusCodeType value)
value
- the value
allowed object is
AddressStatusCodeType
public AddressNormalizationStatusCodeType getAddressNormalizationStatus()
AddressNormalizationStatusCodeType
public void setAddressNormalizationStatus(AddressNormalizationStatusCodeType value)
value
- the value
allowed object is
AddressNormalizationStatusCodeType
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.