Enum Class FlightCharacteristicsCodeContentType

java.lang.Object
java.lang.Enum<FlightCharacteristicsCodeContentType>
de.hybris.platform.ndc182facades.messages.offerpricerequest.FlightCharacteristicsCodeContentType
All Implemented Interfaces:
Serializable, Comparable<FlightCharacteristicsCodeContentType>, Constable

public enum FlightCharacteristicsCodeContentType extends Enum<FlightCharacteristicsCodeContentType>

Java class for FlightCharacteristicsCodeContentType.

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

 <simpleType name="FlightCharacteristicsCodeContentType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="AirportChange"/>
     <enumeration value="Direct"/>
     <enumeration value="NonStop"/>
     <enumeration value="OvernightStop"/>
     <enumeration value="RedEye"/>
     <enumeration value="WaitList"/>
   </restriction>
 </simpleType>