|
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.ProductType
public class ProductType
A prototype description of a well-known type of item, such as a popular book. Applicable when working with eBay's Pre-filled Item Information feature.
Java class for ProductType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProductType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CharacteristicsSet" type="{urn:ebay:apis:eBLBaseComponents}CharacteristicsSetType" minOccurs="0"/>
<element name="DetailsURL" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="NumItems" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="MinPrice" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/>
<element name="MaxPrice" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/>
<element name="ProductReferenceID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<any/>
</sequence>
<attribute name="productID" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="stockPhotoURL" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="title" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<Object> |
any
|
protected CharacteristicsSetType |
characteristicsSet
|
protected String |
detailsURL
|
protected AmountType |
maxPrice
|
protected AmountType |
minPrice
|
protected Integer |
numItems
|
protected String |
productID
|
protected String |
productReferenceID
|
protected String |
stockPhotoURL
|
protected String |
title
|
| Constructor Summary | |
|---|---|
ProductType()
|
|
| Method Summary | |
|---|---|
protected List<Object> |
_getAny()
|
Object[] |
getAny()
|
Object |
getAny(int idx)
|
int |
getAnyLength()
|
CharacteristicsSetType |
getCharacteristicsSet()
Gets the value of the characteristicsSet property. |
String |
getDetailsURL()
Gets the value of the detailsURL property. |
AmountType |
getMaxPrice()
Gets the value of the maxPrice property. |
AmountType |
getMinPrice()
Gets the value of the minPrice property. |
Integer |
getNumItems()
Gets the value of the numItems property. |
String |
getProductID()
Gets the value of the productID property. |
String |
getProductReferenceID()
Gets the value of the productReferenceID property. |
String |
getStockPhotoURL()
Gets the value of the stockPhotoURL property. |
String |
getTitle()
Gets the value of the title property. |
Object |
setAny(int idx,
Object value)
|
void |
setAny(Object[] values)
|
void |
setCharacteristicsSet(CharacteristicsSetType value)
Sets the value of the characteristicsSet property. |
void |
setDetailsURL(String value)
Sets the value of the detailsURL property. |
void |
setMaxPrice(AmountType value)
Sets the value of the maxPrice property. |
void |
setMinPrice(AmountType value)
Sets the value of the minPrice property. |
void |
setNumItems(Integer value)
Sets the value of the numItems property. |
void |
setProductID(String value)
Sets the value of the productID property. |
void |
setProductReferenceID(String value)
Sets the value of the productReferenceID property. |
void |
setStockPhotoURL(String value)
Sets the value of the stockPhotoURL property. |
void |
setTitle(String value)
Sets the value of the title property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected CharacteristicsSetType characteristicsSet
protected String detailsURL
protected Integer numItems
protected AmountType minPrice
protected AmountType maxPrice
protected String productReferenceID
protected List<Object> any
protected String productID
protected String stockPhotoURL
protected String title
| Constructor Detail |
|---|
public ProductType()
| Method Detail |
|---|
public CharacteristicsSetType getCharacteristicsSet()
CharacteristicsSetTypepublic void setCharacteristicsSet(CharacteristicsSetType value)
value - allowed object is
CharacteristicsSetTypepublic String getDetailsURL()
Stringpublic void setDetailsURL(String value)
value - allowed object is
Stringpublic Integer getNumItems()
Integerpublic void setNumItems(Integer value)
value - allowed object is
Integerpublic AmountType getMinPrice()
AmountTypepublic void setMinPrice(AmountType value)
value - allowed object is
AmountTypepublic AmountType getMaxPrice()
AmountTypepublic void setMaxPrice(AmountType value)
value - allowed object is
AmountTypepublic String getProductReferenceID()
Stringpublic void setProductReferenceID(String value)
value - allowed object is
Stringpublic Object[] getAny()
Object
Elementpublic Object getAny(int idx)
Object
Elementpublic int getAnyLength()
public void setAny(Object[] values)
values - allowed objects are
Object
Elementprotected List<Object> _getAny()
public Object setAny(int idx,
Object value)
value - allowed object is
Object
Elementpublic String getProductID()
Stringpublic void setProductID(String value)
value - allowed object is
Stringpublic String getStockPhotoURL()
Stringpublic void setStockPhotoURL(String value)
value - allowed object is
Stringpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
String
|
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.