T_Road_Signals_Signal_Reference

Signal references link a signal to another signal or object. One signal may have multiple signal references. The signal reference term should not to be confused with the `` element that is used to link a signal to multiple roads.

Java class for t_road_signals_signal_reference complex type

.

The following schema fragment specifies the expected content contained within this class.


<complexType name="t_road_signals_signal_reference">
  <complexContent>
    <extension base="{}_OpenDriveElement">
      <sequence>
        <group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
      </sequence>
      <attribute name="elementId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="elementType" use="required" type="{}e_road_signals_signal_reference_elementType" />
      <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getElementId(): String
Unique ID of the linked element
Link copied to clipboard
Type of the linked element
Link copied to clipboard
ASAM OpenDRIVE offers the possibility to include external data.
Link copied to clipboard
open fun getType(): String
Type of the linkage Free text, depending on application
Link copied to clipboard
open fun setElementId(value: String)
Sets the value of the elementId property.
Link copied to clipboard
Sets the value of the elementType property.
Link copied to clipboard
open fun setType(value: String)
Sets the value of the type property.