Metainheritance

open class Metainheritance

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">
      <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
      <attribute name="supertypeid" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
      <attribute name="subtypeid" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getId(): BigInteger
Gets the value of the id property.
Link copied to clipboard
Gets the value of the subtypeid property.
Link copied to clipboard
Gets the value of the supertypeid property.
Link copied to clipboard
open fun setId(value: BigInteger)
Sets the value of the id property.
Link copied to clipboard
open fun setSubtypeid(value: BigInteger)
Sets the value of the subtypeid property.
Link copied to clipboard
open fun setSupertypeid(value: BigInteger)
Sets the value of the supertypeid property.