Package uk.org.netex.www.netex
Interface DeltaValueStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DeltaValueStructure,DeltaValueStructure.Builder
@Generated
public interface DeltaValueStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionIdentifier of DELTA of which this is part.com.google.protobuf.ByteStringIdentifier of DELTA of which this is part.getId()Identifier of DELTA.com.google.protobuf.ByteStringIdentifier of DELTA.Nature of change made by DELTA.intNature of change made by DELTA.New value for attribute set by DELTA.com.google.protobuf.ByteStringNew value for attribute set by DELTA.Previous value for attribute.com.google.protobuf.ByteStringPrevious value for attribute.Name of VALUE altered by DELTA.com.google.protobuf.ByteStringName of VALUE altered by DELTA.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
-
getId
String getId()Identifier of DELTA. [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 242:52]
string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()Identifier of DELTA. [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 242:52]
string id = 1;- Returns:
- The bytes for id.
-
getDeltaRef
String getDeltaRef()Identifier of DELTA of which this is part. [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 253:66]
string delta_ref = 2;- Returns:
- The deltaRef.
-
getDeltaRefBytes
com.google.protobuf.ByteString getDeltaRefBytes()Identifier of DELTA of which this is part. [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 253:66]
string delta_ref = 2;- Returns:
- The bytes for deltaRef.
-
getModificationValue
int getModificationValue()Nature of change made by DELTA. [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 258:99]
.uk.org.netex.www.netex.ModificationEnumeration modification = 3;- Returns:
- The enum numeric value on the wire for modification.
-
getModification
ModificationEnumeration getModification()Nature of change made by DELTA. [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 258:99]
.uk.org.netex.www.netex.ModificationEnumeration modification = 3;- Returns:
- The modification.
-
getValueName
String getValueName()Name of VALUE altered by DELTA. [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 263:76]
string value_name = 4;- Returns:
- The valueName.
-
getValueNameBytes
com.google.protobuf.ByteString getValueNameBytes()Name of VALUE altered by DELTA. [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 263:76]
string value_name = 4;- Returns:
- The bytes for valueName.
-
getOldValue
String getOldValue()Previous value for attribute. [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 268:66]
string old_value = 5;- Returns:
- The oldValue.
-
getOldValueBytes
com.google.protobuf.ByteString getOldValueBytes()Previous value for attribute. [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 268:66]
string old_value = 5;- Returns:
- The bytes for oldValue.
-
getNewValue
String getNewValue()New value for attribute set by DELTA. [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 273:66]
string new_value = 6;- Returns:
- The newValue.
-
getNewValueBytes
com.google.protobuf.ByteString getNewValueBytes()New value for attribute set by DELTA. [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 273:66]
string new_value = 6;- Returns:
- The bytes for newValue.
-