Changes since
the last release

com.ebay.soap.eBLBaseComponents
Enum TicketEventTypeCodeType

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

public enum TicketEventTypeCodeType
extends java.lang.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(java.lang.String v)
           
 java.lang.String value()
           
static TicketEventTypeCodeType valueOf(java.lang.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

ANY

public static final TicketEventTypeCodeType ANY
(in) Any event (applicable to US, UK, and DE)


DE_COMEDY_AND_KABARETT

public static final TicketEventTypeCodeType DE_COMEDY_AND_KABARETT
(in) Comedy & Kabarett (Comedy and Cabaret)


DE_FREIZEIT_AND_EVENTS

public static final TicketEventTypeCodeType DE_FREIZEIT_AND_EVENTS
(in) Freizeit & Events (Leisure and Events)


DE_KONZERTE_AND_FESTIVALS

public static final TicketEventTypeCodeType DE_KONZERTE_AND_FESTIVALS
(in) Konzerte & Festivals (Concerts and Festivals)


DE_KULTUR_AND_KLASSIK

public static final TicketEventTypeCodeType DE_KULTUR_AND_KLASSIK
(in) Kultur & Klassik (Culture and Classical)


DE_MUSICALS_AND_SHOWS

public static final TicketEventTypeCodeType DE_MUSICALS_AND_SHOWS
(in) Musicals & Shows


DE_SPORTVERANSTALTUNGEN

public static final TicketEventTypeCodeType DE_SPORTVERANSTALTUNGEN
(in) Sportveranstaltungen (Sporting Events)


DE_SONSTIGE

public static final TicketEventTypeCodeType DE_SONSTIGE
(in) Other events that are not the above Germany event types (applicable to listings on the DE site)


UK_AMUSEMENT_PARKS

public static final TicketEventTypeCodeType UK_AMUSEMENT_PARKS
(in) Amusement Parks (applicable to listings on the UK site)


UK_COMEDY

public static final TicketEventTypeCodeType UK_COMEDY
(in) Comedy (applicable to listings on the UK site)


UK_CONCERTS_AND_GIGS

public static final TicketEventTypeCodeType UK_CONCERTS_AND_GIGS
(in) Concerts/Gigs (applicable to listings on the UK site)


UK_CONFERENCES_AND_SEMINARS

public static final TicketEventTypeCodeType UK_CONFERENCES_AND_SEMINARS
(in) Conferences/Seminars (applicable to listings on the UK site)


UK_EXHIBITIONS_AND_SHOWS

public static final TicketEventTypeCodeType UK_EXHIBITIONS_AND_SHOWS
(in) Exhibitions/Shows (applicable to listings on the UK site)


UK_EXPERIENCES

public static final TicketEventTypeCodeType UK_EXPERIENCES
(in) Experiences (applicable to listings on the UK site)


UK_SPORTING_EVENTS

public static final TicketEventTypeCodeType UK_SPORTING_EVENTS
(in) Sporting events (applicable to listings on the UK site)


UK_THEATRE_CINEMA_AND_CIRCUS

public static final TicketEventTypeCodeType UK_THEATRE_CINEMA_AND_CIRCUS
(in) Theatre/Cinema/Circus (applicable to listings on the UK site)


UK_OTHER

public static final TicketEventTypeCodeType UK_OTHER
(in) Other. Events that are not the above UK types (applicable to listings on the UK site)


US_CONCERTS

public static final TicketEventTypeCodeType US_CONCERTS
(in) Concerts (applicable to listings on the US site)


US_MOVIES

public static final TicketEventTypeCodeType US_MOVIES
(in) Movies (applicable to listings on the US site)


US_SPORTING_EVENTS

public static final TicketEventTypeCodeType US_SPORTING_EVENTS
(in) Sporting events (applicable to listings on the US site)


US_THEATER

public static final TicketEventTypeCodeType US_THEATER
(in) Theater (applicable to listings on the US site)


US_OTHER

public static final TicketEventTypeCodeType US_OTHER
(in) Events that are not concerts, movies, sporting events, or theater events (applicable to listings on the US site)


CUSTOM_CODE

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

Method Detail

values

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

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

valueOf

public static TicketEventTypeCodeType valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

value

public java.lang.String value()

fromValue

public static TicketEventTypeCodeType fromValue(java.lang.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.