Uses of Class
uk.org.siri.siri20.PlannedStopAssignmentStructure
-
Packages that use PlannedStopAssignmentStructure Package Description uk.org.siri.siri20 -
-
Uses of PlannedStopAssignmentStructure in uk.org.siri.siri20
Fields in uk.org.siri.siri20 declared as PlannedStopAssignmentStructure Modifier and Type Field Description protected PlannedStopAssignmentStructureDatedCall. arrivalStopAssignmentprotected PlannedStopAssignmentStructureTargetedCall. arrivalStopAssignmentprotected PlannedStopAssignmentStructureDatedCall. departureStopAssignmentprotected PlannedStopAssignmentStructureTargetedCall. departureStopAssignmentMethods in uk.org.siri.siri20 that return PlannedStopAssignmentStructure Modifier and Type Method Description PlannedStopAssignmentStructureObjectFactory. createPlannedStopAssignmentStructure()Create an instance ofPlannedStopAssignmentStructurePlannedStopAssignmentStructureDatedCall. getArrivalStopAssignment()Gets the value of the arrivalStopAssignment property.PlannedStopAssignmentStructureTargetedCall. getArrivalStopAssignment()Gets the value of the arrivalStopAssignment property.PlannedStopAssignmentStructureDatedCall. getDepartureStopAssignment()Gets the value of the departureStopAssignment property.PlannedStopAssignmentStructureTargetedCall. getDepartureStopAssignment()Gets the value of the departureStopAssignment property.Methods in uk.org.siri.siri20 with parameters of type PlannedStopAssignmentStructure Modifier and Type Method Description voidDatedCall. setArrivalStopAssignment(PlannedStopAssignmentStructure value)Sets the value of the arrivalStopAssignment property.voidTargetedCall. setArrivalStopAssignment(PlannedStopAssignmentStructure value)Sets the value of the arrivalStopAssignment property.voidDatedCall. setDepartureStopAssignment(PlannedStopAssignmentStructure value)Sets the value of the departureStopAssignment property.voidTargetedCall. setDepartureStopAssignment(PlannedStopAssignmentStructure value)Sets the value of the departureStopAssignment property.
-