T_Header_SignalRegulation

Defines the default regulations for signs in different countries, for example, if it is allowed to turn right when a red traffic light appears.

Java class for t_header_signalRegulation complex type

.

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


<complexType name="t_header_signalRegulation">
  <complexContent>
    <extension base="{}_OpenDriveElement">
      <sequence>
        <element name="_OpenDriveElement" type="{}_OpenDriveElement"/>
        <group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
        <element name="semantics" type="{}t_signals_semantics" minOccurs="0"/>
      </sequence>
      <attribute name="subtype" type="{http://www.w3.org/2001/XMLSchema}string" />
      <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
Gets the value of the _OpenDriveElement property.
Link copied to clipboard
ASAM OpenDRIVE offers the possibility to include external data.
Link copied to clipboard
Gets the value of the semantics property.
Link copied to clipboard
open fun getSubtype(): String
Gets the value of the subtype property.
Link copied to clipboard
open fun getType(): String
Gets the value of the type property.
Link copied to clipboard
Sets the value of the _OpenDriveElement property.
Link copied to clipboard
Sets the value of the semantics property.
Link copied to clipboard
open fun setSubtype(value: String)
Sets the value of the subtype property.
Link copied to clipboard
open fun setType(value: String)
Sets the value of the type property.