|
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 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 java.util.List<java.lang.Object> |
any
|
protected ModifyNameArrayType |
modifyNameList
|
protected java.util.List<PicturesType> |
pictures
|
protected java.util.List<VariationType> |
variation
|
protected NameValueListArrayType |
variationSpecificsSet
|
Constructor Summary | |
---|---|
VariationsType()
|
Method Summary | |
---|---|
protected java.util.List<java.lang.Object> |
_getAny()
|
protected java.util.List<PicturesType> |
_getPictures()
|
protected java.util.List<VariationType> |
_getVariation()
|
java.lang.Object[] |
getAny()
|
java.lang.Object |
getAny(int idx)
|
int |
getAnyLength()
|
ModifyNameArrayType |
getModifyNameList()
Gets the value of the modifyNameList property. |
PicturesType[] |
getPictures()
|
PicturesType |
getPictures(int idx)
|
int |
getPicturesLength()
|
VariationType[] |
getVariation()
|
VariationType |
getVariation(int idx)
|
int |
getVariationLength()
|
NameValueListArrayType |
getVariationSpecificsSet()
Gets the value of the variationSpecificsSet property. |
java.lang.Object |
setAny(int idx,
java.lang.Object value)
|
void |
setAny(java.lang.Object[] values)
|
void |
setModifyNameList(ModifyNameArrayType value)
Sets the value of the modifyNameList property. |
PicturesType |
setPictures(int idx,
PicturesType value)
|
void |
setPictures(PicturesType[] values)
|
VariationType |
setVariation(int idx,
VariationType value)
|
void |
setVariation(VariationType[] values)
|
void |
setVariationSpecificsSet(NameValueListArrayType value)
Sets the value of the variationSpecificsSet property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.List<VariationType> variation
protected java.util.List<PicturesType> pictures
protected NameValueListArrayType variationSpecificsSet
protected ModifyNameArrayType modifyNameList
protected java.util.List<java.lang.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 java.util.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 java.util.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 java.lang.Object[] getAny()
Element
Object
public java.lang.Object getAny(int idx)
Element
Object
public int getAnyLength()
public void setAny(java.lang.Object[] values)
values
- allowed objects are
Element
Object
protected java.util.List<java.lang.Object> _getAny()
public java.lang.Object setAny(int idx, java.lang.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.