Package uk.org.netex.www.netex
Interface Deltas_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Deltas_RelStructure,Deltas_RelStructure.Builder
public interface Deltas_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDelta(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.getDeltaOrBuilder(int index) A record of the detailed changes of a given ENTITY IN VERSION from one VERSION to the next one.List<? extends DeltaStructureOrBuilder> 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
-
getDeltaList
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; -
getDelta
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; -
getDeltaCount
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; -
getDeltaOrBuilderList
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; -
getDeltaOrBuilder
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;
-