Changes since
the last release

com.ebay.soap.eBLBaseComponents
Enum ListingEnhancementDurationCodeType

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

public enum ListingEnhancementDurationCodeType
extends Enum<ListingEnhancementDurationCodeType>

Java class for ListingEnhancementDurationCodeType.

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

 <simpleType name="ListingEnhancementDurationCodeType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="Days_1"/>
     <enumeration value="Days_2"/>
     <enumeration value="Days_3"/>
     <enumeration value="Days_4"/>
     <enumeration value="Days_5"/>
     <enumeration value="Days_6"/>
     <enumeration value="Days_7"/>
     <enumeration value="Days_8"/>
     <enumeration value="Days_9"/>
     <enumeration value="Days_10"/>
     <enumeration value="Days_11"/>
     <enumeration value="Days_12"/>
     <enumeration value="Days_13"/>
     <enumeration value="Days_14"/>
     <enumeration value="Days_15"/>
     <enumeration value="Days_16"/>
     <enumeration value="Days_17"/>
     <enumeration value="Days_18"/>
     <enumeration value="Days_19"/>
     <enumeration value="Days_20"/>
     <enumeration value="Days_21"/>
     <enumeration value="Days_22"/>
     <enumeration value="Days_23"/>
     <enumeration value="Days_24"/>
     <enumeration value="Days_25"/>
     <enumeration value="Days_26"/>
     <enumeration value="Days_27"/>
     <enumeration value="Days_28"/>
     <enumeration value="Days_29"/>
     <enumeration value="Days_30"/>
     <enumeration value="Days_31"/>
     <enumeration value="Days_32"/>
     <enumeration value="Days_33"/>
     <enumeration value="Days_34"/>
     <enumeration value="Days_35"/>
     <enumeration value="Days_36"/>
     <enumeration value="Days_37"/>
     <enumeration value="Days_38"/>
     <enumeration value="Days_39"/>
     <enumeration value="Days_40"/>
     <enumeration value="Days_41"/>
     <enumeration value="Days_42"/>
     <enumeration value="Days_43"/>
     <enumeration value="Days_44"/>
     <enumeration value="Days_45"/>
     <enumeration value="Days_46"/>
     <enumeration value="Days_47"/>
     <enumeration value="Days_48"/>
     <enumeration value="Days_49"/>
     <enumeration value="Days_50"/>
     <enumeration value="Lifetime"/>
     <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
          This value is reserved for internal or future use.
DAYS_1
          This value sets the Featured Gallery duration to one day.
DAYS_10
          This value sets the Featured Gallery duration to 10 days.
DAYS_11
          This value sets the Featured Gallery duration to 11 days.
DAYS_12
          This value sets the Featured Gallery duration to 12 days.
DAYS_13
          This value sets the Featured Gallery duration to 13 days.
DAYS_14
          This value sets the Featured Gallery duration to 14 days.
DAYS_15
          This value sets the Featured Gallery duration to 15 days.
DAYS_16
          This value sets the Featured Gallery duration to 16 days.
DAYS_17
          This value sets the Featured Gallery duration to 17 days.
DAYS_18
          This value sets the Featured Gallery duration to 18 days.
DAYS_19
          This value sets the Featured Gallery duration to 19 days.
DAYS_2
          This value sets the Featured Gallery duration to two days.
DAYS_20
          This value sets the Featured Gallery duration to 20 days.
DAYS_21
          This value sets the Featured Gallery duration to 21 days.
DAYS_22
          This value sets the Featured Gallery duration to 22 days.
DAYS_23
          This value sets the Featured Gallery duration to 23 days.
DAYS_24
          This value sets the Featured Gallery duration to 24 days.
DAYS_25
          This value sets the Featured Gallery duration to 25 days.
DAYS_26
          This value sets the Featured Gallery duration to 26 days.
DAYS_27
          This value sets the Featured Gallery duration to 27 days.
DAYS_28
          This value sets the Featured Gallery duration to 28 days.
DAYS_29
          This value sets the Featured Gallery duration to 29 days.
DAYS_3
          This value sets the Featured Gallery duration to three days.
DAYS_30
          This value sets the Featured Gallery duration to 30 days.
DAYS_31
          This value sets the Featured Gallery duration to 31 days.
DAYS_32
          This value sets the Featured Gallery duration to 32 days.
DAYS_33
          This value sets the Featured Gallery duration to 33 days.
DAYS_34
          This value sets the Featured Gallery duration to 34 days.
DAYS_35
          This value sets the Featured Gallery duration to 35 days.
DAYS_36
          This value sets the Featured Gallery duration to 36 days.
DAYS_37
          This value sets the Featured Gallery duration to 37 days.
DAYS_38
          This value sets the Featured Gallery duration to 38 days.
DAYS_39
          This value sets the Featured Gallery duration to 39 days.
