Class ClassificationDescriptors_RelStructure.Builder

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

public static final class ClassificationDescriptors_RelStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<ClassificationDescriptors_RelStructure.Builder> implements ClassificationDescriptors_RelStructureOrBuilder
 Type for a list of POINT OF INTEREST CLASSIFICATION DESCRIPTORs.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 182:65]
 
Protobuf type uk.org.netex.www.netex.ClassificationDescriptors_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<ClassificationDescriptors_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<ClassificationDescriptors_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<ClassificationDescriptors_RelStructure.Builder>
    • getDefaultInstanceForType

      public ClassificationDescriptors_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

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

      public ClassificationDescriptors_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<ClassificationDescriptors_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<ClassificationDescriptors_RelStructure.Builder>
    • mergeFrom

      public ClassificationDescriptors_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<ClassificationDescriptors_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 ClassificationDescriptors_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 ClassificationDescriptors_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 ClassificationDescriptors_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.
    • getClassificationDescriptorList

      public List<ClassificationDescriptor_VersionStructure> getClassificationDescriptorList()
       Alternative descriptor for a POINT OF INTEREST Classification.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 189:122]
       
      repeated .uk.org.netex.www.netex.ClassificationDescriptor_VersionStructure classification_descriptor = 2;
      Specified by:
      getClassificationDescriptorList in interface ClassificationDescriptors_RelStructureOrBuilder
    • getClassificationDescriptorCount

      public int getClassificationDescriptorCount()
       Alternative descriptor for a POINT OF INTEREST Classification.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 189:122]
       
      repeated .uk.org.netex.www.netex.ClassificationDescriptor_VersionStructure classification_descriptor = 2;
      Specified by:
      getClassificationDescriptorCount in interface ClassificationDescriptors_RelStructureOrBuilder
    • getClassificationDescriptor

      public ClassificationDescriptor_VersionStructure getClassificationDescriptor(int index)
       Alternative descriptor for a POINT OF INTEREST Classification.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 189:122]
       
      repeated .uk.org.netex.www.netex.ClassificationDescriptor_VersionStructure classification_descriptor = 2;
      Specified by:
      getClassificationDescriptor in interface ClassificationDescriptors_RelStructureOrBuilder
    • setClassificationDescriptor

      public ClassificationDescriptors_RelStructure.Builder setClassificationDescriptor(int index, ClassificationDescriptor_VersionStructure value)
       Alternative descriptor for a POINT OF INTEREST Classification.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 189:122]
       
      repeated .uk.org.netex.www.netex.ClassificationDescriptor_VersionStructure classification_descriptor = 2;
    • setClassificationDescriptor

      public ClassificationDescriptors_RelStructure.Builder setClassificationDescriptor(int index, ClassificationDescriptor_VersionStructure.Builder builderForValue)
       Alternative descriptor for a POINT OF INTEREST Classification.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 189:122]
       
      repeated .uk.org.netex.www.netex.ClassificationDescriptor_VersionStructure classification_descriptor = 2;
    • addClassificationDescriptor

       Alternative descriptor for a POINT OF INTEREST Classification.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 189:122]
       
      repeated .uk.org.netex.www.netex.ClassificationDescriptor_VersionStructure classification_descriptor = 2;
    • addClassificationDescriptor

      public ClassificationDescriptors_RelStructure.Builder addClassificationDescriptor(int index, ClassificationDescriptor_VersionStructure value)
       Alternative descriptor for a POINT OF INTEREST Classification.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 189:122]
       
      repeated .uk.org.netex.www.netex.ClassificationDescriptor_VersionStructure classification_descriptor = 2;
    • addClassificationDescriptor

       Alternative descriptor for a POINT OF INTEREST Classification.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 189:122]
       
      repeated .uk.org.netex.www.netex.ClassificationDescriptor_VersionStructure classification_descriptor = 2;
    • addClassificationDescriptor

      public ClassificationDescriptors_RelStructure.Builder addClassificationDescriptor(int index, ClassificationDescriptor_VersionStructure.Builder builderForValue)
       Alternative descriptor for a POINT OF INTEREST Classification.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 189:122]
       
      repeated .uk.org.netex.www.netex.ClassificationDescriptor_VersionStructure classification_descriptor = 2;
    • addAllClassificationDescriptor

       Alternative descriptor for a POINT OF INTEREST Classification.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 189:122]
       
      repeated .uk.org.netex.www.netex.ClassificationDescriptor_VersionStructure classification_descriptor = 2;
    • clearClassificationDescriptor

      public ClassificationDescriptors_RelStructure.Builder clearClassificationDescriptor()
       Alternative descriptor for a POINT OF INTEREST Classification.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 189:122]
       
      repeated .uk.org.netex.www.netex.ClassificationDescriptor_VersionStructure classification_descriptor = 2;
    • removeClassificationDescriptor

      public ClassificationDescriptors_RelStructure.Builder removeClassificationDescriptor(int index)
       Alternative descriptor for a POINT OF INTEREST Classification.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 189:122]
       
      repeated .uk.org.netex.www.netex.ClassificationDescriptor_VersionStructure classification_descriptor = 2;
    • getClassificationDescriptorBuilder

      public ClassificationDescriptor_VersionStructure.Builder getClassificationDescriptorBuilder(int index)
       Alternative descriptor for a POINT OF INTEREST Classification.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 189:122]
       
      repeated .uk.org.netex.www.netex.ClassificationDescriptor_VersionStructure classification_descriptor = 2;
    • getClassificationDescriptorOrBuilder

      public ClassificationDescriptor_VersionStructureOrBuilder getClassificationDescriptorOrBuilder(int index)
       Alternative descriptor for a POINT OF INTEREST Classification.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 189:122]
       
      repeated .uk.org.netex.www.netex.ClassificationDescriptor_VersionStructure classification_descriptor = 2;
      Specified by:
      getClassificationDescriptorOrBuilder in interface ClassificationDescriptors_RelStructureOrBuilder
    • getClassificationDescriptorOrBuilderList

      public List<? extends ClassificationDescriptor_VersionStructureOrBuilder> getClassificationDescriptorOrBuilderList()
       Alternative descriptor for a POINT OF INTEREST Classification.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 189:122]
       
      repeated .uk.org.netex.www.netex.ClassificationDescriptor_VersionStructure classification_descriptor = 2;
      Specified by:
      getClassificationDescriptorOrBuilderList in interface ClassificationDescriptors_RelStructureOrBuilder
    • addClassificationDescriptorBuilder

      public ClassificationDescriptor_VersionStructure.Builder addClassificationDescriptorBuilder()
       Alternative descriptor for a POINT OF INTEREST Classification.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 189:122]
       
      repeated .uk.org.netex.www.netex.ClassificationDescriptor_VersionStructure classification_descriptor = 2;
    • addClassificationDescriptorBuilder

      public ClassificationDescriptor_VersionStructure.Builder addClassificationDescriptorBuilder(int index)
       Alternative descriptor for a POINT OF INTEREST Classification.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 189:122]
       
      repeated .uk.org.netex.www.netex.ClassificationDescriptor_VersionStructure classification_descriptor = 2;
    • getClassificationDescriptorBuilderList

      public List<ClassificationDescriptor_VersionStructure.Builder> getClassificationDescriptorBuilderList()
       Alternative descriptor for a POINT OF INTEREST Classification.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 189:122]
       
      repeated .uk.org.netex.www.netex.ClassificationDescriptor_VersionStructure classification_descriptor = 2;