GrunnboksutskriftNyUtvalg

Java class for GrunnboksutskriftNyUtvalg complex type

.

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


<complexType name="GrunnboksutskriftNyUtvalg">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="kommuneIdent" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/kommune}KommuneIdent" minOccurs="0"/>
        <element name="gardsnr" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
        <element name="bruksnr" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
        <element name="festenr" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
        <element name="seksjonsnr" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
        <element name="historisk" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
        <element name="medServitutterForAvgivere" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
        <element name="medFodselsnummer" 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
open fun getBruksnr(): Integer
Gets the value of the bruksnr property.
Link copied to clipboard
open fun getFestenr(): Integer
Gets the value of the festenr property.
Link copied to clipboard
open fun getGardsnr(): Integer
Gets the value of the gardsnr property.
Link copied to clipboard
Gets the value of the kommuneIdent property.
Link copied to clipboard
Gets the value of the seksjonsnr 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 medFodselsnummer property.
Link copied to clipboard
Gets the value of the medServitutterForAvgivere property.
Link copied to clipboard
open fun setBruksnr(value: Integer)
Sets the value of the bruksnr property.
Link copied to clipboard
open fun setFestenr(value: Integer)
Sets the value of the festenr property.
Link copied to clipboard
open fun setGardsnr(value: Integer)
Sets the value of the gardsnr property.
Link copied to clipboard
open fun setHistorisk(value: Boolean)
Sets the value of the historisk property.
Link copied to clipboard
open fun setKommuneIdent(value: KommuneIdent)
Sets the value of the kommuneIdent property.
Link copied to clipboard
open fun setMedFodselsnummer(value: Boolean)
Sets the value of the medFodselsnummer property.
Link copied to clipboard
Sets the value of the medServitutterForAvgivere property.
Link copied to clipboard
open fun setSeksjonsnr(value: Integer)
Sets the value of the seksjonsnr property.