Uses of Class
uk.org.siri.siri13.LocationStructure
-
Packages that use LocationStructure Package Description uk.org.siri.siri13 -
-
Uses of LocationStructure in uk.org.siri.siri13
Fields in uk.org.siri.siri13 declared as LocationStructure Modifier and Type Field Description protected LocationStructureAffectedPlaceStructure. locationprotected LocationStructureAffectedStopPointStructure. locationprotected LocationStructureStoppingPositionChangedDepartureStructure. newLocationprotected LocationStructureMonitoredVehicleJourneyStructure. vehicleLocationprotected LocationStructureAffectedCallStructure. vehicleLocationAtStopprotected LocationStructureMonitoredCallStructure. vehicleLocationAtStopFields in uk.org.siri.siri13 with type parameters of type LocationStructure Modifier and Type Field Description protected List<LocationStructure>SituationExchangeRequestStructure. locationsMethods in uk.org.siri.siri13 that return LocationStructure Modifier and Type Method Description LocationStructureObjectFactory. createLocationStructure()Create an instance ofLocationStructureLocationStructureAffectedPlaceStructure. getLocation()Gets the value of the location property.LocationStructureAffectedStopPointStructure. getLocation()Gets the value of the location property.LocationStructureStoppingPositionChangedDepartureStructure. getNewLocation()Gets the value of the newLocation property.LocationStructureMonitoredVehicleJourneyStructure. getVehicleLocation()Gets the value of the vehicleLocation property.LocationStructureAffectedCallStructure. getVehicleLocationAtStop()Gets the value of the vehicleLocationAtStop property.LocationStructureMonitoredCallStructure. getVehicleLocationAtStop()Gets the value of the vehicleLocationAtStop property.Methods in uk.org.siri.siri13 that return types with arguments of type LocationStructure Modifier and Type Method Description List<LocationStructure>SituationExchangeRequestStructure. getLocations()Gets the value of the locations property.Methods in uk.org.siri.siri13 with parameters of type LocationStructure Modifier and Type Method Description voidAffectedPlaceStructure. setLocation(LocationStructure value)Sets the value of the location property.voidAffectedStopPointStructure. setLocation(LocationStructure value)Sets the value of the location property.voidStoppingPositionChangedDepartureStructure. setNewLocation(LocationStructure value)Sets the value of the newLocation property.voidMonitoredVehicleJourneyStructure. setVehicleLocation(LocationStructure value)Sets the value of the vehicleLocation property.voidAffectedCallStructure. setVehicleLocationAtStop(LocationStructure value)Sets the value of the vehicleLocationAtStop property.voidMonitoredCallStructure. setVehicleLocationAtStop(LocationStructure value)Sets the value of the vehicleLocationAtStop property.
-