Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class VariationProductListingDetailsType

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

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

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 field can only be used when listing in categories that are enabled with the Product-Based Shopping Experience. If this field is provided when listing in a category that doesn't support PBSE, the listing will be blocked.

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>
 

See Also:
Serialized Form

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

isbn

protected java.lang.String isbn

upc

protected java.lang.String upc

ean

protected java.lang.String ean

productReferenceID

protected java.lang.String productReferenceID

nameValueList

protected java.util.List<NameValueListType> nameValueList

any

protected java.util.List<java.lang.Object> any
Constructor Detail

VariationProductListingDetailsType

public VariationProductListingDetailsType()
Method Detail

getISBN

public java.lang.String getISBN()
Gets the value of the isbn property.

Returns:
possible object is String

setISBN

public void setISBN(java.lang.String value)
Sets the value of the isbn property.

Parameters:
value - allowed object is String

getUPC

public java.lang.String getUPC()
Gets the value of the upc property.

Returns:
possible object is String

setUPC

public void setUPC(java.lang.String value)
Sets the value of the upc property.

Parameters:
value - allowed object is String

getEAN

public java.lang.String getEAN()
Gets the value of the ean property.

Returns:
possible object is String

setEAN

public void setEAN(java.lang.String value)
Sets the value of the ean property.

Parameters:
value - allowed object is String

getProductReferenceID

public java.lang.String getProductReferenceID()
Gets the value of the productReferenceID property.

Returns:
possible object is String

setProductReferenceID

public void setProductReferenceID(java.lang.String value)
Sets the value of the productReferenceID property.

Parameters:
value - allowed object is String

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

getAny

public java.lang.Object[] getAny()
Returns:
array of Element Object

getAny

public java.lang.Object getAny(int idx)
Returns:
one of Element Object

getAnyLength

public int getAnyLength()

setAny

public void setAny(java.lang.Object[] values)
Parameters:
values - allowed objects are Element Object

_getAny

protected java.util.List<java.lang.Object> _getAny()

setAny

public java.lang.Object setAny(int idx,
                               java.lang.Object value)
Parameters:
value - allowed object is Element Object

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.