Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class AccountEntrySortTypeCodeType

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

public class AccountEntrySortTypeCodeType
extends Object
implements Serializable

Specifies how account entries should be sorted in a response from eBay.

See Also:
Serialized Form

Field Summary
static org.apache.axis.types.Token _AccountEntryCreatedTimeAscending
           
static org.apache.axis.types.Token _AccountEntryCreatedTimeDescending
           
static org.apache.axis.types.Token _AccountEntryFeeTypeAscending
           
static org.apache.axis.types.Token _AccountEntryFeeTypeDescending
           
static org.apache.axis.types.Token _AccountEntryItemNumberAscending
           
static org.apache.axis.types.Token _AccountEntryItemNumberDescending
           
static org.apache.axis.types.Token _CustomCode
           
static org.apache.axis.types.Token _None
           
static AccountEntrySortTypeCodeType AccountEntryCreatedTimeAscending
          (in) Sort by the AccountEntry.Date value in the response, in ascending order.
static AccountEntrySortTypeCodeType AccountEntryCreatedTimeDescending
          (in) Sort by the AccountEntry.Date value in the response, in descending order.
static AccountEntrySortTypeCodeType AccountEntryFeeTypeAscending
          (in) Sort by the value returned in AccountEntry.Description, with entries starting with lowercase letters before entries starting with uppercase letters and each group in alphabetical order.
static AccountEntrySortTypeCodeType AccountEntryFeeTypeDescending
          (in) Sort by the value returned in AccountEntry.Description, with entries starting with uppercase letters before entries starting with lowercase letters and each group in reverse alphabetical order.
static AccountEntrySortTypeCodeType AccountEntryItemNumberAscending
          (in) Sort by the AccountEntry.ItemID value in the response, in ascending order.
static AccountEntrySortTypeCodeType AccountEntryItemNumberDescending
          (in) Sort by the AccountEntry.ItemID value in the response, in descending order.
static AccountEntrySortTypeCodeType CustomCode
          (out) Reserved for internal or future use.
static AccountEntrySortTypeCodeType None
          (in) Sort by the AccountEntry.Date value in the response, in ascending order.
 
Constructor Summary
protected AccountEntrySortTypeCodeType(org.apache.axis.types.Token value)
           
 
Method Summary
 boolean equals(Object obj)
           
static AccountEntrySortTypeCodeType fromString(String value)
           
static AccountEntrySortTypeCodeType fromValue(org.apache.axis.types.Token value)
           
static String getEnumErrorMsg(Object value)
           
 org.apache.axis.types.Token getValue()
           
 int hashCode()
           
 Object readResolve()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_None

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

_AccountEntryCreatedTimeAscending

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

_AccountEntryCreatedTimeDescending

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

_AccountEntryItemNumberAscending

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

_AccountEntryItemNumberDescending

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

_AccountEntryFeeTypeAscending

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

_AccountEntryFeeTypeDescending

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

_CustomCode

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

None

public static final AccountEntrySortTypeCodeType None
(in) Sort by the AccountEntry.Date value in the response, in ascending order. Same as AccountEntryCreatedTimeAscending.


AccountEntryCreatedTimeAscending

public static final AccountEntrySortTypeCodeType AccountEntryCreatedTimeAscending
(in) Sort by the AccountEntry.Date value in the response, in ascending order.


AccountEntryCreatedTimeDescending

public static final AccountEntrySortTypeCodeType AccountEntryCreatedTimeDescending
(in) Sort by the AccountEntry.Date value in the response, in descending order.


AccountEntryItemNumberAscending

public static final AccountEntrySortTypeCodeType AccountEntryItemNumberAscending
(in) Sort by the AccountEntry.ItemID value in the response, in ascending order.


AccountEntryItemNumberDescending

public static final AccountEntrySortTypeCodeType AccountEntryItemNumberDescending
(in) Sort by the AccountEntry.ItemID value in the response, in descending order.


AccountEntryFeeTypeAscending

public static final AccountEntrySortTypeCodeType AccountEntryFeeTypeAscending
(in) Sort by the value returned in AccountEntry.Description, with entries starting with lowercase letters before entries starting with uppercase letters and each group in alphabetical order.


AccountEntryFeeTypeDescending

public static final AccountEntrySortTypeCodeType AccountEntryFeeTypeDescending
(in) Sort by the value returned in AccountEntry.Description, with entries starting with uppercase letters before entries starting with lowercase letters and each group in reverse alphabetical order.


CustomCode

public static final AccountEntrySortTypeCodeType CustomCode
(out) Reserved for internal or future use.

Constructor Detail

AccountEntrySortTypeCodeType

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

getValue

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

fromValue

public static AccountEntrySortTypeCodeType fromValue(org.apache.axis.types.Token value)
                                              throws RuntimeException
Throws:
RuntimeException

fromString

public static AccountEntrySortTypeCodeType fromString(String value)
                                               throws RuntimeException
Throws:
RuntimeException

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

readResolve

public Object readResolve()
                   throws ObjectStreamException
Throws:
ObjectStreamException

getEnumErrorMsg

public static String getEnumErrorMsg(Object value)

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-2006 eBay Inc. All rights reserved.