Class LineLinkRefByValueStructure

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
uk.org.netex.www.netex.LineLinkRefByValueStructure
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, LineLinkRefByValueStructureOrBuilder

@Generated public final class LineLinkRefByValueStructure extends com.google.protobuf.GeneratedMessage implements LineLinkRefByValueStructureOrBuilder
 Type for a reference to a LINE LINK BY VALUE.  [netex_part_1/part1_networkDescription/netex_lineNetwork_support.xsd at 95:54]
 
Protobuf type uk.org.netex.www.netex.LineLinkRefByValueStructure
See Also:
  • Field Details

    • CREATED_FIELD_NUMBER

      public static final int CREATED_FIELD_NUMBER
      See Also:
    • CHANGED_FIELD_NUMBER

      public static final int CHANGED_FIELD_NUMBER
      See Also:
    • VERSION_FIELD_NUMBER

      public static final int VERSION_FIELD_NUMBER
      See Also:
    • FROM_POINT_REF_FIELD_NUMBER

      public static final int FROM_POINT_REF_FIELD_NUMBER
      See Also:
    • TO_POINT_REF_FIELD_NUMBER

      public static final int TO_POINT_REF_FIELD_NUMBER
      See Also:
    • NAME_OF_POINT_REF_CLASS_FIELD_NUMBER

      public static final int NAME_OF_POINT_REF_CLASS_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • getTypeOfLinkRef

      public String getTypeOfLinkRef()
       Reference to a TYPE OF LINK.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 163:63]
       
      string type_of_link_ref = 5;
      Specified by:
      getTypeOfLinkRef in interface LineLinkRefByValueStructureOrBuilder
      Returns:
      The typeOfLinkRef.
    • getTypeOfLinkRefBytes

      public com.google.protobuf.ByteString getTypeOfLinkRefBytes()
       Reference to a TYPE OF LINK.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 163:63]
       
      string type_of_link_ref = 5;
      Specified by:
      getTypeOfLinkRefBytes in interface LineLinkRefByValueStructureOrBuilder
      Returns:
      The bytes for typeOfLinkRef.
    • hasCreated

      public boolean hasCreated()
       Date reference was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 228:68]
       
      .google.protobuf.Timestamp created = 6;
      Specified by:
      hasCreated in interface LineLinkRefByValueStructureOrBuilder
      Returns:
      Whether the created field is set.
    • getCreated

      public 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 = 6;
      Specified by:
      getCreated in interface LineLinkRefByValueStructureOrBuilder
      Returns:
      The created.
    • getCreatedOrBuilder

      public 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 = 6;
      Specified by:
      getCreatedOrBuilder in interface LineLinkRefByValueStructureOrBuilder
    • hasChanged

      public boolean hasChanged()
       Date reference was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 233:68]
       
      .google.protobuf.Timestamp changed = 7;
      Specified by:
      hasChanged in interface LineLinkRefByValueStructureOrBuilder
      Returns:
      Whether the changed field is set.
    • getChanged

      public 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 = 7;
      Specified by:
      getChanged in interface LineLinkRefByValueStructureOrBuilder
      Returns:
      The changed.
    • getChangedOrBuilder

      public 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 = 7;
      Specified by:
      getChangedOrBuilder in interface LineLinkRefByValueStructureOrBuilder
    • getVersion

      public String getVersion()
       Version number of referenced entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 238:69]
       
      string version = 8;
      Specified by:
      getVersion in interface LineLinkRefByValueStructureOrBuilder
      Returns:
      The version.
    • getVersionBytes

      public com.google.protobuf.ByteString getVersionBytes()
       Version number of referenced entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 238:69]
       
      string version = 8;
      Specified by:
      getVersionBytes in interface LineLinkRefByValueStructureOrBuilder
      Returns:
      The bytes for version.
    • getFromPointRef

      public String getFromPointRef()
       Identifier of a POINT. at which LINK starts.  [netex_part_1/part1_networkDescription/netex_lineNetwork_support.xsd at 101:74]
       
      string from_point_ref = 9;
      Specified by:
      getFromPointRef in interface LineLinkRefByValueStructureOrBuilder
      Returns:
      The fromPointRef.
    • getFromPointRefBytes

      public com.google.protobuf.ByteString getFromPointRefBytes()
       Identifier of a POINT. at which LINK starts.  [netex_part_1/part1_networkDescription/netex_lineNetwork_support.xsd at 101:74]
       
      string from_point_ref = 9;
      Specified by:
      getFromPointRefBytes in interface LineLinkRefByValueStructureOrBuilder
      Returns:
      The bytes for fromPointRef.
    • getToPointRef

      public String getToPointRef()
       Identifier of a POINT. at which LINK ends.  [netex_part_1/part1_networkDescription/netex_lineNetwork_support.xsd at 106:72]
       
      string to_point_ref = 10;
      Specified by:
      getToPointRef in interface LineLinkRefByValueStructureOrBuilder
      Returns:
      The toPointRef.
    • getToPointRefBytes

      public com.google.protobuf.ByteString getToPointRefBytes()
       Identifier of a POINT. at which LINK ends.  [netex_part_1/part1_networkDescription/netex_lineNetwork_support.xsd at 106:72]
       
      string to_point_ref = 10;
      Specified by:
      getToPointRefBytes in interface LineLinkRefByValueStructureOrBuilder
      Returns:
      The bytes for toPointRef.
    • getNameOfPointRefClass

      public String getNameOfPointRefClass()
       Class of POINT referenced by LINK.  [netex_part_1/part1_networkDescription/netex_lineNetwork_support.xsd at 111:81]
       
      string name_of_point_ref_class = 11;
      Specified by:
      getNameOfPointRefClass in interface LineLinkRefByValueStructureOrBuilder
      Returns:
      The nameOfPointRefClass.
    • getNameOfPointRefClassBytes

      public com.google.protobuf.ByteString getNameOfPointRefClassBytes()
       Class of POINT referenced by LINK.  [netex_part_1/part1_networkDescription/netex_lineNetwork_support.xsd at 111:81]
       
      string name_of_point_ref_class = 11;
      Specified by:
      getNameOfPointRefClassBytes in interface LineLinkRefByValueStructureOrBuilder
      Returns:
      The bytes for nameOfPointRefClass.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static LineLinkRefByValueStructure parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static LineLinkRefByValueStructure parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static LineLinkRefByValueStructure parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static LineLinkRefByValueStructure parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static LineLinkRefByValueStructure parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static LineLinkRefByValueStructure parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static LineLinkRefByValueStructure parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static LineLinkRefByValueStructure parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static LineLinkRefByValueStructure parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static LineLinkRefByValueStructure parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static LineLinkRefByValueStructure parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static LineLinkRefByValueStructure parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public LineLinkRefByValueStructure.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static LineLinkRefByValueStructure.Builder newBuilder()
    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected LineLinkRefByValueStructure.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static LineLinkRefByValueStructure getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<LineLinkRefByValueStructure> parser()
    • getParserForType

      public com.google.protobuf.Parser<LineLinkRefByValueStructure> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public LineLinkRefByValueStructure getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder