Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class AdFormatEnabledCodeType

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

public class AdFormatEnabledCodeType
extends Object
implements Serializable

Used to indicate whether the Ad Format feature is enabled for a category.

See Also:
Serialized Form

Field Summary
static org.apache.axis.types.Token _ClassifiedAdEnabled
           
static org.apache.axis.types.Token _ClassifiedAdOnly
           
static org.apache.axis.types.Token _CustomCode
           
static org.apache.axis.types.Token _Disabled
           
static org.apache.axis.types.Token _Enabled
           
static org.apache.axis.types.Token _LocalMarketBestOfferOnly
           
static org.apache.axis.types.Token _Only
           
static AdFormatEnabledCodeType ClassifiedAdEnabled
          The lead generation Classified Ad Format feature is enabled for the category.
static AdFormatEnabledCodeType ClassifiedAdOnly
          The category supports the lead generation Classified Ad Format feature only.
static AdFormatEnabledCodeType CustomCode
          (out) Reserved for internal or future use.
static AdFormatEnabledCodeType Disabled
          The Ad Format feature is disabled for the category.
static AdFormatEnabledCodeType Enabled
          The Ad Format feature is enabled for the category.
static AdFormatEnabledCodeType LocalMarketBestOfferOnly
          The category supports the lead generation Motors Loccal Market feature only.
static AdFormatEnabledCodeType Only
          The category supports the Ad Format feature only.
 
Constructor Summary
protected AdFormatEnabledCodeType(org.apache.axis.types.Token value)
           
 
Method Summary
 boolean equals(Object obj)
           
static AdFormatEnabledCodeType fromString(String value)
           
static AdFormatEnabledCodeType 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

_Disabled

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

_Enabled

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

_Only

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

_ClassifiedAdEnabled

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

_ClassifiedAdOnly

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

_LocalMarketBestOfferOnly

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

_CustomCode

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

Disabled

public static final AdFormatEnabledCodeType Disabled
The Ad Format feature is disabled for the category.


Enabled

public static final AdFormatEnabledCodeType Enabled
The Ad Format feature is enabled for the category.


Only

public static final AdFormatEnabledCodeType Only
The category supports the Ad Format feature only.


ClassifiedAdEnabled

public static final AdFormatEnabledCodeType ClassifiedAdEnabled
The lead generation Classified Ad Format feature is enabled for the category.


ClassifiedAdOnly

public static final AdFormatEnabledCodeType ClassifiedAdOnly
The category supports the lead generation Classified Ad Format feature only.


LocalMarketBestOfferOnly

public static final AdFormatEnabledCodeType LocalMarketBestOfferOnly
The category supports the lead generation Motors Loccal Market feature only.


CustomCode

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

Constructor Detail

AdFormatEnabledCodeType

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

getValue

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

fromValue

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

fromString

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