Interface OpenTimestampRangeStructureOrBuilder

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

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

    Modifier and Type
    Method
    Description
    com.google.protobuf.Timestamp
    The (inclusive) end time stamp.
    com.google.protobuf.TimestampOrBuilder
    The (inclusive) end time stamp.
    com.google.protobuf.Timestamp
    The (inclusive) start time stamp.
    com.google.protobuf.TimestampOrBuilder
    The (inclusive) start time stamp.
    boolean
    The (inclusive) end time stamp.
    boolean
    The (inclusive) start time stamp.

    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 stamp.  [netex_framework/netex_utility/netex_utility_time.xsd at 144:68]
       
      .google.protobuf.Timestamp start_time = 1;
      Returns:
      Whether the startTime field is set.
    • getStartTime

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

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

      boolean hasEndTime()
       The (inclusive) end time stamp. 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 149:66]
       
      .google.protobuf.Timestamp end_time = 2;
      Returns:
      Whether the endTime field is set.
    • getEndTime

      com.google.protobuf.Timestamp getEndTime()
       The (inclusive) end time stamp. 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 149:66]
       
      .google.protobuf.Timestamp end_time = 2;
      Returns:
      The endTime.
    • getEndTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
       The (inclusive) end time stamp. 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 149:66]
       
      .google.protobuf.Timestamp end_time = 2;