Uses of Class
eu.datex2.siri14.schema._1_0._1_0.VehicleUsageEnum
-
Packages that use VehicleUsageEnum Package Description eu.datex2.siri14.schema._1_0._1_0 -
-
Uses of VehicleUsageEnum in eu.datex2.siri14.schema._1_0._1_0
Fields in eu.datex2.siri14.schema._1_0._1_0 declared as VehicleUsageEnum Modifier and Type Field Description protected VehicleUsageEnumVehicleCharacteristics. vehicleUsageprotected VehicleUsageEnumVehiclesInvolved. vehicleUsageprotected VehicleUsageEnumStoZ. vehicleUsageEnumMethods in eu.datex2.siri14.schema._1_0._1_0 that return VehicleUsageEnum Modifier and Type Method Description static VehicleUsageEnumVehicleUsageEnum. fromValue(String v)VehicleUsageEnumVehicleCharacteristics. getVehicleUsage()Gets the value of the vehicleUsage property.VehicleUsageEnumVehiclesInvolved. getVehicleUsage()Gets the value of the vehicleUsage property.VehicleUsageEnumStoZ. getVehicleUsageEnum()Gets the value of the vehicleUsageEnum property.static VehicleUsageEnumVehicleUsageEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static VehicleUsageEnum[]VehicleUsageEnum. 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 VehicleUsageEnum Modifier and Type Method Description voidVehicleCharacteristics. setVehicleUsage(VehicleUsageEnum value)Sets the value of the vehicleUsage property.voidVehiclesInvolved. setVehicleUsage(VehicleUsageEnum value)Sets the value of the vehicleUsage property.voidStoZ. setVehicleUsageEnum(VehicleUsageEnum value)Sets the value of the vehicleUsageEnum property.
-