|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<TicketEventTypeCodeType>
com.ebay.soap.eBLBaseComponents.TicketEventTypeCodeType
public enum TicketEventTypeCodeType
Java class for TicketEventTypeCodeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="TicketEventTypeCodeType"> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="Any"/> <enumeration value="DE_ComedyAndKabarett"/> <enumeration value="DE_FreizeitAndEvents"/> <enumeration value="DE_KonzerteAndFestivals"/> <enumeration value="DE_KulturAndKlassik"/> <enumeration value="DE_MusicalsAndShows"/> <enumeration value="DE_Sportveranstaltungen"/> <enumeration value="DE_Sonstige"/> <enumeration value="UK_AmusementParks"/> <enumeration value="UK_Comedy"/> <enumeration value="UK_ConcertsAndGigs"/> <enumeration value="UK_ConferencesAndSeminars"/> <enumeration value="UK_ExhibitionsAndShows"/> <enumeration value="UK_Experiences"/> <enumeration value="UK_SportingEvents"/> <enumeration value="UK_TheatreCinemaAndCircus"/> <enumeration value="UK_Other"/> <enumeration value="US_Concerts"/> <enumeration value="US_Movies"/> <enumeration value="US_SportingEvents"/> <enumeration value="US_Theater"/> <enumeration value="US_Other"/> <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 | |
---|---|
ANY
(in) Any event (applicable to US, UK, and DE) |
|
CUSTOM_CODE
Reserved for internal or future use. |
|
DE_COMEDY_AND_KABARETT
(in) Comedy & Kabarett (Comedy and Cabaret) |
|
DE_FREIZEIT_AND_EVENTS
(in) Freizeit & Events (Leisure and Events) |
|
DE_KONZERTE_AND_FESTIVALS
(in) Konzerte & Festivals (Concerts and Festivals) |
|
DE_KULTUR_AND_KLASSIK
(in) Kultur & Klassik (Culture and Classical) |
|
DE_MUSICALS_AND_SHOWS
(in) Musicals & Shows |
|
DE_SONSTIGE
(in) Other events that are not the above Germany event types (applicable to listings on the DE site) |
|
DE_SPORTVERANSTALTUNGEN
(in) Sportveranstaltungen (Sporting Events) |
|
UK_AMUSEMENT_PARKS
(in) Amusement Parks (applicable to listings on the UK site) |
|
UK_COMEDY
(in) Comedy (applicable to listings on the UK site) |
|
UK_CONCERTS_AND_GIGS
(in) Concerts/Gigs (applicable to listings on the UK site) |
|
UK_CONFERENCES_AND_SEMINARS
(in) Conferences/Seminars (applicable to listings on the UK site) |
|
UK_EXHIBITIONS_AND_SHOWS
(in) Exhibitions/Shows (applicable to listings on the UK site) |
|
UK_EXPERIENCES
(in) Experiences (applicable to listings on the UK site) |
|
UK_OTHER
(in) Other. |
|
UK_SPORTING_EVENTS
(in) Sporting events (applicable to listings on the UK site) |
|
UK_THEATRE_CINEMA_AND_CIRCUS
(in) Theatre/Cinema/Circus (applicable to listings on the UK site) |
|
US_CONCERTS
(in) Concerts (applicable to listings on the US site) |
|
US_MOVIES
(in) Movies (applicable to listings on the US site) |
|
US_OTHER
(in) Events that are not concerts, movies, sporting events, or theater events (applicable to listings on the US site) |
|
US_SPORTING_EVENTS
(in) Sporting events (applicable to listings on the US site) |
|
US_THEATER
(in) Theater (applicable to listings on the US site) |
Method Summary | |
---|---|
static TicketEventTypeCodeType |
fromValue(String v)
|
String |
value()
|
static TicketEventTypeCodeType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TicketEventTypeCodeType[] |
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 |
---|
public static final TicketEventTypeCodeType ANY
public static final TicketEventTypeCodeType DE_COMEDY_AND_KABARETT
public static final TicketEventTypeCodeType DE_FREIZEIT_AND_EVENTS
public static final TicketEventTypeCodeType DE_KONZERTE_AND_FESTIVALS
public static final TicketEventTypeCodeType DE_KULTUR_AND_KLASSIK
public static final TicketEventTypeCodeType DE_MUSICALS_AND_SHOWS
public static final TicketEventTypeCodeType DE_SPORTVERANSTALTUNGEN
public static final TicketEventTypeCodeType DE_SONSTIGE
public static final TicketEventTypeCodeType UK_AMUSEMENT_PARKS
public static final TicketEventTypeCodeType UK_COMEDY
public static final TicketEventTypeCodeType UK_CONCERTS_AND_GIGS
public static final TicketEventTypeCodeType UK_CONFERENCES_AND_SEMINARS
public static final TicketEventTypeCodeType UK_EXHIBITIONS_AND_SHOWS
public static final TicketEventTypeCodeType UK_EXPERIENCES
public static final TicketEventTypeCodeType UK_SPORTING_EVENTS
public static final TicketEventTypeCodeType UK_THEATRE_CINEMA_AND_CIRCUS
public static final TicketEventTypeCodeType UK_OTHER
public static final TicketEventTypeCodeType US_CONCERTS
public static final TicketEventTypeCodeType US_MOVIES
public static final TicketEventTypeCodeType US_SPORTING_EVENTS
public static final TicketEventTypeCodeType US_THEATER
public static final TicketEventTypeCodeType US_OTHER
public static final TicketEventTypeCodeType CUSTOM_CODE
Method Detail |
---|
public static TicketEventTypeCodeType[] values()
for (TicketEventTypeCodeType c : TicketEventTypeCodeType.values()) System.out.println(c);
public static TicketEventTypeCodeType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String value()
public static TicketEventTypeCodeType fromValue(String v)
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
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.