Package uk.org.netex.www.netex
Interface JourneyPatternRunTimes_RelStructure.ChoiceWrapper_JourneyPatternRunTimes_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
JourneyPatternRunTimes_RelStructure.ChoiceWrapper_JourneyPatternRunTimes_RelStructure,JourneyPatternRunTimes_RelStructure.ChoiceWrapper_JourneyPatternRunTimes_RelStructure.Builder
- Enclosing class:
JourneyPatternRunTimes_RelStructure
public static interface JourneyPatternRunTimes_RelStructure.ChoiceWrapper_JourneyPatternRunTimes_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe time taken to traverse a TIMING LINK in a particular JOURNEY PATTERN, for a specified TIME DEMAND TYPE If it exists, it will override the DEFAULT SERVICE JOURNEY RUN TIME and DEFAULT DEAD RUN RUN TIME.The time taken to traverse a TIMING LINK in a particular JOURNEY PATTERN, for a specified TIME DEMAND TYPE If it exists, it will override the DEFAULT SERVICE JOURNEY RUN TIME and DEFAULT DEAD RUN RUN TIME.Reference to a JOURNEY PATTERN RUN TIME.Reference to a JOURNEY PATTERN RUN TIME.booleanThe time taken to traverse a TIMING LINK in a particular JOURNEY PATTERN, for a specified TIME DEMAND TYPE If it exists, it will override the DEFAULT SERVICE JOURNEY RUN TIME and DEFAULT DEAD RUN RUN TIME.booleanReference to a JOURNEY PATTERN RUN 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
-
hasJourneyPatternRunTimeRef
boolean hasJourneyPatternRunTimeRef()Reference to a JOURNEY PATTERN RUN TIME. [netex_part_1/part1_tacticalPlanning/netex_journeyPatternTimings_support.xsd at 95:125]
.uk.org.netex.www.netex.VersionOfObjectRefStructure journey_pattern_run_time_ref = 1;- Returns:
- Whether the journeyPatternRunTimeRef field is set.
-
getJourneyPatternRunTimeRef
VersionOfObjectRefStructure getJourneyPatternRunTimeRef()Reference to a JOURNEY PATTERN RUN TIME. [netex_part_1/part1_tacticalPlanning/netex_journeyPatternTimings_support.xsd at 95:125]
.uk.org.netex.www.netex.VersionOfObjectRefStructure journey_pattern_run_time_ref = 1;- Returns:
- The journeyPatternRunTimeRef.
-
getJourneyPatternRunTimeRefOrBuilder
VersionOfObjectRefStructureOrBuilder getJourneyPatternRunTimeRefOrBuilder()Reference to a JOURNEY PATTERN RUN TIME. [netex_part_1/part1_tacticalPlanning/netex_journeyPatternTimings_support.xsd at 95:125]
.uk.org.netex.www.netex.VersionOfObjectRefStructure journey_pattern_run_time_ref = 1; -
hasJourneyPatternRunTime
boolean hasJourneyPatternRunTime()The time taken to traverse a TIMING LINK in a particular JOURNEY PATTERN, for a specified TIME DEMAND TYPE If it exists, it will override the DEFAULT SERVICE JOURNEY RUN TIME and DEFAULT DEAD RUN RUN TIME. [netex_part_1/part1_tacticalPlanning/netex_journeyPatternTimings_version.xsd at 174:96]
.uk.org.netex.www.netex.JourneyPatternRunTimeType journey_pattern_run_time = 2;- Returns:
- Whether the journeyPatternRunTime field is set.
-
getJourneyPatternRunTime
JourneyPatternRunTimeType getJourneyPatternRunTime()The time taken to traverse a TIMING LINK in a particular JOURNEY PATTERN, for a specified TIME DEMAND TYPE If it exists, it will override the DEFAULT SERVICE JOURNEY RUN TIME and DEFAULT DEAD RUN RUN TIME. [netex_part_1/part1_tacticalPlanning/netex_journeyPatternTimings_version.xsd at 174:96]
.uk.org.netex.www.netex.JourneyPatternRunTimeType journey_pattern_run_time = 2;- Returns:
- The journeyPatternRunTime.
-
getJourneyPatternRunTimeOrBuilder
JourneyPatternRunTimeTypeOrBuilder getJourneyPatternRunTimeOrBuilder()The time taken to traverse a TIMING LINK in a particular JOURNEY PATTERN, for a specified TIME DEMAND TYPE If it exists, it will override the DEFAULT SERVICE JOURNEY RUN TIME and DEFAULT DEAD RUN RUN TIME. [netex_part_1/part1_tacticalPlanning/netex_journeyPatternTimings_version.xsd at 174:96]
.uk.org.netex.www.netex.JourneyPatternRunTimeType journey_pattern_run_time = 2;
-