T_UserData

open class T_UserData

Describes any additional information or data that is needed by an application for a specific reason.

Java class for t_userData 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
open fun getAny(): List<Element>
Gets the value of the any property.
Link copied to clipboard
open fun getCode(): String
Code for the user data.
Link copied to clipboard
open fun getValue(): String
User data.
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.