T_Signals_Semantics_SupplementaryTime

This signal semantic has no meaning on its own. It specifies the time or date a sign is valid.

Java class for t_signals_semantics_supplementaryTime complex type

.

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


<complexType name="t_signals_semantics_supplementaryTime">
  <complexContent>
    <extension base="{}_OpenDriveElement">
      <sequence>
        <group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
      </sequence>
      <attribute name="type" type="{}e_signals_semantics_supplementaryTime" />
      <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}double" />
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
ASAM OpenDRIVE offers the possibility to include external data.
Link copied to clipboard
Gets the value of the type property.
Link copied to clipboard
open fun getValue(): Double
Gets the value of the value property.
Link copied to clipboard
Sets the value of the type property.
Link copied to clipboard
open fun setValue(value: Double)
Sets the value of the value property.