Enum RoadsideServiceDisruptionTypeEnum

  • All Implemented Interfaces:
    Serializable, Comparable<RoadsideServiceDisruptionTypeEnum>

    public enum RoadsideServiceDisruptionTypeEnum
    extends Enum<RoadsideServiceDisruptionTypeEnum>

    Java class for RoadsideServiceDisruptionTypeEnum.

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

     <simpleType name="RoadsideServiceDisruptionTypeEnum">
       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         <enumeration value="barClosed"/>
         <enumeration value="dieselShortage"/>
         <enumeration value="fuelShortage"/>
         <enumeration value="lpgShortage"/>
         <enumeration value="methaneShortage"/>
         <enumeration value="noDieselForHeavyVehicles"/>
         <enumeration value="noDieselForLightVehicles"/>
         <enumeration value="noPublicTelephones"/>
         <enumeration value="noToiletFacilities"/>
         <enumeration value="noVehicleRepairFacilities"/>
         <enumeration value="petrolShortage"/>
         <enumeration value="restAreaBusy"/>
         <enumeration value="restAreaClosed"/>
         <enumeration value="restAreaOvercrowdedDriveToAnotherRestArea"/>
         <enumeration value="serviceAreaBusy"/>
         <enumeration value="serviceAreaClosed"/>
         <enumeration value="serviceAreaFuelStationClosed"/>
         <enumeration value="serviceAreaOvercrowdedDriveToAnotherServiceArea"/>
         <enumeration value="serviceAreaRestaurantClosed"/>
         <enumeration value="someCommercialServicesClosed"/>
         <enumeration value="waterShortage"/>
       </restriction>
     </simpleType>