java.lang.Object
org.entur.netex.gtfs.export.model.GtfsService

public class GtfsService extends Object
A GTFS service representing an operating period and/or a set of explicitly included/excluded dates
  • Constructor Details

    • GtfsService

      public GtfsService(String id)
  • Method Details

    • getId

      public String getId()
    • addExcludedDate

      public void addExcludedDate(LocalDateTime date)
    • addIncludedDate

      public void addIncludedDate(LocalDateTime date)
    • getIncludedDates

      public Set<LocalDateTime> getIncludedDates()
    • getExcludedDates

      public Set<LocalDateTime> getExcludedDates()
    • getServiceCalendarPeriod

      public ServiceCalendarPeriod getServiceCalendarPeriod()
    • setServiceCalendarPeriod

      public void setServiceCalendarPeriod(ServiceCalendarPeriod serviceCalendarPeriod)
    • removeIncludedDates

      public void removeIncludedDates(Set<LocalDateTime> removedIncludedDates)
    • removeAllExcludedDates

      public void removeAllExcludedDates()