Interface OnwardLinksTypeOrBuilder

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

public interface OnwardLinksTypeOrBuilder 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.
    • getPathLinkInSequenceList

      List<PathLinkInSequenceType> getPathLinkInSequenceList()
       A step in a Navigation PATH.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 315:80]
       
      repeated .uk.org.netex.www.netex.PathLinkInSequenceType path_link_in_sequence = 2;
    • getPathLinkInSequence

      PathLinkInSequenceType getPathLinkInSequence(int index)
       A step in a Navigation PATH.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 315:80]
       
      repeated .uk.org.netex.www.netex.PathLinkInSequenceType path_link_in_sequence = 2;
    • getPathLinkInSequenceCount

      int getPathLinkInSequenceCount()
       A step in a Navigation PATH.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 315:80]
       
      repeated .uk.org.netex.www.netex.PathLinkInSequenceType path_link_in_sequence = 2;
    • getPathLinkInSequenceOrBuilderList

      List<? extends PathLinkInSequenceTypeOrBuilder> getPathLinkInSequenceOrBuilderList()
       A step in a Navigation PATH.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 315:80]
       
      repeated .uk.org.netex.www.netex.PathLinkInSequenceType path_link_in_sequence = 2;
    • getPathLinkInSequenceOrBuilder

      PathLinkInSequenceTypeOrBuilder getPathLinkInSequenceOrBuilder(int index)
       A step in a Navigation PATH.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 315:80]
       
      repeated .uk.org.netex.www.netex.PathLinkInSequenceType path_link_in_sequence = 2;