Changes since
the last release

com.ebay.soap.eBLBaseComponents
Enum ItemTypeCodeType

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

public enum ItemTypeCodeType
extends Enum<ItemTypeCodeType>

Java class for ItemTypeCodeType.

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

 <simpleType name="ItemTypeCodeType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="AuctionItemsOnly"/>
     <enumeration value="FixedPricedItem"/>
     <enumeration value="AllItems"/>
     <enumeration value="StoreInventoryOnly"/>
     <enumeration value="FixedPriceExcludeStoreInventory"/>
     <enumeration value="ExcludeStoreInventory"/>
     <enumeration value="AllItemTypes"/>
     <enumeration value="AllFixedPriceItemTypes"/>
     <enumeration value="CustomCode"/>
     <enumeration value="ClassifiedItemsOnly"/>
     <enumeration value="AdFormat"/>
   </restriction>
 </simpleType>
 
Note: Per JAXB standards, underscores are added to separate words in enumerations (e.g., PayPal becomes PAY_PAL).


Enum Constant Summary
AD_FORMAT
          Restricts listings to return only items that have the Ad Format feature.
ALL_FIXED_PRICE_ITEM_TYPES
          Retrieves fixed-price items.
ALL_ITEM_TYPES
          Retrieves listings whether or not listing type is set to StoresFixedPrice; include auction items.
ALL_ITEMS
          When setting up filtering for the Saved Search, the buyer was looking for all items closely associated with the search term, so selected all buying formats (Auction, Buy It Now, and Classified Ads).
AUCTION_ITEMS_ONLY
          When setting up filtering for the Saved Search, the buyer was only looking for auction items (with or without the Buy It Now option), so only selected the Auction checkbox in the Format dialog box.
CLASSIFIED_ITEMS_ONLY
          When setting up filtering for the Saved Search, the buyer was only looking for classified ad listings, so only selected the Classified ads checkbox in the Format dialog box.
CUSTOM_CODE
          Reserved for internal or future use.
EXCLUDE_STORE_INVENTORY
          Excludes listings that have listing type set to StoresFixedPrice.
FIXED_PRICE_EXCLUDE_STORE_INVENTORY
          Excludes listings that have listing type set to StoresFixedPrice.
FIXED_PRICED_ITEM
          When setting up filtering for the Saved Search, the buyer was looking for all fixed-price items and auction items with Buy It Now available, so only selected the Buy It Now checkbox in the Format dialog box.
STORE_INVENTORY_ONLY
          When setting up filtering for the Saved Search, the buyer was only looking for items sold by sellers with eBay stores, so selected the Sellers with eBay stores checkbox in the Seller dialog box.
 
Method Summary
static ItemTypeCodeType fromValue(String v)
           
 String value()
           
static ItemTypeCodeType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ItemTypeCodeType[] 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

AUCTION_ITEMS_ONLY

public static final ItemTypeCodeType AUCTION_ITEMS_ONLY
When setting up filtering for the Saved Search, the buyer was only looking for auction items (with or without the Buy It Now option), so only selected the Auction checkbox in the Format dialog box. When this filter is used in a Saved Search, fixed-price items and classified ad listings are not retrieved for the buyer.


FIXED_PRICED_ITEM

public static final ItemTypeCodeType FIXED_PRICED_ITEM
When setting up filtering for the Saved Search, the buyer was looking for all fixed-price items and auction items with Buy It Now available, so only selected the Buy It Now checkbox in the Format dialog box. When this filter is used in a Saved Search, auction items (without the Buy It Now option) and classified ad listings are not retrieved for the buyer.


ALL_ITEMS

public static final ItemTypeCodeType ALL_ITEMS
When setting up filtering for the Saved Search, the buyer was looking for all items closely associated with the search term, so selected all buying formats (Auction, Buy It Now, and Classified Ads). All items are retrieved for the buyer, including auction items (with or without the Buy It Now option), fixed-price items, and classified ad listings.


STORE_INVENTORY_ONLY

public static final ItemTypeCodeType STORE_INVENTORY_ONLY
When setting up filtering for the Saved Search, the buyer was only looking for items sold by sellers with eBay stores, so selected the Sellers with eBay stores checkbox in the Seller dialog box. When this filter is used in a Saved Search, only items for sale in an eBay store are retrieved for the buyer.


FIXED_PRICE_EXCLUDE_STORE_INVENTORY

public static final ItemTypeCodeType FIXED_PRICE_EXCLUDE_STORE_INVENTORY
Excludes listings that have listing type set to StoresFixedPrice. Excludes listings that have listing type set to AdType. Excludes auction listings in which BuyItNowEnabled is false.


EXCLUDE_STORE_INVENTORY

public static final ItemTypeCodeType EXCLUDE_STORE_INVENTORY
Excludes listings that have listing type set to StoresFixedPrice.


ALL_ITEM_TYPES

public static final ItemTypeCodeType ALL_ITEM_TYPES
Retrieves listings whether or not listing type is set to StoresFixedPrice; include auction items.


ALL_FIXED_PRICE_ITEM_TYPES

public static final ItemTypeCodeType ALL_FIXED_PRICE_ITEM_TYPES
Retrieves fixed-price items. Whether StoresFixedPrice items are retrieved does not depend on the site default. The StoresFixedPrice items are retrieved after the basic fixed price items. Items are retrieved whether or not listing type is set to StoresFixedPrice. Does not retrieve items for which listing type is AdType. Does not retrieve auction items for which BuyItNowEnabled is false.


CUSTOM_CODE

public static final ItemTypeCodeType CUSTOM_CODE
Reserved for internal or future use.


CLASSIFIED_ITEMS_ONLY

public static final ItemTypeCodeType CLASSIFIED_ITEMS_ONLY
When setting up filtering for the Saved Search, the buyer was only looking for classified ad listings, so only selected the Classified ads checkbox in the Format dialog box. When this filter is used in a Saved Search, auction (with or without the Buy It Now option) and fixed-price items are not retrieved for the buyer.


AD_FORMAT

public static final ItemTypeCodeType AD_FORMAT
Restricts listings to return only items that have the Ad Format feature.

Method Detail

values

public static ItemTypeCodeType[] 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 (ItemTypeCodeType c : ItemTypeCodeType.values())
    System.out.println(c);

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

valueOf

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