Uses of Class
eu.datex2.siri20.schema._2_0rc1._2_0.VehicleStatusEnum
-
Packages that use VehicleStatusEnum Package Description eu.datex2.siri20.schema._2_0rc1._2_0 -
-
Uses of VehicleStatusEnum in eu.datex2.siri20.schema._2_0rc1._2_0
Fields in eu.datex2.siri20.schema._2_0rc1._2_0 declared as VehicleStatusEnum Modifier and Type Field Description protected VehicleStatusEnumGroupOfVehiclesInvolved. vehicleStatusprotected VehicleStatusEnumVehicle. vehicleStatusMethods in eu.datex2.siri20.schema._2_0rc1._2_0 that return VehicleStatusEnum Modifier and Type Method Description static VehicleStatusEnumVehicleStatusEnum. fromValue(String v)VehicleStatusEnumGroupOfVehiclesInvolved. getVehicleStatus()Gets the value of the vehicleStatus property.VehicleStatusEnumVehicle. getVehicleStatus()Gets the value of the vehicleStatus 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.siri20.schema._2_0rc1._2_0 with parameters of type VehicleStatusEnum Modifier and Type Method Description voidGroupOfVehiclesInvolved. setVehicleStatus(VehicleStatusEnum value)Sets the value of the vehicleStatus property.voidVehicle. setVehicleStatus(VehicleStatusEnum value)Sets the value of the vehicleStatus property.
-