OpenDRIVE

open class OpenDRIVE

Java class for anonymous complex type.

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


<complexType>
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="header" type="{}t_header"/>
        <element name="road" type="{}t_road" maxOccurs="unbounded"/>
        <element name="controller" type="{}t_controller" maxOccurs="unbounded" minOccurs="0"/>
        <element name="junction" type="{}t_junction" maxOccurs="unbounded" minOccurs="0"/>
        <element name="junctionGroup" type="{}t_junctionGroup" maxOccurs="unbounded" minOccurs="0"/>
        <element name="station" type="{}t_station" maxOccurs="unbounded" minOccurs="0"/>
        <group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the controller property.
Link copied to clipboard
Gets the value of the gAdditionalData property.
Link copied to clipboard
open fun getHeader(): T_Header
Gets the value of the header property.
Link copied to clipboard
Gets the value of the junction property.
Link copied to clipboard
Gets the value of the junctionGroup property.
Link copied to clipboard
open fun getRoad(): List<T_Road>
Gets the value of the road property.
Link copied to clipboard
Gets the value of the station property.
Link copied to clipboard
open fun setHeader(value: T_Header)
Sets the value of the header property.