com.ebay.api.eBLBaseComponents
Class AckCodeType

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

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

See Also:
Serialized Form

Field Summary
static org.apache.axis.types.Token _CustomCode
           
static org.apache.axis.types.Token _Failure
           
static org.apache.axis.types.Token _FailureWithWarning
           
static org.apache.axis.types.Token _Success
           
static org.apache.axis.types.Token _SuccessWithWarning
           
static org.apache.axis.types.Token _Warning
           
static AckCodeType CustomCode
           
static AckCodeType Failure
           
static AckCodeType FailureWithWarning
           
static AckCodeType Success
           
static AckCodeType SuccessWithWarning
           
static AckCodeType Warning
           
 
Constructor Summary
protected AckCodeType(org.apache.axis.types.Token value)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static AckCodeType fromString(java.lang.String value)
           
static AckCodeType 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

_Success

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

_Failure

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

_Warning

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

_SuccessWithWarning

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

_FailureWithWarning

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

_CustomCode

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

Success

public static final AckCodeType Success

Failure

public static final AckCodeType Failure

Warning

public static final AckCodeType Warning

SuccessWithWarning

public static final AckCodeType SuccessWithWarning

FailureWithWarning

public static final AckCodeType FailureWithWarning

CustomCode

public static final AckCodeType CustomCode
Constructor Detail

AckCodeType

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

getValue

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

fromValue

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

fromString

public static AckCodeType 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