BygningsendringIdent

Java class for BygningsendringIdent complex type

.

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


<complexType name="BygningsendringIdent">
  <complexContent>
    <extension base="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/bygning}ByggIdent">
      <sequence>
        <element name="lopenummer" type="{http://www.w3.org/2001/XMLSchema}int"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the bygningsnummer property.
Link copied to clipboard
open fun getLopenummer(): Int
Gets the value of the lopenummer property.
Link copied to clipboard
open fun setBygningsnummer(value: Long)
Sets the value of the bygningsnummer property.
Link copied to clipboard
open fun setLopenummer(value: Int)
Sets the value of the lopenummer property.