T_UserData

open class T_UserData

Ancillary data should be described near the element it refers to. Ancillary data contains data that are not yet described in ASAM OpenDRIVE, or data that is needed by an application for a specific reason. Examples are different road textures. In ASAM OpenDRIVE, ancillary data is represented by elements. They may be stored at any element in ASAM OpenDRIVE.

Java class for t_userData complex type.

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


<complexType name="t_userData">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <any processContents='skip' maxOccurs="unbounded" minOccurs="0"/>
      </sequence>
      <attribute name="code" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getAny(): List<Element>
Gets the value of the any property.
Link copied to clipboard
open fun getCode(): String
Gets the value of the code property.
Link copied to clipboard
open fun getValue(): String
Gets the value of the value property.
Link copied to clipboard
open fun setCode(value: String)
Sets the value of the code property.
Link copied to clipboard
open fun setValue(value: String)
Sets the value of the value property.