Byggesakdata

open class Byggesakdata

Java class for Byggesakdata complex type

.

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


<complexType name="Byggesakdata">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="tittel" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="ansvarligSokerId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/person}PersonId"/>
        <element name="tiltakshaverId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/person}PersonId"/>
        <element name="bygningsnummer" type="{http://www.w3.org/2001/XMLSchema}long"/>
        <element name="bebygdAreal" type="{http://www.w3.org/2001/XMLSchema}double"/>
        <element name="harHeis" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
        <element name="avlopsKodeId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/bygning/koder}AvlopsKodeId"/>
        <element name="bygningstypeKodeId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/bygning/koder}BygningstypeKodeId"/>
        <element name="naringsgruppeKodeId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/bygning/koder}NaringsgruppeKodeId"/>
        <element name="vannforsyningsKodeId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/bygning/koder}VannforsyningsKodeId"/>
        <element name="energikildeKodeIds" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/bygning/koder}EnergikildeKodeIdList"/>
        <element name="oppvarmingsKodeIds" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/bygning/koder}OppvarmingsKodeIdList"/>
        <element name="bruksenheter" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/aktivitetsliste}ByggesakBruksenhetdataList"/>
        <element name="etasjer" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/aktivitetsliste}ByggesakEtasjedataList"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the ansvarligSokerId 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
Gets the value of the bruksenheter property.
Link copied to clipboard
Gets the value of the bygningsnummer property.
Link copied to clipboard
Gets the value of the bygningstypeKodeId property.
Link copied to clipboard
Gets the value of the energikildeKodeIds property.
Link copied to clipboard
Gets the value of the etasjer property.
Link copied to clipboard
Gets the value of the naringsgruppeKodeId property.
Link copied to clipboard
Gets the value of the oppvarmingsKodeIds property.
Link copied to clipboard
Gets the value of the tiltakshaverId property.
Link copied to clipboard
open fun getTittel(): String
Gets the value of the tittel 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
open fun setAnsvarligSokerId(value: PersonId)
Sets the value of the ansvarligSokerId 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
Sets the value of the bruksenheter property.
Link copied to clipboard
open fun setBygningsnummer(value: Long)
Sets the value of the bygningsnummer property.
Link copied to clipboard
Sets the value of the bygningstypeKodeId property.
Link copied to clipboard
Sets the value of the energikildeKodeIds property.
Link copied to clipboard
Sets the value of the etasjer property.
Link copied to clipboard
open fun setHarHeis(value: Boolean)
Sets the value of the harHeis property.
Link copied to clipboard
Sets the value of the naringsgruppeKodeId property.
Link copied to clipboard
Sets the value of the oppvarmingsKodeIds property.
Link copied to clipboard
open fun setTiltakshaverId(value: PersonId)
Sets the value of the tiltakshaverId property.
Link copied to clipboard
open fun setTittel(value: String)
Sets the value of the tittel property.
Link copied to clipboard
Sets the value of the vannforsyningsKodeId property.