Changes since
the last release

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

Packages that use AttributeSetType
com.ebay.sdk.util   
com.ebay.soap.eBLBaseComponents   
 

Uses of AttributeSetType in com.ebay.sdk.util
 

Methods in com.ebay.sdk.util that return AttributeSetType
 AttributeSetType MotorAttributeHelper.getAttributeSet()
           
 

Methods in com.ebay.sdk.util with parameters of type AttributeSetType
static AttributeType AttributeHelper.findAttribute(AttributeSetType ast, int attributeID)
          Find an attribute by ID.
static int AttributeHelper.getValueID(AttributeSetType ast, int attributeID)
          Get the first ValueID of an attribute node.
static String AttributeHelper.getValueLiteral(AttributeSetType ast, int attributeID)
          Get the first ValueLiteral of an attribute node.
static void AttributeHelper.insertToAttributeSet(AttributeSetType ast, int attributeID, int valueID, String valStr)
          Insert an attribute node to AttributeSetType or update the existing attribute node.
static boolean AttributeHelper.removeAttribute(AttributeSetType ast, int attributeID)
          Remove an attribute from the AttributeSetType object.
 

Constructors in com.ebay.sdk.util with parameters of type AttributeSetType
MotorAttributeHelper(AttributeSetType ast)
          Constructor.
 

Uses of AttributeSetType in com.ebay.soap.eBLBaseComponents
 

Fields in com.ebay.soap.eBLBaseComponents with type parameters of type AttributeSetType
protected  List<AttributeSetType> AttributeSetArrayType.attributeSet
           
 

Methods in com.ebay.soap.eBLBaseComponents that return AttributeSetType
 AttributeSetType ObjectFactory.createAttributeSetType()
          Create an instance of AttributeSetType
 AttributeSetType[] AttributeSetArrayType.getAttributeSet()
           
 AttributeSetType AttributeSetArrayType.getAttributeSet(int idx)
           
 AttributeSetType AttributeSetArrayType.setAttributeSet(int idx, AttributeSetType value)
           
 

Methods in com.ebay.soap.eBLBaseComponents that return types with arguments of type AttributeSetType
protected  List<AttributeSetType> AttributeSetArrayType._getAttributeSet()
           
 

Methods in com.ebay.soap.eBLBaseComponents with parameters of type AttributeSetType
 void AttributeSetArrayType.setAttributeSet(AttributeSetType[] values)
           
 AttributeSetType AttributeSetArrayType.setAttributeSet(int idx, AttributeSetType value)
           
 


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.