Uses of Class
uk.org.siri.siri21.AffectedStopPointStructure
-
Packages that use AffectedStopPointStructure Package Description uk.org.siri.siri21 -
-
Uses of AffectedStopPointStructure in uk.org.siri.siri21
Subclasses of AffectedStopPointStructure in uk.org.siri.siri21 Modifier and Type Class Description classAffectedCallStructureType for information about a CALL affected by an SITUATION.Fields in uk.org.siri.siri21 with type parameters of type AffectedStopPointStructure Modifier and Type Field Description protected List<AffectedStopPointStructure>AffectedLineStructure.StopPoints. affectedStopPointsprotected List<AffectedStopPointStructure>AffectsScopeStructure.StopPoints. affectedStopPointsprotected List<AffectedStopPointStructure>AffectedLineStructure. destinationsprotected List<AffectedStopPointStructure>AffectedVehicleJourneyStructure. destinationsprotected List<AffectedStopPointStructure>AffectedLineStructure. originsprotected List<AffectedStopPointStructure>AffectedVehicleJourneyStructure. originsMethods in uk.org.siri.siri21 that return AffectedStopPointStructure Modifier and Type Method Description AffectedStopPointStructureObjectFactory. createAffectedStopPointStructure()Create an instance ofAffectedStopPointStructureMethods in uk.org.siri.siri21 that return types with arguments of type AffectedStopPointStructure Modifier and Type Method Description List<AffectedStopPointStructure>AffectedLineStructure.StopPoints. getAffectedStopPoints()Gets the value of the affectedStopPoints property.List<AffectedStopPointStructure>AffectsScopeStructure.StopPoints. getAffectedStopPoints()Gets the value of the affectedStopPoints property.List<AffectedStopPointStructure>AffectedLineStructure. getDestinations()Gets the value of the destinations property.List<AffectedStopPointStructure>AffectedVehicleJourneyStructure. getDestinations()Gets the value of the destinations property.List<AffectedStopPointStructure>AffectedLineStructure. getOrigins()Gets the value of the origins property.List<AffectedStopPointStructure>AffectedVehicleJourneyStructure. getOrigins()Gets the value of the origins property.
-