Class DeltaValues_RelStructure.Builder

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

public static final class DeltaValues_RelStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<DeltaValues_RelStructure.Builder> implements DeltaValues_RelStructureOrBuilder
 A collection of one or more DELTA VALUEs.  [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 220:51]
 
Protobuf type uk.org.netex.www.netex.DeltaValues_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<DeltaValues_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<DeltaValues_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<DeltaValues_RelStructure.Builder>
    • getDefaultInstanceForType

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

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

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

      public DeltaValues_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<DeltaValues_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<DeltaValues_RelStructure.Builder>
    • mergeFrom

      public DeltaValues_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<DeltaValues_RelStructure.Builder>
      Throws:
      IOException
    • getDeltaValueList

      public List<DeltaValueStructure> getDeltaValueList()
       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 228:60]
       
      repeated .uk.org.netex.www.netex.DeltaValueStructure delta_value = 1;
      Specified by:
      getDeltaValueList in interface DeltaValues_RelStructureOrBuilder
    • getDeltaValueCount

      public int getDeltaValueCount()
       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 228:60]
       
      repeated .uk.org.netex.www.netex.DeltaValueStructure delta_value = 1;
      Specified by:
      getDeltaValueCount in interface DeltaValues_RelStructureOrBuilder
    • getDeltaValue

      public DeltaValueStructure getDeltaValue(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 228:60]
       
      repeated .uk.org.netex.www.netex.DeltaValueStructure delta_value = 1;
      Specified by:
      getDeltaValue in interface DeltaValues_RelStructureOrBuilder
    • setDeltaValue

      public DeltaValues_RelStructure.Builder setDeltaValue(int index, DeltaValueStructure 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 228:60]
       
      repeated .uk.org.netex.www.netex.DeltaValueStructure delta_value = 1;
    • setDeltaValue

      public DeltaValues_RelStructure.Builder setDeltaValue(int index, DeltaValueStructure.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 228:60]
       
      repeated .uk.org.netex.www.netex.DeltaValueStructure delta_value = 1;
    • addDeltaValue

       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 228:60]
       
      repeated .uk.org.netex.www.netex.DeltaValueStructure delta_value = 1;
    • addDeltaValue

      public DeltaValues_RelStructure.Builder addDeltaValue(int index, DeltaValueStructure 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 228:60]
       
      repeated .uk.org.netex.www.netex.DeltaValueStructure delta_value = 1;
    • addDeltaValue

      public DeltaValues_RelStructure.Builder addDeltaValue(DeltaValueStructure.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 228:60]
       
      repeated .uk.org.netex.www.netex.DeltaValueStructure delta_value = 1;
    • addDeltaValue

      public DeltaValues_RelStructure.Builder addDeltaValue(int index, DeltaValueStructure.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 228:60]
       
      repeated .uk.org.netex.www.netex.DeltaValueStructure delta_value = 1;
    • addAllDeltaValue

      public DeltaValues_RelStructure.Builder addAllDeltaValue(Iterable<? extends DeltaValueStructure> 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 228:60]
       
      repeated .uk.org.netex.www.netex.DeltaValueStructure delta_value = 1;
    • clearDeltaValue

      public DeltaValues_RelStructure.Builder clearDeltaValue()
       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 228:60]
       
      repeated .uk.org.netex.www.netex.DeltaValueStructure delta_value = 1;
    • removeDeltaValue

      public DeltaValues_RelStructure.Builder removeDeltaValue(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 228:60]
       
      repeated .uk.org.netex.www.netex.DeltaValueStructure delta_value = 1;
    • getDeltaValueBuilder

      public DeltaValueStructure.Builder getDeltaValueBuilder(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 228:60]
       
      repeated .uk.org.netex.www.netex.DeltaValueStructure delta_value = 1;
    • getDeltaValueOrBuilder

      public DeltaValueStructureOrBuilder getDeltaValueOrBuilder(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 228:60]
       
      repeated .uk.org.netex.www.netex.DeltaValueStructure delta_value = 1;
      Specified by:
      getDeltaValueOrBuilder in interface DeltaValues_RelStructureOrBuilder
    • getDeltaValueOrBuilderList

      public List<? extends DeltaValueStructureOrBuilder> getDeltaValueOrBuilderList()
       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 228:60]
       
      repeated .uk.org.netex.www.netex.DeltaValueStructure delta_value = 1;
      Specified by:
      getDeltaValueOrBuilderList in interface DeltaValues_RelStructureOrBuilder
    • addDeltaValueBuilder

      public DeltaValueStructure.Builder addDeltaValueBuilder()
       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 228:60]
       
      repeated .uk.org.netex.www.netex.DeltaValueStructure delta_value = 1;
    • addDeltaValueBuilder

      public DeltaValueStructure.Builder addDeltaValueBuilder(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 228:60]
       
      repeated .uk.org.netex.www.netex.DeltaValueStructure delta_value = 1;
    • getDeltaValueBuilderList

      public List<DeltaValueStructure.Builder> getDeltaValueBuilderList()
       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 228:60]
       
      repeated .uk.org.netex.www.netex.DeltaValueStructure delta_value = 1;