|
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.CatalogProductType
public class CatalogProductType
This type is deprecated.
Java class for CatalogProductType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CatalogProductType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="DetailsURL" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="StockPhotoURL" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="DisplayStockPhotos" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="ItemCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="ProductReferenceID" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="AttributeSetID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="ItemSpecifics" type="{urn:ebay:apis:eBLBaseComponents}NameValueListArrayType" minOccurs="0"/> <element name="ReviewCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="ReviewDetails" type="{urn:ebay:apis:eBLBaseComponents}ReviewDetailsType" minOccurs="0"/> <element name="ProductState" type="{urn:ebay:apis:eBLBaseComponents}ProductStateCodeType" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<java.lang.Object> |
any
|
protected java.lang.Integer |
attributeSetID
|
protected java.lang.String |
detailsURL
|
protected java.lang.Boolean |
displayStockPhotos
|
protected java.lang.Integer |
itemCount
|
protected NameValueListArrayType |
itemSpecifics
|
protected java.lang.Long |
productReferenceID
|
protected ProductStateCodeType |
productState
|
protected java.lang.Integer |
reviewCount
|
protected ReviewDetailsType |
reviewDetails
|
protected java.lang.String |
stockPhotoURL
|
protected java.lang.String |
title
|
Constructor Summary | |
---|---|
CatalogProductType()
|
Method Summary | |
---|---|
protected java.util.List<java.lang.Object> |
_getAny()
|
java.lang.Object[] |
getAny()
|
java.lang.Object |
getAny(int idx)
|
int |
getAnyLength()
|
java.lang.Integer |
getAttributeSetID()
Gets the value of the attributeSetID property. |
java.lang.String |
getDetailsURL()
Gets the value of the detailsURL property. |
java.lang.Integer |
getItemCount()
Gets the value of the itemCount property. |
NameValueListArrayType |
getItemSpecifics()
Gets the value of the itemSpecifics property. |
java.lang.Long |
getProductReferenceID()
Gets the value of the productReferenceID property. |
ProductStateCodeType |
getProductState()
Gets the value of the productState property. |
java.lang.Integer |
getReviewCount()
Gets the value of the reviewCount property. |
ReviewDetailsType |
getReviewDetails()
Gets the value of the reviewDetails 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.Boolean |
isDisplayStockPhotos()
Gets the value of the displayStockPhotos property. |
java.lang.Object |
setAny(int idx,
java.lang.Object value)
|
void |
setAny(java.lang.Object[] values)
|
void |
setAttributeSetID(java.lang.Integer value)
Sets the value of the attributeSetID property. |
void |
setDetailsURL(java.lang.String value)
Sets the value of the detailsURL property. |
void |
setDisplayStockPhotos(java.lang.Boolean value)
Sets the value of the displayStockPhotos property. |
void |
setItemCount(java.lang.Integer value)
Sets the value of the itemCount property. |
void |
setItemSpecifics(NameValueListArrayType value)
Sets the value of the itemSpecifics property. |
void |
setProductReferenceID(java.lang.Long value)
Sets the value of the productReferenceID property. |
void |
setProductState(ProductStateCodeType value)
Sets the value of the productState property. |
void |
setReviewCount(java.lang.Integer value)
Sets the value of the reviewCount property. |
void |
setReviewDetails(ReviewDetailsType value)
Sets the value of the reviewDetails 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 java.lang.String title
protected java.lang.String detailsURL
protected java.lang.String stockPhotoURL
protected java.lang.Boolean displayStockPhotos
protected java.lang.Integer itemCount
protected java.lang.Long productReferenceID
protected java.lang.Integer attributeSetID
protected NameValueListArrayType itemSpecifics
protected java.lang.Integer reviewCount
protected ReviewDetailsType reviewDetails
protected ProductStateCodeType productState
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public CatalogProductType()
Method Detail |
---|
public java.lang.String getTitle()
String
public void setTitle(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDetailsURL()
String
public void setDetailsURL(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.Boolean isDisplayStockPhotos()
Boolean
public void setDisplayStockPhotos(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Integer getItemCount()
Integer
public void setItemCount(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Long getProductReferenceID()
Long
public void setProductReferenceID(java.lang.Long value)
value
- allowed object is
Long
public java.lang.Integer getAttributeSetID()
Integer
public void setAttributeSetID(java.lang.Integer value)
value
- allowed object is
Integer
public NameValueListArrayType getItemSpecifics()
NameValueListArrayType
public void setItemSpecifics(NameValueListArrayType value)
value
- allowed object is
NameValueListArrayType
public java.lang.Integer getReviewCount()
Integer
public void setReviewCount(java.lang.Integer value)
value
- allowed object is
Integer
public ReviewDetailsType getReviewDetails()
ReviewDetailsType
public void setReviewDetails(ReviewDetailsType value)
value
- allowed object is
ReviewDetailsType
public ProductStateCodeType getProductState()
ProductStateCodeType
public void setProductState(ProductStateCodeType value)
value
- allowed object is
ProductStateCodeType
public java.lang.Object[] getAny()
Element
Object
public java.lang.Object getAny(int idx)
Element
Object
public int getAnyLength()
public void setAny(java.lang.Object[] values)
values
- allowed objects are
Element
Object
protected java.util.List<java.lang.Object> _getAny()
public java.lang.Object setAny(int idx, java.lang.Object value)
value
- allowed object is
Element
Object
|
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.