Changes since
the last release

Uses of Class
com.ebay.soap.eBLBaseComponents.CountryCodeType

Packages that use CountryCodeType
com.ebay.sdk.call   
com.ebay.sdk.helper   
com.ebay.soap.eBLBaseComponents   
 

Uses of CountryCodeType in com.ebay.sdk.call
 

Methods in com.ebay.sdk.call that return CountryCodeType
 CountryCodeType GetItemShippingCall.getDestinationCountryCode()
          Gets the GetItemShippingRequestType.destinationCountryCode.
 

Methods in com.ebay.sdk.call with parameters of type CountryCodeType
 void GetItemShippingCall.setDestinationCountryCode(CountryCodeType destinationCountryCode)
          Sets the GetItemShippingRequestType.destinationCountryCode.
 

Uses of CountryCodeType in com.ebay.sdk.helper
 

Methods in com.ebay.sdk.helper with parameters of type CountryCodeType
 CountryDetailsType eBayDetailsHelper1.getCountryDetailsByCountryCode(CountryCodeType countryCode)
           
 

Uses of CountryCodeType in com.ebay.soap.eBLBaseComponents
 

Fields in com.ebay.soap.eBLBaseComponents declared as CountryCodeType
protected  CountryCodeType ItemType.country
           
protected  CountryCodeType EBayPLUSPreferenceType.country
           
protected  CountryCodeType CountryDetailsType.country
           
protected  CountryCodeType AddressType.country
           
protected  CountryCodeType GetItemShippingRequestType.destinationCountryCode
           
protected  CountryCodeType MyeBayFavoriteSearchType.itemsAvailableTo
           
protected  CountryCodeType MyeBayFavoriteSearchType.itemsLocatedIn
           
protected  CountryCodeType AddressType.phone2CountryCode
           
protected  CountryCodeType AddressType.phoneCountryCode
           
 

Fields in com.ebay.soap.eBLBaseComponents with type parameters of type CountryCodeType
protected  java.util.List<CountryCodeType> VeROReportItemType.country
           
 

Methods in com.ebay.soap.eBLBaseComponents that return CountryCodeType
static CountryCodeType CountryCodeType.fromValue(java.lang.String v)
           
 CountryCodeType[] VeROReportItemType.getCountry()
           
 CountryCodeType ItemType.getCountry()
          Gets the value of the country property.
 CountryCodeType EBayPLUSPreferenceType.getCountry()
          Gets the value of the country property.
 CountryCodeType CountryDetailsType.getCountry()
          Gets the value of the country property.
 CountryCodeType AddressType.getCountry()
          Gets the value of the country property.
 CountryCodeType VeROReportItemType.getCountry(int idx)
           
 CountryCodeType GetItemShippingRequestType.getDestinationCountryCode()
          Gets the value of the destinationCountryCode property.
 CountryCodeType MyeBayFavoriteSearchType.getItemsAvailableTo()
          Gets the value of the itemsAvailableTo property.
 CountryCodeType MyeBayFavoriteSearchType.getItemsLocatedIn()
          Gets the value of the itemsLocatedIn property.
 CountryCodeType AddressType.getPhone2CountryCode()
          Gets the value of the phone2CountryCode property.
 CountryCodeType AddressType.getPhoneCountryCode()
          Gets the value of the phoneCountryCode property.
 CountryCodeType VeROReportItemType.setCountry(int idx, CountryCodeType value)
           
static CountryCodeType CountryCodeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CountryCodeType[] CountryCodeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.ebay.soap.eBLBaseComponents that return types with arguments of type CountryCodeType
protected  java.util.List<CountryCodeType> VeROReportItemType._getCountry()
           
 

Methods in com.ebay.soap.eBLBaseComponents with parameters of type CountryCodeType
 void ItemType.setCountry(CountryCodeType value)
          Sets the value of the country property.
 void EBayPLUSPreferenceType.setCountry(CountryCodeType value)
          Sets the value of the country property.
 void CountryDetailsType.setCountry(CountryCodeType value)
          Sets the value of the country property.
 void AddressType.setCountry(CountryCodeType value)
          Sets the value of the country property.
 void VeROReportItemType.setCountry(CountryCodeType[] values)
           
 CountryCodeType VeROReportItemType.setCountry(int idx, CountryCodeType value)
           
 void GetItemShippingRequestType.setDestinationCountryCode(CountryCodeType value)
          Sets the value of the destinationCountryCode property.
 void MyeBayFavoriteSearchType.setItemsAvailableTo(CountryCodeType value)
          Sets the value of the itemsAvailableTo property.
 void MyeBayFavoriteSearchType.setItemsLocatedIn(CountryCodeType value)
          Sets the value of the itemsLocatedIn property.
 void AddressType.setPhone2CountryCode(CountryCodeType value)
          Sets the value of the phone2CountryCode property.
 void AddressType.setPhoneCountryCode(CountryCodeType value)
          Sets the value of the phoneCountryCode property.
 


Changes since
the last release

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.