Changes since
the last release

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

Packages that use CharacteristicsSetType
com.ebay.sdk.model   
com.ebay.soap.eBLBaseComponents   
 

Uses of CharacteristicsSetType in com.ebay.sdk.model
 

Methods in com.ebay.sdk.model that return CharacteristicsSetType
 CharacteristicsSetType Category.addNewCharacteristicsSet()
          Adds a new CharacteristicsSetType node.
 

Methods in com.ebay.sdk.model with parameters of type CharacteristicsSetType
 void Category.addCharacteristicsSet(CharacteristicsSetType cs)
          Adds a CharacteristicsSetType for the category.
 

Uses of CharacteristicsSetType in com.ebay.soap.eBLBaseComponents
 

Fields in com.ebay.soap.eBLBaseComponents declared as CharacteristicsSetType
protected  CharacteristicsSetType SiteWideCharacteristicsType.characteristicsSet
           
protected  CharacteristicsSetType ProductType.characteristicsSet
           
protected  CharacteristicsSetType ProductSearchPageType.searchCharacteristicsSet
           
 

Fields in com.ebay.soap.eBLBaseComponents with type parameters of type CharacteristicsSetType
protected  List<CharacteristicsSetType> CategoryType.characteristicsSets
           
 

Methods in com.ebay.soap.eBLBaseComponents that return CharacteristicsSetType
 CharacteristicsSetType ObjectFactory.createCharacteristicsSetType()
          Create an instance of CharacteristicsSetType
 CharacteristicsSetType SiteWideCharacteristicsType.getCharacteristicsSet()
          Gets the value of the characteristicsSet property.
 CharacteristicsSetType ProductType.getCharacteristicsSet()
          Gets the value of the characteristicsSet property.
 CharacteristicsSetType[] CategoryType.getCharacteristicsSets()
           
 CharacteristicsSetType CategoryType.getCharacteristicsSets(int idx)
           
 CharacteristicsSetType ProductSearchPageType.getSearchCharacteristicsSet()
          Gets the value of the searchCharacteristicsSet property.
 CharacteristicsSetType CategoryType.setCharacteristicsSets(int idx, CharacteristicsSetType value)
           
 

Methods in com.ebay.soap.eBLBaseComponents that return types with arguments of type CharacteristicsSetType
protected  List<CharacteristicsSetType> CategoryType._getCharacteristicsSets()
           
 

Methods in com.ebay.soap.eBLBaseComponents with parameters of type CharacteristicsSetType
 void SiteWideCharacteristicsType.setCharacteristicsSet(CharacteristicsSetType value)
          Sets the value of the characteristicsSet property.
 void ProductType.setCharacteristicsSet(CharacteristicsSetType value)
          Sets the value of the characteristicsSet property.
 void CategoryType.setCharacteristicsSets(CharacteristicsSetType[] values)
           
 CharacteristicsSetType CategoryType.setCharacteristicsSets(int idx, CharacteristicsSetType value)
           
 void ProductSearchPageType.setSearchCharacteristicsSet(CharacteristicsSetType value)
          Sets the value of the searchCharacteristicsSet 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.