Uses of Class
uk.org.siri.siri21.AffectedSectionStructure
-
Packages that use AffectedSectionStructure Package Description uk.org.siri.siri21 -
-
Uses of AffectedSectionStructure in uk.org.siri.siri21
Fields in uk.org.siri.siri21 with type parameters of type AffectedSectionStructure Modifier and Type Field Description protected List<AffectedSectionStructure>AffectedLineStructure.Sections. affectedSectionsprotected List<AffectedSectionStructure>AffectedNetworkStructure. affectedSectionsprotected List<AffectedSectionStructure>AffectedRouteStructure.Sections. affectedSectionsMethods in uk.org.siri.siri21 that return AffectedSectionStructure Modifier and Type Method Description AffectedSectionStructureObjectFactory. createAffectedSectionStructure()Create an instance ofAffectedSectionStructureMethods in uk.org.siri.siri21 that return types with arguments of type AffectedSectionStructure Modifier and Type Method Description List<AffectedSectionStructure>AffectedLineStructure.Sections. getAffectedSections()Gets the value of the affectedSections property.List<AffectedSectionStructure>AffectedNetworkStructure. getAffectedSections()Gets the value of the affectedSections property.List<AffectedSectionStructure>AffectedRouteStructure.Sections. getAffectedSections()Gets the value of the affectedSections property.
-