Enum PassengerInformationFacilityEnumeration

  • All Implemented Interfaces:
    Serializable, Comparable<PassengerInformationFacilityEnumeration>

    public enum PassengerInformationFacilityEnumeration
    extends Enum<PassengerInformationFacilityEnumeration>

    Java class for PassengerInformationFacilityEnumeration.

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

     <simpleType name="PassengerInformationFacilityEnumeration">
       <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
         <enumeration value="unknown"/>
         <enumeration value="nextStopIndicator"/>
         <enumeration value="stopAnnouncements"/>
         <enumeration value="passengerInformationDisplay"/>
         <enumeration value="audioInformation"/>
         <enumeration value="visualInformation"/>
         <enumeration value="tactilePlatformEdges"/>
         <enumeration value="tactileInformation"/>
         <enumeration value="walkingGuidance"/>
         <enumeration value="journeyPlanning"/>
         <enumeration value="lostFound"/>
         <enumeration value="informationDesk"/>
         <enumeration value="interactiveKiosk-Display"/>
         <enumeration value="printedPublicNotice"/>
       </restriction>
     </simpleType>