|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ebay.soap.eBLBaseComponents.DisputeResolutionType
public class DisputeResolutionType
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>
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 |
---|
protected DisputeResolutionRecordTypeCodeType disputeResolutionRecordType
protected DisputeResolutionReasonCodeType disputeResolutionReason
protected java.util.Calendar resolutionTime
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public DisputeResolutionType()
Method Detail |
---|
public DisputeResolutionRecordTypeCodeType getDisputeResolutionRecordType()
DisputeResolutionRecordTypeCodeType
public void setDisputeResolutionRecordType(DisputeResolutionRecordTypeCodeType value)
value
- allowed object is
DisputeResolutionRecordTypeCodeType
public DisputeResolutionReasonCodeType getDisputeResolutionReason()
DisputeResolutionReasonCodeType
public void setDisputeResolutionReason(DisputeResolutionReasonCodeType value)
value
- allowed object is
DisputeResolutionReasonCodeType
public java.util.Calendar getResolutionTime()
String
public void setResolutionTime(java.util.Calendar value)
value
- allowed object is
String
public java.lang.Object[] getAny()
Object
Element
public java.lang.Object getAny(int idx)
Object
Element
public int getAnyLength()
public void setAny(java.lang.Object[] values)
values
- allowed objects are
Object
Element
protected java.util.List<java.lang.Object> _getAny()
public java.lang.Object setAny(int idx, java.lang.Object value)
value
- allowed object is
Object
Element
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.