Package uk.org.netex.www.netex
Interface Timebands_RelStructure.ChoiceWrapper_Timebands_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Timebands_RelStructure.ChoiceWrapper_Timebands_RelStructure,Timebands_RelStructure.ChoiceWrapper_Timebands_RelStructure.Builder
- Enclosing class:
Timebands_RelStructure
public static interface Timebands_RelStructure.ChoiceWrapper_Timebands_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA period in a day, significant for some aspect of public transport, e.g. similar traffic conditions or fare category.A period in a day, significant for some aspect of public transport, e.g. similar traffic conditions or fare category.Reference to a TIME BAND.Reference to a TIME BAND.booleanA period in a day, significant for some aspect of public transport, e.g. similar traffic conditions or fare category.booleanReference to a TIME BAND.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
-
hasTimebandRef
boolean hasTimebandRef()Reference to a TIME BAND. [netex_framework/netex_reusableComponents/netex_dayType_support.xsd at 115:101]
.uk.org.netex.www.netex.VersionOfObjectRefStructure timeband_ref = 1;- Returns:
- Whether the timebandRef field is set.
-
getTimebandRef
VersionOfObjectRefStructure getTimebandRef()Reference to a TIME BAND. [netex_framework/netex_reusableComponents/netex_dayType_support.xsd at 115:101]
.uk.org.netex.www.netex.VersionOfObjectRefStructure timeband_ref = 1;- Returns:
- The timebandRef.
-
getTimebandRefOrBuilder
VersionOfObjectRefStructureOrBuilder getTimebandRefOrBuilder()Reference to a TIME BAND. [netex_framework/netex_reusableComponents/netex_dayType_support.xsd at 115:101]
.uk.org.netex.www.netex.VersionOfObjectRefStructure timeband_ref = 1; -
hasTimeband
boolean hasTimeband()A period in a day, significant for some aspect of public transport, e.g. similar traffic conditions or fare category. [netex_framework/netex_reusableComponents/netex_dayType_version.xsd at 220:75]
.uk.org.netex.www.netex.Timeband_VersionedChildStructure timeband = 2;- Returns:
- Whether the timeband field is set.
-
getTimeband
Timeband_VersionedChildStructure getTimeband()A period in a day, significant for some aspect of public transport, e.g. similar traffic conditions or fare category. [netex_framework/netex_reusableComponents/netex_dayType_version.xsd at 220:75]
.uk.org.netex.www.netex.Timeband_VersionedChildStructure timeband = 2;- Returns:
- The timeband.
-
getTimebandOrBuilder
Timeband_VersionedChildStructureOrBuilder getTimebandOrBuilder()A period in a day, significant for some aspect of public transport, e.g. similar traffic conditions or fare category. [netex_framework/netex_reusableComponents/netex_dayType_version.xsd at 220:75]
.uk.org.netex.www.netex.Timeband_VersionedChildStructure timeband = 2;
-