Enum TransitServiceInformationEnum

  • All Implemented Interfaces:
    Serializable, Comparable<TransitServiceInformationEnum>

    public enum TransitServiceInformationEnum
    extends Enum<TransitServiceInformationEnum>

    Java class for TransitServiceInformationEnum.

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

     <simpleType name="TransitServiceInformationEnum">
       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         <enumeration value="cancellations"/>
         <enumeration value="delayDueToBadWeather"/>
         <enumeration value="delayDueToRepairs"/>
         <enumeration value="delayedUntilFurtherNotice"/>
         <enumeration value="delaysDueToFlotsam"/>
         <enumeration value="departureOnSchedule"/>
         <enumeration value="ferryReplacedByIceRoad"/>
         <enumeration value="freeShuttleServiceOperating"/>
         <enumeration value="informationServiceNotAvailable"/>
         <enumeration value="irregularServiceDelays"/>
         <enumeration value="loadCapacityChanged"/>
         <enumeration value="restrictionsForLongerVehicles"/>
         <enumeration value="serviceDelays"/>
         <enumeration value="serviceDelaysOfUncertainDuration"/>
         <enumeration value="serviceFullyBooked"/>
         <enumeration value="serviceNotOperating"/>
         <enumeration value="serviceNotOperatingSubstituteServiceAvailable"/>
         <enumeration value="serviceSuspended"/>
         <enumeration value="serviceWithdrawn"/>
         <enumeration value="shuttleServiceOperating"/>
         <enumeration value="temporaryChangesToTimetables"/>
         <enumeration value="other"/>
       </restriction>
     </simpleType>