DAYS_4
          This value sets the Featured Gallery duration to four days.
DAYS_40
          This value sets the Featured Gallery duration to 40 days.
DAYS_41
          This value sets the Featured Gallery duration to 41 days.
DAYS_42
          This value sets the Featured Gallery duration to 42 days.
DAYS_43
          This value sets the Featured Gallery duration to 43 days.
DAYS_44
          This value sets the Featured Gallery duration to 44 days.
DAYS_45
          This value sets the Featured Gallery duration to 45 days.
DAYS_46
          This value sets the Featured Gallery duration to 46 days.
DAYS_47
          This value sets the Featured Gallery duration to 47 days.
DAYS_48
          This value sets the Featured Gallery duration to 48 days.
DAYS_49
          This value sets the Featured Gallery duration to 49 days.
DAYS_5
          This value sets the Featured Gallery duration to five days.
DAYS_50
          This value sets the Featured Gallery duration to 50 days.
DAYS_6
          This value sets the Featured Gallery duration to six days.
DAYS_7
          This value sets the Featured Gallery duration to seven days.
DAYS_8
          This value sets the Featured Gallery duration to eight days.
DAYS_9
          This value sets the Featured Gallery duration to nine days.
LIFETIME
          This duration enables the Featured Gallery feature for the life of the listing.
 
Method Summary
static ListingEnhancementDurationCodeType fromValue(String v)
           
 String value()
           
static ListingEnhancementDurationCodeType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ListingEnhancementDurationCodeType[] 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

DAYS_1

public static final ListingEnhancementDurationCodeType DAYS_1
This value sets the Featured Gallery duration to one day. This value is deprecated.


DAYS_2

public static final ListingEnhancementDurationCodeType DAYS_2
This value sets the Featured Gallery duration to two days. This value is deprecated.


DAYS_3

public static final ListingEnhancementDurationCodeType DAYS_3
This value sets the Featured Gallery duration to three days. This value is deprecated.


DAYS_4

public static final ListingEnhancementDurationCodeType DAYS_4
This value sets the Featured Gallery duration to four days. This value is deprecated.


DAYS_5

public static final ListingEnhancementDurationCodeType DAYS_5
This value sets the Featured Gallery duration to five days. This value is deprecated.


DAYS_6

public static final ListingEnhancementDurationCodeType DAYS_6
This value sets the Featured Gallery duration to six days. This value is deprecated.


DAYS_7

