Uses of Class
uk.org.siri.siri21.BoardingPositionRefStructure
-
Packages that use BoardingPositionRefStructure Package Description uk.org.siri.siri21 -
-
Uses of BoardingPositionRefStructure in uk.org.siri.siri21
Fields in uk.org.siri.siri21 declared as BoardingPositionRefStructure Modifier and Type Field Description protected BoardingPositionRefStructureStopAssignmentStructure. actualBoardingPositionRefprotected BoardingPositionRefStructurePlannedStopAssignmentStructure. aimedBoardingPositionRefprotected BoardingPositionRefStructureStopAssignmentStructure. aimedBoardingPositionRefprotected BoardingPositionRefStructureStopAssignmentStructure. expectedBoardingPositionRefMethods in uk.org.siri.siri21 that return BoardingPositionRefStructure Modifier and Type Method Description BoardingPositionRefStructureObjectFactory. createBoardingPositionRefStructure()Create an instance ofBoardingPositionRefStructureBoardingPositionRefStructureStopAssignmentStructure. getActualBoardingPositionRef()Gets the value of the actualBoardingPositionRef property.BoardingPositionRefStructurePlannedStopAssignmentStructure. getAimedBoardingPositionRef()Gets the value of the aimedBoardingPositionRef property.BoardingPositionRefStructureStopAssignmentStructure. getAimedBoardingPositionRef()Gets the value of the aimedBoardingPositionRef property.BoardingPositionRefStructureStopAssignmentStructure. getExpectedBoardingPositionRef()Gets the value of the expectedBoardingPositionRef property.Methods in uk.org.siri.siri21 with parameters of type BoardingPositionRefStructure Modifier and Type Method Description voidStopAssignmentStructure. setActualBoardingPositionRef(BoardingPositionRefStructure value)Sets the value of the actualBoardingPositionRef property.voidPlannedStopAssignmentStructure. setAimedBoardingPositionRef(BoardingPositionRefStructure value)Sets the value of the aimedBoardingPositionRef property.voidStopAssignmentStructure. setAimedBoardingPositionRef(BoardingPositionRefStructure value)Sets the value of the aimedBoardingPositionRef property.voidStopAssignmentStructure. setExpectedBoardingPositionRef(BoardingPositionRefStructure value)Sets the value of the expectedBoardingPositionRef property.
-