com.ebay.soap.eBLBaseComponents
Class SellerRatingSummaryArrayType
java.lang.Object
com.ebay.soap.eBLBaseComponents.SellerRatingSummaryArrayType
- All Implemented Interfaces:
- java.io.Serializable
public class SellerRatingSummaryArrayType
- extends java.lang.Object
- implements java.io.Serializable
Type defining the SellerRatingSummaryArray container that is returned
in the GetFeedback response. The SellerRatingSummaryArray
container consists of an array of AverageRatingSummary containers,
which provide details on Detailed Seller Ratings (DSRs), including the type of rating
(Communication, Item As Described, Shipping and Handling Charges, or Shipping Time), the
seller's average rating for that DSR type, the total number of DSR ratings, and the
period in which those ratings were received (the last year or the last 30 days).
Java class for SellerRatingSummaryArrayType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SellerRatingSummaryArrayType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AverageRatingSummary" type="{urn:ebay:apis:eBLBaseComponents}AverageRatingSummaryType" 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 |
averageRatingSummary
protected java.util.List<AverageRatingSummaryType> averageRatingSummary
SellerRatingSummaryArrayType
public SellerRatingSummaryArrayType()
getAverageRatingSummary
public AverageRatingSummaryType[] getAverageRatingSummary()
- Returns:
- array of
AverageRatingSummaryType
getAverageRatingSummary
public AverageRatingSummaryType getAverageRatingSummary(int idx)
- Returns:
- one of
AverageRatingSummaryType
getAverageRatingSummaryLength
public int getAverageRatingSummaryLength()
setAverageRatingSummary
public void setAverageRatingSummary(AverageRatingSummaryType[] values)
- Parameters:
values
- allowed objects are
AverageRatingSummaryType
_getAverageRatingSummary
protected java.util.List<AverageRatingSummaryType> _getAverageRatingSummary()
setAverageRatingSummary
public AverageRatingSummaryType setAverageRatingSummary(int idx,
AverageRatingSummaryType value)
- Parameters:
value
- allowed object is
AverageRatingSummaryType
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.