Metaattribute

open class Metaattribute

Java class for anonymous complex type.

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

<complexType>
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="validation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="implementation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
      </sequence>
      <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
      <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="type-id" type="{http://www.w3.org/2001/XMLSchema}integer" />
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the description property.
Link copied to clipboard
open fun getId(): BigInteger
Gets the value of the id property.
Link copied to clipboard
Gets the value of the implementation property.
Link copied to clipboard
open fun getName(): String
Gets the value of the name property.
Link copied to clipboard
open fun getType(): String
Gets the value of the type property.
Link copied to clipboard
open fun getTypeId(): BigInteger
Gets the value of the typeId property.
Link copied to clipboard
open fun getValidation(): String
Gets the value of the validation property.
Link copied to clipboard
open fun setDescription(value: String)
Sets the value of the description property.
Link copied to clipboard
open fun setId(value: BigInteger)
Sets the value of the id property.
Link copied to clipboard
open fun setImplementation(value: String)
Sets the value of the implementation property.
Link copied to clipboard
open fun setName(value: String)
Sets the value of the name property.
Link copied to clipboard
open fun setType(value: String)
Sets the value of the type property.
Link copied to clipboard
open fun setTypeId(value: BigInteger)
Sets the value of the typeId property.
Link copied to clipboard
open fun setValidation(value: String)
Sets the value of the validation property.