T_Include

open class T_Include

Provides information about additional files that should be included while processing the ASAM OpenDRIVE file.

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
Location of the file that is to be included
Link copied to clipboard
open fun setFile(value: String)
Sets the value of the file property.