|
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.VariationProductListingDetailsType
public class VariationProductListingDetailsType
This type defines the VariationProductListingDetails container that is used to specify an EAN, an ISBN, a UPC value, or an ePID to identify a specific product variation in a multiple-variation listing. For multiple-variation listings, the same GTIN type(s) must be used for all product variations within the listing. For instance, if one product variation uses ISBNs, all product variations must use ISBN values.
Note:
The ProductReferenceID value was just added in Version 1057, but this field can only be used in the Sandbox environment to specify an ePID for an eBay Catalog product that is part of the Product-Based Shopping Experience mandate. For more information about PBSE, see the Product-Based Shopping Experience page.
Java class for VariationProductListingDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VariationProductListingDetailsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ISBN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="UPC" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="EAN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ProductReferenceID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="NameValueList" type="{urn:ebay:apis:eBLBaseComponents}NameValueListType" maxOccurs="unbounded" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<java.lang.Object> |
any
|
protected java.lang.String |
ean
|
protected java.lang.String |
isbn
|
protected java.util.List<NameValueListType> |
nameValueList
|
protected java.lang.String |
productReferenceID
|
protected java.lang.String |
upc
|
Constructor Summary | |
---|---|
VariationProductListingDetailsType()
|
Method Summary | |
---|---|
protected java.util.List<java.lang.Object> |
_getAny()
|
protected java.util.List<NameValueListType> |
_getNameValueList()
|
java.lang.Object[] |
getAny()
|
java.lang.Object |
getAny(int idx)
|
int |
getAnyLength()
|
java.lang.String |
getEAN()
Gets the value of the ean property. |
java.lang.String |
getISBN()
Gets the value of the isbn property. |
NameValueListType[] |
getNameValueList()
|
NameValueListType |
getNameValueList(int idx)
|
int |
getNameValueListLength()
|
java.lang.String |
getProductReferenceID()
Gets the value of the productReferenceID property. |
java.lang.String |
getUPC()
Gets the value of the upc property. |
java.lang.Object |
setAny(int idx,
java.lang.Object value)
|
void |
setAny(java.lang.Object[] values)
|
void |
setEAN(java.lang.String value)
Sets the value of the ean property. |
void |
setISBN(java.lang.String value)
Sets the value of the isbn property. |
NameValueListType |
setNameValueList(int idx,
NameValueListType value)
|
void |
setNameValueList(NameValueListType[] values)
|
void |
setProductReferenceID(java.lang.String value)
Sets the value of the productReferenceID property. |
void |
setUPC(java.lang.String value)
Sets the value of the upc property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String isbn
protected java.lang.String upc
protected java.lang.String ean
protected java.lang.String productReferenceID
protected java.util.List<NameValueListType> nameValueList
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public VariationProductListingDetailsType()
Method Detail |
---|
public java.lang.String getISBN()
String
public void setISBN(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUPC()
String
public void setUPC(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEAN()
String
public void setEAN(java.lang.String value)
value
- allowed object is
String
public java.lang.String getProductReferenceID()
String
public void setProductReferenceID(java.lang.String value)
value
- allowed object is
String
public NameValueListType[] getNameValueList()
NameValueListType
public NameValueListType getNameValueList(int idx)
NameValueListType
public int getNameValueListLength()
public void setNameValueList(NameValueListType[] values)
values
- allowed objects are
NameValueListType
protected java.util.List<NameValueListType> _getNameValueList()
public NameValueListType setNameValueList(int idx, NameValueListType value)
value
- allowed object is
NameValueListType
public java.lang.Object[] getAny()
Object
Element
public java.lang.Object getAny(int idx)
Object
Element
public int getAnyLength()
public void setAny(java.lang.Object[] values)
values
- allowed objects are
Object
Element
protected java.util.List<java.lang.Object> _getAny()
public java.lang.Object setAny(int idx, java.lang.Object value)
value
- allowed object is
Object
Element
|
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.