Uses of Class
uk.org.siri.siri21.TypeOfValue
-
Packages that use TypeOfValue Package Description uk.org.siri.siri21 -
-
Uses of TypeOfValue in uk.org.siri.siri21
Fields in uk.org.siri.siri21 declared as TypeOfValue Modifier and Type Field Description protected TypeOfValueTypeOfVehicleFuelStructure. otherTypeOfFuelprotected TypeOfValueMonitoredCountingStructure. typeOfCountedFeatureFields in uk.org.siri.siri21 with type parameters of type TypeOfValue Modifier and Type Field Description protected List<TypeOfValue>ValuesStructure. typeOfValuesMethods in uk.org.siri.siri21 that return TypeOfValue Modifier and Type Method Description TypeOfValueObjectFactory. createTypeOfValue()Create an instance ofTypeOfValueTypeOfValueTypeOfVehicleFuelStructure. getOtherTypeOfFuel()Gets the value of the otherTypeOfFuel property.TypeOfValueMonitoredCountingStructure. getTypeOfCountedFeature()Gets the value of the typeOfCountedFeature property.Methods in uk.org.siri.siri21 that return types with arguments of type TypeOfValue Modifier and Type Method Description List<TypeOfValue>ValuesStructure. getTypeOfValues()Gets the value of the typeOfValues property.Methods in uk.org.siri.siri21 with parameters of type TypeOfValue Modifier and Type Method Description voidTypeOfVehicleFuelStructure. setOtherTypeOfFuel(TypeOfValue value)Sets the value of the otherTypeOfFuel property.voidMonitoredCountingStructure. setTypeOfCountedFeature(TypeOfValue value)Sets the value of the typeOfCountedFeature property.
-