Interface LinksOnSection_RelStructureOrBuilder

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

@Generated public interface LinksOnSection_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.
    • getLinkOnSectionList

      List<LinkOnSectionType> getLinkOnSectionList()
       LINK on a SECTION.  +v1.1.  [netex_framework/netex_genericFramework/netex_section_version.xsd at 320:71]
       
      repeated .uk.org.netex.www.netex.LinkOnSectionType link_on_section = 2;
    • getLinkOnSection

      LinkOnSectionType getLinkOnSection(int index)
       LINK on a SECTION.  +v1.1.  [netex_framework/netex_genericFramework/netex_section_version.xsd at 320:71]
       
      repeated .uk.org.netex.www.netex.LinkOnSectionType link_on_section = 2;
    • getLinkOnSectionCount

      int getLinkOnSectionCount()
       LINK on a SECTION.  +v1.1.  [netex_framework/netex_genericFramework/netex_section_version.xsd at 320:71]
       
      repeated .uk.org.netex.www.netex.LinkOnSectionType link_on_section = 2;
    • getLinkOnSectionOrBuilderList

      List<? extends LinkOnSectionTypeOrBuilder> getLinkOnSectionOrBuilderList()
       LINK on a SECTION.  +v1.1.  [netex_framework/netex_genericFramework/netex_section_version.xsd at 320:71]
       
      repeated .uk.org.netex.www.netex.LinkOnSectionType link_on_section = 2;
    • getLinkOnSectionOrBuilder

      LinkOnSectionTypeOrBuilder getLinkOnSectionOrBuilder(int index)
       LINK on a SECTION.  +v1.1.  [netex_framework/netex_genericFramework/netex_section_version.xsd at 320:71]
       
      repeated .uk.org.netex.www.netex.LinkOnSectionType link_on_section = 2;