Changes since
the last release

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

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

Uses of AttributeType in com.ebay.sdk.util
 

Methods in com.ebay.sdk.util that return AttributeType
static AttributeType AttributeHelper.findAttribute(AttributeSetType ast, int attributeID)
          Find an attribute by ID.
 

Uses of AttributeType in com.ebay.soap.eBLBaseComponents
 

Fields in com.ebay.soap.eBLBaseComponents with type parameters of type AttributeType
protected  java.util.List<AttributeType> AttributeSetType.attribute
           
protected  java.util.List<AttributeType> AttributeArrayType.attribute
           
 

Methods in com.ebay.soap.eBLBaseComponents that return AttributeType
 AttributeType ObjectFactory.createAttributeType()
          Create an instance of AttributeType
 AttributeType[] AttributeSetType.getAttribute()
           
 AttributeType[] AttributeArrayType.getAttribute()
           
 AttributeType AttributeSetType.getAttribute(int idx)
           
 AttributeType AttributeArrayType.getAttribute(int idx)
           
 AttributeType AttributeSetType.setAttribute(int idx, AttributeType value)
           
 AttributeType AttributeArrayType.setAttribute(int idx, AttributeType value)
           
 

Methods in com.ebay.soap.eBLBaseComponents that return types with arguments of type AttributeType
protected  java.util.List<AttributeType> AttributeSetType._getAttribute()
           
protected  java.util.List<AttributeType> AttributeArrayType._getAttribute()
           
 

Methods in com.ebay.soap.eBLBaseComponents with parameters of type AttributeType
 void AttributeSetType.setAttribute(AttributeType[] values)
           
 void AttributeArrayType.setAttribute(AttributeType[] values)
           
 AttributeType AttributeSetType.setAttribute(int idx, AttributeType value)
           
 AttributeType AttributeArrayType.setAttribute(int idx, AttributeType 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.