Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class FeedbackSummaryType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.FeedbackSummaryType
All Implemented Interfaces:
Serializable

public class FeedbackSummaryType
extends Object
implements Serializable

Specifies all feedback summary information (except Score). Contains FeedbackPeriodArrayType objects that each convey feedback counts for positive, negative, neutral, and total feedback counts - for various time periods each. Also conveys counts of bid retractions for the predefined time periods.

Java class for FeedbackSummaryType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="FeedbackSummaryType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="BidRetractionFeedbackPeriodArray" type="{urn:ebay:apis:eBLBaseComponents}FeedbackPeriodArrayType" minOccurs="0"/>
         <element name="NegativeFeedbackPeriodArray" type="{urn:ebay:apis:eBLBaseComponents}FeedbackPeriodArrayType" minOccurs="0"/>
         <element name="NeutralFeedbackPeriodArray" type="{urn:ebay:apis:eBLBaseComponents}FeedbackPeriodArrayType" minOccurs="0"/>
         <element name="PositiveFeedbackPeriodArray" type="{urn:ebay:apis:eBLBaseComponents}FeedbackPeriodArrayType" minOccurs="0"/>
         <element name="TotalFeedbackPeriodArray" type="{urn:ebay:apis:eBLBaseComponents}FeedbackPeriodArrayType" minOccurs="0"/>
         <element name="NeutralCommentCountFromSuspendedUsers" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="UniqueNegativeFeedbackCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="UniquePositiveFeedbackCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="UniqueNeutralFeedbackCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="SellerRatingSummaryArray" type="{urn:ebay:apis:eBLBaseComponents}SellerRatingSummaryArrayType" minOccurs="0"/>
         <element name="SellerRoleMetrics" type="{urn:ebay:apis:eBLBaseComponents}SellerRoleMetricsType" minOccurs="0"/>
         <element name="BuyerRoleMetrics" type="{urn:ebay:apis:eBLBaseComponents}BuyerRoleMetricsType" minOccurs="0"/>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<Object> any
           
protected  FeedbackPeriodArrayType bidRetractionFeedbackPeriodArray
           
protected  BuyerRoleMetricsType buyerRoleMetrics
           
protected  FeedbackPeriodArrayType negativeFeedbackPeriodArray
           
protected  Integer neutralCommentCountFromSuspendedUsers
           
protected  FeedbackPeriodArrayType neutralFeedbackPeriodArray
           
protected  FeedbackPeriodArrayType positiveFeedbackPeriodArray
           
protected  SellerRatingSummaryArrayType sellerRatingSummaryArray
           
protected  SellerRoleMetricsType sellerRoleMetrics
           
protected  FeedbackPeriodArrayType totalFeedbackPeriodArray
           
protected  Integer uniqueNegativeFeedbackCount
           
protected  Integer uniqueNeutralFeedbackCount
           
