DokumentIdent

open class DokumentIdent : Ident

Java class for DokumentIdent complex type

.

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


<complexType name="DokumentIdent">
  <complexContent>
    <extension base="{http://kartverket.no/grunnbok/wsapi/v2/domain/grunnboksidenter}Ident">
      <sequence>
        <element name="dokumentnummer" type="{http://www.w3.org/2001/XMLSchema}long"/>
        <element name="dokumentaar" type="{http://www.w3.org/2001/XMLSchema}int"/>
        <element name="embetenummer" 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 getDokumentaar(): Int
Gets the value of the dokumentaar property.
Link copied to clipboard
Gets the value of the dokumentnummer property.
Link copied to clipboard
Gets the value of the embetenummer property.
Link copied to clipboard
open fun setDokumentaar(value: Int)
Sets the value of the dokumentaar property.
Link copied to clipboard
open fun setDokumentnummer(value: Long)
Sets the value of the dokumentnummer property.
Link copied to clipboard
open fun setEmbetenummer(value: String)
Sets the value of the embetenummer property.