Uses of Class
urn.ebay.apis.eBLBaseComponents.CountryCodeType

Packages that use CountryCodeType
urn.ebay.api.PayPalAPI   
urn.ebay.apis.eBLBaseComponents   
 

Uses of CountryCodeType in urn.ebay.api.PayPalAPI
 

Methods in urn.ebay.api.PayPalAPI that return CountryCodeType
 CountryCodeType BMUpdateButtonRequestType.getButtonCountry()
          Getter for buttonCountry
 CountryCodeType BMGetButtonDetailsResponseType.getButtonCountry()
          Getter for buttonCountry
 CountryCodeType BMCreateButtonRequestType.getButtonCountry()
          Getter for buttonCountry
 CountryCodeType AddressVerifyResponseType.getCountryCode()
          Getter for countryCode
 

Methods in urn.ebay.api.PayPalAPI with parameters of type CountryCodeType
 void BMUpdateButtonRequestType.setButtonCountry(CountryCodeType buttonCountry)
          Setter for buttonCountry
 void BMGetButtonDetailsResponseType.setButtonCountry(CountryCodeType buttonCountry)
          Setter for buttonCountry
 void BMCreateButtonRequestType.setButtonCountry(CountryCodeType buttonCountry)
          Setter for buttonCountry
 void AddressVerifyResponseType.setCountryCode(CountryCodeType countryCode)
          Setter for countryCode
 

Uses of CountryCodeType in urn.ebay.apis.eBLBaseComponents
 

Methods in urn.ebay.apis.eBLBaseComponents that return CountryCodeType
static CountryCodeType CountryCodeType.fromValue(String v)
           
 CountryCodeType AddressType.getCountry()
          Getter for country
 CountryCodeType PayerInfoType.getPayerCountry()
          Getter for payerCountry
static CountryCodeType CountryCodeType.valueOf(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 urn.ebay.apis.eBLBaseComponents with parameters of type CountryCodeType
 void AddressType.setCountry(CountryCodeType country)
          Setter for country
 void PayerInfoType.setPayerCountry(CountryCodeType payerCountry)
          Setter for payerCountry
 



Copyright © 2013. All Rights Reserved.