Interface LineLinkRefStructureOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
LineLinkRefStructure, LineLinkRefStructure.Builder

public interface LineLinkRefStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Timestamp
    Date reference was last changed.
    com.google.protobuf.TimestampOrBuilder
    Date reference was last changed.
    com.google.protobuf.Timestamp
    Date reference was first created.
    com.google.protobuf.TimestampOrBuilder
    Date reference was first created.
    Identifier of a LINE LINK.
    com.google.protobuf.ByteString
    Identifier of a LINE LINK.
    Type for a reference to a LINE LINK.
    com.google.protobuf.ByteString
    Type for a reference to a LINE LINK.
    Version number of referenced entity.
    com.google.protobuf.ByteString
    Version number of referenced entity.
    boolean
    Date reference was last changed.
    boolean
    Date reference was first created.

    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

    • 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.
    • getRef

      String getRef()
       Identifier of a LINE LINK.  [netex_part_1/part1_networkDescription/netex_lineNetwork_support.xsd at 81:68]
       
      string ref = 9;
      Returns:
      The ref.
    • getRefBytes

      com.google.protobuf.ByteString getRefBytes()
       Identifier of a LINE LINK.  [netex_part_1/part1_networkDescription/netex_lineNetwork_support.xsd at 81:68]
       
      string ref = 9;
      Returns:
      The bytes for ref.
    • getValue

      String getValue()
       Type for a reference to a LINE LINK.  [netex_part_1/part1_networkDescription/netex_lineNetwork_support.xsd at 75:47]
       
      string value = 10;
      Returns:
      The value.
    • getValueBytes

      com.google.protobuf.ByteString getValueBytes()
       Type for a reference to a LINE LINK.  [netex_part_1/part1_networkDescription/netex_lineNetwork_support.xsd at 75:47]
       
      string value = 10;
      Returns:
      The bytes for value.