BygningBokInfo

open class BygningBokInfo : BokInfo

Java class for BygningBokInfo complex type

.

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


<complexType name="BygningBokInfo">
  <complexContent>
    <extension base="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain}BokInfo">
      <sequence>
        <element name="byggId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/bygning}ByggId" minOccurs="0"/>
        <element name="kommuneId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/kommune}KommuneId" minOccurs="0"/>
        <element name="kommunenavn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="bygningsnr" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
        <element name="lopenr" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
        <element name="antboliger" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
        <element name="bygningsstatusKodeId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/bygning/koder}BygningsstatusKodeId" minOccurs="0"/>
        <element name="naringsgruppeKodeId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/bygning/koder}NaringsgruppeKodeId" minOccurs="0"/>
        <element name="boligareal" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
        <element name="bygningstypeKodeId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/bygning/koder}BygningstypeKodeId" minOccurs="0"/>
        <element name="bygningId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/bygning}BygningId" minOccurs="0"/>
        <element name="adresser" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/adresse}AdresseDTOList" minOccurs="0"/>
        <element name="matrikkelenheter" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/matrikkelenhet}MatrikkelenhetDTOList" minOccurs="0"/>
        <element name="harSefrakminne" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
        <element name="harKulturminne" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
        <element name="antallBygningsendringer" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
        <element name="tidligereByggId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/bygning}ByggId" minOccurs="0"/>
        <element name="bebygdAreal" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
        <element name="opprinnelsesKodeId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/bygning/koder}OpprinnelsesKodeId" minOccurs="0"/>
        <element name="vannforsyningsKodeId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/bygning/koder}VannforsyningsKodeId" minOccurs="0"/>
        <element name="avlopsKodeId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/bygning/koder}AvlopsKodeId" minOccurs="0"/>
        <element name="bygningsendringsKodeId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/bygning/koder}BygningsendringsKodeId" minOccurs="0"/>
        <element name="byggType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="kommunenr" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="harHeis" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
        <element name="harUfullstendigAreal" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
        <element name="utenBebygdAreal" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
        <element name="skjermingsverdig" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
        <element name="punkt" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/geometri}Point" minOccurs="0"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the adresser property.
Link copied to clipboard
Gets the value of the antallBygningsendringer property.
Link copied to clipboard
Gets the value of the antboliger property.
Link copied to clipboard
Gets the value of the avlopsKodeId property.
Link copied to clipboard
Gets the value of the bebygdAreal property.
Link copied to clipboard
open fun getBoligareal(): Double
Gets the value of the boligareal property.
Link copied to clipboard
open fun getByggId(): ByggId
Gets the value of the byggId property.
Link copied to clipboard
open fun getByggType(): String
Gets the value of the byggType property.
Link copied to clipboard
Gets the value of the bygningId property.
Link copied to clipboard
Gets the value of the bygningsendringsKodeId property.
Link copied to clipboard
open fun getBygningsnr(): Long
Gets the value of the bygningsnr property.
Link copied to clipboard
Gets the value of the bygningsstatusKodeId property.
Link copied to clipboard
Gets the value of the bygningstypeKodeId property.
Link copied to clipboard
Gets the value of the kommuneId property.
Link copied to clipboard
Gets the value of the kommunenavn property.
Link copied to clipboard
open fun getKommunenr(): String
Gets the value of the kommunenr property.
Link copied to clipboard
open fun getLopenr(): Integer
Gets the value of the lopenr property.
Link copied to clipboard
Gets the value of the matrikkelenheter property.
Link copied to clipboard
Gets the value of the naringsgruppeKodeId property.
Link copied to clipboard
Gets the value of the opprinnelsesKodeId property.
Link copied to clipboard
open fun getPunkt(): Point
Gets the value of the punkt property.
Link copied to clipboard
Gets the value of the tidligereByggId property.
Link copied to clipboard
Gets the value of the vannforsyningsKodeId property.
Link copied to clipboard
open fun isHarHeis(): Boolean
Gets the value of the harHeis property.
Link copied to clipboard
Gets the value of the harKulturminne property.
Link copied to clipboard
Gets the value of the harSefrakminne property.
Link copied to clipboard
Gets the value of the harUfullstendigAreal property.
Link copied to clipboard
Gets the value of the skjermingsverdig property.
Link copied to clipboard
Gets the value of the utenBebygdAreal property.
Link copied to clipboard
open fun setAdresser(value: AdresseDTOList)
Sets the value of the adresser property.
Link copied to clipboard
Sets the value of the antallBygningsendringer property.
Link copied to clipboard
open fun setAntboliger(value: Integer)
Sets the value of the antboliger property.
Link copied to clipboard
open fun setAvlopsKodeId(value: AvlopsKodeId)
Sets the value of the avlopsKodeId property.
Link copied to clipboard
open fun setBebygdAreal(value: Double)
Sets the value of the bebygdAreal property.
Link copied to clipboard
open fun setBoligareal(value: Double)
Sets the value of the boligareal property.
Link copied to clipboard
open fun setByggId(value: ByggId)
Sets the value of the byggId property.
Link copied to clipboard
open fun setByggType(value: String)
Sets the value of the byggType property.
Link copied to clipboard
open fun setBygningId(value: BygningId)
Sets the value of the bygningId property.
Link copied to clipboard
Sets the value of the bygningsendringsKodeId property.
Link copied to clipboard
open fun setBygningsnr(value: Long)
Sets the value of the bygningsnr property.
Link copied to clipboard
Sets the value of the bygningsstatusKodeId property.
Link copied to clipboard
Sets the value of the bygningstypeKodeId property.
Link copied to clipboard
open fun setHarHeis(value: Boolean)
Sets the value of the harHeis property.
Link copied to clipboard
open fun setHarKulturminne(value: Boolean)
Sets the value of the harKulturminne property.
Link copied to clipboard
open fun setHarSefrakminne(value: Boolean)
Sets the value of the harSefrakminne property.
Link copied to clipboard
Sets the value of the harUfullstendigAreal property.
Link copied to clipboard
open fun setKommuneId(value: KommuneId)
Sets the value of the kommuneId property.
Link copied to clipboard
open fun setKommunenavn(value: String)
Sets the value of the kommunenavn property.
Link copied to clipboard
open fun setKommunenr(value: String)
Sets the value of the kommunenr property.
Link copied to clipboard
open fun setLopenr(value: Integer)
Sets the value of the lopenr property.
Link copied to clipboard
Sets the value of the matrikkelenheter property.
Link copied to clipboard
Sets the value of the naringsgruppeKodeId property.
Link copied to clipboard
Sets the value of the opprinnelsesKodeId property.
Link copied to clipboard
open fun setPunkt(value: Point)
Sets the value of the punkt property.
Link copied to clipboard
open fun setSkjermingsverdig(value: Boolean)
Sets the value of the skjermingsverdig property.
Link copied to clipboard
open fun setTidligereByggId(value: ByggId)
Sets the value of the tidligereByggId property.
Link copied to clipboard
open fun setUtenBebygdAreal(value: Boolean)
Sets the value of the utenBebygdAreal property.
Link copied to clipboard
Sets the value of the vannforsyningsKodeId property.