Oetobject

open class Oetobject

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="refid" 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 getRefid(): BigInteger
Gets the value of the refid property.
Link copied to clipboard
open fun setRefid(value: BigInteger)
Sets the value of the refid property.