Uses of Class
uk.org.siri.siri21.TrainRef
-
Packages that use TrainRef Package Description uk.org.siri.siri21 -
-
Uses of TrainRef in uk.org.siri.siri21
Fields in uk.org.siri.siri21 declared as TrainRef Modifier and Type Field Description protected TrainRefFacilityLocationStructure. trainRefprotected TrainRefFormationAssignmentStructure. trainRefprotected TrainRefFormationCondition. trainRefprotected TrainRefPassageBetweenTrainsStructure. trainRefprotected TrainRefPassengerCapacityStructure. trainRefprotected TrainRefTrainInCompoundTrain. trainRefprotected TrainRefVehicleOccupancyStructure. trainRefMethods in uk.org.siri.siri21 that return TrainRef Modifier and Type Method Description TrainRefObjectFactory. createTrainRef()Create an instance ofTrainRefTrainRefFacilityLocationStructure. getTrainRef()Gets the value of the trainRef property.TrainRefFormationAssignmentStructure. getTrainRef()Gets the value of the trainRef property.TrainRefFormationCondition. getTrainRef()Gets the value of the trainRef property.TrainRefPassageBetweenTrainsStructure. getTrainRef()Gets the value of the trainRef property.TrainRefPassengerCapacityStructure. getTrainRef()Gets the value of the trainRef property.TrainRefTrainInCompoundTrain. getTrainRef()Gets the value of the trainRef property.TrainRefVehicleOccupancyStructure. getTrainRef()Gets the value of the trainRef property.Methods in uk.org.siri.siri21 with parameters of type TrainRef Modifier and Type Method Description voidFacilityLocationStructure. setTrainRef(TrainRef value)Sets the value of the trainRef property.voidFormationAssignmentStructure. setTrainRef(TrainRef value)Sets the value of the trainRef property.voidFormationCondition. setTrainRef(TrainRef value)Sets the value of the trainRef property.voidPassageBetweenTrainsStructure. setTrainRef(TrainRef value)Sets the value of the trainRef property.voidPassengerCapacityStructure. setTrainRef(TrainRef value)Sets the value of the trainRef property.voidTrainInCompoundTrain. setTrainRef(TrainRef value)Sets the value of the trainRef property.voidVehicleOccupancyStructure. setTrainRef(TrainRef value)Sets the value of the trainRef property.
-