Interface GroupOfPoints_RelStructureOrBuilder

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

public interface GroupOfPoints_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.
    • getGroupOfPointsList

      List<GroupOfPointsType> getGroupOfPointsList()
       A grouping of POINTs.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 425:89]
       
      repeated .uk.org.netex.www.netex.GroupOfPointsType group_of_points = 2;
    • getGroupOfPoints

      GroupOfPointsType getGroupOfPoints(int index)
       A grouping of POINTs.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 425:89]
       
      repeated .uk.org.netex.www.netex.GroupOfPointsType group_of_points = 2;
    • getGroupOfPointsCount

      int getGroupOfPointsCount()
       A grouping of POINTs.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 425:89]
       
      repeated .uk.org.netex.www.netex.GroupOfPointsType group_of_points = 2;
    • getGroupOfPointsOrBuilderList

      List<? extends GroupOfPointsTypeOrBuilder> getGroupOfPointsOrBuilderList()
       A grouping of POINTs.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 425:89]
       
      repeated .uk.org.netex.www.netex.GroupOfPointsType group_of_points = 2;
    • getGroupOfPointsOrBuilder

      GroupOfPointsTypeOrBuilder getGroupOfPointsOrBuilder(int index)
       A grouping of POINTs.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 425:89]
       
      repeated .uk.org.netex.www.netex.GroupOfPointsType group_of_points = 2;