Uses of Class
eu.datex2.siri14.schema._1_0._1_0.VehicleStatusEnum
-
Packages that use VehicleStatusEnum Package Description eu.datex2.siri14.schema._1_0._1_0 -
-
Uses of VehicleStatusEnum in eu.datex2.siri14.schema._1_0._1_0
Fields in eu.datex2.siri14.schema._1_0._1_0 declared as VehicleStatusEnum Modifier and Type Field Description protected VehicleStatusEnumVehicle. vehicleStatusprotected VehicleStatusEnumVehiclesInvolved. vehicleStatusprotected VehicleStatusEnumStoZ. vehicleStatusEnumMethods in eu.datex2.siri14.schema._1_0._1_0 that return VehicleStatusEnum Modifier and Type Method Description static VehicleStatusEnumVehicleStatusEnum. fromValue(String v)VehicleStatusEnumVehicle. getVehicleStatus()Gets the value of the vehicleStatus property.VehicleStatusEnumVehiclesInvolved. getVehicleStatus()Gets the value of the vehicleStatus property.VehicleStatusEnumStoZ. getVehicleStatusEnum()Gets the value of the vehicleStatusEnum property.static VehicleStatusEnumVehicleStatusEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static VehicleStatusEnum[]VehicleStatusEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.datex2.siri14.schema._1_0._1_0 with parameters of type VehicleStatusEnum Modifier and Type Method Description voidVehicle. setVehicleStatus(VehicleStatusEnum value)Sets the value of the vehicleStatus property.voidVehiclesInvolved. setVehicleStatus(VehicleStatusEnum value)Sets the value of the vehicleStatus property.voidStoZ. setVehicleStatusEnum(VehicleStatusEnum value)Sets the value of the vehicleStatusEnum property.
-