Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class AttributeArrayType

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

public class AttributeArrayType
extends java.lang.Object
implements java.io.Serializable

This type is only applicable for Half.com listings, and since the Half.com site was taken down, this type is no longer applicable.

Java class for AttributeArrayType complex type.

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

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

See Also:
Serialized Form

Field Summary
protected  java.util.List<AttributeType> attribute
           
 
Constructor Summary
AttributeArrayType()
           
 
Method Summary
protected  java.util.List<AttributeType> _getAttribute()
           
 AttributeType[] getAttribute()
           
 AttributeType getAttribute(int idx)
           
 int getAttributeLength()
           
 void setAttribute(AttributeType[] values)
           
 AttributeType setAttribute(int idx, AttributeType value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attribute

protected java.util.List<AttributeType> attribute
Constructor Detail

AttributeArrayType

public AttributeArrayType()
Method Detail

getAttribute

public AttributeType[] getAttribute()
Returns:
array of AttributeType

getAttribute

public AttributeType getAttribute(int idx)
Returns:
one of AttributeType

getAttributeLength

public int getAttributeLength()

setAttribute

public void setAttribute(AttributeType[] values)
Parameters:
values - allowed objects are AttributeType

_getAttribute

protected java.util.List<AttributeType> _getAttribute()

setAttribute

public AttributeType setAttribute(int idx,
                                  AttributeType value)
Parameters:
value - allowed object is AttributeType

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.