com.ebay.soap.eBLBaseComponents
Class DisputeArrayType
java.lang.Object
com.ebay.soap.eBLBaseComponents.DisputeArrayType
- All Implemented Interfaces:
- java.io.Serializable
public class DisputeArrayType
- extends java.lang.Object
- implements java.io.Serializable
Type used by the DisputeArray container that is returned in the response of the GetUserDisputes call. The DisputeArray container holds an array of one or more disputes that match the filter criteria in the call request.
Note:
'Item Not Received' or 'Significantly Not As Described' cases, initiated by buyers through the eBay Money Back Guarantee program, are not returned with GetUserDisputes. The getCase method of the Post-Order API is used to retrieve Money Back Guarantee cases programmatically.
Java class for DisputeArrayType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DisputeArrayType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Dispute" type="{urn:ebay:apis:eBLBaseComponents}DisputeType" 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 |
dispute
protected java.util.List<DisputeType> dispute
DisputeArrayType
public DisputeArrayType()
getDispute
public DisputeType[] getDispute()
- Returns:
- array of
DisputeType
getDispute
public DisputeType getDispute(int idx)
- Returns:
- one of
DisputeType
getDisputeLength
public int getDisputeLength()
setDispute
public void setDispute(DisputeType[] values)
- Parameters:
values
- allowed objects are
DisputeType
_getDispute
protected java.util.List<DisputeType> _getDispute()
setDispute
public DisputeType setDispute(int idx,
DisputeType value)
- Parameters:
value
- allowed object is
DisputeType
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.