Package uk.org.netex.www.netex
Interface ClosedTimestampRangeStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClosedTimestampRangeStructure,ClosedTimestampRangeStructure.Builder
public interface ClosedTimestampRangeStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.TimestampThe (inclusive) end date and time.com.google.protobuf.TimestampOrBuilderThe (inclusive) end date and time.com.google.protobuf.TimestampThe (inclusive) start date and time.com.google.protobuf.TimestampOrBuilderThe (inclusive) start date and time.booleanThe (inclusive) end date and time.booleanThe (inclusive) start date and time.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 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;
-