Interface PropertyOfDayTypeOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PropertyOfDayType, PropertyOfDayType.Builder

public interface PropertyOfDayTypeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasName

      boolean hasName()
       Name of PROPERTY OF DAY.  [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 89:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 1;
      Returns:
      Whether the name field is set.
    • getName

       Name of PROPERTY OF DAY.  [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 89:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 1;
      Returns:
      The name.
    • getNameOrBuilder

      MultilingualStringOrBuilder getNameOrBuilder()
       Name of PROPERTY OF DAY.  [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 89:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 1;
    • hasDescription

      boolean hasDescription()
       Description of PROPERTY OF DAY.  [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 94:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 2;
      Returns:
      Whether the description field is set.
    • getDescription

      MultilingualString getDescription()
       Description of PROPERTY OF DAY.  [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 94:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 2;
      Returns:
      The description.
    • getDescriptionOrBuilder

      MultilingualStringOrBuilder getDescriptionOrBuilder()
       Description of PROPERTY OF DAY.  [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 94:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 2;
    • getDaysOfWeekList

      List<DayOfWeekEnumeration> getDaysOfWeekList()
       Days of week Monday to Sunday, Everyday. Up to seven allowed. Default is Everyday.  [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 111:85]
       
      repeated .uk.org.netex.www.netex.DayOfWeekEnumeration days_of_week = 3 [packed = true];
      Returns:
      A list containing the daysOfWeek.
    • getDaysOfWeekCount

      int getDaysOfWeekCount()
       Days of week Monday to Sunday, Everyday. Up to seven allowed. Default is Everyday.  [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 111:85]
       
      repeated .uk.org.netex.www.netex.DayOfWeekEnumeration days_of_week = 3 [packed = true];
      Returns:
      The count of daysOfWeek.
    • getDaysOfWeek

      DayOfWeekEnumeration getDaysOfWeek(int index)
       Days of week Monday to Sunday, Everyday. Up to seven allowed. Default is Everyday.  [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 111:85]
       
      repeated .uk.org.netex.www.netex.DayOfWeekEnumeration days_of_week = 3 [packed = true];
      Parameters:
      index - The index of the element to return.
      Returns:
      The daysOfWeek at the given index.
    • getDaysOfWeekValueList

      List<Integer> getDaysOfWeekValueList()
       Days of week Monday to Sunday, Everyday. Up to seven allowed. Default is Everyday.  [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 111:85]
       
      repeated .uk.org.netex.www.netex.DayOfWeekEnumeration days_of_week = 3 [packed = true];
      Returns:
      A list containing the enum numeric values on the wire for daysOfWeek.
    • getDaysOfWeekValue

      int getDaysOfWeekValue(int index)
       Days of week Monday to Sunday, Everyday. Up to seven allowed. Default is Everyday.  [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 111:85]
       
      repeated .uk.org.netex.www.netex.DayOfWeekEnumeration days_of_week = 3 [packed = true];
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of daysOfWeek at the given index.
    • getWeeksOfMonthList

      List<WeekOfMonthEnumeration> getWeeksOfMonthList()
       Week of Month. (Default is EveryWeek)  [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 116:109]
       
      repeated .uk.org.netex.www.netex.WeekOfMonthEnumeration weeks_of_month = 4 [packed = true];
      Returns:
      A list containing the weeksOfMonth.
    • getWeeksOfMonthCount

      int getWeeksOfMonthCount()
       Week of Month. (Default is EveryWeek)  [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 116:109]
       
      repeated .uk.org.netex.www.netex.WeekOfMonthEnumeration weeks_of_month = 4 [packed = true];
      Returns:
      The count of weeksOfMonth.
    • getWeeksOfMonth

      WeekOfMonthEnumeration getWeeksOfMonth(int index)
       Week of Month. (Default is EveryWeek)  [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 116:109]
       
      repeated .uk.org.netex.www.netex.WeekOfMonthEnumeration weeks_of_month = 4 [packed = true];
      Parameters:
      index - The index of the element to return.
      Returns:
      The weeksOfMonth at the given index.
    • getWeeksOfMonthValueList

      List<Integer> getWeeksOfMonthValueList()
       Week of Month. (Default is EveryWeek)  [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 116:109]
       
      repeated .uk.org.netex.www.netex.WeekOfMonthEnumeration weeks_of_month = 4 [packed = true];
      Returns:
      A list containing the enum numeric values on the wire for weeksOfMonth.
    • getWeeksOfMonthValue

      int getWeeksOfMonthValue(int index)
       Week of Month. (Default is EveryWeek)  [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 116:109]
       
      repeated .uk.org.netex.www.netex.WeekOfMonthEnumeration weeks_of_month = 4 [packed = true];
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of weeksOfMonth at the given index.
    • getMonthOfYear

      int getMonthOfYear()
       For those day types that occur on the same month every year; a  month as a number.  [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 122:69]
       
      uint32 month_of_year = 5;
      Returns:
      The monthOfYear.
    • getDayOfMonth

      int getDayOfMonth()
       For those day types that occur on the same day of the month every year; a  a as a number.  [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 127:66]
       
      uint32 day_of_month = 6;
      Returns:
      The dayOfMonth.
    • hasDayOfYear

      boolean hasDayOfYear()
       For those day types that occur on the same day every year, month and day,  [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 132:70]
       
      .google.type.Date day_of_year = 7;
      Returns:
      Whether the dayOfYear field is set.
    • getDayOfYear

      com.google.type.Date getDayOfYear()
       For those day types that occur on the same day every year, month and day,  [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 132:70]
       
      .google.type.Date day_of_year = 7;
      Returns:
      The dayOfYear.
    • getDayOfYearOrBuilder

      com.google.type.DateOrBuilder getDayOfYearOrBuilder()
       For those day types that occur on the same day every year, month and day,  [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 132:70]
       
      .google.type.Date day_of_year = 7;
    • hasCountryRef

      boolean hasCountryRef()
       Reference to COUNTRY for Holiday.  [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 138:76]
       
      .uk.org.netex.www.netex.CountryRefStructure country_ref = 11;
      Returns:
      Whether the countryRef field is set.
    • getCountryRef

      CountryRefStructure getCountryRef()
       Reference to COUNTRY for Holiday.  [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 138:76]
       
      .uk.org.netex.www.netex.CountryRefStructure country_ref = 11;
      Returns:
      The countryRef.
    • getCountryRefOrBuilder

      CountryRefStructureOrBuilder getCountryRefOrBuilder()
       Reference to COUNTRY for Holiday.  [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 138:76]
       
      .uk.org.netex.www.netex.CountryRefStructure country_ref = 11;
    • getHolidayTypesList

      List<HolidayTypeEnumeration> getHolidayTypesList()
       Type of holiday. Default is Any day.  [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 143:106]
       
      repeated .uk.org.netex.www.netex.HolidayTypeEnumeration holiday_types = 12 [packed = true];
      Returns:
      A list containing the holidayTypes.
    • getHolidayTypesCount

      int getHolidayTypesCount()
       Type of holiday. Default is Any day.  [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 143:106]
       
      repeated .uk.org.netex.www.netex.HolidayTypeEnumeration holiday_types = 12 [packed = true];
      Returns:
      The count of holidayTypes.
    • getHolidayTypes

      HolidayTypeEnumeration getHolidayTypes(int index)
       Type of holiday. Default is Any day.  [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 143:106]
       
      repeated .uk.org.netex.www.netex.HolidayTypeEnumeration holiday_types = 12 [packed = true];
      Parameters:
      index - The index of the element to return.
      Returns:
      The holidayTypes at the given index.
    • getHolidayTypesValueList

      List<Integer> getHolidayTypesValueList()
       Type of holiday. Default is Any day.  [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 143:106]
       
      repeated .uk.org.netex.www.netex.HolidayTypeEnumeration holiday_types = 12 [packed = true];
      Returns:
      A list containing the enum numeric values on the wire for holidayTypes.
    • getHolidayTypesValue

      int getHolidayTypesValue(int index)
       Type of holiday. Default is Any day.  [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 143:106]
       
      repeated .uk.org.netex.www.netex.HolidayTypeEnumeration holiday_types = 12 [packed = true];
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of holidayTypes at the given index.
    • getSeasonsList

      List<SeasonEnumeration> getSeasonsList()
       Seasons (Default is Perennially)  [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 148:101]
       
      repeated .uk.org.netex.www.netex.SeasonEnumeration seasons = 13 [packed = true];
      Returns:
      A list containing the seasons.
    • getSeasonsCount

      int getSeasonsCount()
       Seasons (Default is Perennially)  [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 148:101]
       
      repeated .uk.org.netex.www.netex.SeasonEnumeration seasons = 13 [packed = true];
      Returns:
      The count of seasons.
    • getSeasons

      SeasonEnumeration getSeasons(int index)
       Seasons (Default is Perennially)  [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 148:101]
       
      repeated .uk.org.netex.www.netex.SeasonEnumeration seasons = 13 [packed = true];
      Parameters:
      index - The index of the element to return.
      Returns:
      The seasons at the given index.
    • getSeasonsValueList

      List<Integer> getSeasonsValueList()
       Seasons (Default is Perennially)  [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 148:101]
       
      repeated .uk.org.netex.www.netex.SeasonEnumeration seasons = 13 [packed = true];
      Returns:
      A list containing the enum numeric values on the wire for seasons.
    • getSeasonsValue

      int getSeasonsValue(int index)
       Seasons (Default is Perennially)  [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 148:101]
       
      repeated .uk.org.netex.www.netex.SeasonEnumeration seasons = 13 [packed = true];
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of seasons at the given index.
    • getTidesList

      List<TideEnumeration> getTidesList()
       Tides. Default is All Tides.  [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 153:94]
       
      repeated .uk.org.netex.www.netex.TideEnumeration tides = 14 [packed = true];
      Returns:
      A list containing the tides.
    • getTidesCount

      int getTidesCount()
       Tides. Default is All Tides.  [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 153:94]
       
      repeated .uk.org.netex.www.netex.TideEnumeration tides = 14 [packed = true];
      Returns:
      The count of tides.
    • getTides

      TideEnumeration getTides(int index)
       Tides. Default is All Tides.  [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 153:94]
       
      repeated .uk.org.netex.www.netex.TideEnumeration tides = 14 [packed = true];
      Parameters:
      index - The index of the element to return.
      Returns:
      The tides at the given index.
    • getTidesValueList

      List<Integer> getTidesValueList()
       Tides. Default is All Tides.  [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 153:94]
       
      repeated .uk.org.netex.www.netex.TideEnumeration tides = 14 [packed = true];
      Returns:
      A list containing the enum numeric values on the wire for tides.
    • getTidesValue

      int getTidesValue(int index)
       Tides. Default is All Tides.  [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 153:94]
       
      repeated .uk.org.netex.www.netex.TideEnumeration tides = 14 [packed = true];
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of tides at the given index.
    • getDayEventValue

      int getDayEventValue()
       Events happening on day.  [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 158:74]
       
      .uk.org.netex.www.netex.DayEventEnumeration day_event = 15;
      Returns:
      The enum numeric value on the wire for dayEvent.
    • getDayEvent

      DayEventEnumeration getDayEvent()
       Events happening on day.  [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 158:74]
       
      .uk.org.netex.www.netex.DayEventEnumeration day_event = 15;
      Returns:
      The dayEvent.
    • getCrowdingValue

      int getCrowdingValue()
       Relative busyness of day.  [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 163:74]
       
      .uk.org.netex.www.netex.CrowdingEnumeration crowding = 16;
      Returns:
      The enum numeric value on the wire for crowding.
    • getCrowding

      CrowdingEnumeration getCrowding()
       Relative busyness of day.  [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 163:74]
       
      .uk.org.netex.www.netex.CrowdingEnumeration crowding = 16;
      Returns:
      The crowding.