public static final ListingEnhancementDurationCodeType DAYS_7
This value sets the Featured Gallery duration to seven days. If a listing has a Featured Gallery duration of seven days, it is possible to revise that item and set the Featured Gallery duration to 'Lifetime' (throughout life of listing) (


DAYS_8

public static final ListingEnhancementDurationCodeType DAYS_8
This value sets the Featured Gallery duration to eight days. This value is deprecated.


DAYS_9

public static final ListingEnhancementDurationCodeType DAYS_9
This value sets the Featured Gallery duration to nine days. This value is deprecated.


DAYS_10

public static final ListingEnhancementDurationCodeType DAYS_10
This value sets the Featured Gallery duration to 10 days. This value is deprecated.


DAYS_11

public static final ListingEnhancementDurationCodeType DAYS_11
This value sets the Featured Gallery duration to 11 days. This value is deprecated.


DAYS_12

public static final ListingEnhancementDurationCodeType DAYS_12
This value sets the Featured Gallery duration to 12 days. This value is deprecated.


DAYS_13

public static final ListingEnhancementDurationCodeType DAYS_13
This value sets the Featured Gallery duration to 13 days. This value is deprecated.


DAYS_14

public static final ListingEnhancementDurationCodeType DAYS_14
This value sets the Featured Gallery duration to 14 days. This value is deprecated.


DAYS_15

public static final ListingEnhancementDurationCodeType DAYS_15
This value sets the Featured Gallery duration to 15 days. This value is deprecated.


DAYS_16

public static final ListingEnhancementDurationCodeType DAYS_16
This value sets the Featured Gallery duration to 16 days. This value is deprecated.


DAYS_17

public static final ListingEnhancementDurationCodeType DAYS_17
This value sets the Featured Gallery duration to 17 days. This value is deprecated.


DAYS_18

public static final ListingEnhancementDurationCodeType DAYS_18
This value sets the Featured Gallery duration to 18 days. This value is deprecated.


DAYS_19

public static final ListingEnhancementDurationCodeType DAYS_19
This value sets the Featured Gallery duration to 19 days. This value is deprecated.


DAYS_20

public static final ListingEnhancementDurationCodeType DAYS_20
This value sets the Featured Gallery duration to 20 days. This value is deprecated.


DAYS_21

public static final ListingEnhancementDurationCodeType DAYS_21
This value sets the Featured Gallery duration to 21 days. This value is deprecated.


DAYS_22

public static final ListingEnhancementDurationCodeType DAYS_22
This value sets the Featured Gallery duration to 22 days. This value is deprecated.


DAYS_23

public static final ListingEnhancementDurationCodeType DAYS_23
This value sets the Featured Gallery duration to 23 days. This value is deprecated.


DAYS_24

public static final ListingEnhancementDurationCodeType DAYS_24
This value sets the Featured Gallery duration to 24 days. This value is deprecated.


DAYS_25

public static final ListingEnhancementDurationCodeType DAYS_25
This value sets the Featured Gallery duration to 25 days. This value is deprecated.


DAYS_26

public static final ListingEnhancementDurationCodeType DAYS_26
This value sets the Featured Gallery duration to 26 days. This value is deprecated.


DAYS_27

public static final ListingEnhancementDurationCodeType DAYS_27
This value sets the Featured Gallery duration to 27 days. This value is deprecated.


DAYS_28

public static final ListingEnhancementDurationCodeType DAYS_28
This value sets the Featured Gallery duration to 28 days. This value is deprecated.


DAYS_29

public static final ListingEnhancementDurationCodeType DAYS_29
This value sets the Featured Gallery duration to 29 days. This value is deprecated.


DAYS_30

public static final ListingEnhancementDurationCodeType DAYS_30
This value sets the Featured Gallery duration to 30 days. This value is deprecated.


DAYS_31

public static final ListingEnhancementDurationCodeType DAYS_31
This value sets the Featured Gallery duration to 31 days. This value is deprecated.


DAYS_32

public static final ListingEnhancementDurationCodeType DAYS_32
This value sets the Featured Gallery duration to 32 days. This value is deprecated.


DAYS_33

public static final ListingEnhancementDurationCodeType DAYS_33
This value sets the Featured Gallery duration to 33 days. This value is deprecated.


DAYS_34

public static final ListingEnhancementDurationCodeType DAYS_34
This value sets the Featured Gallery duration to 34 days. This value is deprecated.


DAYS_35

public static final ListingEnhancementDurationCodeType DAYS_35
This value sets the Featured Gallery duration to 35 days. This value is deprecated.


DAYS_36

public static final ListingEnhancementDurationCodeType DAYS_36
This value sets the Featured Gallery duration to 36 days. This value is deprecated.


DAYS_37

public static final ListingEnhancementDurationCodeType DAYS_37
This value sets the Featured Gallery duration to 37 days. This value is deprecated.


DAYS_38

public static final ListingEnhancementDurationCodeType DAYS_38
This value sets the Featured Gallery duration to 38 days. This value is deprecated.


DAYS_39

public static final ListingEnhancementDurationCodeType DAYS_39
This value sets the Featured Gallery duration to 39 days. This value is deprecated.


DAYS_40

public static final ListingEnhancementDurationCodeType DAYS_40
This value sets the Featured Gallery duration to 40 days. This value is deprecated.


DAYS_41

public static final ListingEnhancementDurationCodeType DAYS_41
This value sets the Featured Gallery duration to 41 days. This value is deprecated.


DAYS_42

public static final ListingEnhancementDurationCodeType DAYS_42
This value sets the Featured Gallery duration to 42 days. This value is deprecated.


DAYS_43

public static final ListingEnhancementDurationCodeType DAYS_43
This value sets the Featured Gallery duration to 43 days. This value is deprecated.


DAYS_44

public static final ListingEnhancementDurationCodeType DAYS_44
This value sets the Featured Gallery duration to 44 days. This value is deprecated.


DAYS_45

public static final ListingEnhancementDurationCodeType DAYS_45
This value sets the Featured Gallery duration to 45 days. This value is deprecated.


DAYS_46

public static final ListingEnhancementDurationCodeType DAYS_46
This value sets the Featured Gallery duration to 46 days. This value is deprecated.


DAYS_47

public static final ListingEnhancementDurationCodeType DAYS_47
This value sets the Featured Gallery duration to 47 days. This value is deprecated.


DAYS_48

public static final ListingEnhancementDurationCodeType DAYS_48
This value sets the Featured Gallery duration to 48 days. This value is deprecated.


DAYS_49

public static final ListingEnhancementDurationCodeType DAYS_49
This value sets the Featured Gallery duration to 49 days. This value is deprecated.


DAYS_50

public static final ListingEnhancementDurationCodeType DAYS_50
This value sets the Featured Gallery duration to 50 days. This value is deprecated.


LIFETIME

public static final ListingEnhancementDurationCodeType LIFETIME
This duration enables the Featured Gallery feature for the life of the listing. Once the Featured Gallery duration is set to 'Lifetime' for a listing, it cannot be changed.


CUSTOM_CODE

public static final ListingEnhancementDurationCodeType CUSTOM_CODE
This value is reserved for internal or future use.

Method Detail

values

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

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

valueOf

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