Uses of Class
uk.org.siri.siri14.AffectedStopPointStructure
-
Packages that use AffectedStopPointStructure Package Description uk.org.siri.siri14 -
-
Uses of AffectedStopPointStructure in uk.org.siri.siri14
Subclasses of AffectedStopPointStructure in uk.org.siri.siri14 Modifier and Type Class Description classAffectedCallStructureType for information about a call affected by an SituationFields in uk.org.siri.siri14 with type parameters of type AffectedStopPointStructure Modifier and Type Field Description protected List<AffectedStopPointStructure>AffectsScopeStructure.StopPoints. affectedStopPointsprotected List<AffectedStopPointStructure>AffectedLineStructure. destinationsprotected List<AffectedStopPointStructure>AffectedVehicleJourneyStructure. destinationsprotected List<AffectedStopPointStructure>AffectedVehicleJourneyStructure. originsMethods in uk.org.siri.siri14 that return AffectedStopPointStructure Modifier and Type Method Description AffectedStopPointStructureObjectFactory. createAffectedStopPointStructure()Create an instance ofAffectedStopPointStructureMethods in uk.org.siri.siri14 that return types with arguments of type AffectedStopPointStructure Modifier and Type Method Description 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>AffectedVehicleJourneyStructure. getOrigins()Gets the value of the origins property.
-