Package uk.org.netex.www.netex
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 TypeMethodDescriptioncom.google.protobuf.TimestampThe (inclusive) end time stamp.com.google.protobuf.TimestampOrBuilderThe (inclusive) end time stamp.com.google.protobuf.TimestampThe (inclusive) start time stamp.com.google.protobuf.TimestampOrBuilderThe (inclusive) start time stamp.booleanThe (inclusive) end time stamp.booleanThe (inclusive) start time stamp.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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;
-