Interface VehicleJourneyWaitTimes_RelStructureOrBuilder

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

public interface VehicleJourneyWaitTimes_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.
    • getVehicleJourneyWaitTimeList

      List<VehicleJourneyWaitTimeType> getVehicleJourneyWaitTimeList()
       The time for a vehicle to wait at a particular TIMING POINT IN JOURNEY PATTERN on a specified VEHICLE JOURNEY. This wait time will override the JOURNEY PATTERN WAIT TIME.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyTimes_version.xsd at 77:96]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyWaitTimeType vehicle_journey_wait_time = 2;
    • getVehicleJourneyWaitTime

      VehicleJourneyWaitTimeType getVehicleJourneyWaitTime(int index)
       The time for a vehicle to wait at a particular TIMING POINT IN JOURNEY PATTERN on a specified VEHICLE JOURNEY. This wait time will override the JOURNEY PATTERN WAIT TIME.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyTimes_version.xsd at 77:96]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyWaitTimeType vehicle_journey_wait_time = 2;
    • getVehicleJourneyWaitTimeCount

      int getVehicleJourneyWaitTimeCount()
       The time for a vehicle to wait at a particular TIMING POINT IN JOURNEY PATTERN on a specified VEHICLE JOURNEY. This wait time will override the JOURNEY PATTERN WAIT TIME.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyTimes_version.xsd at 77:96]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyWaitTimeType vehicle_journey_wait_time = 2;
    • getVehicleJourneyWaitTimeOrBuilderList

      List<? extends VehicleJourneyWaitTimeTypeOrBuilder> getVehicleJourneyWaitTimeOrBuilderList()
       The time for a vehicle to wait at a particular TIMING POINT IN JOURNEY PATTERN on a specified VEHICLE JOURNEY. This wait time will override the JOURNEY PATTERN WAIT TIME.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyTimes_version.xsd at 77:96]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyWaitTimeType vehicle_journey_wait_time = 2;
    • getVehicleJourneyWaitTimeOrBuilder

      VehicleJourneyWaitTimeTypeOrBuilder getVehicleJourneyWaitTimeOrBuilder(int index)
       The time for a vehicle to wait at a particular TIMING POINT IN JOURNEY PATTERN on a specified VEHICLE JOURNEY. This wait time will override the JOURNEY PATTERN WAIT TIME.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyTimes_version.xsd at 77:96]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyWaitTimeType vehicle_journey_wait_time = 2;