Guimodel

open class Guimodel

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 ref="{http://merode.econ.kuleuven.ac.be/mermaid/mxp/1.5}view" maxOccurs="unbounded"/>
      </sequence>
      <attribute name="currentview" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
      <attribute name="topview.lastid" use="required" 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 currentview property.
Link copied to clipboard
Gets the value of the topviewLastid property.
Link copied to clipboard
open fun getView(): List<View>
Gets the value of the view property.
Link copied to clipboard
open fun setCurrentview(value: BigInteger)
Sets the value of the currentview property.
Link copied to clipboard
open fun setTopviewLastid(value: BigInteger)
Sets the value of the topviewLastid property.