Package uk.org.netex.www.netex
Interface GroupOfTimebands_RelStructure.ChoiceWrapper_GroupOfTimebands_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GroupOfTimebands_RelStructure.ChoiceWrapper_GroupOfTimebands_RelStructure,GroupOfTimebands_RelStructure.ChoiceWrapper_GroupOfTimebands_RelStructure.Builder
- Enclosing class:
GroupOfTimebands_RelStructure
public static interface GroupOfTimebands_RelStructure.ChoiceWrapper_GroupOfTimebands_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 GROUP OF TIMEBANDs.Reference to a GROUP OF TIMEBANDs.booleanA period in a day, significant for some aspect of public transport, e.g. similar traffic conditions or fare category.booleanReference to a GROUP OF TIMEBANDs.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
-
hasGroupOfTimebandsRef
boolean hasGroupOfTimebandsRef()Reference to a GROUP OF TIMEBANDs. [netex_framework/netex_reusableComponents/netex_dayType_support.xsd at 141:118]
.uk.org.netex.www.netex.GroupOfEntitiesRefStructure group_of_timebands_ref = 1;- Returns:
- Whether the groupOfTimebandsRef field is set.
-
getGroupOfTimebandsRef
GroupOfEntitiesRefStructure getGroupOfTimebandsRef()Reference to a GROUP OF TIMEBANDs. [netex_framework/netex_reusableComponents/netex_dayType_support.xsd at 141:118]
.uk.org.netex.www.netex.GroupOfEntitiesRefStructure group_of_timebands_ref = 1;- Returns:
- The groupOfTimebandsRef.
-
getGroupOfTimebandsRefOrBuilder
GroupOfEntitiesRefStructureOrBuilder getGroupOfTimebandsRefOrBuilder()Reference to a GROUP OF TIMEBANDs. [netex_framework/netex_reusableComponents/netex_dayType_support.xsd at 141:118]
.uk.org.netex.www.netex.GroupOfEntitiesRefStructure group_of_timebands_ref = 1; -
hasGroupOfTimebands
boolean hasGroupOfTimebands()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 329:91]
.uk.org.netex.www.netex.GroupOfTimebands_VersionedChildStructure group_of_timebands = 2;- Returns:
- Whether the groupOfTimebands field is set.
-
getGroupOfTimebands
GroupOfTimebands_VersionedChildStructure getGroupOfTimebands()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 329:91]
.uk.org.netex.www.netex.GroupOfTimebands_VersionedChildStructure group_of_timebands = 2;- Returns:
- The groupOfTimebands.
-
getGroupOfTimebandsOrBuilder
GroupOfTimebands_VersionedChildStructureOrBuilder getGroupOfTimebandsOrBuilder()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 329:91]
.uk.org.netex.www.netex.GroupOfTimebands_VersionedChildStructure group_of_timebands = 2;
-