UpdateBrukerResponse

Java class for updateBrukerResponse complex type

.

The following schema fragment specifies the expected content contained within this class.


<complexType name="updateBrukerResponse">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="return" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun isReturn(): Boolean
Gets the value of the return property.
Link copied to clipboard
open fun setReturn(value: Boolean)
Sets the value of the return property.