Mermaidmodel

open class Mermaidmodel

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}metamodel"/>
        <element ref="{http://merode.econ.kuleuven.ac.be/mermaid/mxp/1.5}guimodel"/>
      </sequence>
      <attribute name="mxp.version" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
      <attribute name="jmermaid.version" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
      <attribute name="timestamp" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getGuimodel(): Guimodel
Gets the value of the guimodel property.
Link copied to clipboard
Gets the value of the jmermaidVersion property.
Link copied to clipboard
Gets the value of the metamodel property.
Link copied to clipboard
Gets the value of the mxpVersion property.
Link copied to clipboard
open fun getTimestamp(): String
Gets the value of the timestamp property.
Link copied to clipboard
open fun setGuimodel(value: Guimodel)
Sets the value of the guimodel property.
Link copied to clipboard
Sets the value of the jmermaidVersion property.
Link copied to clipboard
open fun setMetamodel(value: Metamodel)
Sets the value of the metamodel property.
Link copied to clipboard
open fun setMxpVersion(value: BigDecimal)
Sets the value of the mxpVersion property.
Link copied to clipboard
open fun setTimestamp(value: String)
Sets the value of the timestamp property.