Uses of Class
uk.org.siri.siri20.StopAssignmentStructure
-
Packages that use StopAssignmentStructure Package Description uk.org.siri.siri20 -
-
Uses of StopAssignmentStructure in uk.org.siri.siri20
Fields in uk.org.siri.siri20 declared as StopAssignmentStructure Modifier and Type Field Description protected StopAssignmentStructureEstimatedCall. arrivalStopAssignmentprotected StopAssignmentStructureMonitoredCallStructure. arrivalStopAssignmentprotected StopAssignmentStructureOnwardCallStructure. arrivalStopAssignmentprotected StopAssignmentStructureEstimatedCall. departureStopAssignmentprotected StopAssignmentStructureMonitoredCallStructure. departureStopAssignmentprotected StopAssignmentStructureOnwardCallStructure. departureStopAssignmentMethods in uk.org.siri.siri20 that return StopAssignmentStructure Modifier and Type Method Description StopAssignmentStructureObjectFactory. createStopAssignmentStructure()Create an instance ofStopAssignmentStructureStopAssignmentStructureEstimatedCall. getArrivalStopAssignment()Gets the value of the arrivalStopAssignment property.StopAssignmentStructureMonitoredCallStructure. getArrivalStopAssignment()Gets the value of the arrivalStopAssignment property.StopAssignmentStructureOnwardCallStructure. getArrivalStopAssignment()Gets the value of the arrivalStopAssignment property.StopAssignmentStructureEstimatedCall. getDepartureStopAssignment()Gets the value of the departureStopAssignment property.StopAssignmentStructureMonitoredCallStructure. getDepartureStopAssignment()Gets the value of the departureStopAssignment property.StopAssignmentStructureOnwardCallStructure. getDepartureStopAssignment()Gets the value of the departureStopAssignment property.Methods in uk.org.siri.siri20 with parameters of type StopAssignmentStructure Modifier and Type Method Description voidEstimatedCall. setArrivalStopAssignment(StopAssignmentStructure value)Sets the value of the arrivalStopAssignment property.voidMonitoredCallStructure. setArrivalStopAssignment(StopAssignmentStructure value)Sets the value of the arrivalStopAssignment property.voidOnwardCallStructure. setArrivalStopAssignment(StopAssignmentStructure value)Sets the value of the arrivalStopAssignment property.voidEstimatedCall. setDepartureStopAssignment(StopAssignmentStructure value)Sets the value of the departureStopAssignment property.voidMonitoredCallStructure. setDepartureStopAssignment(StopAssignmentStructure value)Sets the value of the departureStopAssignment property.voidOnwardCallStructure. setDepartureStopAssignment(StopAssignmentStructure value)Sets the value of the departureStopAssignment property.
-