Package uk.org.netex.www.netex
Interface TraceTypeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TraceType,TraceType.Builder
@Generated
public interface TraceTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.TimestampTimestamp of when ENTITY IN VERSION was Changed.com.google.protobuf.TimestampOrBuilderTimestamp of when ENTITY IN VERSION was Changed.Who made change.com.google.protobuf.ByteStringWho made change.com.google.protobuf.TimestampDate TRACE was first created.com.google.protobuf.TimestampOrBuilderDate TRACE was first created.getDelta()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.Description of change.com.google.protobuf.ByteStringDescription of change.getId()Identifier of TRACE.com.google.protobuf.ByteStringIdentifier of TRACE.Identifier of ENTITY IN VERSION that has been created or modiifed.Identifier of ENTITY IN VERSION that has been created or modiifed.booleanTimestamp of when ENTITY IN VERSION was Changed.booleanDate TRACE was first created.booleanhasDelta()A record of the detailed changes of a given ENTITY IN VERSION from one VERSION to the next one.booleanIdentifier of ENTITY IN VERSION that has been created or modiifed.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 TRACE. [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 88:47]
string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()Identifier of TRACE. [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 88:47]
string id = 1;- Returns:
- The bytes for id.
-
hasCreated
boolean hasCreated()Date TRACE was first created. [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 93:68]
.google.protobuf.Timestamp created = 2;- Returns:
- Whether the created field is set.
-
getCreated
com.google.protobuf.Timestamp getCreated()Date TRACE was first created. [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 93:68]
.google.protobuf.Timestamp created = 2;- Returns:
- The created.
-
getCreatedOrBuilder
com.google.protobuf.TimestampOrBuilder getCreatedOrBuilder()Date TRACE was first created. [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 93:68]
.google.protobuf.Timestamp created = 2; -
hasObjectRef
boolean hasObjectRef()Identifier of ENTITY IN VERSION that has been created or modiifed. [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 104:83]
.uk.org.netex.www.netex.VersionOfObjectRefStructure object_ref = 3;- Returns:
- Whether the objectRef field is set.
-
getObjectRef
VersionOfObjectRefStructure getObjectRef()Identifier of ENTITY IN VERSION that has been created or modiifed. [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 104:83]
.uk.org.netex.www.netex.VersionOfObjectRefStructure object_ref = 3;- Returns:
- The objectRef.
-
getObjectRefOrBuilder
VersionOfObjectRefStructureOrBuilder getObjectRefOrBuilder()Identifier of ENTITY IN VERSION that has been created or modiifed. [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 104:83]
.uk.org.netex.www.netex.VersionOfObjectRefStructure object_ref = 3; -
hasChangedAt
boolean hasChangedAt()Timestamp of when ENTITY IN VERSION was Changed. [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 109:54]
.google.protobuf.Timestamp changed_at = 4;- Returns:
- Whether the changedAt field is set.
-
getChangedAt
com.google.protobuf.Timestamp getChangedAt()Timestamp of when ENTITY IN VERSION was Changed. [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 109:54]
.google.protobuf.Timestamp changed_at = 4;- Returns:
- The changedAt.
-
getChangedAtOrBuilder
com.google.protobuf.TimestampOrBuilder getChangedAtOrBuilder()Timestamp of when ENTITY IN VERSION was Changed. [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 109:54]
.google.protobuf.Timestamp changed_at = 4; -
getChangedBy
String getChangedBy()Who made change. [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 114:76]
string changed_by = 5;- Returns:
- The changedBy.
-
getChangedByBytes
com.google.protobuf.ByteString getChangedByBytes()Who made change. [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 114:76]
string changed_by = 5;- Returns:
- The bytes for changedBy.
-
getDescription
String getDescription()Description of change. [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 119:78]
string description = 6;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()Description of change. [netex_framework/netex_responsibility/netex_versionDelta_version.xsd at 119:78]
string description = 6;- Returns:
- The bytes for description.
-
hasDelta
boolean hasDelta()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]
.uk.org.netex.www.netex.DeltaStructure delta = 7;- Returns:
- Whether the delta field is set.
-
getDelta
DeltaStructure 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]
.uk.org.netex.www.netex.DeltaStructure delta = 7;- Returns:
- The delta.
-
getDeltaOrBuilder
DeltaStructureOrBuilder 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]
.uk.org.netex.www.netex.DeltaStructure delta = 7;
-