com.ebay.api.eBLBaseComponents
Class PaymentTransactionClassCodeType

java.lang.Object
  |
  +--com.ebay.api.eBLBaseComponents.PaymentTransactionClassCodeType
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
static org.apache.axis.types.Token _All
           
static org.apache.axis.types.Token _BalanceAffecting
           
static org.apache.axis.types.Token _BalanceTransfer
           
static org.apache.axis.types.Token _Billpay
           
static org.apache.axis.types.Token _CurrencyConversions
           
static org.apache.axis.types.Token _Dividend
           
static org.apache.axis.types.Token _ECheck
           
static org.apache.axis.types.Token _Fee
           
static org.apache.axis.types.Token _FundsAdded
           
static org.apache.axis.types.Token _FundsWithdrawn
           
static org.apache.axis.types.Token _MassPay
           
static org.apache.axis.types.Token _MoneyRequest
           
static org.apache.axis.types.Token _PayPalDebitCard
           
static org.apache.axis.types.Token _PrimaryDebitCard
           
static org.apache.axis.types.Token _Received
           
static org.apache.axis.types.Token _Referral
           
static org.apache.axis.types.Token _Refund
           
static org.apache.axis.types.Token _Reversal
           
static org.apache.axis.types.Token _SecondaryDebitCard
           
static org.apache.axis.types.Token _Sent
           
static org.apache.axis.types.Token _Shipping
           
static org.apache.axis.types.Token _Subscription
           
static PaymentTransactionClassCodeType All
           
static PaymentTransactionClassCodeType BalanceAffecting
           
static PaymentTransactionClassCodeType BalanceTransfer
           
static PaymentTransactionClassCodeType Billpay
           
static PaymentTransactionClassCodeType CurrencyConversions
           
static PaymentTransactionClassCodeType Dividend
           
static PaymentTransactionClassCodeType ECheck
           
static PaymentTransactionClassCodeType Fee
           
static PaymentTransactionClassCodeType FundsAdded
           
static PaymentTransactionClassCodeType FundsWithdrawn
           
static PaymentTransactionClassCodeType MassPay
           
static PaymentTransactionClassCodeType MoneyRequest
           
static PaymentTransactionClassCodeType PayPalDebitCard
           
static PaymentTransactionClassCodeType PrimaryDebitCard
           
static PaymentTransactionClassCodeType Received
           
static PaymentTransactionClassCodeType Referral
           
static PaymentTransactionClassCodeType Refund
           
static PaymentTransactionClassCodeType Reversal
           
static PaymentTransactionClassCodeType SecondaryDebitCard
           
static PaymentTransactionClassCodeType Sent
           
static PaymentTransactionClassCodeType Shipping
           
static PaymentTransactionClassCodeType Subscription
           
 
Constructor Summary
protected PaymentTransactionClassCodeType(org.apache.axis.types.Token value)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static PaymentTransactionClassCodeType fromString(java.lang.String value)
           
static PaymentTransactionClassCodeType fromValue(org.apache.axis.types.Token value)
           
 org.apache.axis.types.Token getValue()
           
 int hashCode()
           
 java.lang.Object readResolve()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_All

public static final org.apache.axis.types.Token _All

_Sent

public static final org.apache.axis.types.Token _Sent

_Received

public static final org.apache.axis.types.Token _Received

_MassPay

public static final org.apache.axis.types.Token _MassPay

_MoneyRequest

public static final org.apache.axis.types.Token _MoneyRequest

_FundsAdded

public static final org.apache.axis.types.Token _FundsAdded

_FundsWithdrawn

public static final org.apache.axis.types.Token _FundsWithdrawn

_PayPalDebitCard

public static final org.apache.axis.types.Token _PayPalDebitCard

_PrimaryDebitCard

public static final org.apache.axis.types.Token _PrimaryDebitCard

_SecondaryDebitCard

public static final org.apache.axis.types.Token _SecondaryDebitCard

_Referral

public static final org.apache.axis.types.Token _Referral

_Fee

public static final org.apache.axis.types.Token _Fee

_Subscription

public static final org.apache.axis.types.Token _Subscription

_Dividend

public static final org.apache.axis.types.Token _Dividend

_Billpay

public static final org.apache.axis.types.Token _Billpay

_Refund

public static final org.apache.axis.types.Token _Refund

_CurrencyConversions

public static final org.apache.axis.types.Token _CurrencyConversions

_BalanceTransfer

public static final org.apache.axis.types.Token _BalanceTransfer

_Reversal

public static final org.apache.axis.types.Token _Reversal

_Shipping

public static final org.apache.axis.types.Token _Shipping

_BalanceAffecting

public static final org.apache.axis.types.Token _BalanceAffecting

_ECheck

public static final org.apache.axis.types.Token _ECheck

All

public static final PaymentTransactionClassCodeType All

Sent

public static final PaymentTransactionClassCodeType Sent

Received

public static final PaymentTransactionClassCodeType Received

MassPay

public static final PaymentTransactionClassCodeType MassPay

MoneyRequest

public static final PaymentTransactionClassCodeType MoneyRequest

FundsAdded

public static final PaymentTransactionClassCodeType FundsAdded

FundsWithdrawn

public static final PaymentTransactionClassCodeType FundsWithdrawn

PayPalDebitCard

public static final PaymentTransactionClassCodeType PayPalDebitCard

PrimaryDebitCard

public static final PaymentTransactionClassCodeType PrimaryDebitCard

SecondaryDebitCard

public static final PaymentTransactionClassCodeType SecondaryDebitCard

Referral

public static final PaymentTransactionClassCodeType Referral

Fee

public static final PaymentTransactionClassCodeType Fee

Subscription

public static final PaymentTransactionClassCodeType Subscription

Dividend

public static final PaymentTransactionClassCodeType Dividend

Billpay

public static final PaymentTransactionClassCodeType Billpay

Refund

public static final PaymentTransactionClassCodeType Refund

CurrencyConversions

public static final PaymentTransactionClassCodeType CurrencyConversions

BalanceTransfer

public static final PaymentTransactionClassCodeType BalanceTransfer

Reversal

public static final PaymentTransactionClassCodeType Reversal

Shipping

public static final PaymentTransactionClassCodeType Shipping

BalanceAffecting

public static final PaymentTransactionClassCodeType BalanceAffecting

ECheck

public static final PaymentTransactionClassCodeType ECheck
Constructor Detail

PaymentTransactionClassCodeType

protected PaymentTransactionClassCodeType(org.apache.axis.types.Token value)
Method Detail

getValue

public org.apache.axis.types.Token getValue()

fromValue

public static PaymentTransactionClassCodeType fromValue(org.apache.axis.types.Token value)
                                                 throws java.lang.IllegalStateException

fromString

public static PaymentTransactionClassCodeType fromString(java.lang.String value)
                                                  throws java.lang.IllegalStateException

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

readResolve

public java.lang.Object readResolve()
                             throws java.io.ObjectStreamException