Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class GetRecommendationsResponseContainerType

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

public class GetRecommendationsResponseContainerType
extends Object
implements Serializable

This type is deprecated.

Java class for GetRecommendationsResponseContainerType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetRecommendationsResponseContainerType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ListingAnalyzerRecommendations" type="{urn:ebay:apis:eBLBaseComponents}ListingAnalyzerRecommendationsType" minOccurs="0"/>
         <element name="SIFFTASRecommendations" type="{urn:ebay:apis:eBLBaseComponents}SIFFTASRecommendationsType" minOccurs="0"/>
         <element name="PricingRecommendations" type="{urn:ebay:apis:eBLBaseComponents}PricingRecommendationsType" minOccurs="0"/>
         <element name="AttributeRecommendations" type="{urn:ebay:apis:eBLBaseComponents}AttributeRecommendationsType" minOccurs="0"/>
         <element name="ProductRecommendations" type="{urn:ebay:apis:eBLBaseComponents}ProductRecommendationsType" minOccurs="0"/>
         <element name="CorrelationID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Recommendations" type="{urn:ebay:apis:eBLBaseComponents}RecommendationsType" minOccurs="0"/>
         <element name="ProductListingDetails" type="{urn:ebay:apis:eBLBaseComponents}ProductListingDetailsType" minOccurs="0"/>
         <element name="Title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<Object> any
           
protected  AttributeRecommendationsType attributeRecommendations
           
protected  String correlationID
           
protected  ListingAnalyzerRecommendationsType listingAnalyzerRecommendations
           
protected  PricingRecommendationsType pricingRecommendations
           
protected  ProductListingDetailsType productListingDetails
           
protected  ProductRecommendationsType productRecommendations
           
protected  RecommendationsType recommendations
           
protected  SIFFTASRecommendationsType sifftasRecommendations
           
protected  String title
           
 
Constructor Summary
GetRecommendationsResponseContainerType()
           
 
Method Summary
protected  List<Object> _getAny()
           
 Object[] getAny()
           
 Object getAny(int idx)
           
 int getAnyLength()
           
 AttributeRecommendationsType getAttributeRecommendations()
          Gets the value of the attributeRecommendations property.
 String getCorrelationID()
          Gets the value of the correlationID property.
 ListingAnalyzerRecommendationsType getListingAnalyzerRecommendations()
          Gets the value of the listingAnalyzerRecommendations property.
 PricingRecommendationsType getPricingRecommendations()
          Gets the value of the pricingRecommendations property.
 ProductListingDetailsType getProductListingDetails()
          Gets the value of the productListingDetails property.
 ProductRecommendationsType getProductRecommendations()
          Gets the value of the productRecommendations property.
 RecommendationsType getRecommendations()
          Gets the value of the recommendations property.
 SIFFTASRecommendationsType getSIFFTASRecommendations()
          Gets the value of the sifftasRecommendations property.
 String getTitle()
          Gets the value of the title property.
 Object setAny(int idx, Object value)
           
 void setAny(Object[] values)
           
 void setAttributeRecommendations(AttributeRecommendationsType value)
          Sets the value of the attributeRecommendations property.
 void setCorrelationID(String value)
          Sets the value of the correlationID property.
 void setListingAnalyzerRecommendations(ListingAnalyzerRecommendationsType value)
          Sets the value of the listingAnalyzerRecommendations property.
 void setPricingRecommendations(PricingRecommendationsType value)
          Sets the value of the pricingRecommendations property.
 void setProductListingDetails(ProductListingDetailsType value)
          Sets the value of the productListingDetails property.
 void setProductRecommendations(ProductRecommendationsType value)
          Sets the value of the productRecommendations property.
 void setRecommendations(RecommendationsType value)
          Sets the value of the recommendations property.
 void setSIFFTASRecommendations(SIFFTASRecommendationsType value)
          Sets the value of the sifftasRecommendations 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

listingAnalyzerRecommendations

protected ListingAnalyzerRecommendationsType listingAnalyzerRecommendations

sifftasRecommendations

protected SIFFTASRecommendationsType sifftasRecommendations

pricingRecommendations

protected PricingRecommendationsType pricingRecommendations

attributeRecommendations

protected AttributeRecommendationsType attributeRecommendations

productRecommendations

protected ProductRecommendationsType productRecommendations

correlationID

protected String correlationID

recommendations

protected RecommendationsType recommendations

productListingDetails

protected ProductListingDetailsType productListingDetails

title

protected String title

any

protected List<Object> any
Constructor Detail

GetRecommendationsResponseContainerType

public GetRecommendationsResponseContainerType()
Method Detail

getListingAnalyzerRecommendations

public ListingAnalyzerRecommendationsType getListingAnalyzerRecommendations()
Gets the value of the listingAnalyzerRecommendations property.

Returns:
possible object is ListingAnalyzerRecommendationsType

setListingAnalyzerRecommendations

public void setListingAnalyzerRecommendations(ListingAnalyzerRecommendationsType value)
Sets the value of the listingAnalyzerRecommendations property.

Parameters:
value - allowed object is ListingAnalyzerRecommendationsType

getSIFFTASRecommendations

public SIFFTASRecommendationsType getSIFFTASRecommendations()
Gets the value of the sifftasRecommendations property.

Returns:
possible object is SIFFTASRecommendationsType

setSIFFTASRecommendations

public void setSIFFTASRecommendations(SIFFTASRecommendationsType value)
Sets the value of the sifftasRecommendations property.

Parameters:
value - allowed object is SIFFTASRecommendationsType

getPricingRecommendations

public PricingRecommendationsType getPricingRecommendations()
Gets the value of the pricingRecommendations property.

Returns:
possible object is PricingRecommendationsType

setPricingRecommendations

public void setPricingRecommendations(PricingRecommendationsType value)
Sets the value of the pricingRecommendations property.

Parameters:
value - allowed object is PricingRecommendationsType

getAttributeRecommendations

public AttributeRecommendationsType getAttributeRecommendations()
Gets the value of the attributeRecommendations property.

Returns:
possible object is AttributeRecommendationsType

setAttributeRecommendations

public void setAttributeRecommendations(AttributeRecommendationsType value)
Sets the value of the attributeRecommendations property.

Parameters:
value - allowed object is AttributeRecommendationsType

getProductRecommendations

public ProductRecommendationsType getProductRecommendations()
Gets the value of the productRecommendations property.

Returns:
possible object is ProductRecommendationsType

setProductRecommendations

public void setProductRecommendations(ProductRecommendationsType value)
Sets the value of the productRecommendations property.

Parameters:
value - allowed object is ProductRecommendationsType

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

getRecommendations

public RecommendationsType getRecommendations()
Gets the value of the recommendations property.

Returns:
possible object is RecommendationsType

setRecommendations

public void setRecommendations(RecommendationsType value)
Sets the value of the recommendations property.

Parameters:
value - allowed object is RecommendationsType

getProductListingDetails

public ProductListingDetailsType getProductListingDetails()
Gets the value of the productListingDetails property.

Returns:
possible object is ProductListingDetailsType

setProductListingDetails

public void setProductListingDetails(ProductListingDetailsType value)
Sets the value of the productListingDetails property.

Parameters:
value - allowed object is ProductListingDetailsType

getTitle

public String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setTitle

public void setTitle(String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

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.