Enum LuggageFacilityEnumeration

  • All Implemented Interfaces:
    Serializable, Comparable<LuggageFacilityEnumeration>

    public enum LuggageFacilityEnumeration
    extends Enum<LuggageFacilityEnumeration>

    Java class for LuggageFacilityEnumeration.

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

     <simpleType name="LuggageFacilityEnumeration">
       <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
         <enumeration value="unknown"/>
         <enumeration value="pti23_17"/>
         <enumeration value="bikeCarriage"/>
         <enumeration value="baggageStorage"/>
         <enumeration value="leftLuggage"/>
         <enumeration value="porterage"/>
         <enumeration value="baggageTrolleys"/>
       </restriction>
     </simpleType>