Package uk.org.netex.www.netex
Interface DriverTripTimes_RelStructure.ChoiceWrapper_DriverTripTimes_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DriverTripTimes_RelStructure.ChoiceWrapper_DriverTripTimes_RelStructure,DriverTripTimes_RelStructure.ChoiceWrapper_DriverTripTimes_RelStructure.Builder
- Enclosing class:
DriverTripTimes_RelStructure
public static interface DriverTripTimes_RelStructure.ChoiceWrapper_DriverTripTimes_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA part of a BLOCK composed of consecutive VEHICLE JOURNEYs defined for the same DAY TYPE, all operated on the same LINE.A part of a BLOCK composed of consecutive VEHICLE JOURNEYs defined for the same DAY TYPE, all operated on the same LINE.Reference to a DRIVER TRIP TIME.Reference to a DRIVER TRIP TIME.booleanA part of a BLOCK composed of consecutive VEHICLE JOURNEYs defined for the same DAY TYPE, all operated on the same LINE.booleanReference to a DRIVER TRIP TIME.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
-
hasDriverTripTimeRef
boolean hasDriverTripTimeRef()Reference to a DRIVER TRIP TIME. [netex_part_2/part2_vehicleService/netex_duty_support.xsd at 173:113]
.uk.org.netex.www.netex.VersionOfObjectRefStructure driver_trip_time_ref = 1;- Returns:
- Whether the driverTripTimeRef field is set.
-
getDriverTripTimeRef
VersionOfObjectRefStructure getDriverTripTimeRef()Reference to a DRIVER TRIP TIME. [netex_part_2/part2_vehicleService/netex_duty_support.xsd at 173:113]
.uk.org.netex.www.netex.VersionOfObjectRefStructure driver_trip_time_ref = 1;- Returns:
- The driverTripTimeRef.
-
getDriverTripTimeRefOrBuilder
VersionOfObjectRefStructureOrBuilder getDriverTripTimeRefOrBuilder()Reference to a DRIVER TRIP TIME. [netex_part_2/part2_vehicleService/netex_duty_support.xsd at 173:113]
.uk.org.netex.www.netex.VersionOfObjectRefStructure driver_trip_time_ref = 1; -
hasDriverTripTime
boolean hasDriverTripTime()A part of a BLOCK composed of consecutive VEHICLE JOURNEYs defined for the same DAY TYPE, all operated on the same LINE. [netex_part_2/part2_vehicleService/netex_duty_version.xsd at 457:92]
.uk.org.netex.www.netex.DriverTripTimeType driver_trip_time = 2;- Returns:
- Whether the driverTripTime field is set.
-
getDriverTripTime
DriverTripTimeType getDriverTripTime()A part of a BLOCK composed of consecutive VEHICLE JOURNEYs defined for the same DAY TYPE, all operated on the same LINE. [netex_part_2/part2_vehicleService/netex_duty_version.xsd at 457:92]
.uk.org.netex.www.netex.DriverTripTimeType driver_trip_time = 2;- Returns:
- The driverTripTime.
-
getDriverTripTimeOrBuilder
DriverTripTimeTypeOrBuilder getDriverTripTimeOrBuilder()A part of a BLOCK composed of consecutive VEHICLE JOURNEYs defined for the same DAY TYPE, all operated on the same LINE. [netex_part_2/part2_vehicleService/netex_duty_version.xsd at 457:92]
.uk.org.netex.www.netex.DriverTripTimeType driver_trip_time = 2;
-