Etasjedata

Java class for Etasjedata complex type

.

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


<complexType name="Etasjedata">
  <complexContent>
    <extension base="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain}MatrikkelComponent">
      <sequence>
        <element name="antallBoenheter" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
        <element name="bruksarealTilBolig" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
        <element name="bruksarealTilAnnet" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
        <element name="bruksarealTotalt" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
        <element name="alternativtAreal" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
        <element name="alternativtAreal2" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
        <element name="bruttoarealTilBolig" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
        <element name="bruttoarealTilAnnet" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
        <element name="bruttoarealTotalt" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the alternativtAreal property.
Link copied to clipboard
Gets the value of the alternativtAreal2 property.
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
open fun getMetadata(): Metadata
Gets the value of the metadata property.
Link copied to clipboard
open fun setAlternativtAreal(value: Double)
Sets the value of the alternativtAreal property.
Link copied to clipboard
open fun setAlternativtAreal2(value: Double)
Sets the value of the alternativtAreal2 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 setMetadata(value: Metadata)
Sets the value of the metadata property.