Package uk.org.netex.www.netex
Interface OperatingPeriodsInFrame_RelStructure.ChoiceWrapper_OperatingPeriodsInFrame_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OperatingPeriodsInFrame_RelStructure.ChoiceWrapper_OperatingPeriodsInFrame_RelStructure,OperatingPeriodsInFrame_RelStructure.ChoiceWrapper_OperatingPeriodsInFrame_RelStructure.Builder
- Enclosing class:
OperatingPeriodsInFrame_RelStructure
public static interface OperatingPeriodsInFrame_RelStructure.ChoiceWrapper_OperatingPeriodsInFrame_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA continuous interval of time between two OPERATING DAYs which will be used to define validities.A continuous interval of time between two OPERATING DAYs which will be used to define validities.An OPERATING PERIOD coded in UIC style as a bit string between two dates.An OPERATING PERIOD coded in UIC style as a bit string between two dates.booleanA continuous interval of time between two OPERATING DAYs which will be used to define validities.booleanAn OPERATING PERIOD coded in UIC style as a bit string between two dates.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
-
hasOperatingPeriod
boolean hasOperatingPeriod()A continuous interval of time between two OPERATING DAYs which will be used to define validities. [netex_framework/netex_reusableComponents/netex_serviceCalendar_version.xsd at 363:75]
.uk.org.netex.www.netex.OperatingPeriodType operating_period = 1;- Returns:
- Whether the operatingPeriod field is set.
-
getOperatingPeriod
OperatingPeriodType getOperatingPeriod()A continuous interval of time between two OPERATING DAYs which will be used to define validities. [netex_framework/netex_reusableComponents/netex_serviceCalendar_version.xsd at 363:75]
.uk.org.netex.www.netex.OperatingPeriodType operating_period = 1;- Returns:
- The operatingPeriod.
-
getOperatingPeriodOrBuilder
OperatingPeriodTypeOrBuilder getOperatingPeriodOrBuilder()A continuous interval of time between two OPERATING DAYs which will be used to define validities. [netex_framework/netex_reusableComponents/netex_serviceCalendar_version.xsd at 363:75]
.uk.org.netex.www.netex.OperatingPeriodType operating_period = 1; -
hasUicOperatingPeriod
boolean hasUicOperatingPeriod()An OPERATING PERIOD coded in UIC style as a bit string between two dates. [netex_framework/netex_reusableComponents/netex_serviceCalendar_version.xsd at 455:78]
.uk.org.netex.www.netex.UicOperatingPeriodType uic_operating_period = 2;- Returns:
- Whether the uicOperatingPeriod field is set.
-
getUicOperatingPeriod
UicOperatingPeriodType getUicOperatingPeriod()An OPERATING PERIOD coded in UIC style as a bit string between two dates. [netex_framework/netex_reusableComponents/netex_serviceCalendar_version.xsd at 455:78]
.uk.org.netex.www.netex.UicOperatingPeriodType uic_operating_period = 2;- Returns:
- The uicOperatingPeriod.
-
getUicOperatingPeriodOrBuilder
UicOperatingPeriodTypeOrBuilder getUicOperatingPeriodOrBuilder()An OPERATING PERIOD coded in UIC style as a bit string between two dates. [netex_framework/netex_reusableComponents/netex_serviceCalendar_version.xsd at 455:78]
.uk.org.netex.www.netex.UicOperatingPeriodType uic_operating_period = 2;
-