Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class AccountStateCodeType

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

public class AccountStateCodeType
extends Object
implements Serializable

State of an account of an eBay user.

See Also:
Serialized Form

Field Summary
static org.apache.axis.types.Token _Active
           
static org.apache.axis.types.Token _CustomCode
           
static org.apache.axis.types.Token _Inactive
           
static org.apache.axis.types.Token _Pending
           
static AccountStateCodeType Active
          (out) The account is active.
static AccountStateCodeType CustomCode
          (out) Reserved for internal or future use.
static AccountStateCodeType Inactive
          (out) The account is inactive.
static AccountStateCodeType Pending
          (out) The account has been created but is not yet active, pending additional information or processing by eBay.
 
Constructor Summary
protected AccountStateCodeType(org.apache.axis.types.Token value)
           
 
Method Summary
 boolean equals(Object obj)
           
static AccountStateCodeType fromString(String value)
           
static AccountStateCodeType 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

_Active

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

_Pending

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

_Inactive

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

_CustomCode

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

Active

public static final AccountStateCodeType Active
(out) The account is active.


Pending

public static final AccountStateCodeType Pending
(out) The account has been created but is not yet active, pending additional information or processing by eBay.


Inactive

public static final AccountStateCodeType Inactive
(out) The account is inactive. No new seller account entries would be posted by eBay to the account.


CustomCode

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

Constructor Detail

AccountStateCodeType

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

getValue

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

fromValue

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

fromString

public static AccountStateCodeType 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.