Changes since
the last release

com.ebay.soap.eBLBaseComponents
Enum EBaySubscriptionTypeCodeType

java.lang.Object
  extended by java.lang.Enum<EBaySubscriptionTypeCodeType>
      extended by com.ebay.soap.eBLBaseComponents.EBaySubscriptionTypeCodeType
All Implemented Interfaces:
Serializable, Comparable<EBaySubscriptionTypeCodeType>

public enum EBaySubscriptionTypeCodeType
extends Enum<EBaySubscriptionTypeCodeType>

Java class for EBaySubscriptionTypeCodeType.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="EBaySubscriptionTypeCodeType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="SellerAssistant"/>
     <enumeration value="SellerAssistantPro"/>
     <enumeration value="EBayStoreBasic"/>
     <enumeration value="EBayStoreFeatured"/>
     <enumeration value="EBayStoreAnchor"/>
     <enumeration value="SellingManager"/>
     <enumeration value="SellingManagerPro"/>
     <enumeration value="PictureManagerLevel1"/>
     <enumeration value="PictureManagerLevel2"/>
     <enumeration value="PictureManagerLevel3"/>
     <enumeration value="PictureManagerLevel4"/>
     <enumeration value="PictureManagerLevel5"/>
     <enumeration value="PictureManagerLevel6"/>
     <enumeration value="PictureManagerLevel7"/>
     <enumeration value="SellerReportsBasic"/>
     <enumeration value="SellerReportsPlus"/>
     <enumeration value="FileExchange"/>
     <enumeration value="LocalMarketSpecialty"/>
     <enumeration value="LocalMarketRegular"/>
     <enumeration value="LocalMarketPremium"/>
     <enumeration value="CustomCode"/>
   </restriction>
 </simpleType>
 
Note: Per JAXB standards, underscores are added to separate words in enumerations (e.g., PayPal becomes PAY_PAL).


Enum Constant Summary
CUSTOM_CODE
           
E_BAY_STORE_ANCHOR
          This value indicates that the user has a Anchor eBay Store membership.
E_BAY_STORE_BASIC
          This value indicates that the user has a Basic eBay Store membership.
E_BAY_STORE_FEATURED
          This value indicates that the user has a Premium eBay Store membership.
FILE_EXCHANGE
          This value indicates that the user has a File Exchange subscription.
LOCAL_MARKET_PREMIUM
          This value indicates that the Motors Dealer has a Local Market Premium subscription.
LOCAL_MARKET_REGULAR
          This value indicates that the Motors Dealer has a Local Market Regular subscription.
LOCAL_MARKET_SPECIALTY
          This value indicates that the Motors Dealer has a Local Market Specialty subscription.
PICTURE_MANAGER_LEVEL_1
          This value is no longer applicable because Picture Manager has been EOLed.
PICTURE_MANAGER_LEVEL_2
          This value is no longer applicable because Picture Manager has been EOLed.
PICTURE_MANAGER_LEVEL_3
          This value is no longer applicable because Picture Manager has been EOLed.
PICTURE_MANAGER_LEVEL_4
          This value is no longer applicable because Picture Manager has been EOLed.
PICTURE_MANAGER_LEVEL_5
          This value is no longer applicable because Picture Manager has been EOLed.
PICTURE_MANAGER_LEVEL_6
          This value is no longer applicable because Picture Manager has been EOLed.
PICTURE_MANAGER_LEVEL_7
          This value is no longer applicable because Picture Manager has been EOLed.
SELLER_ASSISTANT
          This eBay subscription is no longer available.
SELLER_ASSISTANT_PRO
          This eBay subscription is no longer available.
SELLER_REPORTS_BASIC
          Basic Sales Reports are no longer available.
SELLER_REPORTS_PLUS
          This value indicates that the user has a Sales Reports Plus subscription.
SELLING_MANAGER
          This value indicates that the user has a Selling Manager subscription.
SELLING_MANAGER_PRO
          This value indicates that the user has a Selling Manager Pro subscription.
 
Method Summary
static EBaySubscriptionTypeCodeType fromValue(String v)
           
 String value()
           
static EBaySubscriptionTypeCodeType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EBaySubscriptionTypeCodeType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

SELLER_ASSISTANT

public static final EBaySubscriptionTypeCodeType SELLER_ASSISTANT
This eBay subscription is no longer available.


SELLER_ASSISTANT_PRO

public static final EBaySubscriptionTypeCodeType SELLER_ASSISTANT_PRO
This eBay subscription is no longer available.


E_BAY_STORE_BASIC

public static final EBaySubscriptionTypeCodeType E_BAY_STORE_BASIC
This value indicates that the user has a Basic eBay Store membership. See the Welcome to eBay Stores help page for more information on eBay Store subscriptions.


E_BAY_STORE_FEATURED

