Bruker

Java class for Bruker complex type

.

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


<complexType name="Bruker">
  <complexContent>
    <extension base="{http://kartverket.no/grunnbok/wsapi/v2/domain/basistyper}GrunnbokObjectWithHistory">
      <sequence>
        <element name="brukernavn" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="configStr" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="navn" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="telefon" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="emailadresse" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="merknad" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="gjelderFra" type="{http://kartverket.no/grunnbok/wsapi/v2/domain/basistyper}LocalDate"/>
        <element name="historisk" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
        <element name="endrePassordVedInnlogging" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
        <element name="programvareBruker" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
        <element name="maalformId" type="{http://kartverket.no/grunnbok/wsapi/v2/domain/register/koder}MaalformKodeId"/>
        <element name="behandlingsnivaaId" type="{http://kartverket.no/grunnbok/wsapi/v2/domain/register/koder}BehandlingsnivaaKodeId"/>
        <element name="saksbehandlingsenhetId" type="{http://kartverket.no/grunnbok/wsapi/v2/domain/register/koder}SaksbehandlingsenhetKodeId"/>
        <element name="midlertidigSaksbehandlingsenhetId" type="{http://kartverket.no/grunnbok/wsapi/v2/domain/register/koder}SaksbehandlingsenhetKodeId"/>
        <element name="brukerTilgangsgrupper" type="{http://kartverket.no/grunnbok/wsapi/v2/domain/register/bruker}BrukerTilgangsgruppeList"/>
        <element name="roller" type="{http://kartverket.no/grunnbok/wsapi/v2/domain/register/bruker}RolleList"/>
        <element name="brukerLogEntries" type="{http://kartverket.no/grunnbok/wsapi/v2/domain/register/bruker}BrukerLogEntryList"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the avsluttetAv property.
Link copied to clipboard
Gets the value of the behandlingsnivaaId property.
Link copied to clipboard
Gets the value of the brukerLogEntries property.
Link copied to clipboard
open fun getBrukernavn(): String
Gets the value of the brukernavn property.
Link copied to clipboard
Gets the value of the brukerTilgangsgrupper property.
Link copied to clipboard
open fun getConfigStr(): String
Gets the value of the configStr property.
Link copied to clipboard
Gets the value of the emailadresse property.
Link copied to clipboard
Gets the value of the gjelderFra property.
Link copied to clipboard
Gets the value of the id property.
Link copied to clipboard
Gets the value of the maalformId property.
Link copied to clipboard
open fun getMerknad(): String
Gets the value of the merknad property.
Link copied to clipboard
Gets the value of the midlertidigSaksbehandlingsenhetId property.
Link copied to clipboard
open fun getNavn(): String
Gets the value of the navn property.
Link copied to clipboard
Gets the value of the oppdateringsdato property.
Link copied to clipboard
Gets the value of the oppdatertAv property.
Link copied to clipboard
open fun getRoller(): RolleList
Gets the value of the roller property.
Link copied to clipboard
Gets the value of the saksbehandlingsenhetId property.
Link copied to clipboard
Gets the value of the sluttdato property.
Link copied to clipboard
open fun getTelefon(): String
Gets the value of the telefon property.
Link copied to clipboard
Gets the value of the endrePassordVedInnlogging property.
Link copied to clipboard
open fun isHistorisk(): Boolean
Gets the value of the historisk property.
Link copied to clipboard
Gets the value of the programvareBruker property.
Link copied to clipboard
open fun setAvsluttetAv(value: String)
Sets the value of the avsluttetAv property.
Link copied to clipboard
Sets the value of the behandlingsnivaaId property.
Link copied to clipboard
Sets the value of the brukerLogEntries property.
Link copied to clipboard
open fun setBrukernavn(value: String)
Sets the value of the brukernavn property.
Link copied to clipboard
Sets the value of the brukerTilgangsgrupper property.
Link copied to clipboard
open fun setConfigStr(value: String)
Sets the value of the configStr property.
Link copied to clipboard
open fun setEmailadresse(value: String)
Sets the value of the emailadresse property.
Link copied to clipboard
Sets the value of the endrePassordVedInnlogging property.
Link copied to clipboard
open fun setGjelderFra(value: LocalDate)
Sets the value of the gjelderFra property.
Link copied to clipboard
open fun setHistorisk(value: Boolean)
Sets the value of the historisk property.
Link copied to clipboard
open fun setId(value: GrunnbokBubbleObjectId)
Sets the value of the id property.
Link copied to clipboard
open fun setMaalformId(value: MaalformKodeId)
Sets the value of the maalformId property.
Link copied to clipboard
open fun setMerknad(value: String)
Sets the value of the merknad property.
Link copied to clipboard
Sets the value of the midlertidigSaksbehandlingsenhetId property.
Link copied to clipboard
open fun setNavn(value: String)
Sets the value of the navn property.
Link copied to clipboard
Sets the value of the oppdateringsdato property.
Link copied to clipboard
open fun setOppdatertAv(value: String)
Sets the value of the oppdatertAv property.
Link copied to clipboard
open fun setProgramvareBruker(value: Boolean)
Sets the value of the programvareBruker property.
Link copied to clipboard
open fun setRoller(value: RolleList)
Sets the value of the roller property.
Link copied to clipboard
Sets the value of the saksbehandlingsenhetId property.
Link copied to clipboard
open fun setSluttdato(value: Timestamp)
Sets the value of the sluttdato property.
Link copied to clipboard
open fun setTelefon(value: String)
Sets the value of the telefon property.