Interface ClosedTimeRangeStructureOrBuilder

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

@Generated public interface ClosedTimeRangeStructureOrBuilder 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 76: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 76: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 76:50]
       
      .google.type.TimeOfDay start_time = 1;
    • hasEndTime

      boolean hasEndTime()
       The (inclusive) end time.  [netex_framework/netex_utility/netex_utility_time.xsd at 81:48]
       
      .google.type.TimeOfDay end_time = 2;
      Returns:
      Whether the endTime field is set.
    • getEndTime

      com.google.type.TimeOfDay getEndTime()
       The (inclusive) end time.  [netex_framework/netex_utility/netex_utility_time.xsd at 81:48]
       
      .google.type.TimeOfDay end_time = 2;
      Returns:
      The endTime.
    • getEndTimeOrBuilder

      com.google.type.TimeOfDayOrBuilder getEndTimeOrBuilder()
       The (inclusive) end time.  [netex_framework/netex_utility/netex_utility_time.xsd at 81:48]
       
      .google.type.TimeOfDay end_time = 2;