|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ebay.soap.eBLBaseComponents.AddressType
public class AddressType
Contains the data for an eBay user's address. This is the base type for a number of user addresses, including seller payment address, buyer shipping address and buyer and seller registration address.
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="Street" 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="County" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="StateOrProvince" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Country" type="{urn:ebay:apis:eBLBaseComponents}CountryCodeType" minOccurs="0"/> <element name="CountryName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Phone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="PhoneCountryCode" type="{urn:ebay:apis:eBLBaseComponents}CountryCodeType" minOccurs="0"/> <element name="PhoneCountryPrefix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="PhoneAreaOrCityCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="PhoneLocalNumber" 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="AddressStatus" type="{urn:ebay:apis:eBLBaseComponents}AddressStatusCodeType" 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="CompanyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="AddressRecordType" type="{urn:ebay:apis:eBLBaseComponents}AddressRecordTypeCodeType" minOccurs="0"/> <element name="FirstName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="LastName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Phone2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="AddressUsage" type="{urn:ebay:apis:eBLBaseComponents}AddressUsageCodeType" minOccurs="0"/> <element name="ReferenceID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="AddressAttribute" type="{urn:ebay:apis:eBLBaseComponents}AddressAttributeType" maxOccurs="unbounded" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<AddressAttributeType> |
addressAttribute
|
protected java.lang.String |
addressID
|
protected AddressOwnerCodeType |
addressOwner
|
protected AddressRecordTypeCodeType |
addressRecordType
|
protected AddressStatusCodeType |
addressStatus
|
protected AddressUsageCodeType |
addressUsage
|
protected java.util.List<java.lang.Object> |
any
|
protected java.lang.String |
cityName
|
protected java.lang.String |
companyName
|
protected CountryCodeType |
country
|
protected java.lang.String |
countryName
|
protected java.lang.String |
county
|
protected java.lang.String |
externalAddressID
|
protected java.lang.String |
firstName
|
protected java.lang.String |
internationalName
|
protected java.lang.String |
internationalStateAndCity
|
protected java.lang.String |
internationalStreet
|
protected java.lang.String |
lastName
|
protected java.lang.String |
name
|
protected java.lang.String |
phone
|
protected java.lang.String |
phone2
|
protected java.lang.String |
phoneAreaOrCityCode
|
protected CountryCodeType |
phoneCountryCode
|
protected java.lang.String |
phoneCountryPrefix
|
protected java.lang.String |
phoneLocalNumber
|
protected java.lang.String |
postalCode
|
protected java.lang.String |
referenceID
|
protected java.lang.String |
stateOrProvince
|
protected java.lang.String |
street
|
protected java.lang.String |
street1
|
protected java.lang.String |
street2
|
Constructor Summary | |
---|---|
AddressType()
|
Method Summary | |
---|---|
protected java.util.List<AddressAttributeType> |
_getAddressAttribute()
|
protected java.util.List<java.lang.Object> |
_getAny()
|
AddressAttributeType[] |
getAddressAttribute()
|
AddressAttributeType |
getAddressAttribute(int idx)
|
int |
getAddressAttributeLength()
|
java.lang.String |
getAddressID()
Gets the value of the addressID property. |
AddressOwnerCodeType |
getAddressOwner()
Gets the value of the addressOwner property. |
AddressRecordTypeCodeType |
getAddressRecordType()
Gets the value of the addressRecordType property. |
AddressStatusCodeType |
getAddressStatus()
Gets the value of the addressStatus property. |
AddressUsageCodeType |
getAddressUsage()
Gets the value of the addressUsage property. |
java.lang.Object[] |
getAny()
|
java.lang.Object |
getAny(int idx)
|
int |
getAnyLength()
|
java.lang.String |
getCityName()
Gets the value of the cityName property. |
java.lang.String |
getCompanyName()
Gets the value of the companyName property. |
CountryCodeType |
getCountry()
Gets the value of the country property. |
java.lang.String |
getCountryName()
Gets the value of the countryName property. |
java.lang.String |
getCounty()
Gets the value of the county property. |
java.lang.String |
getExternalAddressID()
Gets the value of the externalAddressID property. |
java.lang.String |
getFirstName()
Gets the value of the firstName 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 |
getLastName()
Gets the value of the lastName 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 |
getPhone2()
Gets the value of the phone2 property. |
java.lang.String |
getPhoneAreaOrCityCode()
Gets the value of the phoneAreaOrCityCode property. |
CountryCodeType |
getPhoneCountryCode()
Gets the value of the phoneCountryCode property. |
java.lang.String |
getPhoneCountryPrefix()
Gets the value of the phoneCountryPrefix property. |
java.lang.String |
getPhoneLocalNumber()
Gets the value of the phoneLocalNumber property. |
java.lang.String |
getPostalCode()
Gets the value of the postalCode property. |
java.lang.String |
getReferenceID()
Gets the value of the referenceID property. |
java.lang.String |
getStateOrProvince()
Gets the value of the stateOrProvince property. |
java.lang.String |
getStreet()
Gets the value of the street property. |
java.lang.String |
getStreet1()
Gets the value of the street1 property. |
java.lang.String |
getStreet2()
Gets the value of the street2 property. |
void |
setAddressAttribute(AddressAttributeType[] values)
|
AddressAttributeType |
setAddressAttribute(int idx,
AddressAttributeType value)
|
void |
setAddressID(java.lang.String value)
Sets the value of the addressID property. |
void |
setAddressOwner(AddressOwnerCodeType value)
Sets the value of the addressOwner property. |
void |
setAddressRecordType(AddressRecordTypeCodeType value)
Sets the value of the addressRecordType property. |
void |
setAddressStatus(AddressStatusCodeType value)
Sets the value of the addressStatus property. |
void |
setAddressUsage(AddressUsageCodeType value)
Sets the value of the addressUsage property. |
java.lang.Object |
setAny(int idx,
java.lang.Object value)
|
void |
setAny(java.lang.Object[] values)
|
void |
setCityName(java.lang.String value)
Sets the value of the cityName property. |
void |
setCompanyName(java.lang.String value)
Sets the value of the companyName 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 |
setCounty(java.lang.String value)
Sets the value of the county property. |
void |
setExternalAddressID(java.lang.String value)
Sets the value of the externalAddressID property. |
void |
setFirstName(java.lang.String value)
Sets the value of the firstName 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 |
setLastName(java.lang.String value)
Sets the value of the lastName 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 |
setPhone2(java.lang.String value)
Sets the value of the phone2 property. |
void |
setPhoneAreaOrCityCode(java.lang.String value)
Sets the value of the phoneAreaOrCityCode property. |
void |
setPhoneCountryCode(CountryCodeType value)
Sets the value of the phoneCountryCode property. |
void |
setPhoneCountryPrefix(java.lang.String value)
Sets the value of the phoneCountryPrefix property. |
void |
setPhoneLocalNumber(java.lang.String value)
Sets the value of the phoneLocalNumber property. |
void |
setPostalCode(java.lang.String value)
Sets the value of the postalCode property. |
void |
setReferenceID(java.lang.String value)
Sets the value of the referenceID property. |
void |
setStateOrProvince(java.lang.String value)
Sets the value of the stateOrProvince property. |
void |
setStreet(java.lang.String value)
Sets the value of the street 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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String name
protected java.lang.String street
protected java.lang.String street1
protected java.lang.String street2
protected java.lang.String cityName
protected java.lang.String county
protected java.lang.String stateOrProvince
protected CountryCodeType country
protected java.lang.String countryName
protected java.lang.String phone
protected CountryCodeType phoneCountryCode
protected java.lang.String phoneCountryPrefix
protected java.lang.String phoneAreaOrCityCode
protected java.lang.String phoneLocalNumber
protected java.lang.String postalCode
protected java.lang.String addressID
protected AddressOwnerCodeType addressOwner
protected AddressStatusCodeType addressStatus
protected java.lang.String externalAddressID
protected java.lang.String internationalName
protected java.lang.String internationalStateAndCity
protected java.lang.String internationalStreet
protected java.lang.String companyName
protected AddressRecordTypeCodeType addressRecordType
protected java.lang.String firstName
protected java.lang.String lastName
protected java.lang.String phone2
protected AddressUsageCodeType addressUsage
protected java.lang.String referenceID
protected java.util.List<AddressAttributeType> addressAttribute
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public AddressType()
Method Detail |
---|
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getStreet()
String
public void setStreet(java.lang.String value)
value
- allowed object is
String
public java.lang.String getStreet1()
String
public void setStreet1(java.lang.String value)
value
- allowed object is
String
public java.lang.String getStreet2()
String
public void setStreet2(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCityName()
String
public void setCityName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCounty()
String
public void setCounty(java.lang.String value)
value
- allowed object is
String
public java.lang.String getStateOrProvince()
String
public void setStateOrProvince(java.lang.String value)
value
- allowed object is
String
public CountryCodeType getCountry()
CountryCodeType
public void setCountry(CountryCodeType value)
value
- allowed object is
CountryCodeType
public java.lang.String getCountryName()
String
public void setCountryName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPhone()
String
public void setPhone(java.lang.String value)
value
- allowed object is
String
public CountryCodeType getPhoneCountryCode()
CountryCodeType
public void setPhoneCountryCode(CountryCodeType value)
value
- allowed object is
CountryCodeType
public java.lang.String getPhoneCountryPrefix()
String
public void setPhoneCountryPrefix(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPhoneAreaOrCityCode()
String
public void setPhoneAreaOrCityCode(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPhoneLocalNumber()
String
public void setPhoneLocalNumber(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPostalCode()
String
public void setPostalCode(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAddressID()
String
public void setAddressID(java.lang.String value)
value
- allowed object is
String
public AddressOwnerCodeType getAddressOwner()
AddressOwnerCodeType
public void setAddressOwner(AddressOwnerCodeType value)
value
- allowed object is
AddressOwnerCodeType
public AddressStatusCodeType getAddressStatus()
AddressStatusCodeType
public void setAddressStatus(AddressStatusCodeType value)
value
- allowed object is
AddressStatusCodeType
public java.lang.String getExternalAddressID()
String
public void setExternalAddressID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getInternationalName()
String
public void setInternationalName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getInternationalStateAndCity()
String
public void setInternationalStateAndCity(java.lang.String value)
value
- allowed object is
String
public java.lang.String getInternationalStreet()
String
public void setInternationalStreet(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCompanyName()
String
public void setCompanyName(java.lang.String value)
value
- allowed object is
String
public AddressRecordTypeCodeType getAddressRecordType()
AddressRecordTypeCodeType
public void setAddressRecordType(AddressRecordTypeCodeType value)
value
- allowed object is
AddressRecordTypeCodeType
public java.lang.String getFirstName()
String
public void setFirstName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLastName()
String
public void setLastName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPhone2()
String
public void setPhone2(java.lang.String value)
value
- allowed object is
String
public AddressUsageCodeType getAddressUsage()
AddressUsageCodeType
public void setAddressUsage(AddressUsageCodeType value)
value
- allowed object is
AddressUsageCodeType
public java.lang.String getReferenceID()
String
public void setReferenceID(java.lang.String value)
value
- allowed object is
String
public AddressAttributeType[] getAddressAttribute()
AddressAttributeType
public AddressAttributeType getAddressAttribute(int idx)
AddressAttributeType
public int getAddressAttributeLength()
public void setAddressAttribute(AddressAttributeType[] values)
values
- allowed objects are
AddressAttributeType
protected java.util.List<AddressAttributeType> _getAddressAttribute()
public AddressAttributeType setAddressAttribute(int idx, AddressAttributeType value)
value
- allowed object is
AddressAttributeType
public java.lang.Object[] getAny()
Element
Object
public java.lang.Object getAny(int idx)
Element
Object
public int getAnyLength()
public void setAny(java.lang.Object[] values)
values
- allowed objects are
Element
Object
protected java.util.List<java.lang.Object> _getAny()
public java.lang.Object setAny(int idx, java.lang.Object value)
value
- allowed object is
Element
Object
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The information contained in this document is proprietary and confidential.
Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc.
For information regarding a qualifying NDA, contact Developer Relations:
developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.