Package uk.org.netex.www.netex
Interface OperatingDays_RelStructure.ChoiceWrapper_OperatingDays_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OperatingDays_RelStructure.ChoiceWrapper_OperatingDays_RelStructure,OperatingDays_RelStructure.ChoiceWrapper_OperatingDays_RelStructure.Builder
- Enclosing class:
OperatingDays_RelStructure
public static interface OperatingDays_RelStructure.ChoiceWrapper_OperatingDays_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA day of public transport operation in a specific calendar.A day of public transport operation in a specific calendar.Reference to an OPERATING DAY.Reference to an OPERATING DAY.booleanA day of public transport operation in a specific calendar.booleanReference to an OPERATING DAY.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
-
hasOperatingDayRef
boolean hasOperatingDayRef()Reference to an OPERATING DAY. [netex_framework/netex_reusableComponents/netex_serviceCalendar_support.xsd at 88:109]
.uk.org.netex.www.netex.VersionOfObjectRefStructure operating_day_ref = 1;- Returns:
- Whether the operatingDayRef field is set.
-
getOperatingDayRef
VersionOfObjectRefStructure getOperatingDayRef()Reference to an OPERATING DAY. [netex_framework/netex_reusableComponents/netex_serviceCalendar_support.xsd at 88:109]
.uk.org.netex.www.netex.VersionOfObjectRefStructure operating_day_ref = 1;- Returns:
- The operatingDayRef.
-
getOperatingDayRefOrBuilder
VersionOfObjectRefStructureOrBuilder getOperatingDayRefOrBuilder()Reference to an OPERATING DAY. [netex_framework/netex_reusableComponents/netex_serviceCalendar_support.xsd at 88:109]
.uk.org.netex.www.netex.VersionOfObjectRefStructure operating_day_ref = 1; -
hasOperatingDay
boolean hasOperatingDay()A day of public transport operation in a specific calendar. An OPERATING DAY may last more than 24 hours. [netex_framework/netex_reusableComponents/netex_serviceCalendar_version.xsd at 270:73]
.uk.org.netex.www.netex.OperatingDayType operating_day = 2;- Returns:
- Whether the operatingDay field is set.
-
getOperatingDay
OperatingDayType getOperatingDay()A day of public transport operation in a specific calendar. An OPERATING DAY may last more than 24 hours. [netex_framework/netex_reusableComponents/netex_serviceCalendar_version.xsd at 270:73]
.uk.org.netex.www.netex.OperatingDayType operating_day = 2;- Returns:
- The operatingDay.
-
getOperatingDayOrBuilder
OperatingDayTypeOrBuilder getOperatingDayOrBuilder()A day of public transport operation in a specific calendar. An OPERATING DAY may last more than 24 hours. [netex_framework/netex_reusableComponents/netex_serviceCalendar_version.xsd at 270:73]
.uk.org.netex.www.netex.OperatingDayType operating_day = 2;
-