|
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.GetRecommendationsRequestContainerType
public class GetRecommendationsRequestContainerType
This type is deprecated.
Java class for GetRecommendationsRequestContainerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetRecommendationsRequestContainerType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ListingFlow" type="{urn:ebay:apis:eBLBaseComponents}ListingFlowCodeType" minOccurs="0"/> <element name="Item" type="{urn:ebay:apis:eBLBaseComponents}ItemType" minOccurs="0"/> <element name="RecommendationEngine" type="{urn:ebay:apis:eBLBaseComponents}RecommendationEngineCodeType" maxOccurs="unbounded" minOccurs="0"/> <element name="Query" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="CorrelationID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="DeletedField" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="ExcludeRelationships" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="IncludeConfidence" 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 |
correlationID
|
protected java.util.List<java.lang.String> |
deletedField
|
protected java.lang.Boolean |
excludeRelationships
|
protected java.lang.Boolean |
includeConfidence
|
protected ItemType |
item
|
protected ListingFlowCodeType |
listingFlow
|
protected java.lang.String |
query
|
protected java.util.List<RecommendationEngineCodeType> |
recommendationEngine
|
Constructor Summary | |
---|---|
GetRecommendationsRequestContainerType()
|
Method Summary | |
---|---|
protected java.util.List<java.lang.Object> |
_getAny()
|
protected java.util.List<java.lang.String> |
_getDeletedField()
|
protected java.util.List<RecommendationEngineCodeType> |
_getRecommendationEngine()
|
java.lang.Object[] |
getAny()
|
java.lang.Object |
getAny(int idx)
|
int |
getAnyLength()
|
java.lang.String |
getCorrelationID()
Gets the value of the correlationID property. |
java.lang.String[] |
getDeletedField()
|
java.lang.String |
getDeletedField(int idx)
|
int |
getDeletedFieldLength()
|
ItemType |
getItem()
Gets the value of the item property. |
ListingFlowCodeType |
getListingFlow()
Gets the value of the listingFlow property. |
java.lang.String |
getQuery()
Gets the value of the query property. |
RecommendationEngineCodeType[] |
getRecommendationEngine()
|
RecommendationEngineCodeType |
getRecommendationEngine(int idx)
|
int |
getRecommendationEngineLength()
|
java.lang.Boolean |
isExcludeRelationships()
Gets the value of the excludeRelationships property. |
java.lang.Boolean |
isIncludeConfidence()
Gets the value of the includeConfidence property. |
java.lang.Object |
setAny(int idx,
java.lang.Object value)
|
void |
setAny(java.lang.Object[] values)
|
void |
setCorrelationID(java.lang.String value)
Sets the value of the correlationID property. |
java.lang.String |
setDeletedField(int idx,
java.lang.String value)
|
void |
setDeletedField(java.lang.String[] values)
|
void |
setExcludeRelationships(java.lang.Boolean value)
Sets the value of the excludeRelationships property. |
void |
setIncludeConfidence(java.lang.Boolean value)
Sets the value of the includeConfidence property. |
void |
setItem(ItemType value)
Sets the value of the item property. |
void |
setListingFlow(ListingFlowCodeType value)
Sets the value of the listingFlow property. |
void |
setQuery(java.lang.String value)
Sets the value of the query property. |
RecommendationEngineCodeType |
setRecommendationEngine(int idx,
RecommendationEngineCodeType value)
|
void |
setRecommendationEngine(RecommendationEngineCodeType[] values)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ListingFlowCodeType listingFlow
protected ItemType item
protected java.util.List<RecommendationEngineCodeType> recommendationEngine
protected java.lang.String query
protected java.lang.String correlationID
protected java.util.List<java.lang.String> deletedField
protected java.lang.Boolean excludeRelationships
protected java.lang.Boolean includeConfidence
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public GetRecommendationsRequestContainerType()
Method Detail |
---|
public ListingFlowCodeType getListingFlow()
ListingFlowCodeType
public void setListingFlow(ListingFlowCodeType value)
value
- allowed object is
ListingFlowCodeType
public ItemType getItem()
ItemType
public void setItem(ItemType value)
value
- allowed object is
ItemType
public RecommendationEngineCodeType[] getRecommendationEngine()
RecommendationEngineCodeType
public RecommendationEngineCodeType getRecommendationEngine(int idx)
RecommendationEngineCodeType
public int getRecommendationEngineLength()
public void setRecommendationEngine(RecommendationEngineCodeType[] values)
values
- allowed objects are
RecommendationEngineCodeType
protected java.util.List<RecommendationEngineCodeType> _getRecommendationEngine()
public RecommendationEngineCodeType setRecommendationEngine(int idx, RecommendationEngineCodeType value)
value
- allowed object is
RecommendationEngineCodeType
public java.lang.String getQuery()
String
public void setQuery(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCorrelationID()
String
public void setCorrelationID(java.lang.String value)
value
- allowed object is
String
public java.lang.String[] getDeletedField()
String
public java.lang.String getDeletedField(int idx)
String
public int getDeletedFieldLength()
public void setDeletedField(java.lang.String[] values)
values
- allowed objects are
String
protected java.util.List<java.lang.String> _getDeletedField()
public java.lang.String setDeletedField(int idx, java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isExcludeRelationships()
Boolean
public void setExcludeRelationships(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isIncludeConfidence()
Boolean
public void setIncludeConfidence(java.lang.Boolean value)
value
- allowed object is
Boolean
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
|
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.