Enum StopPlaceComponentTypeEnumeration

  • All Implemented Interfaces:
    Serializable, Comparable<StopPlaceComponentTypeEnumeration>

    public enum StopPlaceComponentTypeEnumeration
    extends Enum<StopPlaceComponentTypeEnumeration>

    Java class for StopPlaceComponentTypeEnumeration.

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

     <simpleType name="StopPlaceComponentTypeEnumeration">
       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         <enumeration value="quay"/>
         <enumeration value="accessSpace"/>
         <enumeration value="entrance"/>
         <enumeration value="boardingPosition"/>
         <enumeration value="stoppingPlace"/>
       </restriction>
     </simpleType>