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.

{@code  }

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.