com.ebay.soap.eBLBaseComponents
Class ListingRecommendationsType
java.lang.Object
com.ebay.soap.eBLBaseComponents.ListingRecommendationsType
- All Implemented Interfaces:
- java.io.Serializable
public class ListingRecommendationsType
- extends java.lang.Object
- implements java.io.Serializable
Type defining the ListingRecommendations container that is
conditionally returned in all Add/Revise/Relist/Verify API calls. A
ListingRecommendations container consists of one or
more Recommendation containers, and each
Recommendation container provides a message to the seller on how a
listing can be improved or brought up to standard in regards to top-rated seller/listing requirements, mandated or recommended Item Specifics, picture quality requirements, pricing and/or listing format recommendations, recommended keywords and/or Item Specifics in a Title, and/or a recommendation to use Fast 'N Free shipping.
The ListingRecommendations container is only returned if the
IncludeRecommendations flag is included and set to 'true' in the
API call request.
Java class for ListingRecommendationsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ListingRecommendationsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Recommendation" type="{urn:ebay:apis:eBLBaseComponents}ListingRecommendationType" maxOccurs="unbounded" minOccurs="0"/>
<any/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
recommendation
protected java.util.List<ListingRecommendationType> recommendation
any
protected java.util.List<java.lang.Object> any
ListingRecommendationsType
public ListingRecommendationsType()
getRecommendation
public ListingRecommendationType[] getRecommendation()
- Returns:
- array of
ListingRecommendationType
getRecommendation
public ListingRecommendationType getRecommendation(int idx)
- Returns:
- one of
ListingRecommendationType
getRecommendationLength
public int getRecommendationLength()
setRecommendation
public void setRecommendation(ListingRecommendationType[] values)
- Parameters:
values
- allowed objects are
ListingRecommendationType
_getRecommendation
protected java.util.List<ListingRecommendationType> _getRecommendation()
setRecommendation
public ListingRecommendationType setRecommendation(int idx,
ListingRecommendationType value)
- Parameters:
value
- allowed object is
ListingRecommendationType
getAny
public java.lang.Object[] getAny()
- Returns:
- array of
Object
Element
getAny
public java.lang.Object getAny(int idx)
- Returns:
- one of
Object
Element
getAnyLength
public int getAnyLength()
setAny
public void setAny(java.lang.Object[] values)
- Parameters:
values
- allowed objects are
Object
Element
_getAny
protected java.util.List<java.lang.Object> _getAny()
setAny
public java.lang.Object setAny(int idx,
java.lang.Object value)
- Parameters:
value
- allowed object is
Object
Element
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.