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 Type
    Method
    Description
    com.google.protobuf.Timestamp
    Date ENTITY or version was last changed.
    com.google.protobuf.TimestampOrBuilder
    Date ENTITY or version was last changed.
    com.google.protobuf.Timestamp
    Date ENTITY was first created.
    com.google.protobuf.TimestampOrBuilder
    Date ENTITY was first created.
    Identifier of ENTITY.
    com.google.protobuf.ByteString
    Identifier of ENTITY.
    Versions of theENTITY.
    Versions of theENTITY.
    boolean
    Date ENTITY or version was last changed.
    boolean
    Date ENTITY was first created.
    boolean
    Versions of theENTITY.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

       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

       Versions of theENTITY.  [netex_framework/netex_responsibility/netex_entity_entity.xsd at 71:73]
       
      .uk.org.netex.www.netex.EntitiesInVersion_RelStructure versions = 5;