Uses of Class
uk.org.siri.siri21.JourneyRelationsStructure
-
Packages that use JourneyRelationsStructure Package Description uk.org.siri.siri21 -
-
Uses of JourneyRelationsStructure in uk.org.siri.siri21
Fields in uk.org.siri.siri21 declared as JourneyRelationsStructure Modifier and Type Field Description protected JourneyRelationsStructureDatedVehicleJourney. journeyRelationsprotected JourneyRelationsStructureEstimatedVehicleJourney. journeyRelationsMethods in uk.org.siri.siri21 that return JourneyRelationsStructure Modifier and Type Method Description JourneyRelationsStructureObjectFactory. createJourneyRelationsStructure()Create an instance ofJourneyRelationsStructureJourneyRelationsStructureDatedVehicleJourney. getJourneyRelations()Gets the value of the journeyRelations property.JourneyRelationsStructureEstimatedVehicleJourney. getJourneyRelations()Gets the value of the journeyRelations property.Methods in uk.org.siri.siri21 with parameters of type JourneyRelationsStructure Modifier and Type Method Description voidDatedVehicleJourney. setJourneyRelations(JourneyRelationsStructure value)Sets the value of the journeyRelations property.voidEstimatedVehicleJourney. setJourneyRelations(JourneyRelationsStructure value)Sets the value of the journeyRelations property.
-