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