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:
Serializable, Comparable<DisputeResolutionReasonCodeType>

public enum DisputeResolutionReasonCodeType
extends 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
          The buyer reimbursed the seller's auction fees.
CAME_TO_AGREEMENT
          The buyer and seller came to agreement.
CLAIM_PAID
          After eBay approved payment of the claim, the claim was paid.
COMPUTER_TECHNICAL_PROBLEM
          The buyer or seller had a technical problem with a computer.
CUSTOM_CODE
          Reserved for future use.
FAMILY_EMERGENCY
          The buyer or seller had a family emergency.
FIRST_INFRACTION
          The dispute was the buyer's first infraction.
ITEM_RETURNED
          The buyer returned the item.
NO_CONTACT
          The buyer and seller have not made contact.
OTHER_RESOLUTION
          Some other resolution occurred.
PROOF_GIVEN_IN_FEEDBACK
          The buyer provided proof of payment in feedback.
PROOF_OF_PAYMENT
          The buyer provided proof of payment in feedback.
SELLER_RECEIVED_PAYMENT
          The seller received payment.
UNRESOLVED
          The dispute was not resolved.
 
Method Summary
static DisputeResolutionReasonCodeType fromValue(String v)
           
 String value()
           
static DisputeResolutionReasonCodeType valueOf(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
The dispute was not resolved.


PROOF_OF_PAYMENT

public static final DisputeResolutionReasonCodeType PROOF_OF_PAYMENT
The buyer provided proof of payment in feedback.


COMPUTER_TECHNICAL_PROBLEM

public static final DisputeResolutionReasonCodeType COMPUTER_TECHNICAL_PROBLEM
The buyer or seller had a technical problem with a computer.


NO_CONTACT

public static final DisputeResolutionReasonCodeType NO_CONTACT
The buyer and seller have not made contact.


FAMILY_EMERGENCY

public static final DisputeResolutionReasonCodeType FAMILY_EMERGENCY
The buyer or seller had a family emergency.


PROOF_GIVEN_IN_FEEDBACK

public static final DisputeResolutionReasonCodeType PROOF_GIVEN_IN_FEEDBACK
The buyer provided proof of payment in feedback.


FIRST_INFRACTION

public static final DisputeResolutionReasonCodeType FIRST_INFRACTION
The dispute was the buyer's first infraction.


CAME_TO_AGREEMENT

public static final DisputeResolutionReasonCodeType CAME_TO_AGREEMENT
The buyer and seller came to agreement.


ITEM_RETURNED

public static final DisputeResolutionReasonCodeType ITEM_RETURNED
The buyer returned the item.


BUYER_PAID_AUCTION_FEES

public static final DisputeResolutionReasonCodeType BUYER_PAID_AUCTION_FEES
The buyer reimbursed the seller's auction fees.


SELLER_RECEIVED_PAYMENT

public static final DisputeResolutionReasonCodeType SELLER_RECEIVED_PAYMENT
The seller received payment.


OTHER_RESOLUTION

public static final DisputeResolutionReasonCodeType OTHER_RESOLUTION
Some other resolution occurred.


CLAIM_PAID

public static final DisputeResolutionReasonCodeType CLAIM_PAID
After eBay approved payment of the claim, 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(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:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

value

public String value()

fromValue

public static DisputeResolutionReasonCodeType fromValue(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.