Metatransition

open class Metatransition

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}metatransitionmethods"/>
      </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="legacy_name" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="sourcestateid" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
      <attribute name="targetstateid" 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
open fun getLegacyName(): String
Gets the value of the legacyName property.
Link copied to clipboard
Gets the value of the metatransitionmethods property.
Link copied to clipboard
open fun getName(): String
Gets the value of the name property.
Link copied to clipboard
Gets the value of the sourcestateid property.
Link copied to clipboard
Gets the value of the targetstateid property.
Link copied to clipboard
open fun setId(value: BigInteger)
Sets the value of the id property.
Link copied to clipboard
open fun setLegacyName(value: String)
Sets the value of the legacyName property.
Link copied to clipboard
Sets the value of the metatransitionmethods property.
Link copied to clipboard
open fun setName(value: String)
Sets the value of the name property.
Link copied to clipboard
open fun setSourcestateid(value: BigInteger)
Sets the value of the sourcestateid property.
Link copied to clipboard
open fun setTargetstateid(value: BigInteger)
Sets the value of the targetstateid property.