Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class AckCodeType

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

public class AckCodeType
extends Object
implements Serializable

This code identifies the acknowledgement code types that eBay could use to communicate the status of processing a (request) message to an application. This code would be used as part of a response message that contains an application-level acknowledgement element.

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 _PartialFailure
           
static org.apache.axis.types.Token _Success
           
static org.apache.axis.types.Token _Warning
           
static AckCodeType CustomCode
          (out) Reserved for internal or future use.
static AckCodeType Failure
          (out) Request processing failed
static AckCodeType PartialFailure
          (out) Request processing completed with some failures.
static AckCodeType Success
          (out) Request processing succeeded
static AckCodeType Warning
          (out) Request processing completed with warning information being included in the response message
 
Constructor Summary
protected AckCodeType(org.apache.axis.types.Token value)
           
 
Method Summary
 boolean equals(Object obj)
           
static AckCodeType fromString(String value)
           
static AckCodeType 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

_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

_PartialFailure

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

_CustomCode

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

Success

public static final AckCodeType Success
(out) Request processing succeeded


Failure

public static final AckCodeType Failure
(out) Request processing failed


Warning

public static final AckCodeType Warning
(out) Request processing completed with warning information being included in the response message


PartialFailure

public static final AckCodeType PartialFailure
(out) Request processing completed with some failures. See the Errors data to determine which portions of the request failed.


CustomCode

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

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 RuntimeException
Throws:
RuntimeException

fromString

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