Uses of Class
uk.org.siri.siri21.ClosedTimestampRangeStructure
-
Packages that use ClosedTimestampRangeStructure Package Description uk.org.siri.siri21 -
-
Uses of ClosedTimestampRangeStructure in uk.org.siri.siri21
Subclasses of ClosedTimestampRangeStructure in uk.org.siri.siri21 Modifier and Type Class Description classTimetableValidityPeriodStart and end of timetable validity (time window) of journeys for which schedules are to be returned by the data producer.Fields in uk.org.siri.siri21 declared as ClosedTimestampRangeStructure Modifier and Type Field Description protected ClosedTimestampRangeStructureConnectionTimetableRequestStructure. arrivalWindowprotected ClosedTimestampRangeStructureStopTimetableRequestStructure. departureWindowFields in uk.org.siri.siri21 with type parameters of type ClosedTimestampRangeStructure Modifier and Type Field Description protected List<ClosedTimestampRangeStructure>ParameterisedActionStructure. publicationWindowsMethods in uk.org.siri.siri21 that return ClosedTimestampRangeStructure Modifier and Type Method Description ClosedTimestampRangeStructureObjectFactory. createClosedTimestampRangeStructure()Create an instance ofClosedTimestampRangeStructureClosedTimestampRangeStructureConnectionTimetableRequestStructure. getArrivalWindow()Gets the value of the arrivalWindow property.ClosedTimestampRangeStructureStopTimetableRequestStructure. getDepartureWindow()Gets the value of the departureWindow property.Methods in uk.org.siri.siri21 that return types with arguments of type ClosedTimestampRangeStructure Modifier and Type Method Description List<ClosedTimestampRangeStructure>ParameterisedActionStructure. getPublicationWindows()Gets the value of the publicationWindows property.Methods in uk.org.siri.siri21 with parameters of type ClosedTimestampRangeStructure Modifier and Type Method Description voidConnectionTimetableRequestStructure. setArrivalWindow(ClosedTimestampRangeStructure value)Sets the value of the arrivalWindow property.voidStopTimetableRequestStructure. setDepartureWindow(ClosedTimestampRangeStructure value)Sets the value of the departureWindow property.
-