Package uk.org.netex.www.netex
Interface TurnaroundTimeLimitTimes_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TurnaroundTimeLimitTimes_RelStructure,TurnaroundTimeLimitTimes_RelStructure.Builder
@Generated
public interface TurnaroundTimeLimitTimes_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Identifier of the relationship.com.google.protobuf.ByteStringIdentifier of the relationship.getTurnaroundTimeLimitTime(int index) The maximum time for which a vehicle may be scheduled to wait at a particular TIMING POINT (often included in a TURN STATION) without being returned to a PARKING POINT.intThe maximum time for which a vehicle may be scheduled to wait at a particular TIMING POINT (often included in a TURN STATION) without being returned to a PARKING POINT.The maximum time for which a vehicle may be scheduled to wait at a particular TIMING POINT (often included in a TURN STATION) without being returned to a PARKING POINT.getTurnaroundTimeLimitTimeOrBuilder(int index) The maximum time for which a vehicle may be scheduled to wait at a particular TIMING POINT (often included in a TURN STATION) without being returned to a PARKING POINT.List<? extends TurnaroundTimeLimitTimeTypeOrBuilder> The maximum time for which a vehicle may be scheduled to wait at a particular TIMING POINT (often included in a TURN STATION) without being returned to a PARKING POINT.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.
-
getTurnaroundTimeLimitTimeList
List<TurnaroundTimeLimitTimeType> getTurnaroundTimeLimitTimeList()The maximum time for which a vehicle may be scheduled to wait at a particular TIMING POINT (often included in a TURN STATION) without being returned to a PARKING POINT. A minimum time for a vehicle to turn its direction may also be recorded. This may be superseded by a DEAD RUN. [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 308:98]
repeated .uk.org.netex.www.netex.TurnaroundTimeLimitTimeType turnaround_time_limit_time = 2; -
getTurnaroundTimeLimitTime
The maximum time for which a vehicle may be scheduled to wait at a particular TIMING POINT (often included in a TURN STATION) without being returned to a PARKING POINT. A minimum time for a vehicle to turn its direction may also be recorded. This may be superseded by a DEAD RUN. [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 308:98]
repeated .uk.org.netex.www.netex.TurnaroundTimeLimitTimeType turnaround_time_limit_time = 2; -
getTurnaroundTimeLimitTimeCount
int getTurnaroundTimeLimitTimeCount()The maximum time for which a vehicle may be scheduled to wait at a particular TIMING POINT (often included in a TURN STATION) without being returned to a PARKING POINT. A minimum time for a vehicle to turn its direction may also be recorded. This may be superseded by a DEAD RUN. [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 308:98]
repeated .uk.org.netex.www.netex.TurnaroundTimeLimitTimeType turnaround_time_limit_time = 2; -
getTurnaroundTimeLimitTimeOrBuilderList
List<? extends TurnaroundTimeLimitTimeTypeOrBuilder> getTurnaroundTimeLimitTimeOrBuilderList()The maximum time for which a vehicle may be scheduled to wait at a particular TIMING POINT (often included in a TURN STATION) without being returned to a PARKING POINT. A minimum time for a vehicle to turn its direction may also be recorded. This may be superseded by a DEAD RUN. [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 308:98]
repeated .uk.org.netex.www.netex.TurnaroundTimeLimitTimeType turnaround_time_limit_time = 2; -
getTurnaroundTimeLimitTimeOrBuilder
The maximum time for which a vehicle may be scheduled to wait at a particular TIMING POINT (often included in a TURN STATION) without being returned to a PARKING POINT. A minimum time for a vehicle to turn its direction may also be recorded. This may be superseded by a DEAD RUN. [netex_part_1/part1_tacticalPlanning/netex_journeyTiming_version.xsd at 308:98]
repeated .uk.org.netex.www.netex.TurnaroundTimeLimitTimeType turnaround_time_limit_time = 2;
-