Interface GroupOfLinksInFrame_RelStructureOrBuilder

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

@Generated public interface GroupOfLinksInFrame_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.
    • getModificationSetValue

      int getModificationSetValue()
       Whether this is a list of all (revise) or just changes.  [netex_framework/netex_responsibility/netex_relationship.xsd at 198:91]
       
      .uk.org.netex.www.netex.ModificationSetEnumeration modification_set = 2;
      Returns:
      The enum numeric value on the wire for modificationSet.
    • getModificationSet

      ModificationSetEnumeration getModificationSet()
       Whether this is a list of all (revise) or just changes.  [netex_framework/netex_responsibility/netex_relationship.xsd at 198:91]
       
      .uk.org.netex.www.netex.ModificationSetEnumeration modification_set = 2;
      Returns:
      The modificationSet.
    • getGroupOfLinksList

      List<GroupOfLinksType> getGroupOfLinksList()
       A grouping of LINKs.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 489:88]
       
      repeated .uk.org.netex.www.netex.GroupOfLinksType group_of_links = 3;
    • getGroupOfLinks

      GroupOfLinksType getGroupOfLinks(int index)
       A grouping of LINKs.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 489:88]
       
      repeated .uk.org.netex.www.netex.GroupOfLinksType group_of_links = 3;
    • getGroupOfLinksCount

      int getGroupOfLinksCount()
       A grouping of LINKs.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 489:88]
       
      repeated .uk.org.netex.www.netex.GroupOfLinksType group_of_links = 3;
    • getGroupOfLinksOrBuilderList

      List<? extends GroupOfLinksTypeOrBuilder> getGroupOfLinksOrBuilderList()
       A grouping of LINKs.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 489:88]
       
      repeated .uk.org.netex.www.netex.GroupOfLinksType group_of_links = 3;
    • getGroupOfLinksOrBuilder

      GroupOfLinksTypeOrBuilder getGroupOfLinksOrBuilder(int index)
       A grouping of LINKs.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 489:88]
       
      repeated .uk.org.netex.www.netex.GroupOfLinksType group_of_links = 3;