Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class DisputeResolutionType

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

public class DisputeResolutionType
extends java.lang.Object
implements java.io.Serializable

Contains all information about a dispute resolution. A dispute can have a resolution even if the seller does not receive payment. The resolution can have various results, including a Final Value Fee credit to the seller or a strike to the buyer.

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 DisputeResolutionType complex type.

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

 <complexType name="DisputeResolutionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DisputeResolutionRecordType" type="{urn:ebay:apis:eBLBaseComponents}DisputeResolutionRecordTypeCodeType" minOccurs="0"/>
         <element name="DisputeResolutionReason" type="{urn:ebay:apis:eBLBaseComponents}DisputeResolutionReasonCodeType" minOccurs="0"/>
         <element name="ResolutionTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.util.List<java.lang.Object> any
           
protected  DisputeResolutionReasonCodeType disputeResolutionReason
           
protected  DisputeResolutionRecordTypeCodeType disputeResolutionRecordType
           
protected  java.util.Calendar resolutionTime
           
 
Constructor Summary
DisputeResolutionType()
           
 
Method Summary
protected  java.util.List<java.lang.Object> _getAny()
           
 java.lang.Object[] getAny()
           
 java.lang.Object getAny(int idx)
           
 int getAnyLength()
           
 DisputeResolutionReasonCodeType getDisputeResolutionReason()
          Gets the value of the disputeResolutionReason property.
 DisputeResolutionRecordTypeCodeType getDisputeResolutionRecordType()
          Gets the value of the disputeResolutionRecordType property.
 java.util.Calendar getResolutionTime()
          Gets the value of the resolutionTime property.
 java.lang.Object setAny(int idx, java.lang.Object value)
           
 void setAny(java.lang.Object[] values)
           
 void setDisputeResolutionReason(DisputeResolutionReasonCodeType value)
          Sets the value of the disputeResolutionReason property.
 void setDisputeResolutionRecordType(DisputeResolutionRecordTypeCodeType value)
          Sets the value of the disputeResolutionRecordType property.
 void setResolutionTime(java.util.Calendar value)
          Sets the value of the resolutionTime property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

disputeResolutionRecordType

protected DisputeResolutionRecordTypeCodeType disputeResolutionRecordType

disputeResolutionReason

protected DisputeResolutionReasonCodeType disputeResolutionReason

resolutionTime

protected java.util.Calendar resolutionTime

any

protected java.util.List<java.lang.Object> any
Constructor Detail

DisputeResolutionType

public DisputeResolutionType()
Method Detail

getDisputeResolutionRecordType

public DisputeResolutionRecordTypeCodeType getDisputeResolutionRecordType()
Gets the value of the disputeResolutionRecordType property.

Returns:
possible object is DisputeResolutionRecordTypeCodeType

setDisputeResolutionRecordType

public void setDisputeResolutionRecordType(DisputeResolutionRecordTypeCodeType value)
Sets the value of the disputeResolutionRecordType property.

Parameters:
value - allowed object is DisputeResolutionRecordTypeCodeType

getDisputeResolutionReason

public DisputeResolutionReasonCodeType getDisputeResolutionReason()
Gets the value of the disputeResolutionReason property.

Returns:
possible object is DisputeResolutionReasonCodeType

setDisputeResolutionReason

public void setDisputeResolutionReason(DisputeResolutionReasonCodeType value)
Sets the value of the disputeResolutionReason property.

Parameters:
value - allowed object is DisputeResolutionReasonCodeType

getResolutionTime

public java.util.Calendar getResolutionTime()
Gets the value of the resolutionTime property.

Returns:
possible object is String

setResolutionTime

public void setResolutionTime(java.util.Calendar value)
Sets the value of the resolutionTime property.

Parameters:
value - allowed object is String

getAny

public java.lang.Object[] getAny()
Returns:
array of Object Element

getAny

public java.lang.Object getAny(int idx)
Returns:
one of Object Element

getAnyLength

public int getAnyLength()

setAny

public void setAny(java.lang.Object[] values)
Parameters:
values - allowed objects are Object Element

_getAny

protected java.util.List<java.lang.Object> _getAny()

setAny

public java.lang.Object setAny(int idx,
                               java.lang.Object value)
Parameters:
value - allowed object is Object Element

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.