protected  Integer uniquePositiveFeedbackCount
           
 
Constructor Summary
FeedbackSummaryType()
           
 
Method Summary
protected  List<Object> _getAny()
           
 Object[] getAny()
           
 Object getAny(int idx)
           
 int getAnyLength()
           
 FeedbackPeriodArrayType getBidRetractionFeedbackPeriodArray()
          Gets the value of the bidRetractionFeedbackPeriodArray property.
 BuyerRoleMetricsType getBuyerRoleMetrics()
          Gets the value of the buyerRoleMetrics property.
 FeedbackPeriodArrayType getNegativeFeedbackPeriodArray()
          Gets the value of the negativeFeedbackPeriodArray property.
 Integer getNeutralCommentCountFromSuspendedUsers()
          Gets the value of the neutralCommentCountFromSuspendedUsers property.
 FeedbackPeriodArrayType getNeutralFeedbackPeriodArray()
          Gets the value of the neutralFeedbackPeriodArray property.
 FeedbackPeriodArrayType getPositiveFeedbackPeriodArray()
          Gets the value of the positiveFeedbackPeriodArray property.
 SellerRatingSummaryArrayType getSellerRatingSummaryArray()
          Gets the value of the sellerRatingSummaryArray property.
 SellerRoleMetricsType getSellerRoleMetrics()
          Gets the value of the sellerRoleMetrics property.
 FeedbackPeriodArrayType getTotalFeedbackPeriodArray()
          Gets the value of the totalFeedbackPeriodArray property.
 Integer getUniqueNegativeFeedbackCount()
          Gets the value of the uniqueNegativeFeedbackCount property.
 Integer getUniqueNeutralFeedbackCount()
          Gets the value of the uniqueNeutralFeedbackCount property.
 Integer getUniquePositiveFeedbackCount()
          Gets the value of the uniquePositiveFeedbackCount property.
 Object setAny(int idx, Object value)
           
 void setAny(Object[] values)
           
 void setBidRetractionFeedbackPeriodArray(FeedbackPeriodArrayType value)
          Sets the value of the bidRetractionFeedbackPeriodArray property.
 void setBuyerRoleMetrics(BuyerRoleMetricsType value)
          Sets the value of the buyerRoleMetrics property.
 void setNegativeFeedbackPeriodArray(FeedbackPeriodArrayType value)
          Sets the value of the negativeFeedbackPeriodArray property.
 void setNeutralCommentCountFromSuspendedUsers(Integer value)
          Sets the value of the neutralCommentCountFromSuspendedUsers property.
 void setNeutralFeedbackPeriodArray(FeedbackPeriodArrayType value)
          Sets the value of the neutralFeedbackPeriodArray property.
 void setPositiveFeedbackPeriodArray(FeedbackPeriodArrayType value)
          Sets the value of the positiveFeedbackPeriodArray property.
 void setSellerRatingSummaryArray(SellerRatingSummaryArrayType value)
          Sets the value of the sellerRatingSummaryArray property.
 void setSellerRoleMetrics(SellerRoleMetricsType value)
          Sets the value of the sellerRoleMetrics property.
 void setTotalFeedbackPeriodArray(FeedbackPeriodArrayType value)
          Sets the value of the totalFeedbackPeriodArray property.
 void setUniqueNegativeFeedbackCount(Integer value)
          Sets the value of the uniqueNegativeFeedbackCount property.
 void setUniqueNeutralFeedbackCount(Integer value)
          Sets the value of the uniqueNeutralFeedbackCount property.
 void setUniquePositiveFeedbackCount(Integer value)
          Sets the value of the uniquePositiveFeedbackCount property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bidRetractionFeedbackPeriodArray

protected FeedbackPeriodArrayType bidRetractionFeedbackPeriodArray

negativeFeedbackPeriodArray

protected FeedbackPeriodArrayType negativeFeedbackPeriodArray

neutralFeedbackPeriodArray

protected FeedbackPeriodArrayType neutralFeedbackPeriodArray

positiveFeedbackPeriodArray

protected FeedbackPeriodArrayType positiveFeedbackPeriodArray

totalFeedbackPeriodArray

protected FeedbackPeriodArrayType totalFeedbackPeriodArray

neutralCommentCountFromSuspendedUsers

protected Integer neutralCommentCountFromSuspendedUsers

uniqueNegativeFeedbackCount

protected Integer uniqueNegativeFeedbackCount

uniquePositiveFeedbackCount

protected Integer uniquePositiveFeedbackCount

uniqueNeutralFeedbackCount

protected Integer uniqueNeutralFeedbackCount

sellerRatingSummaryArray

protected SellerRatingSummaryArrayType sellerRatingSummaryArray

sellerRoleMetrics

protected SellerRoleMetricsType sellerRoleMetrics

buyerRoleMetrics

protected BuyerRoleMetricsType buyerRoleMetrics

any

protected List<Object> any
Constructor Detail

FeedbackSummaryType

public FeedbackSummaryType()
Method Detail

getBidRetractionFeedbackPeriodArray

public FeedbackPeriodArrayType getBidRetractionFeedbackPeriodArray()
Gets the value of the bidRetractionFeedbackPeriodArray property.

Returns:
possible object is FeedbackPeriodArrayType

setBidRetractionFeedbackPeriodArray

public void setBidRetractionFeedbackPeriodArray(FeedbackPeriodArrayType value)
Sets the value of the bidRetractionFeedbackPeriodArray property.

Parameters:
value - allowed object is FeedbackPeriodArrayType

getNegativeFeedbackPeriodArray

public FeedbackPeriodArrayType getNegativeFeedbackPeriodArray()
Gets the value of the negativeFeedbackPeriodArray property.

Returns:
possible object is FeedbackPeriodArrayType

setNegativeFeedbackPeriodArray

public void setNegativeFeedbackPeriodArray(FeedbackPeriodArrayType value)
Sets the value of the negativeFeedbackPeriodArray property.

Parameters:
value - allowed object is FeedbackPeriodArrayType

getNeutralFeedbackPeriodArray

public FeedbackPeriodArrayType getNeutralFeedbackPeriodArray()
Gets the value of the neutralFeedbackPeriodArray property.

Returns:
possible object is FeedbackPeriodArrayType

setNeutralFeedbackPeriodArray

public void setNeutralFeedbackPeriodArray(FeedbackPeriodArrayType value)
Sets the value of the neutralFeedbackPeriodArray property.

Parameters:
value - allowed object is FeedbackPeriodArrayType

getPositiveFeedbackPeriodArray

public FeedbackPeriodArrayType getPositiveFeedbackPeriodArray()
Gets the value of the positiveFeedbackPeriodArray property.

Returns:
possible object is FeedbackPeriodArrayType

setPositiveFeedbackPeriodArray

public void setPositiveFeedbackPeriodArray(FeedbackPeriodArrayType value)
Sets the value of the positiveFeedbackPeriodArray property.

Parameters:
value - allowed object is FeedbackPeriodArrayType

getTotalFeedbackPeriodArray

public FeedbackPeriodArrayType getTotalFeedbackPeriodArray()
Gets the value of the totalFeedbackPeriodArray property.

Returns:
possible object is FeedbackPeriodArrayType

setTotalFeedbackPeriodArray

public void setTotalFeedbackPeriodArray(FeedbackPeriodArrayType value)
Sets the value of the totalFeedbackPeriodArray property.

Parameters:
value - allowed object is FeedbackPeriodArrayType

getNeutralCommentCountFromSuspendedUsers

public Integer getNeutralCommentCountFromSuspendedUsers()
Gets the value of the neutralCommentCountFromSuspendedUsers property.

Returns:
possible object is Integer

setNeutralCommentCountFromSuspendedUsers

public void setNeutralCommentCountFromSuspendedUsers(Integer value)
Sets the value of the neutralCommentCountFromSuspendedUsers property.

Parameters:
value - allowed object is Integer

getUniqueNegativeFeedbackCount

public Integer getUniqueNegativeFeedbackCount()
Gets the value of the uniqueNegativeFeedbackCount property.

Returns:
possible object is Integer

setUniqueNegativeFeedbackCount

public void setUniqueNegativeFeedbackCount(Integer value)
Sets the value of the uniqueNegativeFeedbackCount property.

Parameters:
value - allowed object is Integer

getUniquePositiveFeedbackCount

public Integer getUniquePositiveFeedbackCount()
Gets the value of the uniquePositiveFeedbackCount property.

Returns:
possible object is Integer

setUniquePositiveFeedbackCount

public void setUniquePositiveFeedbackCount(Integer value)
Sets the value of the uniquePositiveFeedbackCount property.

Parameters:
value - allowed object is Integer

getUniqueNeutralFeedbackCount

public Integer getUniqueNeutralFeedbackCount()
Gets the value of the uniqueNeutralFeedbackCount property.

Returns:
possible object is Integer

setUniqueNeutralFeedbackCount

public void setUniqueNeutralFeedbackCount(Integer value)
Sets the value of the uniqueNeutralFeedbackCount property.

Parameters:
value - allowed object is Integer

getSellerRatingSummaryArray

public SellerRatingSummaryArrayType getSellerRatingSummaryArray()
Gets the value of the sellerRatingSummaryArray property.

Returns:
possible object is SellerRatingSummaryArrayType

setSellerRatingSummaryArray

public void setSellerRatingSummaryArray(SellerRatingSummaryArrayType value)
Sets the value of the sellerRatingSummaryArray property.

Parameters:
value - allowed object is SellerRatingSummaryArrayType

getSellerRoleMetrics

public SellerRoleMetricsType getSellerRoleMetrics()
Gets the value of the sellerRoleMetrics property.

Returns:
possible object is SellerRoleMetricsType

setSellerRoleMetrics

public void setSellerRoleMetrics(SellerRoleMetricsType value)
Sets the value of the sellerRoleMetrics property.

Parameters:
value - allowed object is SellerRoleMetricsType

getBuyerRoleMetrics

public BuyerRoleMetricsType getBuyerRoleMetrics()
Gets the value of the buyerRoleMetrics property.

Returns:
possible object is BuyerRoleMetricsType

setBuyerRoleMetrics

public void setBuyerRoleMetrics(BuyerRoleMetricsType value)
Sets the value of the buyerRoleMetrics property.

Parameters:
value - allowed object is BuyerRoleMetricsType

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

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.