|
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 one user 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.
| Constructor Summary | |
|---|---|
AddressType()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
MessageElement[] |
get_any()
Gets the _any value for this AddressType. |
String |
getAddressID()
Gets the addressID value for this AddressType. |
AddressOwnerCodeType |
getAddressOwner()
Gets the addressOwner value for this AddressType. |
AddressRecordTypeCodeType |
getAddressRecordType()
Gets the addressRecordType value for this AddressType. |
AddressStatusCodeType |
getAddressStatus()
Gets the addressStatus value for this AddressType. |
String |
getCityName()
Gets the cityName value for this AddressType. |
String |
getCompanyName()
Gets the companyName value for this AddressType. |
CountryCodeType |
getCountry()
Gets the country value for this AddressType. |
String |
getCountryName()
Gets the countryName value for this AddressType. |
String |
getCounty()
Gets the county value for this AddressType. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
String |
getExternalAddressID()
Gets the externalAddressID value for this AddressType. |
String |
getFirstName()
Gets the firstName value for this AddressType. |
String |
getInternationalName()
Gets the internationalName value for this AddressType. |
String |
getInternationalStateAndCity()
Gets the internationalStateAndCity value for this AddressType. |
String |
getInternationalStreet()
Gets the internationalStreet value for this AddressType. |
String |
getLastName()
Gets the lastName value for this AddressType. |
String |
getName()
Gets the name value for this AddressType. |
String |
getPhone()
Gets the phone value for this AddressType. |
String |
getPhone2()
Gets the phone2 value for this AddressType. |
String |
getPhone2AreaOrCityCode()
Gets the phone2AreaOrCityCode value for this AddressType. |
CountryCodeType |
getPhone2CountryCode()
Gets the phone2CountryCode value for this AddressType. |
String |
getPhone2CountryPrefix()
Gets the phone2CountryPrefix value for this AddressType. |
String |
getPhone2LocalNumber()
Gets the phone2LocalNumber value for this AddressType. |
String |
getPhoneAreaOrCityCode()
Gets the phoneAreaOrCityCode value for this AddressType. |
CountryCodeType |
getPhoneCountryCode()
Gets the phoneCountryCode value for this AddressType. |
String |
getPhoneCountryPrefix()
Gets the phoneCountryPrefix value for this AddressType. |
String |
getPhoneLocalNumber()
Gets the phoneLocalNumber value for this AddressType. |
String |
getPostalCode()
Gets the postalCode value for this AddressType. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
String |
getStateOrProvince()
Gets the stateOrProvince value for this AddressType. |
String |
getStreet()
Gets the street value for this AddressType. |
String |
getStreet1()
Gets the street1 value for this AddressType. |
String |
getStreet2()
Gets the street2 value for this AddressType. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
set_any(MessageElement[] _any)
Sets the _any value for this AddressType. |
void |
setAddressID(String addressID)
Sets the addressID value for this AddressType. |
void |
setAddressOwner(AddressOwnerCodeType addressOwner)
Sets the addressOwner value for this AddressType. |
void |
setAddressRecordType(AddressRecordTypeCodeType addressRecordType)
Sets the addressRecordType value for this AddressType. |
void |
setAddressStatus(AddressStatusCodeType addressStatus)
Sets the addressStatus value for this AddressType. |
void |
setCityName(String cityName)
Sets the cityName value for this AddressType. |
void |
setCompanyName(String companyName)
Sets the companyName value for this AddressType. |
void |
setCountry(CountryCodeType country)
Sets the country value for this AddressType. |
void |
setCountryName(String countryName)
Sets the countryName value for this AddressType. |
void |
setCounty(String county)
Sets the county value for this AddressType. |
void |
setExternalAddressID(String externalAddressID)
Sets the externalAddressID value for this AddressType. |
void |
setFirstName(String firstName)
Sets the firstName value for this AddressType. |
void |
setInternationalName(String internationalName)
Sets the internationalName value for this AddressType. |
void |
setInternationalStateAndCity(String internationalStateAndCity)
Sets the internationalStateAndCity value for this AddressType. |
void |
setInternationalStreet(String internationalStreet)
Sets the internationalStreet value for this AddressType. |
void |
setLastName(String lastName)
Sets the lastName value for this AddressType. |
void |
setName(String name)
Sets the name value for this AddressType. |
void |
setPhone(String phone)
Sets the phone value for this AddressType. |
void |
setPhone2(String phone2)
Sets the phone2 value for this AddressType. |
void |
setPhone2AreaOrCityCode(String phone2AreaOrCityCode)
Sets the phone2AreaOrCityCode value for this AddressType. |
void |
setPhone2CountryCode(CountryCodeType phone2CountryCode)
Sets the phone2CountryCode value for this AddressType. |
void |
setPhone2CountryPrefix(String phone2CountryPrefix)
Sets the phone2CountryPrefix value for this AddressType. |
void |
setPhone2LocalNumber(String phone2LocalNumber)
Sets the phone2LocalNumber value for this AddressType. |
void |
setPhoneAreaOrCityCode(String phoneAreaOrCityCode)
Sets the phoneAreaOrCityCode value for this AddressType. |
void |
setPhoneCountryCode(CountryCodeType phoneCountryCode)
Sets the phoneCountryCode value for this AddressType. |
void |
setPhoneCountryPrefix(String phoneCountryPrefix)
Sets the phoneCountryPrefix value for this AddressType. |
void |
setPhoneLocalNumber(String phoneLocalNumber)
Sets the phoneLocalNumber value for this AddressType. |
void |
setPostalCode(String postalCode)
Sets the postalCode value for this AddressType. |
void |
setStateOrProvince(String stateOrProvince)
Sets the stateOrProvince value for this AddressType. |
void |
setStreet(String street)
Sets the street value for this AddressType. |
void |
setStreet1(String street1)
Sets the street1 value for this AddressType. |
void |
setStreet2(String street2)
Sets the street2 value for this AddressType. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AddressType()
| Method Detail |
|---|
public String getName()
public void setName(String name)
name - public String getStreet()
public void setStreet(String street)
street - public String getStreet1()
public void setStreet1(String street1)
street1 - public String getStreet2()
public void setStreet2(String street2)
street2 - public String getCityName()
public void setCityName(String cityName)
cityName - public String getCounty()
public void setCounty(String county)
county - public String getStateOrProvince()
public void setStateOrProvince(String stateOrProvince)
stateOrProvince - public CountryCodeType getCountry()
public void setCountry(CountryCodeType country)
country - Defines the standard 2-letter ISO 3166 country code set, plus
some additional country codes that eBay uses.
(The additional codes appear at the end of this code list and
are noted as non-ISO.)
For English names that correspond to each code (e.g., KY="Cayman
Islands"),
call GeteBayDetails or see the ISO site:
http://www.iso.ch/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/list-en1.htmlpublic String getCountryName()
public void setCountryName(String countryName)
countryName - public String getPhone()
public void setPhone(String phone)
phone - public CountryCodeType getPhoneCountryCode()
public void setPhoneCountryCode(CountryCodeType phoneCountryCode)
phoneCountryCode - Defines the standard 2-letter ISO 3166 country code set, plus
some additional country codes that eBay uses.
(The additional codes appear at the end of this code list and
are noted as non-ISO.)
For English names that correspond to each code (e.g., KY="Cayman
Islands"),
call GeteBayDetails or see the ISO site:
http://www.iso.ch/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/list-en1.htmlpublic String getPhoneCountryPrefix()
public void setPhoneCountryPrefix(String phoneCountryPrefix)
phoneCountryPrefix - public String getPhoneAreaOrCityCode()
public void setPhoneAreaOrCityCode(String phoneAreaOrCityCode)
phoneAreaOrCityCode - public String getPhoneLocalNumber()
public void setPhoneLocalNumber(String phoneLocalNumber)
phoneLocalNumber - public CountryCodeType getPhone2CountryCode()
public void setPhone2CountryCode(CountryCodeType phone2CountryCode)
phone2CountryCode - Defines the standard 2-letter ISO 3166 country code set, plus
some additional country codes that eBay uses.
(The additional codes appear at the end of this code list and
are noted as non-ISO.)
For English names that correspond to each code (e.g., KY="Cayman
Islands"),
call GeteBayDetails or see the ISO site:
http://www.iso.ch/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/list-en1.htmlpublic String getPhone2CountryPrefix()
public void setPhone2CountryPrefix(String phone2CountryPrefix)
phone2CountryPrefix - public String getPhone2AreaOrCityCode()
public void setPhone2AreaOrCityCode(String phone2AreaOrCityCode)
phone2AreaOrCityCode - public String getPhone2LocalNumber()
public void setPhone2LocalNumber(String phone2LocalNumber)
phone2LocalNumber - public String getPostalCode()
public void setPostalCode(String postalCode)
postalCode - public String getAddressID()
public void setAddressID(String addressID)
addressID - public AddressOwnerCodeType getAddressOwner()
public void setAddressOwner(AddressOwnerCodeType addressOwner)
addressOwner - Indicates who owns the user's address.public AddressStatusCodeType getAddressStatus()
public void setAddressStatus(AddressStatusCodeType addressStatus)
addressStatus - PayPal address status.public String getExternalAddressID()
public void setExternalAddressID(String externalAddressID)
externalAddressID - public String getInternationalName()
public void setInternationalName(String internationalName)
internationalName - public String getInternationalStateAndCity()
public void setInternationalStateAndCity(String internationalStateAndCity)
internationalStateAndCity - public String getInternationalStreet()
public void setInternationalStreet(String internationalStreet)
internationalStreet - public String getCompanyName()
public void setCompanyName(String companyName)
companyName - public AddressRecordTypeCodeType getAddressRecordType()
public void setAddressRecordType(AddressRecordTypeCodeType addressRecordType)
addressRecordType - Codes indicate the address type.public String getFirstName()
public void setFirstName(String firstName)
firstName - public String getLastName()
public void setLastName(String lastName)
lastName - public String getPhone2()
public void setPhone2(String phone2)
phone2 - public MessageElement[] get_any()
public void set_any(MessageElement[] _any)
_any - public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
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-2006 eBay Inc. All rights reserved.