Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class AttributeSetArrayType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.AttributeSetArrayType
All Implemented Interfaces:
Serializable

public class AttributeSetArrayType
extends Object
implements Serializable

This type is deprecated.

Java class for AttributeSetArrayType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AttributeSetArrayType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AttributeSet" type="{urn:ebay:apis:eBLBaseComponents}AttributeSetType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<AttributeSetType> attributeSet
           
 
Constructor Summary
AttributeSetArrayType()
           
 
Method Summary
protected  List<AttributeSetType> _getAttributeSet()
           
 AttributeSetType[] getAttributeSet()
           
 AttributeSetType getAttributeSet(int idx)
           
 int getAttributeSetLength()
           
 void setAttributeSet(AttributeSetType[] values)
           
 AttributeSetType setAttributeSet(int idx, AttributeSetType value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributeSet

protected List<AttributeSetType> attributeSet
Constructor Detail

AttributeSetArrayType

public AttributeSetArrayType()
Method Detail

getAttributeSet

public AttributeSetType[] getAttributeSet()
Returns:
array of AttributeSetType

getAttributeSet

public AttributeSetType getAttributeSet(int idx)
Returns:
one of AttributeSetType

getAttributeSetLength

public int getAttributeSetLength()

setAttributeSet

public void setAttributeSet(AttributeSetType[] values)
Parameters:
values - allowed objects are AttributeSetType

_getAttributeSet

protected List<AttributeSetType> _getAttributeSet()

setAttributeSet

public AttributeSetType setAttributeSet(int idx,
                                        AttributeSetType value)
Parameters:
value - allowed object is AttributeSetType

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.