Uses of Class
uk.org.siri.siri21.VehicleOccupancyStructure
-
Packages that use VehicleOccupancyStructure Package Description uk.org.siri.siri21 -
-
Uses of VehicleOccupancyStructure in uk.org.siri.siri21
Fields in uk.org.siri.siri21 with type parameters of type VehicleOccupancyStructure Modifier and Type Field Description protected List<VehicleOccupancyStructure>EstimatedCall. expectedDepartureOccupanciesprotected List<VehicleOccupancyStructure>MonitoredCallStructure. expectedDepartureOccupanciesprotected List<VehicleOccupancyStructure>OnwardCallStructure. expectedDepartureOccupanciesprotected List<VehicleOccupancyStructure>RecordedCall. recordedDepartureOccupanciesMethods in uk.org.siri.siri21 that return VehicleOccupancyStructure Modifier and Type Method Description VehicleOccupancyStructureObjectFactory. createVehicleOccupancyStructure()Create an instance ofVehicleOccupancyStructureMethods in uk.org.siri.siri21 that return types with arguments of type VehicleOccupancyStructure Modifier and Type Method Description JAXBElement<VehicleOccupancyStructure>ObjectFactory. createExpectedDepartureOccupancy(VehicleOccupancyStructure value)JAXBElement<VehicleOccupancyStructure>ObjectFactory. createRecordedDepartureOccupancy(VehicleOccupancyStructure value)List<VehicleOccupancyStructure>EstimatedCall. getExpectedDepartureOccupancies()Gets the value of the expectedDepartureOccupancies property.List<VehicleOccupancyStructure>MonitoredCallStructure. getExpectedDepartureOccupancies()Gets the value of the expectedDepartureOccupancies property.List<VehicleOccupancyStructure>OnwardCallStructure. getExpectedDepartureOccupancies()Gets the value of the expectedDepartureOccupancies property.List<VehicleOccupancyStructure>RecordedCall. getRecordedDepartureOccupancies()Gets the value of the recordedDepartureOccupancies property.Methods in uk.org.siri.siri21 with parameters of type VehicleOccupancyStructure Modifier and Type Method Description JAXBElement<VehicleOccupancyStructure>ObjectFactory. createExpectedDepartureOccupancy(VehicleOccupancyStructure value)JAXBElement<VehicleOccupancyStructure>ObjectFactory. createRecordedDepartureOccupancy(VehicleOccupancyStructure value)
-