BrukerAktiveringsdata

Java class for BrukerAktiveringsdata complex type

.

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


<complexType name="BrukerAktiveringsdata">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="midlertidigBruker" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
        <element name="stengingAktiv" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
        <element name="periodiskStengingAktiv" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
        <element name="stengingstidspunkt" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain}Timestamp" minOccurs="0"/>
        <element name="periodiskPassordbytteAktiv" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
        <element name="dager" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
        <element name="aktiveringsstatusId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/bruker/koder}BrukerAktiveringsstatusKodeId" minOccurs="0"/>
        <element name="varselSendtTidspunkt" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain}Timestamp" minOccurs="0"/>
        <element name="ndBruker" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
        <element name="baatBruker" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the aktiveringsstatusId property.
Link copied to clipboard
open fun getDager(): Integer
Gets the value of the dager property.
Link copied to clipboard
Gets the value of the stengingstidspunkt property.
Link copied to clipboard
Gets the value of the varselSendtTidspunkt property.
Link copied to clipboard
open fun isBaatBruker(): Boolean
Gets the value of the baatBruker property.
Link copied to clipboard
Gets the value of the midlertidigBruker property.
Link copied to clipboard
open fun isNdBruker(): Boolean
Gets the value of the ndBruker property.
Link copied to clipboard
Gets the value of the periodiskPassordbytteAktiv property.
Link copied to clipboard
Gets the value of the periodiskStengingAktiv property.
Link copied to clipboard
Gets the value of the stengingAktiv property.
Link copied to clipboard
Sets the value of the aktiveringsstatusId property.
Link copied to clipboard
open fun setBaatBruker(value: Boolean)
Sets the value of the baatBruker property.
Link copied to clipboard
open fun setDager(value: Integer)
Sets the value of the dager property.
Link copied to clipboard
open fun setMidlertidigBruker(value: Boolean)
Sets the value of the midlertidigBruker property.
Link copied to clipboard
open fun setNdBruker(value: Boolean)
Sets the value of the ndBruker property.
Link copied to clipboard
Sets the value of the periodiskPassordbytteAktiv property.
Link copied to clipboard
Sets the value of the periodiskStengingAktiv property.
Link copied to clipboard
open fun setStengingAktiv(value: Boolean)
Sets the value of the stengingAktiv property.
Link copied to clipboard
Sets the value of the stengingstidspunkt property.
Link copied to clipboard
Sets the value of the varselSendtTidspunkt property.