Package uk.org.netex.www.netex
Interface EntityESOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EntityES,EntityES.Builder
@Generated
public interface EntityESOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.TimestampDate ENTITY or version was last changed.com.google.protobuf.TimestampOrBuilderDate ENTITY or version was last changed.com.google.protobuf.TimestampDate ENTITY was first created.com.google.protobuf.TimestampOrBuilderDate ENTITY was first created.getId()Identifier of ENTITY.com.google.protobuf.ByteStringIdentifier of ENTITY.Versions of theENTITY.Versions of theENTITY.booleanDate ENTITY or version was last changed.booleanDate ENTITY was first created.booleanVersions of theENTITY.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 ENTITY. [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
string id = 2;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()Identifier of ENTITY. [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
string id = 2;- Returns:
- The bytes for id.
-
hasCreated
boolean hasCreated()Date ENTITY was first created. [netex_framework/netex_responsibility/netex_entity_entity.xsd at 77:70]
.google.protobuf.Timestamp created = 3;- Returns:
- Whether the created field is set.
-
getCreated
com.google.protobuf.Timestamp getCreated()Date ENTITY was first created. [netex_framework/netex_responsibility/netex_entity_entity.xsd at 77:70]
.google.protobuf.Timestamp created = 3;- Returns:
- The created.
-
getCreatedOrBuilder
com.google.protobuf.TimestampOrBuilder getCreatedOrBuilder()Date ENTITY was first created. [netex_framework/netex_responsibility/netex_entity_entity.xsd at 77:70]
.google.protobuf.Timestamp created = 3; -
hasChanged
boolean hasChanged()Date ENTITY or version was last changed. [netex_framework/netex_responsibility/netex_entity_entity.xsd at 82:70]
.google.protobuf.Timestamp changed = 4;- Returns:
- Whether the changed field is set.
-
getChanged
com.google.protobuf.Timestamp getChanged()Date ENTITY or version was last changed. [netex_framework/netex_responsibility/netex_entity_entity.xsd at 82:70]
.google.protobuf.Timestamp changed = 4;- Returns:
- The changed.
-
getChangedOrBuilder
com.google.protobuf.TimestampOrBuilder getChangedOrBuilder()Date ENTITY or version was last changed. [netex_framework/netex_responsibility/netex_entity_entity.xsd at 82:70]
.google.protobuf.Timestamp changed = 4; -
hasVersions
boolean hasVersions()Versions of theENTITY. [netex_framework/netex_responsibility/netex_entity_entity.xsd at 71:73]
.uk.org.netex.www.netex.EntitiesInVersion_RelStructure versions = 5;- Returns:
- Whether the versions field is set.
-
getVersions
EntitiesInVersion_RelStructure getVersions()Versions of theENTITY. [netex_framework/netex_responsibility/netex_entity_entity.xsd at 71:73]
.uk.org.netex.www.netex.EntitiesInVersion_RelStructure versions = 5;- Returns:
- The versions.
-
getVersionsOrBuilder
EntitiesInVersion_RelStructureOrBuilder getVersionsOrBuilder()Versions of theENTITY. [netex_framework/netex_responsibility/netex_entity_entity.xsd at 71:73]
.uk.org.netex.www.netex.EntitiesInVersion_RelStructure versions = 5;
-