Package uk.org.netex.www.netex
Interface TypeOfVersionRefStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TypeOfVersionRefStructure,TypeOfVersionRefStructure.Builder
@Generated
public interface TypeOfVersionRefStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.TimestampDate reference was last changed.com.google.protobuf.TimestampOrBuilderDate reference was last changed.com.google.protobuf.TimestampDate reference was first created.com.google.protobuf.TimestampOrBuilderDate reference was first created.getRef()Identifier of referenced entity.com.google.protobuf.ByteStringIdentifier of referenced entity.getValue()Type for a TYPE OF VERSION.com.google.protobuf.ByteStringType for a TYPE OF VERSION.Version number of referenced entity.com.google.protobuf.ByteStringVersion number of referenced entity.Identifier of version of referenced entity.com.google.protobuf.ByteStringIdentifier of version of referenced entity.booleanDate reference was last changed.booleanDate reference was first created.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
-
getRef
String getRef()Identifier of referenced entity. [netex_framework/netex_responsibility/netex_relationship_support.xsd at 179:66]
string ref = 3;- Returns:
- The ref.
-
getRefBytes
com.google.protobuf.ByteString getRefBytes()Identifier of referenced entity. [netex_framework/netex_responsibility/netex_relationship_support.xsd at 179:66]
string ref = 3;- Returns:
- The bytes for ref.
-
getVersionRef
String getVersionRef()Identifier of version of referenced entity. For use when reference is External and a specific version is required. Mutually exclusive with version [netex_framework/netex_responsibility/netex_relationship_support.xsd at 184:74]
string version_ref = 4;- Returns:
- The versionRef.
-
getVersionRefBytes
com.google.protobuf.ByteString getVersionRefBytes()Identifier of version of referenced entity. For use when reference is External and a specific version is required. Mutually exclusive with version [netex_framework/netex_responsibility/netex_relationship_support.xsd at 184:74]
string version_ref = 4;- Returns:
- The bytes for versionRef.
-
hasCreated
boolean hasCreated()Date reference was first created. [netex_framework/netex_responsibility/netex_version_support.xsd at 228:68]
.google.protobuf.Timestamp created = 5;- Returns:
- Whether the created field is set.
-
getCreated
com.google.protobuf.Timestamp getCreated()Date reference was first created. [netex_framework/netex_responsibility/netex_version_support.xsd at 228:68]
.google.protobuf.Timestamp created = 5;- Returns:
- The created.
-
getCreatedOrBuilder
com.google.protobuf.TimestampOrBuilder getCreatedOrBuilder()Date reference was first created. [netex_framework/netex_responsibility/netex_version_support.xsd at 228:68]
.google.protobuf.Timestamp created = 5; -
hasChanged
boolean hasChanged()Date reference was last changed. [netex_framework/netex_responsibility/netex_version_support.xsd at 233:68]
.google.protobuf.Timestamp changed = 6;- Returns:
- Whether the changed field is set.
-
getChanged
com.google.protobuf.Timestamp getChanged()Date reference was last changed. [netex_framework/netex_responsibility/netex_version_support.xsd at 233:68]
.google.protobuf.Timestamp changed = 6;- Returns:
- The changed.
-
getChangedOrBuilder
com.google.protobuf.TimestampOrBuilder getChangedOrBuilder()Date reference was last changed. [netex_framework/netex_responsibility/netex_version_support.xsd at 233:68]
.google.protobuf.Timestamp changed = 6; -
getVersion
String getVersion()Version number of referenced entity. [netex_framework/netex_responsibility/netex_version_support.xsd at 238:69]
string version = 7;- Returns:
- The version.
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()Version number of referenced entity. [netex_framework/netex_responsibility/netex_version_support.xsd at 238:69]
string version = 7;- Returns:
- The bytes for version.
-
getValue
String getValue()Type for a TYPE OF VERSION. [netex_framework/netex_responsibility/netex_relationship_support.xsd at 170:52]
string value = 8;- Returns:
- The value.
-
getValueBytes
com.google.protobuf.ByteString getValueBytes()Type for a TYPE OF VERSION. [netex_framework/netex_responsibility/netex_relationship_support.xsd at 170:52]
string value = 8;- Returns:
- The bytes for value.
-