Uses of Class
uk.org.siri.siri13.BlockRefStructure
-
Packages that use BlockRefStructure Package Description uk.org.siri.siri13 -
-
Uses of BlockRefStructure in uk.org.siri.siri13
Fields in uk.org.siri.siri13 declared as BlockRefStructure Modifier and Type Field Description protected BlockRefStructureDatedVehicleJourney. blockRefprotected BlockRefStructureEstimatedVehicleJourney. blockRefprotected BlockRefStructureInterchangeJourneyStructure. blockRefprotected BlockRefStructureMonitoredVehicleJourneyStructure. blockRefprotected BlockRefStructureTimetabledFeederArrival. blockRefMethods in uk.org.siri.siri13 that return BlockRefStructure Modifier and Type Method Description BlockRefStructureObjectFactory. createBlockRefStructure()Create an instance ofBlockRefStructureBlockRefStructureDatedVehicleJourney. getBlockRef()Gets the value of the blockRef property.BlockRefStructureEstimatedVehicleJourney. getBlockRef()Gets the value of the blockRef property.BlockRefStructureInterchangeJourneyStructure. getBlockRef()Gets the value of the blockRef property.BlockRefStructureMonitoredVehicleJourneyStructure. getBlockRef()Gets the value of the blockRef property.BlockRefStructureTimetabledFeederArrival. getBlockRef()Gets the value of the blockRef property.Methods in uk.org.siri.siri13 with parameters of type BlockRefStructure Modifier and Type Method Description voidDatedVehicleJourney. setBlockRef(BlockRefStructure value)Sets the value of the blockRef property.voidEstimatedVehicleJourney. setBlockRef(BlockRefStructure value)Sets the value of the blockRef property.voidInterchangeJourneyStructure. setBlockRef(BlockRefStructure value)Sets the value of the blockRef property.voidMonitoredVehicleJourneyStructure. setBlockRef(BlockRefStructure value)Sets the value of the blockRef property.voidTimetabledFeederArrival. setBlockRef(BlockRefStructure value)Sets the value of the blockRef property.
-