Metatransitionmethod

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

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the methodid property.
Link copied to clipboard
open fun getMethodname(): String
Gets the value of the methodname property.
Link copied to clipboard
open fun getSafeid(): BigInteger
Gets the value of the safeid property.
Link copied to clipboard
open fun setMethodid(value: BigInteger)
Sets the value of the methodid property.
Link copied to clipboard
open fun setMethodname(value: String)
Sets the value of the methodname property.
Link copied to clipboard
open fun setSafeid(value: BigInteger)
Sets the value of the safeid property.