|
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 java.util.List<java.lang.Object> |
any
|
protected java.lang.String |
categoryID
|
protected java.util.List<NameRecommendationType> |
nameRecommendation
|
protected java.util.List<ProductIdentifiersType> |
productIdentifiers
|
protected java.lang.Boolean |
updated
|
Constructor Summary | |
---|---|
RecommendationsType()
|
Method Summary | |
---|---|
protected java.util.List<java.lang.Object> |
_getAny()
|
protected java.util.List<NameRecommendationType> |
_getNameRecommendation()
|
protected java.util.List<ProductIdentifiersType> |
_getProductIdentifiers()
|
java.lang.Object[] |
getAny()
|
java.lang.Object |
getAny(int idx)
|
int |
getAnyLength()
|
java.lang.String |
getCategoryID()
Gets the value of the categoryID property. |
NameRecommendationType[] |
getNameRecommendation()
|
NameRecommendationType |
getNameRecommendation(int idx)
|
int |
getNameRecommendationLength()
|
ProductIdentifiersType[] |
getProductIdentifiers()
|
ProductIdentifiersType |
getProductIdentifiers(int idx)
|
int |
getProductIdentifiersLength()
|
java.lang.Boolean |
isUpdated()
Gets the value of the updated property. |
java.lang.Object |
setAny(int idx,
java.lang.Object value)
|
void |
setAny(java.lang.Object[] values)
|
void |
setCategoryID(java.lang.String value)
Sets the value of the categoryID property. |
NameRecommendationType |
setNameRecommendation(int idx,
NameRecommendationType value)
|
void |
setNameRecommendation(NameRecommendationType[] values)
|
ProductIdentifiersType |
setProductIdentifiers(int idx,
ProductIdentifiersType value)
|
void |
setProductIdentifiers(ProductIdentifiersType[] values)
|
void |
setUpdated(java.lang.Boolean value)
Sets the value of the updated 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 categoryID
protected java.util.List<ProductIdentifiersType> productIdentifiers
protected java.util.List<NameRecommendationType> nameRecommendation
protected java.lang.Boolean updated
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public RecommendationsType()
Method Detail |
---|
public java.lang.String getCategoryID()
String
public void setCategoryID(java.lang.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 java.util.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 java.util.List<NameRecommendationType> _getNameRecommendation()
public NameRecommendationType setNameRecommendation(int idx, NameRecommendationType value)
value
- allowed object is
NameRecommendationType
public java.lang.Boolean isUpdated()
Boolean
public void setUpdated(java.lang.Boolean value)
value
- allowed object is
Boolean
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.