Interface DefaultServiceJourneyRunTimes_RelStructureOrBuilder

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

public interface DefaultServiceJourneyRunTimes_RelStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 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.
    • getDefaultServiceJourneyRunTimeList

      List<DefaultServiceJourneyRunTimeType> getDefaultServiceJourneyRunTimeList()
       The default time taken by a vehicle to traverse a TIMING LINK during a SERVICE JOURNEY, for a specified TIME DEMAND TYPE. This time may be superseded by the JOURNEY PATTERN RUN TIME or VEHICLE JOURNEY RUN TIME if these exist.  [netex_part_2/part2_journeyTimes/netex_timeDemandTimes_version.xsd at 80:103]
       
      repeated .uk.org.netex.www.netex.DefaultServiceJourneyRunTimeType default_service_journey_run_time = 2;
    • getDefaultServiceJourneyRunTime

      DefaultServiceJourneyRunTimeType getDefaultServiceJourneyRunTime(int index)
       The default time taken by a vehicle to traverse a TIMING LINK during a SERVICE JOURNEY, for a specified TIME DEMAND TYPE. This time may be superseded by the JOURNEY PATTERN RUN TIME or VEHICLE JOURNEY RUN TIME if these exist.  [netex_part_2/part2_journeyTimes/netex_timeDemandTimes_version.xsd at 80:103]
       
      repeated .uk.org.netex.www.netex.DefaultServiceJourneyRunTimeType default_service_journey_run_time = 2;
    • getDefaultServiceJourneyRunTimeCount

      int getDefaultServiceJourneyRunTimeCount()
       The default time taken by a vehicle to traverse a TIMING LINK during a SERVICE JOURNEY, for a specified TIME DEMAND TYPE. This time may be superseded by the JOURNEY PATTERN RUN TIME or VEHICLE JOURNEY RUN TIME if these exist.  [netex_part_2/part2_journeyTimes/netex_timeDemandTimes_version.xsd at 80:103]
       
      repeated .uk.org.netex.www.netex.DefaultServiceJourneyRunTimeType default_service_journey_run_time = 2;
    • getDefaultServiceJourneyRunTimeOrBuilderList

      List<? extends DefaultServiceJourneyRunTimeTypeOrBuilder> getDefaultServiceJourneyRunTimeOrBuilderList()
       The default time taken by a vehicle to traverse a TIMING LINK during a SERVICE JOURNEY, for a specified TIME DEMAND TYPE. This time may be superseded by the JOURNEY PATTERN RUN TIME or VEHICLE JOURNEY RUN TIME if these exist.  [netex_part_2/part2_journeyTimes/netex_timeDemandTimes_version.xsd at 80:103]
       
      repeated .uk.org.netex.www.netex.DefaultServiceJourneyRunTimeType default_service_journey_run_time = 2;
    • getDefaultServiceJourneyRunTimeOrBuilder

      DefaultServiceJourneyRunTimeTypeOrBuilder getDefaultServiceJourneyRunTimeOrBuilder(int index)
       The default time taken by a vehicle to traverse a TIMING LINK during a SERVICE JOURNEY, for a specified TIME DEMAND TYPE. This time may be superseded by the JOURNEY PATTERN RUN TIME or VEHICLE JOURNEY RUN TIME if these exist.  [netex_part_2/part2_journeyTimes/netex_timeDemandTimes_version.xsd at 80:103]
       
      repeated .uk.org.netex.www.netex.DefaultServiceJourneyRunTimeType default_service_journey_run_time = 2;