Class PropertyOfDayType

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
uk.org.netex.www.netex.PropertyOfDayType
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, PropertyOfDayTypeOrBuilder

public final class PropertyOfDayType extends com.google.protobuf.GeneratedMessage implements PropertyOfDayTypeOrBuilder
 A property which a day may possess, such as school holiday, weekday, summer, winter etc.  [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 74:36]
 
Protobuf type uk.org.netex.www.netex.PropertyOfDayType
See Also:
  • Field Details

    • NAME_FIELD_NUMBER

      public static final int NAME_FIELD_NUMBER
      See Also:
    • DESCRIPTION_FIELD_NUMBER

      public static final int DESCRIPTION_FIELD_NUMBER
      See Also:
    • DAYS_OF_WEEK_FIELD_NUMBER

      public static final int DAYS_OF_WEEK_FIELD_NUMBER
      See Also:
    • WEEKS_OF_MONTH_FIELD_NUMBER

      public static final int WEEKS_OF_MONTH_FIELD_NUMBER
      See Also:
    • MONTH_OF_YEAR_FIELD_NUMBER

      public static final int MONTH_OF_YEAR_FIELD_NUMBER
      See Also:
    • DAY_OF_MONTH_FIELD_NUMBER

      public static final int DAY_OF_MONTH_FIELD_NUMBER
      See Also:
    • DAY_OF_YEAR_FIELD_NUMBER

      public static final int DAY_OF_YEAR_FIELD_NUMBER
      See Also:
    • COUNTRY_REF_FIELD_NUMBER

      public static final int COUNTRY_REF_FIELD_NUMBER
      See Also:
    • HOLIDAY_TYPES_FIELD_NUMBER

      public static final int HOLIDAY_TYPES_FIELD_NUMBER
      See Also:
    • SEASONS_FIELD_NUMBER

      public static final int SEASONS_FIELD_NUMBER
      See Also:
    • TIDES_FIELD_NUMBER

      public static final int TIDES_FIELD_NUMBER
      See Also:
    • DAY_EVENT_FIELD_NUMBER

      public static final int DAY_EVENT_FIELD_NUMBER
      See Also:
    • CROWDING_FIELD_NUMBER

      public static final int CROWDING_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • hasName

      public 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;
      Specified by:
      hasName in interface PropertyOfDayTypeOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public MultilingualString 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;
      Specified by:
      getName in interface PropertyOfDayTypeOrBuilder
      Returns:
      The name.
    • getNameOrBuilder

      public 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;
      Specified by:
      getNameOrBuilder in interface PropertyOfDayTypeOrBuilder
    • hasDescription

      public 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;
      Specified by:
      hasDescription in interface PropertyOfDayTypeOrBuilder
      Returns:
      Whether the description field is set.
    • getDescription

      public 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;
      Specified by:
      getDescription in interface PropertyOfDayTypeOrBuilder
      Returns:
      The description.
    • getDescriptionOrBuilder

      public 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;
      Specified by:
      getDescriptionOrBuilder in interface PropertyOfDayTypeOrBuilder
    • getDaysOfWeekList

      public 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];
      Specified by:
      getDaysOfWeekList in interface PropertyOfDayTypeOrBuilder
      Returns:
      A list containing the daysOfWeek.
    • getDaysOfWeekCount

      public 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];
      Specified by:
      getDaysOfWeekCount in interface PropertyOfDayTypeOrBuilder
      Returns:
      The count of daysOfWeek.
    • getDaysOfWeek

      public 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];
      Specified by:
      getDaysOfWeek in interface PropertyOfDayTypeOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The daysOfWeek at the given index.
    • getDaysOfWeekValueList

      public 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];
      Specified by:
      getDaysOfWeekValueList in interface PropertyOfDayTypeOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for daysOfWeek.
    • getDaysOfWeekValue

      public 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];
      Specified by:
      getDaysOfWeekValue in interface PropertyOfDayTypeOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of daysOfWeek at the given index.
    • getWeeksOfMonthList

      public 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];
      Specified by:
      getWeeksOfMonthList in interface PropertyOfDayTypeOrBuilder
      Returns:
      A list containing the weeksOfMonth.
    • getWeeksOfMonthCount

      public 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];
      Specified by:
      getWeeksOfMonthCount in interface PropertyOfDayTypeOrBuilder
      Returns:
      The count of weeksOfMonth.
    • getWeeksOfMonth

      public 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];
      Specified by:
      getWeeksOfMonth in interface PropertyOfDayTypeOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The weeksOfMonth at the given index.
    • getWeeksOfMonthValueList

      public 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];
      Specified by:
      getWeeksOfMonthValueList in interface PropertyOfDayTypeOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for weeksOfMonth.
    • getWeeksOfMonthValue

      public 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];
      Specified by:
      getWeeksOfMonthValue in interface PropertyOfDayTypeOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of weeksOfMonth at the given index.
    • getMonthOfYear

      public 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;
      Specified by:
      getMonthOfYear in interface PropertyOfDayTypeOrBuilder
      Returns:
      The monthOfYear.
    • getDayOfMonth

      public 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;
      Specified by:
      getDayOfMonth in interface PropertyOfDayTypeOrBuilder
      Returns:
      The dayOfMonth.
    • hasDayOfYear

      public 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;
      Specified by:
      hasDayOfYear in interface PropertyOfDayTypeOrBuilder
      Returns:
      Whether the dayOfYear field is set.
    • getDayOfYear

      public 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;
      Specified by:
      getDayOfYear in interface PropertyOfDayTypeOrBuilder
      Returns:
      The dayOfYear.
    • getDayOfYearOrBuilder

      public 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;
      Specified by:
      getDayOfYearOrBuilder in interface PropertyOfDayTypeOrBuilder
    • hasCountryRef

      public 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;
      Specified by:
      hasCountryRef in interface PropertyOfDayTypeOrBuilder
      Returns:
      Whether the countryRef field is set.
    • getCountryRef

      public 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;
      Specified by:
      getCountryRef in interface PropertyOfDayTypeOrBuilder
      Returns:
      The countryRef.
    • getCountryRefOrBuilder

      public 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;
      Specified by:
      getCountryRefOrBuilder in interface PropertyOfDayTypeOrBuilder
    • getHolidayTypesList

      public 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];
      Specified by:
      getHolidayTypesList in interface PropertyOfDayTypeOrBuilder
      Returns:
      A list containing the holidayTypes.
    • getHolidayTypesCount

      public 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];
      Specified by:
      getHolidayTypesCount in interface PropertyOfDayTypeOrBuilder
      Returns:
      The count of holidayTypes.
    • getHolidayTypes

      public 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];
      Specified by:
      getHolidayTypes in interface PropertyOfDayTypeOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The holidayTypes at the given index.
    • getHolidayTypesValueList

      public 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];
      Specified by:
      getHolidayTypesValueList in interface PropertyOfDayTypeOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for holidayTypes.
    • getHolidayTypesValue

      public 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];
      Specified by:
      getHolidayTypesValue in interface PropertyOfDayTypeOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of holidayTypes at the given index.
    • getSeasonsList

      public 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];
      Specified by:
      getSeasonsList in interface PropertyOfDayTypeOrBuilder
      Returns:
      A list containing the seasons.
    • getSeasonsCount

      public 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];
      Specified by:
      getSeasonsCount in interface PropertyOfDayTypeOrBuilder
      Returns:
      The count of seasons.
    • getSeasons

      public 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];
      Specified by:
      getSeasons in interface PropertyOfDayTypeOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The seasons at the given index.
    • getSeasonsValueList

      public 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];
      Specified by:
      getSeasonsValueList in interface PropertyOfDayTypeOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for seasons.
    • getSeasonsValue

      public 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];
      Specified by:
      getSeasonsValue in interface PropertyOfDayTypeOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of seasons at the given index.
    • getTidesList

      public 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];
      Specified by:
      getTidesList in interface PropertyOfDayTypeOrBuilder
      Returns:
      A list containing the tides.
    • getTidesCount

      public 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];
      Specified by:
      getTidesCount in interface PropertyOfDayTypeOrBuilder
      Returns:
      The count of tides.
    • getTides

      public 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];
      Specified by:
      getTides in interface PropertyOfDayTypeOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The tides at the given index.
    • getTidesValueList

      public 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];
      Specified by:
      getTidesValueList in interface PropertyOfDayTypeOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for tides.
    • getTidesValue

      public 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];
      Specified by:
      getTidesValue in interface PropertyOfDayTypeOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of tides at the given index.
    • getDayEventValue

      public 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;
      Specified by:
      getDayEventValue in interface PropertyOfDayTypeOrBuilder
      Returns:
      The enum numeric value on the wire for dayEvent.
    • getDayEvent

      public 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;
      Specified by:
      getDayEvent in interface PropertyOfDayTypeOrBuilder
      Returns:
      The dayEvent.
    • getCrowdingValue

      public 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;
      Specified by:
      getCrowdingValue in interface PropertyOfDayTypeOrBuilder
      Returns:
      The enum numeric value on the wire for crowding.
    • getCrowding

      public 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;
      Specified by:
      getCrowding in interface PropertyOfDayTypeOrBuilder
      Returns:
      The crowding.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static PropertyOfDayType parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PropertyOfDayType parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PropertyOfDayType parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PropertyOfDayType parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PropertyOfDayType parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PropertyOfDayType parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PropertyOfDayType parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static PropertyOfDayType parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static PropertyOfDayType parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static PropertyOfDayType parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static PropertyOfDayType parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static PropertyOfDayType parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public PropertyOfDayType.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static PropertyOfDayType.Builder newBuilder()
    • newBuilder

      public static PropertyOfDayType.Builder newBuilder(PropertyOfDayType prototype)
    • toBuilder

      public PropertyOfDayType.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected PropertyOfDayType.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static PropertyOfDayType getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<PropertyOfDayType> parser()
    • getParserForType

      public com.google.protobuf.Parser<PropertyOfDayType> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public PropertyOfDayType getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder