Module org.entur.netex.gtfs.export
Class ServiceCalendarPeriod
java.lang.Object
org.entur.netex.gtfs.export.model.ServiceCalendarPeriod
A GTFS service calendar period defined by an interval [startDate, endDate] and a set of days of week for which the service is running.
-
Constructor Summary
ConstructorsConstructorDescriptionServiceCalendarPeriod(LocalDateTime startDateTime, LocalDateTime endDateTime, Set<DayOfWeek> daysOfWeek) -
Method Summary
Modifier and TypeMethodDescriptionorg.onebusaway.gtfs.model.calendar.ServiceDateorg.onebusaway.gtfs.model.calendar.ServiceDate
-
Constructor Details
-
ServiceCalendarPeriod
public ServiceCalendarPeriod(LocalDateTime startDateTime, LocalDateTime endDateTime, Set<DayOfWeek> daysOfWeek)
-
-
Method Details
-
getStartDate
public org.onebusaway.gtfs.model.calendar.ServiceDate getStartDate() -
getEndDate
public org.onebusaway.gtfs.model.calendar.ServiceDate getEndDate() -
getDaysOfWeek
-