Interface DeltaValues_RelStructureOrBuilder

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

@Generated public interface DeltaValues_RelStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getDeltaValue(int index)
    A record of the detailed changes of a given ENTITY IN VERSION from one VERSION to the next one.
    int
    A record of the detailed changes of a given ENTITY IN VERSION from one VERSION to the next one.
    A record of the detailed changes of a given ENTITY IN VERSION from one VERSION to the next one.
    A record of the detailed changes of a given ENTITY IN VERSION from one VERSION to the next one.
    A record of the detailed changes of a given ENTITY IN VERSION from one VERSION to the next one.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getDeltaValueList

      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;
    • getDeltaValue

      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;
    • getDeltaValueCount

      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;
    • getDeltaValueOrBuilderList

      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;
    • getDeltaValueOrBuilder

      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;