|
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="ExternalProductID" type="{urn:ebay:apis:eBLBaseComponents}ExternalProductIDType" 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 List<Object> |
any
|
protected Integer |
attributeSetID
|
protected String |
detailsURL
|
protected Boolean |
displayStockPhotos
|
protected ExternalProductIDType |
externalProductID
|
protected Integer |
itemCount
|
protected NameValueListArrayType |
itemSpecifics
|
protected Long |
productReferenceID
|
protected ProductStateCodeType |
productState
|
protected Integer |
reviewCount
|
protected ReviewDetailsType |
reviewDetails
|
protected String |
stockPhotoURL
|
protected String |
title
|
Constructor Summary | |
---|---|
CatalogProductType()
|
Method Summary | |
---|---|
protected List<Object> |
_getAny()
|
Object[] |
getAny()
|
Object |
getAny(int idx)
|
int |
getAnyLength()
|
Integer |
getAttributeSetID()
Gets the value of the attributeSetID property. |
String |
getDetailsURL()
Gets the value of the detailsURL property. |
ExternalProductIDType |
getExternalProductID()
Gets the value of the externalProductID property. |
Integer |
getItemCount()
Gets the value of the itemCount property. |
NameValueListArrayType |
getItemSpecifics()
Gets the value of the itemSpecifics property. |
Long |
getProductReferenceID()
Gets the value of the productReferenceID property. |
ProductStateCodeType |
getProductState()
Gets the value of the productState property. |
Integer |
getReviewCount()
Gets the value of the reviewCount property. |
ReviewDetailsType |
getReviewDetails()
Gets the value of the reviewDetails property. |
String |
getStockPhotoURL()
Gets the value of the stockPhotoURL property. |
String |
getTitle()
Gets the value of the title property. |
Boolean |
isDisplayStockPhotos()
Gets the value of the displayStockPhotos property. |
Object |
setAny(int idx,
Object value)
|
void |
setAny(Object[] values)
|
void |
setAttributeSetID(Integer value)
Sets the value of the attributeSetID property. |
void |
setDetailsURL(String value)
Sets the value of the detailsURL property. |
void |
setDisplayStockPhotos(Boolean value)
Sets the value of the displayStockPhotos property. |
void |
setExternalProductID(ExternalProductIDType value)
Sets the value of the externalProductID property. |
void |
setItemCount(Integer value)
Sets the value of the itemCount property. |
void |
setItemSpecifics(NameValueListArrayType value)
Sets the value of the itemSpecifics property. |
void |
setProductReferenceID(Long value)
Sets the value of the productReferenceID property. |
void |
setProductState(ProductStateCodeType value)
Sets the value of the productState property. |
void |
setReviewCount(Integer value)
Sets the value of the reviewCount property. |
void |
setReviewDetails(ReviewDetailsType value)
Sets the value of the reviewDetails 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 String title
protected String detailsURL
protected String stockPhotoURL
protected Boolean displayStockPhotos
protected Integer itemCount
protected ExternalProductIDType externalProductID
protected Long productReferenceID
protected Integer attributeSetID
protected NameValueListArrayType itemSpecifics
protected Integer reviewCount
protected ReviewDetailsType reviewDetails
protected ProductStateCodeType productState
protected List<Object> any
Constructor Detail |
---|
public CatalogProductType()
Method Detail |
---|
public String getTitle()
String
public void setTitle(String value)
value
- allowed object is
String
public String getDetailsURL()
String
public void setDetailsURL(String value)
value
- allowed object is
String
public String getStockPhotoURL()
String
public void setStockPhotoURL(String value)
value
- allowed object is
String
public Boolean isDisplayStockPhotos()
Boolean
public void setDisplayStockPhotos(Boolean value)
value
- allowed object is
Boolean
public Integer getItemCount()
Integer
public void setItemCount(Integer value)
value
- allowed object is
Integer
public ExternalProductIDType getExternalProductID()
ExternalProductIDType
public void setExternalProductID(ExternalProductIDType value)
value
- allowed object is
ExternalProductIDType
public Long getProductReferenceID()
Long
public void setProductReferenceID(Long value)
value
- allowed object is
Long
public Integer getAttributeSetID()
Integer
public void setAttributeSetID(Integer value)
value
- allowed object is
Integer
public NameValueListArrayType getItemSpecifics()
NameValueListArrayType
public void setItemSpecifics(NameValueListArrayType value)
value
- allowed object is
NameValueListArrayType
public Integer getReviewCount()
Integer
public void setReviewCount(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 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
|
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.