T_Signals_Semantics_Speed

Specifies speed regulations.

Java class for t_signals_semantics_speed complex type

.

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


<complexType name="t_signals_semantics_speed">
  <complexContent>
    <extension base="{}_OpenDriveElement">
      <sequence>
        <group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
      </sequence>
      <attribute name="type" type="{}e_signals_semantics_speed" />
      <attribute name="unit" type="{}e_unitSpeed" />
      <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 getUnit(): E_UnitSpeed
Gets the value of the unit 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 setUnit(value: E_UnitSpeed)
Sets the value of the unit property.
Link copied to clipboard
open fun setValue(value: Double)
Sets the value of the value property.