BrukerLogEntry

Java class for BrukerLogEntry complex type

.

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


<complexType name="BrukerLogEntry">
  <complexContent>
    <extension base="{http://kartverket.no/grunnbok/wsapi/v2/domain/basistyper}EntityComponentWithHistory">
      <sequence>
        <element name="brukernavn" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="adminbruker" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="fra" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="til" type="{http://www.w3.org/2001/XMLSchema}string"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the adminbruker property.
Link copied to clipboard
Gets the value of the avsluttetAv property.
Link copied to clipboard
open fun getBrukernavn(): String
Gets the value of the brukernavn property.
Link copied to clipboard
open fun getFra(): String
Gets the value of the fra property.
Link copied to clipboard
open fun getId(): Long
Gets the value of the id 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
Gets the value of the sluttdato property.
Link copied to clipboard
open fun getTil(): String
Gets the value of the til property.
Link copied to clipboard
open fun setAdminbruker(value: String)
Sets the value of the adminbruker property.
Link copied to clipboard
open fun setAvsluttetAv(value: String)
Sets the value of the avsluttetAv property.
Link copied to clipboard
open fun setBrukernavn(value: String)
Sets the value of the brukernavn property.
Link copied to clipboard
open fun setFra(value: String)
Sets the value of the fra property.
Link copied to clipboard
open fun setId(value: Long)
Sets the value of the id 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 setSluttdato(value: Timestamp)
Sets the value of the sluttdato property.
Link copied to clipboard
open fun setTil(value: String)
Sets the value of the til property.