BruksenhetMedBygningInfo

Java class for BruksenhetMedBygningInfo complex type

.

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


<complexType name="BruksenhetMedBygningInfo">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="id" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/bygning}BruksenhetId" minOccurs="0"/>
        <element name="bygningsnr" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
        <element name="bygningsendringsnr" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
        <element name="etasjeplanKodeId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/bygning/koder}EtasjeplanKodeId" minOccurs="0"/>
        <element name="etasjenr" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
        <element name="lopenr" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
        <element name="bruksenhetstypeKodeId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/bygning/koder}BruksenhetstypeKodeId" minOccurs="0"/>
        <element name="bygningsstatusKodeId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/bygning/koder}BygningsstatusKodeId" minOccurs="0"/>
        <element name="bygningstypeKodeId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/bygning/koder}BygningstypeKodeId" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the bruksenhetstypeKodeId property.
Link copied to clipboard
Gets the value of the bygningsendringsnr property.
Link copied to clipboard
open fun getBygningsnr(): Long
Gets the value of the bygningsnr property.
Link copied to clipboard
Gets the value of the bygningsstatusKodeId property.
Link copied to clipboard
Gets the value of the bygningstypeKodeId property.
Link copied to clipboard
open fun getEtasjenr(): Integer
Gets the value of the etasjenr property.
Link copied to clipboard
Gets the value of the etasjeplanKodeId property.
Link copied to clipboard
open fun getId(): BruksenhetId
Gets the value of the id property.
Link copied to clipboard
open fun getLopenr(): Integer
Gets the value of the lopenr property.
Link copied to clipboard
Sets the value of the bruksenhetstypeKodeId property.
Link copied to clipboard
Sets the value of the bygningsendringsnr property.
Link copied to clipboard
open fun setBygningsnr(value: Long)
Sets the value of the bygningsnr property.
Link copied to clipboard
Sets the value of the bygningsstatusKodeId property.
Link copied to clipboard
Sets the value of the bygningstypeKodeId property.
Link copied to clipboard
open fun setEtasjenr(value: Integer)
Sets the value of the etasjenr property.
Link copied to clipboard
Sets the value of the etasjeplanKodeId property.
Link copied to clipboard
open fun setId(value: BruksenhetId)
Sets the value of the id property.
Link copied to clipboard
open fun setLopenr(value: Integer)
Sets the value of the lopenr property.