com.ebay.soap.eBLBaseComponents
Class ListingRecommendationsType
java.lang.Object
com.ebay.soap.eBLBaseComponents.ListingRecommendationsType
- All Implemented Interfaces:
- Serializable
public class ListingRecommendationsType
- extends Object
- implements 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 List<ListingRecommendationType> recommendation
any
protected List<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 List<ListingRecommendationType> _getRecommendation()
setRecommendation
public ListingRecommendationType setRecommendation(int idx,
ListingRecommendationType value)
- Parameters:
value
- allowed object is
ListingRecommendationType
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
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.