Interface ClosedTimestampRangeStructureOrBuilder

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

@Generated public interface ClosedTimestampRangeStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Timestamp
    The (inclusive) end date and time.
    com.google.protobuf.TimestampOrBuilder
    The (inclusive) end date and time.
    com.google.protobuf.Timestamp
    The (inclusive) start date and time.
    com.google.protobuf.TimestampOrBuilder
    The (inclusive) start date and time.
    boolean
    The (inclusive) end date and time.
    boolean
    The (inclusive) start date and 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 date and time.  [netex_framework/netex_utility/netex_utility_time.xsd at 59:54]
       
      .google.protobuf.Timestamp start_time = 1;
      Returns:
      Whether the startTime field is set.
    • getStartTime

      com.google.protobuf.Timestamp getStartTime()
       The (inclusive) start date and time.  [netex_framework/netex_utility/netex_utility_time.xsd at 59:54]
       
      .google.protobuf.Timestamp start_time = 1;
      Returns:
      The startTime.
    • getStartTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
       The (inclusive) start date and time.  [netex_framework/netex_utility/netex_utility_time.xsd at 59:54]
       
      .google.protobuf.Timestamp start_time = 1;
    • hasEndTime

      boolean hasEndTime()
       The (inclusive) end date and time.  [netex_framework/netex_utility/netex_utility_time.xsd at 64:52]
       
      .google.protobuf.Timestamp end_time = 2;
      Returns:
      Whether the endTime field is set.
    • getEndTime

      com.google.protobuf.Timestamp getEndTime()
       The (inclusive) end date and time.  [netex_framework/netex_utility/netex_utility_time.xsd at 64:52]
       
      .google.protobuf.Timestamp end_time = 2;
      Returns:
      The endTime.
    • getEndTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
       The (inclusive) end date and time.  [netex_framework/netex_utility/netex_utility_time.xsd at 64:52]
       
      .google.protobuf.Timestamp end_time = 2;