com.ebay.soap.eBLBaseComponents
Class FeedbackDetailArrayType
java.lang.Object
com.ebay.soap.eBLBaseComponents.FeedbackDetailArrayType
- All Implemented Interfaces:
- Serializable
public class FeedbackDetailArrayType
- extends Object
- implements Serializable
This type is used by the FeedbackDetailArray container that is returned in the GetFeedback call. The FeedbackDetailArray container consists of an array of one or more Feedback entries. The Feedback entries that are returned will depend on the fields/values included in the call request.
Java class for FeedbackDetailArrayType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FeedbackDetailArrayType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FeedbackDetail" type="{urn:ebay:apis:eBLBaseComponents}FeedbackDetailType" 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 |
feedbackDetail
protected List<FeedbackDetailType> feedbackDetail
FeedbackDetailArrayType
public FeedbackDetailArrayType()
getFeedbackDetail
public FeedbackDetailType[] getFeedbackDetail()
- Returns:
- array of
FeedbackDetailType
getFeedbackDetail
public FeedbackDetailType getFeedbackDetail(int idx)
- Returns:
- one of
FeedbackDetailType
getFeedbackDetailLength
public int getFeedbackDetailLength()
setFeedbackDetail
public void setFeedbackDetail(FeedbackDetailType[] values)
- Parameters:
values
- allowed objects are
FeedbackDetailType
_getFeedbackDetail
protected List<FeedbackDetailType> _getFeedbackDetail()
setFeedbackDetail
public FeedbackDetailType setFeedbackDetail(int idx,
FeedbackDetailType value)
- Parameters:
value
- allowed object is
FeedbackDetailType
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.