Interface VehicleJourneyRunTimes_RelStructureOrBuilder

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

@Generated public interface VehicleJourneyRunTimes_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.
    • getVehicleJourneyRunTimeList

      List<VehicleJourneyRunTimeType> getVehicleJourneyRunTimeList()
       The time taken to traverse a specified TIMING LINK IN JOURNEY PATTERN on a specified VEHICLE JOURNEY. This gives the most detailed control over times and overrides the DEFAULT SERVICE JOURNEY RUN TIME and JOURNEY PATTERN RUN TIME and the DEFAULT DEAD RUN RUN TIME. There may be different times for different TIME DEMAND TYPES.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyTimes_version.xsd at 144:95]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyRunTimeType vehicle_journey_run_time = 2;
    • getVehicleJourneyRunTime

      VehicleJourneyRunTimeType getVehicleJourneyRunTime(int index)
       The time taken to traverse a specified TIMING LINK IN JOURNEY PATTERN on a specified VEHICLE JOURNEY. This gives the most detailed control over times and overrides the DEFAULT SERVICE JOURNEY RUN TIME and JOURNEY PATTERN RUN TIME and the DEFAULT DEAD RUN RUN TIME. There may be different times for different TIME DEMAND TYPES.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyTimes_version.xsd at 144:95]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyRunTimeType vehicle_journey_run_time = 2;
    • getVehicleJourneyRunTimeCount

      int getVehicleJourneyRunTimeCount()
       The time taken to traverse a specified TIMING LINK IN JOURNEY PATTERN on a specified VEHICLE JOURNEY. This gives the most detailed control over times and overrides the DEFAULT SERVICE JOURNEY RUN TIME and JOURNEY PATTERN RUN TIME and the DEFAULT DEAD RUN RUN TIME. There may be different times for different TIME DEMAND TYPES.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyTimes_version.xsd at 144:95]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyRunTimeType vehicle_journey_run_time = 2;
    • getVehicleJourneyRunTimeOrBuilderList

      List<? extends VehicleJourneyRunTimeTypeOrBuilder> getVehicleJourneyRunTimeOrBuilderList()
       The time taken to traverse a specified TIMING LINK IN JOURNEY PATTERN on a specified VEHICLE JOURNEY. This gives the most detailed control over times and overrides the DEFAULT SERVICE JOURNEY RUN TIME and JOURNEY PATTERN RUN TIME and the DEFAULT DEAD RUN RUN TIME. There may be different times for different TIME DEMAND TYPES.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyTimes_version.xsd at 144:95]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyRunTimeType vehicle_journey_run_time = 2;
    • getVehicleJourneyRunTimeOrBuilder

      VehicleJourneyRunTimeTypeOrBuilder getVehicleJourneyRunTimeOrBuilder(int index)
       The time taken to traverse a specified TIMING LINK IN JOURNEY PATTERN on a specified VEHICLE JOURNEY. This gives the most detailed control over times and overrides the DEFAULT SERVICE JOURNEY RUN TIME and JOURNEY PATTERN RUN TIME and the DEFAULT DEAD RUN RUN TIME. There may be different times for different TIME DEMAND TYPES.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyTimes_version.xsd at 144:95]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyRunTimeType vehicle_journey_run_time = 2;