|
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
This type is deprecated.
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()
CharacteristicsSetType
public void setCharacteristicsSet(CharacteristicsSetType value)
value
- allowed object is
CharacteristicsSetType
public String getDetailsURL()
String
public void setDetailsURL(String value)
value
- allowed object is
String
public Integer getNumItems()
Integer
public void setNumItems(Integer value)
value
- allowed object is
Integer
public AmountType getMinPrice()
AmountType
public void setMinPrice(AmountType value)
value
- allowed object is
AmountType
public AmountType getMaxPrice()
AmountType
public void setMaxPrice(AmountType value)
value
- allowed object is
AmountType
public String getProductReferenceID()
String
public void setProductReferenceID(String value)
value
- allowed object is
String
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
public String getProductID()
String
public void setProductID(String value)
value
- allowed object is
String
public String getStockPhotoURL()
String
public void setStockPhotoURL(String value)
value
- allowed object is
String
public String getTitle()
String
public 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.