Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class GetRecommendationsRequestContainerType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.GetRecommendationsRequestContainerType
All Implemented Interfaces:
Serializable

public class GetRecommendationsRequestContainerType
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

Field Summary
protected  List<Object> any
           
protected  String correlationID
           
protected  List<String> deletedField
           
protected  Boolean excludeRelationships
           
protected  Boolean includeConfidence
           
protected  ItemType item
           
protected  ListingFlowCodeType listingFlow
           
protected  String query
           
protected  List<RecommendationEngineCodeType> recommendationEngine
           
 
Constructor Summary
GetRecommendationsRequestContainerType()
           
 
Method Summary
protected  List<Object> _getAny()
           
protected  List<String> _getDeletedField()
           
protected  List<RecommendationEngineCodeType> _getRecommendationEngine()
           
 Object[] getAny()
           
 Object getAny(int idx)
           
 int getAnyLength()
           
 String getCorrelationID()
          Gets the value of the correlationID property.
 String[] getDeletedField()
           
 String getDeletedField(int idx)
           
 int getDeletedFieldLength()
           
 ItemType getItem()
          Gets the value of the item property.
 ListingFlowCodeType getListingFlow()
          Gets the value of the listingFlow property.
 String getQuery()
          Gets the value of the query property.
 RecommendationEngineCodeType[] getRecommendationEngine()
           
 RecommendationEngineCodeType getRecommendationEngine(int idx)
           
 int getRecommendationEngineLength()
           
 Boolean isExcludeRelationships()
          Gets the value of the excludeRelationships property.
 Boolean isIncludeConfidence()
          Gets the value of the includeConfidence property.
 Object setAny(int idx, Object value)
           
 void setAny(Object[] values)
           
 void setCorrelationID(String value)
          Sets the value of the correlationID property.
 String setDeletedField(int idx, String value)
           
 void setDeletedField(String[] values)
           
 void setExcludeRelationships(Boolean value)
          Sets the value of the excludeRelationships property.
 void setIncludeConfidence(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(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

listingFlow

protected ListingFlowCodeType listingFlow

item

protected ItemType item

recommendationEngine

protected List<RecommendationEngineCodeType> recommendationEngine

query

protected String query

correlationID

protected String correlationID

deletedField

protected List<String> deletedField

excludeRelationships

protected Boolean excludeRelationships

includeConfidence

protected Boolean includeConfidence

any

protected List<Object> any
Constructor Detail

GetRecommendationsRequestContainerType

public GetRecommendationsRequestContainerType()
Method Detail

getListingFlow

public ListingFlowCodeType getListingFlow()
Gets the value of the listingFlow property.

Returns:
possible object is ListingFlowCodeType

setListingFlow

public void setListingFlow(ListingFlowCodeType value)
Sets the value of the listingFlow property.

Parameters:
value - allowed object is ListingFlowCodeType

getItem

public ItemType getItem()
Gets the value of the item property.

Returns:
possible object is ItemType

setItem

public void setItem(ItemType value)
Sets the value of the item property.

Parameters:
value - allowed object is ItemType

getRecommendationEngine

public RecommendationEngineCodeType[] getRecommendationEngine()
Returns:
array of RecommendationEngineCodeType

getRecommendationEngine

public RecommendationEngineCodeType getRecommendationEngine(int idx)
Returns:
one of RecommendationEngineCodeType

getRecommendationEngineLength

public int getRecommendationEngineLength()

setRecommendationEngine

public void setRecommendationEngine(RecommendationEngineCodeType[] values)
Parameters:
values - allowed objects are RecommendationEngineCodeType

_getRecommendationEngine

protected List<RecommendationEngineCodeType> _getRecommendationEngine()

setRecommendationEngine

public RecommendationEngineCodeType setRecommendationEngine(int idx,
                                                            RecommendationEngineCodeType value)
Parameters:
value - allowed object is RecommendationEngineCodeType

getQuery

public String getQuery()
Gets the value of the query property.

Returns:
possible object is String

setQuery

public void setQuery(String value)
Sets the value of the query property.

Parameters:
value - allowed object is String

getCorrelationID

public String getCorrelationID()
Gets the value of the correlationID property.

Returns:
possible object is String

setCorrelationID

public void setCorrelationID(String value)
Sets the value of the correlationID property.

Parameters:
value - allowed object is String

getDeletedField

public String[] getDeletedField()
Returns:
array of String

getDeletedField

public String getDeletedField(int idx)
Returns:
one of String

getDeletedFieldLength

public int getDeletedFieldLength()

setDeletedField

public void setDeletedField(String[] values)
Parameters:
values - allowed objects are String

_getDeletedField

protected List<String> _getDeletedField()

setDeletedField

public String setDeletedField(int idx,
                              String value)
Parameters:
value - allowed object is String

isExcludeRelationships

public Boolean isExcludeRelationships()
Gets the value of the excludeRelationships property.

Returns:
possible object is Boolean

setExcludeRelationships

public void setExcludeRelationships(Boolean value)
Sets the value of the excludeRelationships property.

Parameters:
value - allowed object is Boolean

isIncludeConfidence

public Boolean isIncludeConfidence()
Gets the value of the includeConfidence property.

Returns:
possible object is Boolean

setIncludeConfidence

public void setIncludeConfidence(Boolean value)
Sets the value of the includeConfidence property.

Parameters:
value - allowed object is Boolean

getAny

public Object[] getAny()
Returns:
array of Element Object

getAny

public Object getAny(int idx)
Returns:
one of Element Object

getAnyLength

public int getAnyLength()

setAny

public void setAny(Object[] values)
Parameters:
values - allowed objects are Element Object

_getAny

protected List<Object> _getAny()

setAny

public Object setAny(int idx,
                     Object value)
Parameters:
value - allowed object is Element Object

Changes since
the last release

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.