|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ebay.soap.eBLBaseComponents.VariationsType
public class VariationsType
Variations are multiple similar (but not identical) items in a single fixed-price listing. For example, a single listing could contain multiple items of the same brand and model that vary by color and size (like "Blue, Large" and "Black, Medium"). Each variation can have its own quantity and price. For example, a listing could include 10 "Blue, Large" variations and 20 "Black, Medium" variations.
Java class for VariationsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VariationsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Variation" type="{urn:ebay:apis:eBLBaseComponents}VariationType" maxOccurs="unbounded" minOccurs="0"/> <element name="Pictures" type="{urn:ebay:apis:eBLBaseComponents}PicturesType" maxOccurs="unbounded" minOccurs="0"/> <element name="VariationSpecificsSet" type="{urn:ebay:apis:eBLBaseComponents}NameValueListArrayType" minOccurs="0"/> <element name="ModifyNameList" type="{urn:ebay:apis:eBLBaseComponents}ModifyNameArrayType" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<Object> |
any
|
protected ModifyNameArrayType |
modifyNameList
|
protected List<PicturesType> |
pictures
|
protected List<VariationType> |
variation
|
protected NameValueListArrayType |
variationSpecificsSet
|
Constructor Summary | |
---|---|
VariationsType()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<VariationType> variation
protected List<PicturesType> pictures
protected NameValueListArrayType variationSpecificsSet
protected ModifyNameArrayType modifyNameList
protected List<Object> any
Constructor Detail |
---|
public VariationsType()
Method Detail |
---|
public VariationType[] getVariation()
VariationType
public VariationType getVariation(int idx)
VariationType
public int getVariationLength()
public void setVariation(VariationType[] values)
values
- allowed objects are
VariationType
protected List<VariationType> _getVariation()
public VariationType setVariation(int idx, VariationType value)
value
- allowed object is
VariationType
public PicturesType[] getPictures()
PicturesType
public PicturesType getPictures(int idx)
PicturesType
public int getPicturesLength()
public void setPictures(PicturesType[] values)
values
- allowed objects are
PicturesType
protected List<PicturesType> _getPictures()
public PicturesType setPictures(int idx, PicturesType value)
value
- allowed object is
PicturesType
public NameValueListArrayType getVariationSpecificsSet()
NameValueListArrayType
public void setVariationSpecificsSet(NameValueListArrayType value)
value
- allowed object is
NameValueListArrayType
public ModifyNameArrayType getModifyNameList()
ModifyNameArrayType
public void setModifyNameList(ModifyNameArrayType value)
value
- allowed object is
ModifyNameArrayType
public Object[] getAny()
Element
Object
public Object getAny(int idx)
Element
Object
public int getAnyLength()
public void setAny(Object[] values)
values
- allowed objects are
Element
Object
protected List<Object> _getAny()
public Object setAny(int idx, Object value)
value
- allowed object is
Element
Object
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.