Interface HalfOpenTimeRangeStructureOrBuilder

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

public interface HalfOpenTimeRangeStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.type.TimeOfDay
    The (inclusive) end time.
    com.google.type.TimeOfDayOrBuilder
    The (inclusive) end time.
    com.google.type.TimeOfDay
    The (inclusive) start time.
    com.google.type.TimeOfDayOrBuilder
    The (inclusive) start time.
    boolean
    The (inclusive) end time.
    boolean
    The (inclusive) start time.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasStartTime

      boolean hasStartTime()
       The (inclusive) start time.  [netex_framework/netex_utility/netex_utility_time.xsd at 93:50]
       
      .google.type.TimeOfDay start_time = 1;
      Returns:
      Whether the startTime field is set.
    • getStartTime

      com.google.type.TimeOfDay getStartTime()
       The (inclusive) start time.  [netex_framework/netex_utility/netex_utility_time.xsd at 93:50]
       
      .google.type.TimeOfDay start_time = 1;
      Returns:
      The startTime.
    • getStartTimeOrBuilder

      com.google.type.TimeOfDayOrBuilder getStartTimeOrBuilder()
       The (inclusive) start time.  [netex_framework/netex_utility/netex_utility_time.xsd at 93:50]
       
      .google.type.TimeOfDay start_time = 1;
    • hasEndTime

      boolean hasEndTime()
       The (inclusive) end time. If omitted, the range end is open-ended, that is, it should be interpreted as "forever".  [netex_framework/netex_utility/netex_utility_time.xsd at 98:62]
       
      .google.type.TimeOfDay end_time = 2;
      Returns:
      Whether the endTime field is set.
    • getEndTime

      com.google.type.TimeOfDay getEndTime()
       The (inclusive) end time. If omitted, the range end is open-ended, that is, it should be interpreted as "forever".  [netex_framework/netex_utility/netex_utility_time.xsd at 98:62]
       
      .google.type.TimeOfDay end_time = 2;
      Returns:
      The endTime.
    • getEndTimeOrBuilder

      com.google.type.TimeOfDayOrBuilder getEndTimeOrBuilder()
       The (inclusive) end time. If omitted, the range end is open-ended, that is, it should be interpreted as "forever".  [netex_framework/netex_utility/netex_utility_time.xsd at 98:62]
       
      .google.type.TimeOfDay end_time = 2;