Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class GetFeedbackResponseType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.AbstractResponseType
      extended by com.ebay.soap.eBLBaseComponents.GetFeedbackResponseType
All Implemented Interfaces:
java.io.Serializable

public class GetFeedbackResponseType
extends AbstractResponseType
implements java.io.Serializable

The GetFeedback response contains the feedback summary if a TransactionID or ItemID is specified, and contains the specified user's total feedback score and feedback summary data if a UserID is specified. If no value is supplied, the feedback score and feedback summary for the requesting user will be returned.
If a detail level value of ReturnAll is specified, an array of all feedback records will be returned.

Java class for GetFeedbackResponseType complex type.

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

 <complexType name="GetFeedbackResponseType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType">
       <sequence>
         <element name="FeedbackDetailArray" type="{urn:ebay:apis:eBLBaseComponents}FeedbackDetailArrayType" minOccurs="0"/>
         <element name="FeedbackDetailItemTotal" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="FeedbackSummary" type="{urn:ebay:apis:eBLBaseComponents}FeedbackSummaryType" minOccurs="0"/>
         <element name="FeedbackScore" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="PaginationResult" type="{urn:ebay:apis:eBLBaseComponents}PaginationResultType" minOccurs="0"/>
         <element name="EntriesPerPage" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="PageNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.lang.Integer entriesPerPage
           
protected  FeedbackDetailArrayType feedbackDetailArray
           
protected  java.lang.Integer feedbackDetailItemTotal
           
protected  java.lang.Integer feedbackScore
           
protected  FeedbackSummaryType feedbackSummary
           
protected  java.lang.Integer pageNumber
           
protected  PaginationResultType paginationResult
           
 
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractResponseType
ack, any, botBlock, build, correlationID, duplicateInvocationDetails, eiasToken, errors, externalUserData, hardExpirationWarning, message, notificationEventName, notificationSignature, recipientUserID, timestamp, version
 
Constructor Summary
GetFeedbackResponseType()
           
 
Method Summary
 java.lang.Integer getEntriesPerPage()
          Gets the value of the entriesPerPage property.
 FeedbackDetailArrayType getFeedbackDetailArray()
          Gets the value of the feedbackDetailArray property.
 java.lang.Integer getFeedbackDetailItemTotal()
          Gets the value of the feedbackDetailItemTotal property.
 java.lang.Integer getFeedbackScore()
          Gets the value of the feedbackScore property.
 FeedbackSummaryType getFeedbackSummary()
          Gets the value of the feedbackSummary property.
 java.lang.Integer getPageNumber()
          Gets the value of the pageNumber property.
 PaginationResultType getPaginationResult()
          Gets the value of the paginationResult property.
 void setEntriesPerPage(java.lang.Integer value)
          Sets the value of the entriesPerPage property.
 void setFeedbackDetailArray(FeedbackDetailArrayType value)
          Sets the value of the feedbackDetailArray property.
 void setFeedbackDetailItemTotal(java.lang.Integer value)
          Sets the value of the feedbackDetailItemTotal property.
 void setFeedbackScore(java.lang.Integer value)
          Sets the value of the feedbackScore property.
 void setFeedbackSummary(FeedbackSummaryType value)
          Sets the value of the feedbackSummary property.
 void setPageNumber(java.lang.Integer value)
          Sets the value of the pageNumber property.
 void setPaginationResult(PaginationResultType value)
          Sets the value of the paginationResult property.
 
Methods inherited from class com.ebay.soap.eBLBaseComponents.AbstractResponseType
_getAny, _getErrors, getAck, getAny, getAny, getAnyLength, getBotBlock, getBuild, getCorrelationID, getDuplicateInvocationDetails, getEIASToken, getErrors, getErrors, getErrorsLength, getExternalUserData, getHardExpirationWarning, getMessage, getNotificationEventName, getNotificationSignature, getRecipientUserID, getTimestamp, getVersion, setAck, setAny, setAny, setBotBlock, setBuild, setCorrelationID, setDuplicateInvocationDetails, setEIASToken, setErrors, setErrors, setExternalUserData, setHardExpirationWarning, setMessage, setNotificationEventName, setNotificationSignature, setRecipientUserID, setTimestamp, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

feedbackDetailArray

protected FeedbackDetailArrayType feedbackDetailArray

feedbackDetailItemTotal

protected java.lang.Integer feedbackDetailItemTotal

feedbackSummary

protected FeedbackSummaryType feedbackSummary

feedbackScore

protected java.lang.Integer feedbackScore

paginationResult

protected PaginationResultType paginationResult

entriesPerPage

protected java.lang.Integer entriesPerPage

pageNumber

protected java.lang.Integer pageNumber
Constructor Detail

GetFeedbackResponseType

public GetFeedbackResponseType()
Method Detail

getFeedbackDetailArray

public FeedbackDetailArrayType getFeedbackDetailArray()
Gets the value of the feedbackDetailArray property.

Returns:
possible object is FeedbackDetailArrayType

setFeedbackDetailArray

public void setFeedbackDetailArray(FeedbackDetailArrayType value)
Sets the value of the feedbackDetailArray property.

Parameters:
value - allowed object is FeedbackDetailArrayType

getFeedbackDetailItemTotal

public java.lang.Integer getFeedbackDetailItemTotal()
Gets the value of the feedbackDetailItemTotal property.

Returns:
possible object is Integer

setFeedbackDetailItemTotal

public void setFeedbackDetailItemTotal(java.lang.Integer value)
Sets the value of the feedbackDetailItemTotal property.

Parameters:
value - allowed object is Integer

getFeedbackSummary

public FeedbackSummaryType getFeedbackSummary()
Gets the value of the feedbackSummary property.

Returns:
possible object is FeedbackSummaryType

setFeedbackSummary

public void setFeedbackSummary(FeedbackSummaryType value)
Sets the value of the feedbackSummary property.

Parameters:
value - allowed object is FeedbackSummaryType

getFeedbackScore

public java.lang.Integer getFeedbackScore()
Gets the value of the feedbackScore property.

Returns:
possible object is Integer

setFeedbackScore

public void setFeedbackScore(java.lang.Integer value)
Sets the value of the feedbackScore property.

Parameters:
value - allowed object is Integer

getPaginationResult

public PaginationResultType getPaginationResult()
Gets the value of the paginationResult property.

Returns:
possible object is PaginationResultType

setPaginationResult

public void setPaginationResult(PaginationResultType value)
Sets the value of the paginationResult property.

Parameters:
value - allowed object is PaginationResultType

getEntriesPerPage

public java.lang.Integer getEntriesPerPage()
Gets the value of the entriesPerPage property.

Returns:
possible object is Integer

setEntriesPerPage

public void setEntriesPerPage(java.lang.Integer value)
Sets the value of the entriesPerPage property.

Parameters:
value - allowed object is Integer

getPageNumber

public java.lang.Integer getPageNumber()
Gets the value of the pageNumber property.

Returns:
possible object is Integer

setPageNumber

public void setPageNumber(java.lang.Integer value)
Sets the value of the pageNumber property.

Parameters:
value - allowed object is Integer

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.