Uses of Class
uk.org.siri.siri21.TrainComponentRef
-
Packages that use TrainComponentRef Package Description uk.org.siri.siri21 -
-
Uses of TrainComponentRef in uk.org.siri.siri21
Fields in uk.org.siri.siri21 declared as TrainComponentRef Modifier and Type Field Description protected TrainComponentRefFacilityLocationStructure. trainComponentRefprotected TrainComponentRefFormationAssignmentStructure. trainComponentRefprotected TrainComponentRefFormationCondition. trainComponentRefprotected TrainComponentRefPassageBetweenTrainsStructure. trainComponentRefprotected TrainComponentRefPassengerCapacityStructure. trainComponentRefprotected TrainComponentRefVehicleOccupancyStructure. trainComponentRefMethods in uk.org.siri.siri21 that return TrainComponentRef Modifier and Type Method Description TrainComponentRefObjectFactory. createTrainComponentRef()Create an instance ofTrainComponentRefTrainComponentRefFacilityLocationStructure. getTrainComponentRef()Gets the value of the trainComponentRef property.TrainComponentRefFormationAssignmentStructure. getTrainComponentRef()Gets the value of the trainComponentRef property.TrainComponentRefFormationCondition. getTrainComponentRef()Gets the value of the trainComponentRef property.TrainComponentRefPassageBetweenTrainsStructure. getTrainComponentRef()Gets the value of the trainComponentRef property.TrainComponentRefPassengerCapacityStructure. getTrainComponentRef()Gets the value of the trainComponentRef property.TrainComponentRefVehicleOccupancyStructure. getTrainComponentRef()Gets the value of the trainComponentRef property.Methods in uk.org.siri.siri21 with parameters of type TrainComponentRef Modifier and Type Method Description voidFacilityLocationStructure. setTrainComponentRef(TrainComponentRef value)Sets the value of the trainComponentRef property.voidFormationAssignmentStructure. setTrainComponentRef(TrainComponentRef value)Sets the value of the trainComponentRef property.voidFormationCondition. setTrainComponentRef(TrainComponentRef value)Sets the value of the trainComponentRef property.voidPassageBetweenTrainsStructure. setTrainComponentRef(TrainComponentRef value)Sets the value of the trainComponentRef property.voidPassengerCapacityStructure. setTrainComponentRef(TrainComponentRef value)Sets the value of the trainComponentRef property.voidVehicleOccupancyStructure. setTrainComponentRef(TrainComponentRef value)Sets the value of the trainComponentRef property.
-