MatrikkelenhetFraGrunnbokDTO

Java class for MatrikkelenhetFraGrunnbokDTO complex type

.

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


<complexType name="MatrikkelenhetFraGrunnbokDTO">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="oppdateringsdato" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain}Timestamp" minOccurs="0"/>
        <element name="kommunenummer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="kommunenavn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="gaardsnummer" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
        <element name="bruksnummer" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
        <element name="festenummer" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
        <element name="seksjonsnummer" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
        <element name="tinglyst" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
        <element name="beregnetErSeksjonert" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
        <element name="beregnetHarAktiveFestegrunner" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
        <element name="utgaatt" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
        <element name="omnummerertTilIdClass" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="omnummerertTilId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="sluttdato" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain}Timestamp" minOccurs="0"/>
        <element name="oppdateringsBruker" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="idClass" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the bruksnummer property.
Link copied to clipboard
Gets the value of the festenummer property.
Link copied to clipboard
Gets the value of the gaardsnummer property.
Link copied to clipboard
open fun getId(): String
Gets the value of the id property.
Link copied to clipboard
open fun getIdClass(): String
Gets the value of the idClass property.
Link copied to clipboard
Gets the value of the kommunenavn property.
Link copied to clipboard
Gets the value of the kommunenummer property.
Link copied to clipboard
Gets the value of the omnummerertTilId property.
Link copied to clipboard
Gets the value of the omnummerertTilIdClass property.
Link copied to clipboard
Gets the value of the oppdateringsBruker property.
Link copied to clipboard
Gets the value of the oppdateringsdato property.
Link copied to clipboard
Gets the value of the seksjonsnummer property.
Link copied to clipboard
Gets the value of the sluttdato property.
Link copied to clipboard
Gets the value of the beregnetErSeksjonert property.
Link copied to clipboard
Gets the value of the beregnetHarAktiveFestegrunner property.
Link copied to clipboard
open fun isTinglyst(): Boolean
Gets the value of the tinglyst property.
Link copied to clipboard
open fun isUtgaatt(): Boolean
Gets the value of the utgaatt property.
Link copied to clipboard
Sets the value of the beregnetErSeksjonert property.
Link copied to clipboard
Sets the value of the beregnetHarAktiveFestegrunner property.
Link copied to clipboard
open fun setBruksnummer(value: Integer)
Sets the value of the bruksnummer property.
Link copied to clipboard
open fun setFestenummer(value: Integer)
Sets the value of the festenummer property.
Link copied to clipboard
open fun setGaardsnummer(value: Integer)
Sets the value of the gaardsnummer property.
Link copied to clipboard
open fun setId(value: String)
Sets the value of the id property.
Link copied to clipboard
open fun setIdClass(value: String)
Sets the value of the idClass property.
Link copied to clipboard
open fun setKommunenavn(value: String)
Sets the value of the kommunenavn property.
Link copied to clipboard
open fun setKommunenummer(value: String)
Sets the value of the kommunenummer property.
Link copied to clipboard
open fun setOmnummerertTilId(value: String)
Sets the value of the omnummerertTilId property.
Link copied to clipboard
Sets the value of the omnummerertTilIdClass property.
Link copied to clipboard
open fun setOppdateringsBruker(value: String)
Sets the value of the oppdateringsBruker property.
Link copied to clipboard
Sets the value of the oppdateringsdato property.
Link copied to clipboard
open fun setSeksjonsnummer(value: Integer)
Sets the value of the seksjonsnummer property.
Link copied to clipboard
open fun setSluttdato(value: Timestamp)
Sets the value of the sluttdato property.
Link copied to clipboard
open fun setTinglyst(value: Boolean)
Sets the value of the tinglyst property.
Link copied to clipboard
open fun setUtgaatt(value: Boolean)
Sets the value of the utgaatt property.