ForretningIdent

open class ForretningIdent : Ident

Java class for ForretningIdent complex type

.

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


<complexType name="ForretningIdent">
  <complexContent>
    <extension base="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain}Ident">
      <sequence>
        <element name="lopenr" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getLopenr(): Long
Gets the value of the lopenr property.
Link copied to clipboard
open fun setLopenr(value: Long)
Sets the value of the lopenr property.