Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class SellerRatingSummaryArrayType

java.lang.Object
  extended by 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

Field Summary
protected  java.util.List<AverageRatingSummaryType> averageRatingSummary
           
 
Constructor Summary
SellerRatingSummaryArrayType()
           
 
Method Summary
protected  java.util.List<AverageRatingSummaryType> _getAverageRatingSummary()
           
 AverageRatingSummaryType[] getAverageRatingSummary()
           
 AverageRatingSummaryType getAverageRatingSummary(int idx)
           
 int getAverageRatingSummaryLength()
           
 void setAverageRatingSummary(AverageRatingSummaryType[] values)
           
 AverageRatingSummaryType setAverageRatingSummary(int idx, AverageRatingSummaryType value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

averageRatingSummary

protected java.util.List<AverageRatingSummaryType> averageRatingSummary
Constructor Detail

SellerRatingSummaryArrayType

public SellerRatingSummaryArrayType()
Method Detail

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

Changes since
the last release

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.