Uses of Class
uk.org.siri.siri21.PlannedStopAssignmentStructure
-
Packages that use PlannedStopAssignmentStructure Package Description uk.org.siri.siri21 -
-
Uses of PlannedStopAssignmentStructure in uk.org.siri.siri21
Fields in uk.org.siri.siri21 with type parameters of type PlannedStopAssignmentStructure Modifier and Type Field Description protected List<PlannedStopAssignmentStructure>DatedCall. arrivalStopAssignmentsprotected List<PlannedStopAssignmentStructure>TargetedCall. arrivalStopAssignmentsprotected List<PlannedStopAssignmentStructure>DatedCall. departureStopAssignmentsprotected List<PlannedStopAssignmentStructure>TargetedCall. departureStopAssignmentsMethods in uk.org.siri.siri21 that return PlannedStopAssignmentStructure Modifier and Type Method Description PlannedStopAssignmentStructureObjectFactory. createPlannedStopAssignmentStructure()Create an instance ofPlannedStopAssignmentStructureMethods in uk.org.siri.siri21 that return types with arguments of type PlannedStopAssignmentStructure Modifier and Type Method Description List<PlannedStopAssignmentStructure>DatedCall. getArrivalStopAssignments()Gets the value of the arrivalStopAssignments property.List<PlannedStopAssignmentStructure>TargetedCall. getArrivalStopAssignments()Gets the value of the arrivalStopAssignments property.List<PlannedStopAssignmentStructure>DatedCall. getDepartureStopAssignments()Gets the value of the departureStopAssignments property.List<PlannedStopAssignmentStructure>TargetedCall. getDepartureStopAssignments()Gets the value of the departureStopAssignments property.
-