Class Deltas_RelStructure.Builder

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

public static final class Deltas_RelStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<Deltas_RelStructure.Builder> implements Deltas_RelStructureOrBuilder
 A collection of one or more DELTAs.  [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 134:46]
 
Protobuf type uk.org.netex.www.netex.Deltas_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<Deltas_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<Deltas_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<Deltas_RelStructure.Builder>
    • getDefaultInstanceForType

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

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

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

      public Deltas_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<Deltas_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<Deltas_RelStructure.Builder>
    • mergeFrom

      public Deltas_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<Deltas_RelStructure.Builder>
      Throws:
      IOException
    • getDeltaList

      public List<DeltaStructure> getDeltaList()
       A  record of the detailed changes of a given ENTITY IN VERSION from one VERSION to the next one.  A DELTA contains pairs of attributes' old values - new values.  [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 142:50]
       
      repeated .uk.org.netex.www.netex.DeltaStructure delta = 1;
      Specified by:
      getDeltaList in interface Deltas_RelStructureOrBuilder
    • getDeltaCount

      public int getDeltaCount()
       A  record of the detailed changes of a given ENTITY IN VERSION from one VERSION to the next one.  A DELTA contains pairs of attributes' old values - new values.  [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 142:50]
       
      repeated .uk.org.netex.www.netex.DeltaStructure delta = 1;
      Specified by:
      getDeltaCount in interface Deltas_RelStructureOrBuilder
    • getDelta

      public DeltaStructure getDelta(int index)
       A  record of the detailed changes of a given ENTITY IN VERSION from one VERSION to the next one.  A DELTA contains pairs of attributes' old values - new values.  [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 142:50]
       
      repeated .uk.org.netex.www.netex.DeltaStructure delta = 1;
      Specified by:
      getDelta in interface Deltas_RelStructureOrBuilder
    • setDelta

      public Deltas_RelStructure.Builder setDelta(int index, DeltaStructure value)
       A  record of the detailed changes of a given ENTITY IN VERSION from one VERSION to the next one.  A DELTA contains pairs of attributes' old values - new values.  [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 142:50]
       
      repeated .uk.org.netex.www.netex.DeltaStructure delta = 1;
    • setDelta

      public Deltas_RelStructure.Builder setDelta(int index, DeltaStructure.Builder builderForValue)
       A  record of the detailed changes of a given ENTITY IN VERSION from one VERSION to the next one.  A DELTA contains pairs of attributes' old values - new values.  [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 142:50]
       
      repeated .uk.org.netex.www.netex.DeltaStructure delta = 1;
    • addDelta

       A  record of the detailed changes of a given ENTITY IN VERSION from one VERSION to the next one.  A DELTA contains pairs of attributes' old values - new values.  [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 142:50]
       
      repeated .uk.org.netex.www.netex.DeltaStructure delta = 1;
    • addDelta

      public Deltas_RelStructure.Builder addDelta(int index, DeltaStructure value)
       A  record of the detailed changes of a given ENTITY IN VERSION from one VERSION to the next one.  A DELTA contains pairs of attributes' old values - new values.  [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 142:50]
       
      repeated .uk.org.netex.www.netex.DeltaStructure delta = 1;
    • addDelta

      public Deltas_RelStructure.Builder addDelta(DeltaStructure.Builder builderForValue)
       A  record of the detailed changes of a given ENTITY IN VERSION from one VERSION to the next one.  A DELTA contains pairs of attributes' old values - new values.  [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 142:50]
       
      repeated .uk.org.netex.www.netex.DeltaStructure delta = 1;
    • addDelta

      public Deltas_RelStructure.Builder addDelta(int index, DeltaStructure.Builder builderForValue)
       A  record of the detailed changes of a given ENTITY IN VERSION from one VERSION to the next one.  A DELTA contains pairs of attributes' old values - new values.  [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 142:50]
       
      repeated .uk.org.netex.www.netex.DeltaStructure delta = 1;
    • addAllDelta

      public Deltas_RelStructure.Builder addAllDelta(Iterable<? extends DeltaStructure> values)
       A  record of the detailed changes of a given ENTITY IN VERSION from one VERSION to the next one.  A DELTA contains pairs of attributes' old values - new values.  [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 142:50]
       
      repeated .uk.org.netex.www.netex.DeltaStructure delta = 1;
    • clearDelta

      public Deltas_RelStructure.Builder clearDelta()
       A  record of the detailed changes of a given ENTITY IN VERSION from one VERSION to the next one.  A DELTA contains pairs of attributes' old values - new values.  [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 142:50]
       
      repeated .uk.org.netex.www.netex.DeltaStructure delta = 1;
    • removeDelta

      public Deltas_RelStructure.Builder removeDelta(int index)
       A  record of the detailed changes of a given ENTITY IN VERSION from one VERSION to the next one.  A DELTA contains pairs of attributes' old values - new values.  [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 142:50]
       
      repeated .uk.org.netex.www.netex.DeltaStructure delta = 1;
    • getDeltaBuilder

      public DeltaStructure.Builder getDeltaBuilder(int index)
       A  record of the detailed changes of a given ENTITY IN VERSION from one VERSION to the next one.  A DELTA contains pairs of attributes' old values - new values.  [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 142:50]
       
      repeated .uk.org.netex.www.netex.DeltaStructure delta = 1;
    • getDeltaOrBuilder

      public DeltaStructureOrBuilder getDeltaOrBuilder(int index)
       A  record of the detailed changes of a given ENTITY IN VERSION from one VERSION to the next one.  A DELTA contains pairs of attributes' old values - new values.  [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 142:50]
       
      repeated .uk.org.netex.www.netex.DeltaStructure delta = 1;
      Specified by:
      getDeltaOrBuilder in interface Deltas_RelStructureOrBuilder
    • getDeltaOrBuilderList

      public List<? extends DeltaStructureOrBuilder> getDeltaOrBuilderList()
       A  record of the detailed changes of a given ENTITY IN VERSION from one VERSION to the next one.  A DELTA contains pairs of attributes' old values - new values.  [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 142:50]
       
      repeated .uk.org.netex.www.netex.DeltaStructure delta = 1;
      Specified by:
      getDeltaOrBuilderList in interface Deltas_RelStructureOrBuilder
    • addDeltaBuilder

      public DeltaStructure.Builder addDeltaBuilder()
       A  record of the detailed changes of a given ENTITY IN VERSION from one VERSION to the next one.  A DELTA contains pairs of attributes' old values - new values.  [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 142:50]
       
      repeated .uk.org.netex.www.netex.DeltaStructure delta = 1;
    • addDeltaBuilder

      public DeltaStructure.Builder addDeltaBuilder(int index)
       A  record of the detailed changes of a given ENTITY IN VERSION from one VERSION to the next one.  A DELTA contains pairs of attributes' old values - new values.  [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 142:50]
       
      repeated .uk.org.netex.www.netex.DeltaStructure delta = 1;
    • getDeltaBuilderList

      public List<DeltaStructure.Builder> getDeltaBuilderList()
       A  record of the detailed changes of a given ENTITY IN VERSION from one VERSION to the next one.  A DELTA contains pairs of attributes' old values - new values.  [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 142:50]
       
      repeated .uk.org.netex.www.netex.DeltaStructure delta = 1;