Uses of Class
uk.org.siri.siri14.BlockRefStructure
-
Packages that use BlockRefStructure Package Description uk.org.siri.siri14 -
-
Uses of BlockRefStructure in uk.org.siri.siri14
Fields in uk.org.siri.siri14 declared as BlockRefStructure Modifier and Type Field Description protected BlockRefStructureDatedVehicleJourney. blockRefprotected BlockRefStructureEstimatedVehicleJourney. blockRefprotected BlockRefStructureInterchangeJourneyStructure. blockRefprotected BlockRefStructureMonitoredVehicleJourneyStructure. blockRefMethods in uk.org.siri.siri14 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.Methods in uk.org.siri.siri14 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.
-