ByggesakEtasjedata

Java class for ByggesakEtasjedata complex type

.

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


<complexType name="ByggesakEtasjedata">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
        <element name="bruksArealTilBolig" type="{http://www.w3.org/2001/XMLSchema}double"/>
        <element name="bruksarealTilAnnet" type="{http://www.w3.org/2001/XMLSchema}double"/>
        <element name="bruksarealTotalt" type="{http://www.w3.org/2001/XMLSchema}double"/>
        <element name="bruttoarealTilBolig" type="{http://www.w3.org/2001/XMLSchema}double"/>
        <element name="bruttoarealTilAnnet" type="{http://www.w3.org/2001/XMLSchema}double"/>
        <element name="bruttoarealTotalt" type="{http://www.w3.org/2001/XMLSchema}double"/>
        <element name="antallboenheter" type="{http://www.w3.org/2001/XMLSchema}int"/>
        <element name="etasjeplanKodeId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/bygning/koder}EtasjeplanKodeId"/>
        <element name="etasjenummer" type="{http://www.w3.org/2001/XMLSchema}int"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the antallboenheter property.
Link copied to clipboard
Gets the value of the bruksarealTilAnnet property.
Link copied to clipboard
Gets the value of the bruksArealTilBolig property.
Link copied to clipboard
Gets the value of the bruksarealTotalt property.
Link copied to clipboard
Gets the value of the bruttoarealTilAnnet property.
Link copied to clipboard
Gets the value of the bruttoarealTilBolig property.
Link copied to clipboard
Gets the value of the bruttoarealTotalt property.
Link copied to clipboard
Gets the value of the etasjenummer property.
Link copied to clipboard
Gets the value of the etasjeplanKodeId property.
Link copied to clipboard
open fun getId(): Long
Gets the value of the id property.
Link copied to clipboard
open fun setAntallboenheter(value: Integer)
Sets the value of the antallboenheter property.
Link copied to clipboard
open fun setBruksarealTilAnnet(value: Double)
Sets the value of the bruksarealTilAnnet property.
Link copied to clipboard
open fun setBruksArealTilBolig(value: Double)
Sets the value of the bruksArealTilBolig property.
Link copied to clipboard
open fun setBruksarealTotalt(value: Double)
Sets the value of the bruksarealTotalt property.
Link copied to clipboard
Sets the value of the bruttoarealTilAnnet property.
Link copied to clipboard
Sets the value of the bruttoarealTilBolig property.
Link copied to clipboard
open fun setBruttoarealTotalt(value: Double)
Sets the value of the bruttoarealTotalt property.
Link copied to clipboard
open fun setEtasjenummer(value: Integer)
Sets the value of the etasjenummer property.
Link copied to clipboard
Sets the value of the etasjeplanKodeId property.
Link copied to clipboard
open fun setId(value: Long)
Sets the value of the id property.