Package uk.org.netex.www.netex
Interface VehicleJourneyRunTimes_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VehicleJourneyRunTimes_RelStructure,VehicleJourneyRunTimes_RelStructure.Builder
public interface VehicleJourneyRunTimes_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Identifier of the relationship.com.google.protobuf.ByteStringIdentifier of the relationship.getVehicleJourneyRunTime(int index) The time taken to traverse a specified TIMING LINK IN JOURNEY PATTERN on a specified VEHICLE JOURNEY.intThe time taken to traverse a specified TIMING LINK IN JOURNEY PATTERN on a specified VEHICLE JOURNEY.The time taken to traverse a specified TIMING LINK IN JOURNEY PATTERN on a specified VEHICLE JOURNEY.getVehicleJourneyRunTimeOrBuilder(int index) The time taken to traverse a specified TIMING LINK IN JOURNEY PATTERN on a specified VEHICLE JOURNEY.List<? extends VehicleJourneyRunTimeTypeOrBuilder> The time taken to traverse a specified TIMING LINK IN JOURNEY PATTERN on a specified VEHICLE JOURNEY.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-
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
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
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;
-