Class GroupOfPoints_RelStructure.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<GroupOfPoints_RelStructure.Builder>
com.google.protobuf.GeneratedMessage.Builder<GroupOfPoints_RelStructure.Builder>
uk.org.netex.www.netex.GroupOfPoints_RelStructure.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, GroupOfPoints_RelStructureOrBuilder
Enclosing class:
GroupOfPoints_RelStructure

public static final class GroupOfPoints_RelStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<GroupOfPoints_RelStructure.Builder> implements GroupOfPoints_RelStructureOrBuilder
 Type for a list of GROUPs OF POINTs.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 413:53]
 
Protobuf type uk.org.netex.www.netex.GroupOfPoints_RelStructure
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<GroupOfPoints_RelStructure.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<GroupOfPoints_RelStructure.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<GroupOfPoints_RelStructure.Builder>
    • getDefaultInstanceForType

      public GroupOfPoints_RelStructure getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public GroupOfPoints_RelStructure buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public GroupOfPoints_RelStructure.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<GroupOfPoints_RelStructure.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<GroupOfPoints_RelStructure.Builder>
    • mergeFrom

      public GroupOfPoints_RelStructure.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<GroupOfPoints_RelStructure.Builder>
      Throws:
      IOException
    • getId

      public String getId()
       Identifier of the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Specified by:
      getId in interface GroupOfPoints_RelStructureOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       Identifier of the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Specified by:
      getIdBytes in interface GroupOfPoints_RelStructureOrBuilder
      Returns:
      The bytes for id.
    • setId

       Identifier of the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Parameters:
      value - The id to set.
      Returns:
      This builder for chaining.
    • clearId

       Identifier of the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Returns:
      This builder for chaining.
    • setIdBytes

      public GroupOfPoints_RelStructure.Builder setIdBytes(com.google.protobuf.ByteString value)
       Identifier of the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Parameters:
      value - The bytes for id to set.
      Returns:
      This builder for chaining.
    • getGroupOfPointsList

      public 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;
      Specified by:
      getGroupOfPointsList in interface GroupOfPoints_RelStructureOrBuilder
    • getGroupOfPointsCount

      public 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;
      Specified by:
      getGroupOfPointsCount in interface GroupOfPoints_RelStructureOrBuilder
    • getGroupOfPoints

      public 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;
      Specified by:
      getGroupOfPoints in interface GroupOfPoints_RelStructureOrBuilder
    • setGroupOfPoints

      public GroupOfPoints_RelStructure.Builder setGroupOfPoints(int index, GroupOfPointsType value)
       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;
    • setGroupOfPoints

      public GroupOfPoints_RelStructure.Builder setGroupOfPoints(int index, GroupOfPointsType.Builder builderForValue)
       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;
    • addGroupOfPoints

      public GroupOfPoints_RelStructure.Builder addGroupOfPoints(GroupOfPointsType value)
       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;
    • addGroupOfPoints

      public GroupOfPoints_RelStructure.Builder addGroupOfPoints(int index, GroupOfPointsType value)
       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;
    • addGroupOfPoints

      public GroupOfPoints_RelStructure.Builder addGroupOfPoints(GroupOfPointsType.Builder builderForValue)
       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;
    • addGroupOfPoints

      public GroupOfPoints_RelStructure.Builder addGroupOfPoints(int index, GroupOfPointsType.Builder builderForValue)
       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;
    • addAllGroupOfPoints

      public GroupOfPoints_RelStructure.Builder addAllGroupOfPoints(Iterable<? extends GroupOfPointsType> values)
       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;
    • clearGroupOfPoints

      public GroupOfPoints_RelStructure.Builder clearGroupOfPoints()
       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;
    • removeGroupOfPoints

      public GroupOfPoints_RelStructure.Builder removeGroupOfPoints(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;
    • getGroupOfPointsBuilder

      public GroupOfPointsType.Builder getGroupOfPointsBuilder(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;
    • getGroupOfPointsOrBuilder

      public 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;
      Specified by:
      getGroupOfPointsOrBuilder in interface GroupOfPoints_RelStructureOrBuilder
    • getGroupOfPointsOrBuilderList

      public 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;
      Specified by:
      getGroupOfPointsOrBuilderList in interface GroupOfPoints_RelStructureOrBuilder
    • addGroupOfPointsBuilder

      public GroupOfPointsType.Builder addGroupOfPointsBuilder()
       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;
    • addGroupOfPointsBuilder

      public GroupOfPointsType.Builder addGroupOfPointsBuilder(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;
    • getGroupOfPointsBuilderList

      public List<GroupOfPointsType.Builder> getGroupOfPointsBuilderList()
       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;