com.ebay.soap.eBLBaseComponents
Class ItemRatingDetailArrayType
java.lang.Object
com.ebay.soap.eBLBaseComponents.ItemRatingDetailArrayType
- All Implemented Interfaces:
- java.io.Serializable
public class ItemRatingDetailArrayType
- extends java.lang.Object
- implements java.io.Serializable
Type used by the SellerItemRatingDetailArray container in the LeaveFeedback request payload. This container is used by an eBay buyer to leave one or more Detailed Seller Ratings for their order partner concerning an order line item.
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 java.util.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 java.util.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.