Uses of Class
uk.org.siri.siri21.AffectedRouteStructure
-
Packages that use AffectedRouteStructure Package Description uk.org.siri.siri21 -
-
Uses of AffectedRouteStructure in uk.org.siri.siri21
Fields in uk.org.siri.siri21 with type parameters of type AffectedRouteStructure Modifier and Type Field Description protected List<AffectedRouteStructure>AffectedLineStructure.Routes. affectedRoutesprotected List<AffectedRouteStructure>AffectedVehicleJourneyStructure. routesprotected List<AffectedRouteStructure>AffectedNetworkStructure. selectedRoutesMethods in uk.org.siri.siri21 that return AffectedRouteStructure Modifier and Type Method Description AffectedRouteStructureObjectFactory. createAffectedRouteStructure()Create an instance ofAffectedRouteStructureMethods in uk.org.siri.siri21 that return types with arguments of type AffectedRouteStructure Modifier and Type Method Description List<AffectedRouteStructure>AffectedLineStructure.Routes. getAffectedRoutes()Gets the value of the affectedRoutes property.List<AffectedRouteStructure>AffectedVehicleJourneyStructure. getRoutes()Gets the value of the routes property.List<AffectedRouteStructure>AffectedNetworkStructure. getSelectedRoutes()Gets the value of the selectedRoutes property.
-