Package uk.org.netex.www.netex
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 TypeMethodDescriptiongetDeltaValue(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.getDeltaValueOrBuilder(int index) A record of the detailed changes of a given ENTITY IN VERSION from one VERSION to the next one.List<? extends DeltaValueStructureOrBuilder> 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
-
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
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
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;
-