com.ebay.soap.eBLBaseComponents
Class LookupAttributeArrayType
java.lang.Object
com.ebay.soap.eBLBaseComponents.LookupAttributeArrayType
- All Implemented Interfaces:
- java.io.Serializable
public class LookupAttributeArrayType
- extends java.lang.Object
- implements java.io.Serializable
This type is deprecated.
Java class for LookupAttributeArrayType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LookupAttributeArrayType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="LookupAttribute" type="{urn:ebay:apis:eBLBaseComponents}LookupAttributeType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lookupAttribute
protected java.util.List<LookupAttributeType> lookupAttribute
LookupAttributeArrayType
public LookupAttributeArrayType()
getLookupAttribute
public LookupAttributeType[] getLookupAttribute()
- Returns:
- array of
LookupAttributeType
getLookupAttribute
public LookupAttributeType getLookupAttribute(int idx)
- Returns:
- one of
LookupAttributeType
getLookupAttributeLength
public int getLookupAttributeLength()
setLookupAttribute
public void setLookupAttribute(LookupAttributeType[] values)
- Parameters:
values
- allowed objects are
LookupAttributeType
_getLookupAttribute
protected java.util.List<LookupAttributeType> _getLookupAttribute()
setLookupAttribute
public LookupAttributeType setLookupAttribute(int idx,
LookupAttributeType value)
- Parameters:
value
- allowed object is
LookupAttributeType
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.