Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class AnnouncementMessageCodeType

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

public class AnnouncementMessageCodeType
extends Object
implements Serializable

Part of the mechanism for eBay to control which announcement messages are to be made available to the user.

See Also:
Serialized Form

Field Summary
static org.apache.axis.types.Token _CustomCode
           
static org.apache.axis.types.Token _Deprecation
           
static org.apache.axis.types.Token _DeprecationAndMapping
           
static org.apache.axis.types.Token _Mapping
           
static org.apache.axis.types.Token _None
           
static AnnouncementMessageCodeType CustomCode
          Reserved for future use.
static AnnouncementMessageCodeType Deprecation
          A deprecation message is to be made available, but only if today's date is between AnnouncementMessageType.AnnouncementStartTime and AnnouncementMessageType.EventTime.
static AnnouncementMessageCodeType DeprecationAndMapping
          Both "Deprecation" and "Mapping" enumerations are to apply.
static AnnouncementMessageCodeType Mapping
          A mapping message is to be made available, but only if today's date is after AnnouncementMessageType.EventTime.
static AnnouncementMessageCodeType None
          No message is to be made available.
 
Constructor Summary
protected AnnouncementMessageCodeType(org.apache.axis.types.Token value)
           
 
Method Summary
 boolean equals(Object obj)
           
static AnnouncementMessageCodeType fromString(String value)
           
static AnnouncementMessageCodeType 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

_Deprecation

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

_Mapping

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

_DeprecationAndMapping

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

_CustomCode

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

None

public static final AnnouncementMessageCodeType None
No message is to be made available.


Deprecation

public static final AnnouncementMessageCodeType Deprecation
A deprecation message is to be made available, but only if today's date is between AnnouncementMessageType.AnnouncementStartTime and AnnouncementMessageType.EventTime.


Mapping

public static final AnnouncementMessageCodeType Mapping
A mapping message is to be made available, but only if today's date is after AnnouncementMessageType.EventTime.


DeprecationAndMapping

public static final AnnouncementMessageCodeType DeprecationAndMapping
Both "Deprecation" and "Mapping" enumerations are to apply.


CustomCode

public static final AnnouncementMessageCodeType CustomCode
Reserved for future use.

Constructor Detail

AnnouncementMessageCodeType

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

getValue

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

fromValue

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

fromString

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