public static final EBaySubscriptionTypeCodeType E_BAY_STORE_FEATURED
This value indicates that the user has a Premium eBay Store membership. See the Welcome to eBay Stores help page for more information on eBay Store subscriptions.


E_BAY_STORE_ANCHOR

public static final EBaySubscriptionTypeCodeType E_BAY_STORE_ANCHOR
This value indicates that the user has a Anchor eBay Store membership. See the Welcome to eBay Stores help page for more information on eBay Store subscriptions.


SELLING_MANAGER

public static final EBaySubscriptionTypeCodeType SELLING_MANAGER
This value indicates that the user has a Selling Manager subscription. Selling Manager is free to all sellers and can be subscribed to through the Subscriptions section of My eBay. See the Selling Manager and Selling Manager Pro help page for more information on Selling Manager.


SELLING_MANAGER_PRO

public static final EBaySubscriptionTypeCodeType SELLING_MANAGER_PRO
This value indicates that the user has a Selling Manager Pro subscription. Selling Manager Pro is free to all sellers for the first 30 days, and a Selling Manager Pro subscription is included at no charge for eBay Store Premium and Anchor subscriptions. Selling Manager Pro can be subscribed to through the Subscriptions section of My eBay. See the Selling Manager and Selling Manager Pro help page for more information on Selling Manager Pro.


PICTURE_MANAGER_LEVEL_1

public static final EBaySubscriptionTypeCodeType PICTURE_MANAGER_LEVEL_1
This value is no longer applicable because Picture Manager has been EOLed.


PICTURE_MANAGER_LEVEL_2

public static final EBaySubscriptionTypeCodeType PICTURE_MANAGER_LEVEL_2
This value is no longer applicable because Picture Manager has been EOLed.


PICTURE_MANAGER_LEVEL_3

public static final EBaySubscriptionTypeCodeType PICTURE_MANAGER_LEVEL_3
This value is no longer applicable because Picture Manager has been EOLed.


PICTURE_MANAGER_LEVEL_4

public static final EBaySubscriptionTypeCodeType PICTURE_MANAGER_LEVEL_4
This value is no longer applicable because Picture Manager has been EOLed.


PICTURE_MANAGER_LEVEL_5

public static final EBaySubscriptionTypeCodeType PICTURE_MANAGER_LEVEL_5
This value is no longer applicable because Picture Manager has been EOLed.


PICTURE_MANAGER_LEVEL_6

public static final EBaySubscriptionTypeCodeType PICTURE_MANAGER_LEVEL_6
This value is no longer applicable because Picture Manager has been EOLed.


PICTURE_MANAGER_LEVEL_7

public static final EBaySubscriptionTypeCodeType PICTURE_MANAGER_LEVEL_7
This value is no longer applicable because Picture Manager has been EOLed.


SELLER_REPORTS_BASIC

public static final EBaySubscriptionTypeCodeType SELLER_REPORTS_BASIC
Basic Sales Reports are no longer available. Sellers should subsribe to Sales Reports Plus instead.


SELLER_REPORTS_PLUS

public static final EBaySubscriptionTypeCodeType SELLER_REPORTS_PLUS
This value indicates that the user has a Sales Reports Plus subscription. A user can subscribe to Sales Report Plus through the Subscriptions section of My eBay. See the Sales Report Plus help page for more information.


FILE_EXCHANGE

public static final EBaySubscriptionTypeCodeType FILE_EXCHANGE
This value indicates that the user has a File Exchange subscription. A user can subscribe to File Exchange through the Subscriptions section of My eBay. See the File Exchange help page for more information.


LOCAL_MARKET_SPECIALTY

public static final EBaySubscriptionTypeCodeType LOCAL_MARKET_SPECIALTY
This value indicates that the Motors Dealer has a Local Market Specialty subscription. This type of account is used to sell in the Motorcycles, Powersports, and Other Vehicles and Trailers categories. Not Cars and Trucks.


LOCAL_MARKET_REGULAR

public static final EBaySubscriptionTypeCodeType LOCAL_MARKET_REGULAR
This value indicates that the Motors Dealer has a Local Market Regular subscription. This type of account is used to sell in all eBay Motors categories.


LOCAL_MARKET_PREMIUM

public static final EBaySubscriptionTypeCodeType LOCAL_MARKET_PREMIUM
This value indicates that the Motors Dealer has a Local Market Premium subscription. This type of account is used to sell in all eBay Motors categories.


CUSTOM_CODE

public static final EBaySubscriptionTypeCodeType CUSTOM_CODE
Method Detail

values

public static EBaySubscriptionTypeCodeType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (EBaySubscriptionTypeCodeType c : EBaySubscriptionTypeCodeType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static EBaySubscriptionTypeCodeType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

value

public String value()

fromValue

public static EBaySubscriptionTypeCodeType fromValue(String v)

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-2009 eBay Inc. All rights reserved.