Uses of Class
uk.org.siri.siri20.TrainBlockPartStructure
-
Packages that use TrainBlockPartStructure Package Description uk.org.siri.siri20 -
-
Uses of TrainBlockPartStructure in uk.org.siri.siri20
Fields in uk.org.siri.siri20 with type parameters of type TrainBlockPartStructure Modifier and Type Field Description protected List<TrainBlockPartStructure>AffectedVehicleStructure. trainBlockPartsprotected List<TrainBlockPartStructure>EstimatedVehicleJourney. trainBlockPartsprotected List<TrainBlockPartStructure>MonitoredVehicleJourneyStructure. trainBlockPartsMethods in uk.org.siri.siri20 that return TrainBlockPartStructure Modifier and Type Method Description TrainBlockPartStructureObjectFactory. createTrainBlockPartStructure()Create an instance ofTrainBlockPartStructureMethods in uk.org.siri.siri20 that return types with arguments of type TrainBlockPartStructure Modifier and Type Method Description List<TrainBlockPartStructure>AffectedVehicleStructure. getTrainBlockParts()Gets the value of the trainBlockParts property.List<TrainBlockPartStructure>EstimatedVehicleJourney. getTrainBlockParts()Gets the value of the trainBlockParts property.List<TrainBlockPartStructure>MonitoredVehicleJourneyStructure. getTrainBlockParts()Gets the value of the trainBlockParts property.
-