SingleByggsokModel

Java class for SingleByggsokModel complex type

.

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


<complexType name="SingleByggsokModel">
  <complexContent>
    <extension base="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/bygning}AbstractByggsokModel">
      <sequence>
        <element name="bygningsnr" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
        <element name="endringer" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getBygningsnr(): Long
Gets the value of the bygningsnr property.
Link copied to clipboard
Gets the value of the kommunenummer property.
Link copied to clipboard
open fun isEndringer(): Boolean
Gets the value of the endringer property.
Link copied to clipboard
open fun setBygningsnr(value: Long)
Sets the value of the bygningsnr property.
Link copied to clipboard
open fun setEndringer(value: Boolean)
Sets the value of the endringer property.
Link copied to clipboard
open fun setKommunenummer(value: String)
Sets the value of the kommunenummer property.