Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class DisputeResolutionType

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

public class DisputeResolutionType
extends Object
implements 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: These are not eBay money back guarantee disputes.

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  List<Object> any
           
protected  DisputeResolutionReasonCodeType disputeResolutionReason
           
protected  DisputeResolutionRecordTypeCodeType disputeResolutionRecordType
           
protected  Calendar resolutionTime
           
 
Constructor Summary
DisputeResolutionType()
           
 
Method Summary
protected  List<Object> _getAny()
           
 Object[] getAny()
           
 Object getAny(int idx)
           
 int getAnyLength()
           
 DisputeResolutionReasonCodeType getDisputeResolutionReason()
          Gets the value of the disputeResolutionReason property.
 DisputeResolutionRecordTypeCodeType getDisputeResolutionRecordType()
          Gets the value of the disputeResolutionRecordType property.
 Calendar getResolutionTime()
          Gets the value of the resolutionTime property.
 Object setAny(int idx, Object value)
           
 void setAny(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(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 Calendar resolutionTime

any

protected List<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 Calendar getResolutionTime()
Gets the value of the resolutionTime property.

Returns:
possible object is String

setResolutionTime

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

Parameters:
value - allowed object is String

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.