Interface JourneyRunTimes_RelStructureOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
JourneyRunTimes_RelStructure, JourneyRunTimes_RelStructure.Builder

public interface JourneyRunTimes_RelStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Identifier of the relationship.
    com.google.protobuf.ByteString
    Identifier 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.
    int
    The 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.
    The 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.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      JourneyRunTimeType getJourneyRunTime(int index)
       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

      JourneyRunTimeTypeOrBuilder getJourneyRunTimeOrBuilder(int index)
       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;