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
Constructor Summary |
protected |
AckCodeType(org.apache.axis.types.Token value)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
_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
AckCodeType
protected AckCodeType(org.apache.axis.types.Token value)
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