public final enum

ListingTypeCodeType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ ebay.apis.eblbasecomponents.ListingTypeCodeType

Class Overview

Java class for ListingTypeCodeType.

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

 <simpleType name="ListingTypeCodeType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="Unknown"/>
     <enumeration value="Chinese"/>
     <enumeration value="Dutch"/>
     <enumeration value="Live"/>
     <enumeration value="AdType"/>
     <enumeration value="StoresFixedPrice"/>
     <enumeration value="PersonalOffer"/>
     <enumeration value="FixedPriceItem"/>
     <enumeration value="CustomCode"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
ListingTypeCodeType  AD_TYPE  Ad type auction  
ListingTypeCodeType  CHINESE  Chinese auction  
ListingTypeCodeType  CUSTOM_CODE  Reserved for internal or future use. 
ListingTypeCodeType  DUTCH  Dutch auction  
ListingTypeCodeType  FIXED_PRICE_ITEM  Fixed Price item ("BIN only"). 
ListingTypeCodeType  LIVE  Live Auctions-type auction  
ListingTypeCodeType  PERSONAL_OFFER  Personal Offer auction  
ListingTypeCodeType  STORES_FIXED_PRICE  Stores Fixed-price auction (US only)  
ListingTypeCodeType  UNKNOWN  Unknown Listing Type  
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static ListingTypeCodeType fromValue(String v)
String value()
static ListingTypeCodeType valueOf(String name)
final static ListingTypeCodeType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ListingTypeCodeType AD_TYPE

Ad type auction

public static final ListingTypeCodeType CHINESE

Chinese auction

public static final ListingTypeCodeType CUSTOM_CODE

Reserved for internal or future use.

public static final ListingTypeCodeType DUTCH

Dutch auction

public static final ListingTypeCodeType FIXED_PRICE_ITEM

Fixed Price item ("BIN only").

public static final ListingTypeCodeType LIVE

Live Auctions-type auction

public static final ListingTypeCodeType PERSONAL_OFFER

Personal Offer auction

public static final ListingTypeCodeType STORES_FIXED_PRICE

Stores Fixed-price auction (US only)

public static final ListingTypeCodeType UNKNOWN

Unknown Listing Type

Fields

private final String value

Public Methods

public static ListingTypeCodeType fromValue (String v)

Parameters
v

public String value ()

public static ListingTypeCodeType valueOf (String name)

Parameters
name

public static final ListingTypeCodeType[] values ()