Interface StopPointsInJourneyPattern_RelStructureOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
StopPointsInJourneyPattern_RelStructure, StopPointsInJourneyPattern_RelStructure.Builder

public interface StopPointsInJourneyPattern_RelStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 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

      StopPointInJourneyPatternType getStopPointInJourneyPattern(int index)
       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

      StopPointInJourneyPatternTypeOrBuilder getStopPointInJourneyPatternOrBuilder(int index)
       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;