Uses of Class
uk.org.siri.siri21.AffectedLineStructure
-
Packages that use AffectedLineStructure Package Description uk.org.siri.siri21 -
-
Uses of AffectedLineStructure in uk.org.siri.siri21
Fields in uk.org.siri.siri21 with type parameters of type AffectedLineStructure Modifier and Type Field Description protected List<AffectedLineStructure>AffectedNetworkStructure. affectedLinesprotected List<AffectedLineStructure>AffectedStopPlaceStructure.Lines. affectedLinesprotected List<AffectedLineStructure>AffectedStopPointStructure.Lines. affectedLinesMethods in uk.org.siri.siri21 that return AffectedLineStructure Modifier and Type Method Description AffectedLineStructureObjectFactory. createAffectedLineStructure()Create an instance ofAffectedLineStructureMethods in uk.org.siri.siri21 that return types with arguments of type AffectedLineStructure Modifier and Type Method Description List<AffectedLineStructure>AffectedNetworkStructure. getAffectedLines()Gets the value of the affectedLines property.List<AffectedLineStructure>AffectedStopPlaceStructure.Lines. getAffectedLines()Gets the value of the affectedLines property.List<AffectedLineStructure>AffectedStopPointStructure.Lines. getAffectedLines()Gets the value of the affectedLines property.
-