Uses of Class
eu.datex2.siri13.schema._1_0._1_0.VehicleObstructionTypeEnum
-
Packages that use VehicleObstructionTypeEnum Package Description eu.datex2.siri13.schema._1_0._1_0 -
-
Uses of VehicleObstructionTypeEnum in eu.datex2.siri13.schema._1_0._1_0
Fields in eu.datex2.siri13.schema._1_0._1_0 declared as VehicleObstructionTypeEnum Modifier and Type Field Description protected VehicleObstructionTypeEnumVehicleObstruction. vehicleObstructionTypeprotected VehicleObstructionTypeEnumStoZ. vehicleObstructionTypeEnumMethods in eu.datex2.siri13.schema._1_0._1_0 that return VehicleObstructionTypeEnum Modifier and Type Method Description static VehicleObstructionTypeEnumVehicleObstructionTypeEnum. fromValue(String v)VehicleObstructionTypeEnumVehicleObstruction. getVehicleObstructionType()Gets the value of the vehicleObstructionType property.VehicleObstructionTypeEnumStoZ. getVehicleObstructionTypeEnum()Gets the value of the vehicleObstructionTypeEnum property.static VehicleObstructionTypeEnumVehicleObstructionTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static VehicleObstructionTypeEnum[]VehicleObstructionTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.datex2.siri13.schema._1_0._1_0 with parameters of type VehicleObstructionTypeEnum Modifier and Type Method Description voidVehicleObstruction. setVehicleObstructionType(VehicleObstructionTypeEnum value)Sets the value of the vehicleObstructionType property.voidStoZ. setVehicleObstructionTypeEnum(VehicleObstructionTypeEnum value)Sets the value of the vehicleObstructionTypeEnum property.
-