Package uk.org.netex.www.netex
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 Summary
Modifier and TypeMethodDescriptiongetId()Identifier of the relationship.com.google.protobuf.ByteStringIdentifier of the relationship.getVehicleJourneyWaitTime(int index) The time for a vehicle to wait at a particular TIMING POINT IN JOURNEY PATTERN on a specified VEHICLE JOURNEY.intThe time for a vehicle to wait at a particular TIMING POINT IN JOURNEY PATTERN on a specified VEHICLE JOURNEY.The time for a vehicle to wait at a particular TIMING POINT IN JOURNEY PATTERN on a specified VEHICLE JOURNEY.getVehicleJourneyWaitTimeOrBuilder(int index) The time for a vehicle to wait at a particular TIMING POINT IN JOURNEY PATTERN on a specified VEHICLE JOURNEY.List<? extends VehicleJourneyWaitTimeTypeOrBuilder> The time for a vehicle to wait at a particular TIMING POINT 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.
-
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
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
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;
-