Interface VehicleJourneyLayovers_RelStructureOrBuilder

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

public interface VehicleJourneyLayovers_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.
    • getVehicleJourneyLayoverList

      List<VehicleJourneyLayoverType> getVehicleJourneyLayoverList()
       A time allowance at the end of a specified VEHICLE JOURNEY. This time supersedes any global layover or JOURNEY PATTERN LAYOVER.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyTimes_version.xsd at 206:95]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyLayoverType vehicle_journey_layover = 2;
    • getVehicleJourneyLayover

      VehicleJourneyLayoverType getVehicleJourneyLayover(int index)
       A time allowance at the end of a specified VEHICLE JOURNEY. This time supersedes any global layover or JOURNEY PATTERN LAYOVER.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyTimes_version.xsd at 206:95]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyLayoverType vehicle_journey_layover = 2;
    • getVehicleJourneyLayoverCount

      int getVehicleJourneyLayoverCount()
       A time allowance at the end of a specified VEHICLE JOURNEY. This time supersedes any global layover or JOURNEY PATTERN LAYOVER.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyTimes_version.xsd at 206:95]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyLayoverType vehicle_journey_layover = 2;
    • getVehicleJourneyLayoverOrBuilderList

      List<? extends VehicleJourneyLayoverTypeOrBuilder> getVehicleJourneyLayoverOrBuilderList()
       A time allowance at the end of a specified VEHICLE JOURNEY. This time supersedes any global layover or JOURNEY PATTERN LAYOVER.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyTimes_version.xsd at 206:95]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyLayoverType vehicle_journey_layover = 2;
    • getVehicleJourneyLayoverOrBuilder

      VehicleJourneyLayoverTypeOrBuilder getVehicleJourneyLayoverOrBuilder(int index)
       A time allowance at the end of a specified VEHICLE JOURNEY. This time supersedes any global layover or JOURNEY PATTERN LAYOVER.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyTimes_version.xsd at 206:95]
       
      repeated .uk.org.netex.www.netex.VehicleJourneyLayoverType vehicle_journey_layover = 2;