Dependencyumllabel

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

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getPosition(): String
Gets the value of the position property.
Link copied to clipboard
open fun isMasterside(): Boolean
Gets the value of the masterside property.
Link copied to clipboard
open fun setMasterside(value: Boolean)
Sets the value of the masterside property.
Link copied to clipboard
open fun setPosition(value: String)
Sets the value of the position property.