com.ebay.soap.eBLBaseComponents
Class ItemRatingDetailArrayType
java.lang.Object
com.ebay.soap.eBLBaseComponents.ItemRatingDetailArrayType
- All Implemented Interfaces:
- Serializable
public class ItemRatingDetailArrayType
- extends Object
- implements Serializable
Container for a set of detailed seller ratings about an order line item.
If a seller has detailed ratings, they are displayed
in the Feedback Profile of the seller.
Java class for ItemRatingDetailArrayType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemRatingDetailArrayType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ItemRatingDetails" type="{urn:ebay:apis:eBLBaseComponents}ItemRatingDetailsType" maxOccurs="unbounded" minOccurs="0"/>
</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 |
itemRatingDetails
protected List<ItemRatingDetailsType> itemRatingDetails
ItemRatingDetailArrayType
public ItemRatingDetailArrayType()
getItemRatingDetails
public ItemRatingDetailsType[] getItemRatingDetails()
- Returns:
- array of
ItemRatingDetailsType
getItemRatingDetails
public ItemRatingDetailsType getItemRatingDetails(int idx)
- Returns:
- one of
ItemRatingDetailsType
getItemRatingDetailsLength
public int getItemRatingDetailsLength()
setItemRatingDetails
public void setItemRatingDetails(ItemRatingDetailsType[] values)
- Parameters:
values
- allowed objects are
ItemRatingDetailsType
_getItemRatingDetails
protected List<ItemRatingDetailsType> _getItemRatingDetails()
setItemRatingDetails
public ItemRatingDetailsType setItemRatingDetails(int idx,
ItemRatingDetailsType value)
- Parameters:
value
- allowed object is
ItemRatingDetailsType
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.