Package uk.org.netex.www.netex
Interface JourneyPatternLayovers_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
JourneyPatternLayovers_RelStructure,JourneyPatternLayovers_RelStructure.Builder
@Generated
public interface JourneyPatternLayovers_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Identifier of the relationship.com.google.protobuf.ByteStringIdentifier of the relationship.getJourneyPatternLayover(int index) Time allowance at the end of each journey on a specified JOURNEY PATTERN, to allow for delays and for other purposes.intTime allowance at the end of each journey on a specified JOURNEY PATTERN, to allow for delays and for other purposes.Time allowance at the end of each journey on a specified JOURNEY PATTERN, to allow for delays and for other purposes.getJourneyPatternLayoverOrBuilder(int index) Time allowance at the end of each journey on a specified JOURNEY PATTERN, to allow for delays and for other purposes.List<? extends JourneyPatternLayoverTypeOrBuilder> Time allowance at the end of each journey on a specified JOURNEY PATTERN, to allow for delays and for other purposes.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.
-
getJourneyPatternLayoverList
List<JourneyPatternLayoverType> getJourneyPatternLayoverList()Time allowance at the end of each journey on a specified JOURNEY PATTERN, to allow for delays and for other purposes. This layover supersedes any global layover and may be superseded by a specific VEHICLE JOURNEY LAYOVER. [netex_part_1/part1_tacticalPlanning/netex_journeyPatternTimings_version.xsd at 236:96]
repeated .uk.org.netex.www.netex.JourneyPatternLayoverType journey_pattern_layover = 2; -
getJourneyPatternLayover
Time allowance at the end of each journey on a specified JOURNEY PATTERN, to allow for delays and for other purposes. This layover supersedes any global layover and may be superseded by a specific VEHICLE JOURNEY LAYOVER. [netex_part_1/part1_tacticalPlanning/netex_journeyPatternTimings_version.xsd at 236:96]
repeated .uk.org.netex.www.netex.JourneyPatternLayoverType journey_pattern_layover = 2; -
getJourneyPatternLayoverCount
int getJourneyPatternLayoverCount()Time allowance at the end of each journey on a specified JOURNEY PATTERN, to allow for delays and for other purposes. This layover supersedes any global layover and may be superseded by a specific VEHICLE JOURNEY LAYOVER. [netex_part_1/part1_tacticalPlanning/netex_journeyPatternTimings_version.xsd at 236:96]
repeated .uk.org.netex.www.netex.JourneyPatternLayoverType journey_pattern_layover = 2; -
getJourneyPatternLayoverOrBuilderList
List<? extends JourneyPatternLayoverTypeOrBuilder> getJourneyPatternLayoverOrBuilderList()Time allowance at the end of each journey on a specified JOURNEY PATTERN, to allow for delays and for other purposes. This layover supersedes any global layover and may be superseded by a specific VEHICLE JOURNEY LAYOVER. [netex_part_1/part1_tacticalPlanning/netex_journeyPatternTimings_version.xsd at 236:96]
repeated .uk.org.netex.www.netex.JourneyPatternLayoverType journey_pattern_layover = 2; -
getJourneyPatternLayoverOrBuilder
Time allowance at the end of each journey on a specified JOURNEY PATTERN, to allow for delays and for other purposes. This layover supersedes any global layover and may be superseded by a specific VEHICLE JOURNEY LAYOVER. [netex_part_1/part1_tacticalPlanning/netex_journeyPatternTimings_version.xsd at 236:96]
repeated .uk.org.netex.www.netex.JourneyPatternLayoverType journey_pattern_layover = 2;
-