T_Road_Type_Speed

Defines the default maximum speed allowed in conjunction with the specified road type.

Java class for t_road_type_speed complex type.

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


<complexType name="t_road_type_speed">
  <complexContent>
    <extension base="{}_OpenDriveElement">
      <sequence>
      </sequence>
      <attribute name="max" use="required" type="{}t_maxSpeed" />
      <attribute name="unit" type="{}e_unitSpeed" />
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getMax(): String
Gets the value of the max property.
Link copied to clipboard
open fun getUnit(): E_UnitSpeed
Gets the value of the unit property.
Link copied to clipboard
open fun setMax(value: String)
Sets the value of the max property.
Link copied to clipboard
open fun setUnit(value: E_UnitSpeed)
Sets the value of the unit property.