Package uk.org.netex.www.netex
Interface JourneyPatternHeadways_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
JourneyPatternHeadways_RelStructure,JourneyPatternHeadways_RelStructure.Builder
@Generated
public interface JourneyPatternHeadways_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Identifier of the relationship.com.google.protobuf.ByteStringIdentifier of the relationship.getJourneyPatternHeadway(int index) Headway interval information that is available for all the VEHICLE JOURNEYs running on the JOURNEY PATTERN.intHeadway interval information that is available for all the VEHICLE JOURNEYs running on the JOURNEY PATTERN.Headway interval information that is available for all the VEHICLE JOURNEYs running on the JOURNEY PATTERN.getJourneyPatternHeadwayOrBuilder(int index) Headway interval information that is available for all the VEHICLE JOURNEYs running on the JOURNEY PATTERN.List<? extends JourneyPatternHeadwayTypeOrBuilder> Headway interval information that is available for all the VEHICLE JOURNEYs running on the JOURNEY PATTERN.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.
-
getJourneyPatternHeadwayList
List<JourneyPatternHeadwayType> getJourneyPatternHeadwayList()Headway interval information that is available for all the VEHICLE JOURNEYs running on the JOURNEY PATTERN. This is a default value that can be superseded by the VEHICLE JOURNEY HEADWAY on a specific journey. This information must be consistent with HEADWAY JOURNEY GROUP if available (HEADWAY JOURNEY GROUP being a more detailed way of describing headway services). [netex_part_1/part1_tacticalPlanning/netex_journeyPatternTimings_version.xsd at 299:96]
repeated .uk.org.netex.www.netex.JourneyPatternHeadwayType journey_pattern_headway = 2; -
getJourneyPatternHeadway
Headway interval information that is available for all the VEHICLE JOURNEYs running on the JOURNEY PATTERN. This is a default value that can be superseded by the VEHICLE JOURNEY HEADWAY on a specific journey. This information must be consistent with HEADWAY JOURNEY GROUP if available (HEADWAY JOURNEY GROUP being a more detailed way of describing headway services). [netex_part_1/part1_tacticalPlanning/netex_journeyPatternTimings_version.xsd at 299:96]
repeated .uk.org.netex.www.netex.JourneyPatternHeadwayType journey_pattern_headway = 2; -
getJourneyPatternHeadwayCount
int getJourneyPatternHeadwayCount()Headway interval information that is available for all the VEHICLE JOURNEYs running on the JOURNEY PATTERN. This is a default value that can be superseded by the VEHICLE JOURNEY HEADWAY on a specific journey. This information must be consistent with HEADWAY JOURNEY GROUP if available (HEADWAY JOURNEY GROUP being a more detailed way of describing headway services). [netex_part_1/part1_tacticalPlanning/netex_journeyPatternTimings_version.xsd at 299:96]
repeated .uk.org.netex.www.netex.JourneyPatternHeadwayType journey_pattern_headway = 2; -
getJourneyPatternHeadwayOrBuilderList
List<? extends JourneyPatternHeadwayTypeOrBuilder> getJourneyPatternHeadwayOrBuilderList()Headway interval information that is available for all the VEHICLE JOURNEYs running on the JOURNEY PATTERN. This is a default value that can be superseded by the VEHICLE JOURNEY HEADWAY on a specific journey. This information must be consistent with HEADWAY JOURNEY GROUP if available (HEADWAY JOURNEY GROUP being a more detailed way of describing headway services). [netex_part_1/part1_tacticalPlanning/netex_journeyPatternTimings_version.xsd at 299:96]
repeated .uk.org.netex.www.netex.JourneyPatternHeadwayType journey_pattern_headway = 2; -
getJourneyPatternHeadwayOrBuilder
Headway interval information that is available for all the VEHICLE JOURNEYs running on the JOURNEY PATTERN. This is a default value that can be superseded by the VEHICLE JOURNEY HEADWAY on a specific journey. This information must be consistent with HEADWAY JOURNEY GROUP if available (HEADWAY JOURNEY GROUP being a more detailed way of describing headway services). [netex_part_1/part1_tacticalPlanning/netex_journeyPatternTimings_version.xsd at 299:96]
repeated .uk.org.netex.www.netex.JourneyPatternHeadwayType journey_pattern_headway = 2;
-