BrukerIdent

open class BrukerIdent : Ident

Java class for BrukerIdent complex type

.

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


<complexType name="BrukerIdent">
  <complexContent>
    <extension base="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain}Ident">
      <sequence>
        <element name="brukernavn" type="{http://www.w3.org/2001/XMLSchema}string"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getBrukernavn(): String
Gets the value of the brukernavn property.
Link copied to clipboard
open fun setBrukernavn(value: String)
Sets the value of the brukernavn property.