Changes since
the last release

com.ebay.soap.eBLBaseComponents
Enum DisputeResolutionReasonCodeType

java.lang.Object
  extended by java.lang.Enum<DisputeResolutionReasonCodeType>
      extended by com.ebay.soap.eBLBaseComponents.DisputeResolutionReasonCodeType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<DisputeResolutionReasonCodeType>

public enum DisputeResolutionReasonCodeType
extends java.lang.Enum<DisputeResolutionReasonCodeType>

Java class for DisputeResolutionReasonCodeType.

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

 <simpleType name="DisputeResolutionReasonCodeType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="Unresolved"/>
     <enumeration value="ProofOfPayment"/>
     <enumeration value="ComputerTechnicalProblem"/>
     <enumeration value="NoContact"/>
     <enumeration value="FamilyEmergency"/>
     <enumeration value="ProofGivenInFeedback"/>
     <enumeration value="FirstInfraction"/>
     <enumeration value="CameToAgreement"/>
     <enumeration value="ItemReturned"/>
     <enumeration value="BuyerPaidAuctionFees"/>
     <enumeration value="SellerReceivedPayment"/>
     <enumeration value="OtherResolution"/>
     <enumeration value="ClaimPaid"/>
     <enumeration value="CustomCode"/>
   </restriction>
 </simpleType>
 
Note: Per JAXB standards, underscores are added to separate words in enumerations (e.g., PayPal becomes PAY_PAL).


Enum Constant Summary
BUYER_PAID_AUCTION_FEES
          This enumeration value indicates that the buyer reimbursed the seller's listing fees.
CAME_TO_AGREEMENT
          This enumeration value indicates that the buyer and seller came to an agreement.
CLAIM_PAID
          This enumeration value indicates that the claim was paid.
COMPUTER_TECHNICAL_PROBLEM
          This enumeration value indicates that the buyer or seller had a technical problem with a computer.
CUSTOM_CODE
          Reserved for future use.
FAMILY_EMERGENCY
          This enumeration value indicates that the buyer or seller had a family emergency.
FIRST_INFRACTION
          This enumeration value indicates that the dispute was the buyer's first infraction, and thus resolved.
ITEM_RETURNED
          This enumeration value indicates that the buyer successfully returned the item, and thus an Unpaid Item case was closed.
NO_CONTACT
          This enumeration value indicates that the buyer and seller have not made any contact with one another.
OTHER_RESOLUTION
          This enumeration value indicates that an undefined resolution occurred.
PROOF_GIVEN_IN_FEEDBACK
          This enumeration value indicates that the buyer was able to provide proof of payment for an Unpaid Item case through the Feedback system.
PROOF_OF_PAYMENT
          This enumeration value indicates that the buyer was able to provide proof of payment for an Unpaid Item case.
SELLER_RECEIVED_PAYMENT
          This enumeration value indicates that the seller received payment for the item, and thus an Unpaid Item case was closed.
UNRESOLVED
          This enumeration value indicates that the dispute has not been resolved.
 
Method Summary
static DisputeResolutionReasonCodeType fromValue(java.lang.String v)
           
 java.lang.String value()
           
static DisputeResolutionReasonCodeType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DisputeResolutionReasonCodeType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

UNRESOLVED

public static final DisputeResolutionReasonCodeType UNRESOLVED
This enumeration value indicates that the dispute has not been resolved.


PROOF_OF_PAYMENT

public static final DisputeResolutionReasonCodeType PROOF_OF_PAYMENT
This enumeration value indicates that the buyer was able to provide proof of payment for an Unpaid Item case.


COMPUTER_TECHNICAL_PROBLEM

public static final DisputeResolutionReasonCodeType COMPUTER_TECHNICAL_PROBLEM
This enumeration value indicates that the buyer or seller had a technical problem with a computer.


NO_CONTACT

public static final DisputeResolutionReasonCodeType NO_CONTACT
This enumeration value indicates that the buyer and seller have not made any contact with one another.


FAMILY_EMERGENCY

public static final DisputeResolutionReasonCodeType FAMILY_EMERGENCY
This enumeration value indicates that the buyer or seller had a family emergency.


PROOF_GIVEN_IN_FEEDBACK

public static final DisputeResolutionReasonCodeType PROOF_GIVEN_IN_FEEDBACK
This enumeration value indicates that the buyer was able to provide proof of payment for an Unpaid Item case through the Feedback system.


FIRST_INFRACTION

public static final DisputeResolutionReasonCodeType FIRST_INFRACTION
This enumeration value indicates that the dispute was the buyer's first infraction, and thus resolved.


CAME_TO_AGREEMENT

public static final DisputeResolutionReasonCodeType CAME_TO_AGREEMENT
This enumeration value indicates that the buyer and seller came to an agreement.


ITEM_RETURNED

public static final DisputeResolutionReasonCodeType ITEM_RETURNED
This enumeration value indicates that the buyer successfully returned the item, and thus an Unpaid Item case was closed.


BUYER_PAID_AUCTION_FEES

public static final DisputeResolutionReasonCodeType BUYER_PAID_AUCTION_FEES
This enumeration value indicates that the buyer reimbursed the seller's listing fees.


SELLER_RECEIVED_PAYMENT

public static final DisputeResolutionReasonCodeType SELLER_RECEIVED_PAYMENT
This enumeration value indicates that the seller received payment for the item, and thus an Unpaid Item case was closed.


OTHER_RESOLUTION

public static final DisputeResolutionReasonCodeType OTHER_RESOLUTION
This enumeration value indicates that an undefined resolution occurred.


CLAIM_PAID

public static final DisputeResolutionReasonCodeType CLAIM_PAID
This enumeration value indicates that the claim was paid.


CUSTOM_CODE

public static final DisputeResolutionReasonCodeType CUSTOM_CODE
Reserved for future use.

Method Detail

values

public static DisputeResolutionReasonCodeType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (DisputeResolutionReasonCodeType c : DisputeResolutionReasonCodeType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static DisputeResolutionReasonCodeType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

value

public java.lang.String value()

fromValue

public static DisputeResolutionReasonCodeType fromValue(java.lang.String v)

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.