T_Include

open class T_Include

ASAM OpenDRIVE allows including external files into the ASAM OpenDRIVE file. The processing of the files depends on the application. Included data is represented by elements. They may be stored at any position in ASAM OpenDRIVE.

Java class for t_include complex type.

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


<complexType name="t_include">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
      </sequence>
      <attribute name="file" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getFile(): String
Gets the value of the file property.
Link copied to clipboard
open fun setFile(value: String)
Sets the value of the file property.