|
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 java.util.List<java.lang.Object> |
any
|
protected CharacteristicsSetType |
characteristicsSet
|
protected java.lang.String |
detailsURL
|
protected AmountType |
maxPrice
|
protected AmountType |
minPrice
|
protected java.lang.Integer |
numItems
|
protected java.lang.String |
productID
|
protected java.lang.String |
productReferenceID
|
protected java.lang.String |
stockPhotoURL
|
protected java.lang.String |
title
|
Constructor Summary | |
---|---|
ProductType()
|
Method Summary | |
---|---|
protected java.util.List<java.lang.Object> |
_getAny()
|
java.lang.Object[] |
getAny()
|
java.lang.Object |
getAny(int idx)
|
int |
getAnyLength()
|
CharacteristicsSetType |
getCharacteristicsSet()
Gets the value of the characteristicsSet property. |
java.lang.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. |
java.lang.Integer |
getNumItems()
Gets the value of the numItems property. |
java.lang.String |
getProductID()
Gets the value of the productID property. |
java.lang.String |
getProductReferenceID()
Gets the value of the productReferenceID property. |
java.lang.String |
getStockPhotoURL()
Gets the value of the stockPhotoURL property. |
java.lang.String |
getTitle()
Gets the value of the title property. |
java.lang.Object |
setAny(int idx,
java.lang.Object value)
|
void |
setAny(java.lang.Object[] values)
|
void |
setCharacteristicsSet(CharacteristicsSetType value)
Sets the value of the characteristicsSet property. |
void |
setDetailsURL(java.lang.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(java.lang.Integer value)
Sets the value of the numItems property. |
void |
setProductID(java.lang.String value)
Sets the value of the productID property. |
void |
setProductReferenceID(java.lang.String value)
Sets the value of the productReferenceID property. |
void |
setStockPhotoURL(java.lang.String value)
Sets the value of the stockPhotoURL property. |
void |
setTitle(java.lang.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 java.lang.String detailsURL
protected java.lang.Integer numItems
protected AmountType minPrice
protected AmountType maxPrice
protected java.lang.String productReferenceID
protected java.util.List<java.lang.Object> any
protected java.lang.String productID
protected java.lang.String stockPhotoURL
protected java.lang.String title
Constructor Detail |
---|
public ProductType()
Method Detail |
---|
public CharacteristicsSetType getCharacteristicsSet()
CharacteristicsSetType
public void setCharacteristicsSet(CharacteristicsSetType value)
value
- allowed object is
CharacteristicsSetType
public java.lang.String getDetailsURL()
String
public void setDetailsURL(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getNumItems()
Integer
public void setNumItems(java.lang.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 java.lang.String getProductReferenceID()
String
public void setProductReferenceID(java.lang.String value)
value
- allowed object is
String
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
public java.lang.String getProductID()
String
public void setProductID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getStockPhotoURL()
String
public void setStockPhotoURL(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTitle()
String
public void setTitle(java.lang.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.