Uses of Class
uk.org.siri.siri21.StopAssignmentStructure
-
Packages that use StopAssignmentStructure Package Description uk.org.siri.siri21 -
-
Uses of StopAssignmentStructure in uk.org.siri.siri21
Fields in uk.org.siri.siri21 with type parameters of type StopAssignmentStructure Modifier and Type Field Description protected List<StopAssignmentStructure>EstimatedCall. arrivalStopAssignmentsprotected List<StopAssignmentStructure>MonitoredCallStructure. arrivalStopAssignmentsprotected List<StopAssignmentStructure>OnwardCallStructure. arrivalStopAssignmentsprotected List<StopAssignmentStructure>RecordedCall. arrivalStopAssignmentsprotected List<StopAssignmentStructure>EstimatedCall. departureStopAssignmentsprotected List<StopAssignmentStructure>MonitoredCallStructure. departureStopAssignmentsprotected List<StopAssignmentStructure>OnwardCallStructure. departureStopAssignmentsprotected List<StopAssignmentStructure>RecordedCall. departureStopAssignmentsprotected List<StopAssignmentStructure>FormationAssignmentStructure. trainStopAssignmentsMethods in uk.org.siri.siri21 that return StopAssignmentStructure Modifier and Type Method Description StopAssignmentStructureObjectFactory. createStopAssignmentStructure()Create an instance ofStopAssignmentStructureMethods in uk.org.siri.siri21 that return types with arguments of type StopAssignmentStructure Modifier and Type Method Description List<StopAssignmentStructure>EstimatedCall. getArrivalStopAssignments()Gets the value of the arrivalStopAssignments property.List<StopAssignmentStructure>MonitoredCallStructure. getArrivalStopAssignments()Gets the value of the arrivalStopAssignments property.List<StopAssignmentStructure>OnwardCallStructure. getArrivalStopAssignments()Gets the value of the arrivalStopAssignments property.List<StopAssignmentStructure>RecordedCall. getArrivalStopAssignments()Gets the value of the arrivalStopAssignments property.List<StopAssignmentStructure>EstimatedCall. getDepartureStopAssignments()Gets the value of the departureStopAssignments property.List<StopAssignmentStructure>MonitoredCallStructure. getDepartureStopAssignments()Gets the value of the departureStopAssignments property.List<StopAssignmentStructure>OnwardCallStructure. getDepartureStopAssignments()Gets the value of the departureStopAssignments property.List<StopAssignmentStructure>RecordedCall. getDepartureStopAssignments()Gets the value of the departureStopAssignments property.List<StopAssignmentStructure>FormationAssignmentStructure. getTrainStopAssignments()Gets the value of the trainStopAssignments property.
-