Package uk.org.netex.www.netex
Interface Traces_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Traces_RelStructure,Traces_RelStructure.Builder
public interface Traces_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetTrace(int index) A record of the detailed changes of a given ENTITY IN VERSION from one VERSION to the next one.intA 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.List<? extends TraceTypeOrBuilder> 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
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
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
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;
-