Interface Traces_RelStructureOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getTrace(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.
    getTraceOrBuilder(int index)
    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

    • getTraceList

      List<TraceType> getTraceList()
       A  record of the detailed changes of a given ENTITY IN VERSION from one VERSION to the next one.  A TRACE contains pairs of attributes' old values - new values.  [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 73:28]
       
      repeated .uk.org.netex.www.netex.TraceType trace = 1;
    • getTrace

      TraceType getTrace(int index)
       A  record of the detailed changes of a given ENTITY IN VERSION from one VERSION to the next one.  A TRACE contains pairs of attributes' old values - new values.  [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 73:28]
       
      repeated .uk.org.netex.www.netex.TraceType trace = 1;
    • getTraceCount

      int getTraceCount()
       A  record of the detailed changes of a given ENTITY IN VERSION from one VERSION to the next one.  A TRACE contains pairs of attributes' old values - new values.  [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 73:28]
       
      repeated .uk.org.netex.www.netex.TraceType trace = 1;
    • getTraceOrBuilderList

      List<? extends TraceTypeOrBuilder> getTraceOrBuilderList()
       A  record of the detailed changes of a given ENTITY IN VERSION from one VERSION to the next one.  A TRACE contains pairs of attributes' old values - new values.  [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 73:28]
       
      repeated .uk.org.netex.www.netex.TraceType trace = 1;
    • getTraceOrBuilder

      TraceTypeOrBuilder getTraceOrBuilder(int index)
       A  record of the detailed changes of a given ENTITY IN VERSION from one VERSION to the next one.  A TRACE contains pairs of attributes' old values - new values.  [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 73:28]
       
      repeated .uk.org.netex.www.netex.TraceType trace = 1;