T_License

Licensing information about the OpenDRIVE file.

Java class for t_license complex type

.

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


<complexType name="t_license">
  <complexContent>
    <extension base="{}_OpenDriveElement">
      <sequence>
        <group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
      </sequence>
      <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="resource" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="spdxid" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="text" type="{http://www.w3.org/2001/XMLSchema}string" />
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
ASAM OpenDRIVE offers the possibility to include external data.
Link copied to clipboard
open fun getName(): String
The full name of the license.
Link copied to clipboard
open fun getResource(): String
Link to an URL where the full license text can be found.
Link copied to clipboard
open fun getSpdxid(): String
The identifier of the license from the SPDX license list.
Link copied to clipboard
open fun getText(): String
The full license text.
Link copied to clipboard
open fun setName(value: String)
Sets the value of the name property.
Link copied to clipboard
open fun setResource(value: String)
Sets the value of the resource property.
Link copied to clipboard
open fun setSpdxid(value: String)
Sets the value of the spdxid property.
Link copied to clipboard
open fun setText(value: String)
Sets the value of the text property.