|
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.RecommendationsType
public class RecommendationsType
This type is used to provide details about recommended Item Specifics and Product Identifier types.
Java class for RecommendationsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RecommendationsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="CategoryID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ProductIdentifiers" type="{urn:ebay:apis:eBLBaseComponents}ProductIdentifiersType" maxOccurs="unbounded" minOccurs="0"/> <element name="NameRecommendation" type="{urn:ebay:apis:eBLBaseComponents}NameRecommendationType" maxOccurs="unbounded" minOccurs="0"/> <element name="Updated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<Object> |
any
|
protected String |
categoryID
|
protected List<NameRecommendationType> |
nameRecommendation
|
protected List<ProductIdentifiersType> |
productIdentifiers
|
protected Boolean |
updated
|
Constructor Summary | |
---|---|
RecommendationsType()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String categoryID
protected List<ProductIdentifiersType> productIdentifiers
protected List<NameRecommendationType> nameRecommendation
protected Boolean updated
protected List<Object> any
Constructor Detail |
---|
public RecommendationsType()
Method Detail |
---|
public String getCategoryID()
String
public void setCategoryID(String value)
value
- allowed object is
String
public ProductIdentifiersType[] getProductIdentifiers()
ProductIdentifiersType
public ProductIdentifiersType getProductIdentifiers(int idx)
ProductIdentifiersType
public int getProductIdentifiersLength()
public void setProductIdentifiers(ProductIdentifiersType[] values)
values
- allowed objects are
ProductIdentifiersType
protected List<ProductIdentifiersType> _getProductIdentifiers()
public ProductIdentifiersType setProductIdentifiers(int idx, ProductIdentifiersType value)
value
- allowed object is
ProductIdentifiersType
public NameRecommendationType[] getNameRecommendation()
NameRecommendationType
public NameRecommendationType getNameRecommendation(int idx)
NameRecommendationType
public int getNameRecommendationLength()
public void setNameRecommendation(NameRecommendationType[] values)
values
- allowed objects are
NameRecommendationType
protected List<NameRecommendationType> _getNameRecommendation()
public NameRecommendationType setNameRecommendation(int idx, NameRecommendationType value)
value
- allowed object is
NameRecommendationType
public Boolean isUpdated()
Boolean
public void setUpdated(Boolean value)
value
- allowed object is
Boolean
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.