Class ModalLinkRefByValue2Structure

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

@Generated public final class ModalLinkRefByValue2Structure extends com.google.protobuf.GeneratedMessage implements ModalLinkRefByValue2StructureOrBuilder
 Type for a reference to a LINK.  [netex_framework/netex_reusableComponents/netex_linkByValue_support.xsd at 82:56]
 
Protobuf type uk.org.netex.www.netex.ModalLinkRefByValue2Structure
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:
    • VEHICLE_MODE_FIELD_NUMBER

      public static final int VEHICLE_MODE_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
    • hasCreated

      public boolean hasCreated()
       Date reference was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 228:68]
       
      .google.protobuf.Timestamp created = 2;
      Specified by:
      hasCreated in interface ModalLinkRefByValue2StructureOrBuilder
      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 = 2;
      Specified by:
      getCreated in interface ModalLinkRefByValue2StructureOrBuilder
      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 = 2;
      Specified by:
      getCreatedOrBuilder in interface ModalLinkRefByValue2StructureOrBuilder
    • hasChanged

      public boolean hasChanged()
       Date reference was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 233:68]
       
      .google.protobuf.Timestamp changed = 3;
      Specified by:
      hasChanged in interface ModalLinkRefByValue2StructureOrBuilder
      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 = 3;
      Specified by:
      getChanged in interface ModalLinkRefByValue2StructureOrBuilder
      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 = 3;
      Specified by:
      getChangedOrBuilder in interface ModalLinkRefByValue2StructureOrBuilder
    • getVersion

      public String getVersion()
       Version number of referenced entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 238:69]
       
      string version = 4;
      Specified by:
      getVersion in interface ModalLinkRefByValue2StructureOrBuilder
      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 = 4;
      Specified by:
      getVersionBytes in interface ModalLinkRefByValue2StructureOrBuilder
      Returns:
      The bytes for version.
    • hasFromPointRef

      public boolean hasFromPointRef()
       Start POINT of LINK.  [netex_framework/netex_reusableComponents/netex_linkByValue_support.xsd at 87:62]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure from_point_ref = 5;
      Specified by:
      hasFromPointRef in interface ModalLinkRefByValue2StructureOrBuilder
      Returns:
      Whether the fromPointRef field is set.
    • getFromPointRef

      public VersionOfObjectRefStructure getFromPointRef()
       Start POINT of LINK.  [netex_framework/netex_reusableComponents/netex_linkByValue_support.xsd at 87:62]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure from_point_ref = 5;
      Specified by:
      getFromPointRef in interface ModalLinkRefByValue2StructureOrBuilder
      Returns:
      The fromPointRef.
    • getFromPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getFromPointRefOrBuilder()
       Start POINT of LINK.  [netex_framework/netex_reusableComponents/netex_linkByValue_support.xsd at 87:62]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure from_point_ref = 5;
      Specified by:
      getFromPointRefOrBuilder in interface ModalLinkRefByValue2StructureOrBuilder
    • hasToPointRef

      public boolean hasToPointRef()
       End POINT of LINK.  [netex_framework/netex_reusableComponents/netex_linkByValue_support.xsd at 92:60]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure to_point_ref = 6;
      Specified by:
      hasToPointRef in interface ModalLinkRefByValue2StructureOrBuilder
      Returns:
      Whether the toPointRef field is set.
    • getToPointRef

      public VersionOfObjectRefStructure getToPointRef()
       End POINT of LINK.  [netex_framework/netex_reusableComponents/netex_linkByValue_support.xsd at 92:60]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure to_point_ref = 6;
      Specified by:
      getToPointRef in interface ModalLinkRefByValue2StructureOrBuilder
      Returns:
      The toPointRef.
    • getToPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getToPointRefOrBuilder()
       End POINT of LINK.  [netex_framework/netex_reusableComponents/netex_linkByValue_support.xsd at 92:60]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure to_point_ref = 6;
      Specified by:
      getToPointRefOrBuilder in interface ModalLinkRefByValue2StructureOrBuilder
    • hasTypeOfLinkRef

      public boolean hasTypeOfLinkRef()
       Reference to a TYPE OF LINK.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 282:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_link_ref = 7;
      Specified by:
      hasTypeOfLinkRef in interface ModalLinkRefByValue2StructureOrBuilder
      Returns:
      Whether the typeOfLinkRef field is set.
    • getTypeOfLinkRef

      public VersionOfObjectRefStructure getTypeOfLinkRef()
       Reference to a TYPE OF LINK.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 282:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_link_ref = 7;
      Specified by:
      getTypeOfLinkRef in interface ModalLinkRefByValue2StructureOrBuilder
      Returns:
      The typeOfLinkRef.
    • getTypeOfLinkRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTypeOfLinkRefOrBuilder()
       Reference to a TYPE OF LINK.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 282:102]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_link_ref = 7;
      Specified by:
      getTypeOfLinkRefOrBuilder in interface ModalLinkRefByValue2StructureOrBuilder
    • getVehicleModeValue

      public int getVehicleModeValue()
       VEHICLE MODE: a characterisation of the operation according to the means of transport (bus, tram, metro, train, ferry, ship).  [netex_framework/netex_reusableComponents/netex_mode_support.xsd at 97:61]
       
      .uk.org.netex.www.netex.AllModesEnumeration vehicle_mode = 8;
      Specified by:
      getVehicleModeValue in interface ModalLinkRefByValue2StructureOrBuilder
      Returns:
      The enum numeric value on the wire for vehicleMode.
    • getVehicleMode

      public AllModesEnumeration getVehicleMode()
       VEHICLE MODE: a characterisation of the operation according to the means of transport (bus, tram, metro, train, ferry, ship).  [netex_framework/netex_reusableComponents/netex_mode_support.xsd at 97:61]
       
      .uk.org.netex.www.netex.AllModesEnumeration vehicle_mode = 8;
      Specified by:
      getVehicleMode in interface ModalLinkRefByValue2StructureOrBuilder
      Returns:
      The vehicleMode.
    • 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 ModalLinkRefByValue2Structure parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static ModalLinkRefByValue2Structure.Builder newBuilder()
    • newBuilder

    • toBuilder

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

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

      public static ModalLinkRefByValue2Structure getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<ModalLinkRefByValue2Structure> 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 ModalLinkRefByValue2Structure getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder