Package uk.org.netex.www.netex
Interface JourneyRunTimes_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
JourneyRunTimes_RelStructure,JourneyRunTimes_RelStructure.Builder
@Generated
public interface JourneyRunTimes_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Identifier of the relationship.com.google.protobuf.ByteStringIdentifier of the relationship.getJourneyRunTime(int index) The time taken to traverse a TIMING LINK in a particular JOURNEY PATTERN, for a specified TIME DEMAND TYPE.intThe time taken to traverse a TIMING LINK in a particular JOURNEY PATTERN, for a specified TIME DEMAND TYPE.The time taken to traverse a TIMING LINK in a particular JOURNEY PATTERN, for a specified TIME DEMAND TYPE.getJourneyRunTimeOrBuilder(int index) The time taken to traverse a TIMING LINK in a particular JOURNEY PATTERN, for a specified TIME DEMAND TYPE.List<? extends JourneyRunTimeTypeOrBuilder> The time taken to traverse a TIMING LINK in a particular JOURNEY PATTERN, for a specified TIME DEMAND TYPE.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
-
getId
String getId()Identifier of the relationship. [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()Identifier of the relationship. [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
string id = 1;- Returns:
- The bytes for id.
-
getJourneyRunTimeList
List<JourneyRunTimeType> getJourneyRunTimeList()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_journeyTiming_version.xsd at 180:88]
repeated .uk.org.netex.www.netex.JourneyRunTimeType journey_run_time = 2; -
getJourneyRunTime
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_journeyTiming_version.xsd at 180:88]
repeated .uk.org.netex.www.netex.JourneyRunTimeType journey_run_time = 2; -
getJourneyRunTimeCount
int getJourneyRunTimeCount()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_journeyTiming_version.xsd at 180:88]
repeated .uk.org.netex.www.netex.JourneyRunTimeType journey_run_time = 2; -
getJourneyRunTimeOrBuilderList
List<? extends JourneyRunTimeTypeOrBuilder> getJourneyRunTimeOrBuilderList()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_journeyTiming_version.xsd at 180:88]
repeated .uk.org.netex.www.netex.JourneyRunTimeType journey_run_time = 2; -
getJourneyRunTimeOrBuilder
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_journeyTiming_version.xsd at 180:88]
repeated .uk.org.netex.www.netex.JourneyRunTimeType journey_run_time = 2;
-