Uses of Class
uk.org.siri.siri10.LocationStructure
-
Packages that use LocationStructure Package Description uk.org.siri.siri10 -
-
Uses of LocationStructure in uk.org.siri.siri10
Fields in uk.org.siri.siri10 declared as LocationStructure Modifier and Type Field Description protected LocationStructureStoppingPositionChangedDepartureStructure. newLocationprotected LocationStructureMonitoredStopVisitStructure. vehicleLocationprotected LocationStructureMonitoredVehicleJourneyStructure. vehicleLocationprotected LocationStructureVehicleActivityStructure. vehicleLocationprotected LocationStructureMonitoredCallStructure. vehicleLocationAtStopprotected LocationStructureMonitoredStopVisitStructure. vehicleLocationAtStopMethods in uk.org.siri.siri10 that return LocationStructure Modifier and Type Method Description LocationStructureObjectFactory. createLocationStructure()Create an instance ofLocationStructureLocationStructureStoppingPositionChangedDepartureStructure. getNewLocation()Gets the value of the newLocation property.LocationStructureMonitoredStopVisitStructure. getVehicleLocation()Gets the value of the vehicleLocation property.LocationStructureMonitoredVehicleJourneyStructure. getVehicleLocation()Gets the value of the vehicleLocation property.LocationStructureVehicleActivityStructure. getVehicleLocation()Gets the value of the vehicleLocation property.LocationStructureMonitoredCallStructure. getVehicleLocationAtStop()Gets the value of the vehicleLocationAtStop property.LocationStructureMonitoredStopVisitStructure. getVehicleLocationAtStop()Gets the value of the vehicleLocationAtStop property.Methods in uk.org.siri.siri10 with parameters of type LocationStructure Modifier and Type Method Description voidStoppingPositionChangedDepartureStructure. setNewLocation(LocationStructure value)Sets the value of the newLocation property.voidMonitoredStopVisitStructure. setVehicleLocation(LocationStructure value)Sets the value of the vehicleLocation property.voidMonitoredVehicleJourneyStructure. setVehicleLocation(LocationStructure value)Sets the value of the vehicleLocation property.voidVehicleActivityStructure. setVehicleLocation(LocationStructure value)Sets the value of the vehicleLocation property.voidMonitoredCallStructure. setVehicleLocationAtStop(LocationStructure value)Sets the value of the vehicleLocationAtStop property.voidMonitoredStopVisitStructure. setVehicleLocationAtStop(LocationStructure value)Sets the value of the vehicleLocationAtStop property.
-