KvalitetshevingFKBCommand

Java class for KvalitetshevingFKBCommand complex type

.

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


<complexType name="KvalitetshevingFKBCommand">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="ident" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/bygning}BygningIdent"/>
        <element name="bygningstype" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="bygningsstatuskode" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="gammelNord" type="{http://www.w3.org/2001/XMLSchema}double"/>
        <element name="gammelOst" type="{http://www.w3.org/2001/XMLSchema}double"/>
        <element name="nyNord" type="{http://www.w3.org/2001/XMLSchema}double"/>
        <element name="nyOst" type="{http://www.w3.org/2001/XMLSchema}double"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the bygningsstatuskode property.
Link copied to clipboard
Gets the value of the bygningstype property.
Link copied to clipboard
open fun getGammelNord(): Double
Gets the value of the gammelNord property.
Link copied to clipboard
open fun getGammelOst(): Double
Gets the value of the gammelOst property.
Link copied to clipboard
Gets the value of the ident property.
Link copied to clipboard
open fun getNyNord(): Double
Gets the value of the nyNord property.
Link copied to clipboard
open fun getNyOst(): Double
Gets the value of the nyOst property.
Link copied to clipboard
open fun setBygningsstatuskode(value: String)
Sets the value of the bygningsstatuskode property.
Link copied to clipboard
open fun setBygningstype(value: String)
Sets the value of the bygningstype property.
Link copied to clipboard
open fun setGammelNord(value: Double)
Sets the value of the gammelNord property.
Link copied to clipboard
open fun setGammelOst(value: Double)
Sets the value of the gammelOst property.
Link copied to clipboard
open fun setIdent(value: BygningIdent)
Sets the value of the ident property.
Link copied to clipboard
open fun setNyNord(value: Double)
Sets the value of the nyNord property.
Link copied to clipboard
open fun setNyOst(value: Double)
Sets the value of the nyOst property.