Package uk.org.netex.www.netex
Interface FrequencyGroupsInFrame_RelStructure.ChoiceWrapper_FrequencyGroupsInFrame_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FrequencyGroupsInFrame_RelStructure.ChoiceWrapper_FrequencyGroupsInFrame_RelStructure,FrequencyGroupsInFrame_RelStructure.ChoiceWrapper_FrequencyGroupsInFrame_RelStructure.Builder
- Enclosing class:
FrequencyGroupsInFrame_RelStructure
public static interface FrequencyGroupsInFrame_RelStructure.ChoiceWrapper_FrequencyGroupsInFrame_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA group of VEHICLE JOURNEYs following the same JOURNEY PATTERN and having the same headway interval between a specified start and end time (for example, ‘every 10 minutes’).A group of VEHICLE JOURNEYs following the same JOURNEY PATTERN and having the same headway interval between a specified start and end time (for example, ‘every 10 minutes’).A group of VEHICLE JOURNEYS following the same JOURNEY PATTERN having the same "rhythm" every hour (for example runs all xxh10, xxh25 and xxh45... e) between a specified start and end time.A group of VEHICLE JOURNEYS following the same JOURNEY PATTERN having the same "rhythm" every hour (for example runs all xxh10, xxh25 and xxh45... e) between a specified start and end time.booleanA group of VEHICLE JOURNEYs following the same JOURNEY PATTERN and having the same headway interval between a specified start and end time (for example, ‘every 10 minutes’).booleanA group of VEHICLE JOURNEYS following the same JOURNEY PATTERN having the same "rhythm" every hour (for example runs all xxh10, xxh25 and xxh45... e) between a specified start and end 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
-
hasHeadwayJourneyGroup
boolean hasHeadwayJourneyGroup()A group of VEHICLE JOURNEYs following the same JOURNEY PATTERN and having the same headway interval between a specified start and end time (for example, ‘every 10 minutes’). This is especially useful for presenting passenger information. [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_version.xsd at 247:101]
.uk.org.netex.www.netex.HeadwayJourneyGroupType headway_journey_group = 1;- Returns:
- Whether the headwayJourneyGroup field is set.
-
getHeadwayJourneyGroup
HeadwayJourneyGroupType getHeadwayJourneyGroup()A group of VEHICLE JOURNEYs following the same JOURNEY PATTERN and having the same headway interval between a specified start and end time (for example, ‘every 10 minutes’). This is especially useful for presenting passenger information. [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_version.xsd at 247:101]
.uk.org.netex.www.netex.HeadwayJourneyGroupType headway_journey_group = 1;- Returns:
- The headwayJourneyGroup.
-
getHeadwayJourneyGroupOrBuilder
HeadwayJourneyGroupTypeOrBuilder getHeadwayJourneyGroupOrBuilder()A group of VEHICLE JOURNEYs following the same JOURNEY PATTERN and having the same headway interval between a specified start and end time (for example, ‘every 10 minutes’). This is especially useful for presenting passenger information. [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_version.xsd at 247:101]
.uk.org.netex.www.netex.HeadwayJourneyGroupType headway_journey_group = 1; -
hasRhythmicalJourneyGroup
boolean hasRhythmicalJourneyGroup()A group of VEHICLE JOURNEYS following the same JOURNEY PATTERN having the same "rhythm" every hour (for example runs all xxh10, xxh25 and xxh45... e) between a specified start and end time. [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_version.xsd at 301:104]
.uk.org.netex.www.netex.RhythmicalJourneyGroupType rhythmical_journey_group = 2;- Returns:
- Whether the rhythmicalJourneyGroup field is set.
-
getRhythmicalJourneyGroup
RhythmicalJourneyGroupType getRhythmicalJourneyGroup()A group of VEHICLE JOURNEYS following the same JOURNEY PATTERN having the same "rhythm" every hour (for example runs all xxh10, xxh25 and xxh45... e) between a specified start and end time. [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_version.xsd at 301:104]
.uk.org.netex.www.netex.RhythmicalJourneyGroupType rhythmical_journey_group = 2;- Returns:
- The rhythmicalJourneyGroup.
-
getRhythmicalJourneyGroupOrBuilder
RhythmicalJourneyGroupTypeOrBuilder getRhythmicalJourneyGroupOrBuilder()A group of VEHICLE JOURNEYS following the same JOURNEY PATTERN having the same "rhythm" every hour (for example runs all xxh10, xxh25 and xxh45... e) between a specified start and end time. [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_version.xsd at 301:104]
.uk.org.netex.www.netex.RhythmicalJourneyGroupType rhythmical_journey_group = 2;
-