Package uk.org.netex.www.netex
Interface StopPointsInJourneyPattern_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StopPointsInJourneyPattern_RelStructure,StopPointsInJourneyPattern_RelStructure.Builder
@Generated
public interface StopPointsInJourneyPattern_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Identifier of the relationship.com.google.protobuf.ByteStringIdentifier of the relationship.getStopPointInJourneyPattern(int index) The use of a SCHEDULED STOP POINT in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN.intThe use of a SCHEDULED STOP POINT in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN.The use of a SCHEDULED STOP POINT in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN.getStopPointInJourneyPatternOrBuilder(int index) The use of a SCHEDULED STOP POINT in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN.List<? extends StopPointInJourneyPatternTypeOrBuilder> The use of a SCHEDULED STOP POINT in a specified order. within a JOURNEY PATTERN or SERVICE 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.
-
getStopPointInJourneyPatternList
List<StopPointInJourneyPatternType> getStopPointInJourneyPatternList()The use of a SCHEDULED STOP POINT in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN. [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 755:105]
repeated .uk.org.netex.www.netex.StopPointInJourneyPatternType stop_point_in_journey_pattern = 2; -
getStopPointInJourneyPattern
The use of a SCHEDULED STOP POINT in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN. [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 755:105]
repeated .uk.org.netex.www.netex.StopPointInJourneyPatternType stop_point_in_journey_pattern = 2; -
getStopPointInJourneyPatternCount
int getStopPointInJourneyPatternCount()The use of a SCHEDULED STOP POINT in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN. [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 755:105]
repeated .uk.org.netex.www.netex.StopPointInJourneyPatternType stop_point_in_journey_pattern = 2; -
getStopPointInJourneyPatternOrBuilderList
List<? extends StopPointInJourneyPatternTypeOrBuilder> getStopPointInJourneyPatternOrBuilderList()The use of a SCHEDULED STOP POINT in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN. [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 755:105]
repeated .uk.org.netex.www.netex.StopPointInJourneyPatternType stop_point_in_journey_pattern = 2; -
getStopPointInJourneyPatternOrBuilder
The use of a SCHEDULED STOP POINT in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN. [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 755:105]
repeated .uk.org.netex.www.netex.StopPointInJourneyPatternType stop_point_in_journey_pattern = 2;
-