Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class NameValueListArrayType

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

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

A list of one or more valid names and corresponding values. Currently used to identify Item Specifics and individual variations within a multiple-variation listing.

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

Field Summary
protected  java.util.List<NameValueListType> nameValueList
           
 
Constructor Summary
NameValueListArrayType()
           
 
Method Summary
protected  java.util.List<NameValueListType> _getNameValueList()
           
 NameValueListType[] getNameValueList()
           
 NameValueListType getNameValueList(int idx)
           
 int getNameValueListLength()
           
 NameValueListType setNameValueList(int idx, NameValueListType value)
           
 void setNameValueList(NameValueListType[] values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nameValueList

protected java.util.List<NameValueListType> nameValueList
Constructor Detail

NameValueListArrayType

public NameValueListArrayType()
Method Detail

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 java.util.List<NameValueListType> _getNameValueList()

setNameValueList

public NameValueListType setNameValueList(int idx,
                                          NameValueListType value)
Parameters:
value - allowed object is NameValueListType

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.