com.ebay.soap.eBLBaseComponents
Class NameValueListArrayType
java.lang.Object
com.ebay.soap.eBLBaseComponents.NameValueListArrayType
- All Implemented Interfaces:
- Serializable
public class NameValueListArrayType
- extends Object
- implements Serializable
A list of one or more valid names and corresponding values. Currently
used for Item Specifics and Variations.
Java class for NameValueListArrayType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NameValueListArrayType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="NameValueList" type="{urn:ebay:apis:eBLBaseComponents}NameValueListType" 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 |
nameValueList
protected List<NameValueListType> nameValueList
NameValueListArrayType
public NameValueListArrayType()
getNameValueList
public NameValueListType[] getNameValueList()
- Returns:
- array of
NameValueListType
getNameValueList
public NameValueListType getNameValueList(int idx)
- Returns:
- one of
NameValueListType
getNameValueListLength
public int getNameValueListLength()
setNameValueList
public void setNameValueList(NameValueListType[] values)
- Parameters:
values
- allowed objects are
NameValueListType
_getNameValueList
protected List<NameValueListType> _getNameValueList()
setNameValueList
public NameValueListType setNameValueList(int idx,
NameValueListType value)
- Parameters:
value
- allowed object is
NameValueListType
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.