SefrakIdent

open class SefrakIdent : Ident

Java class for SefrakIdent complex type

.

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


<complexType name="SefrakIdent">
  <complexContent>
    <extension base="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain}Ident">
      <sequence>
        <element name="kommunenummer" type="{http://www.w3.org/2001/XMLSchema}int"/>
        <element name="registreringskretsnummer" type="{http://www.w3.org/2001/XMLSchema}int"/>
        <element name="huslopenummer" type="{http://www.w3.org/2001/XMLSchema}int"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getHuslopenummer(): Int
Gets the value of the huslopenummer property.
Link copied to clipboard
open fun getKommunenummer(): Int
Gets the value of the kommunenummer property.
Link copied to clipboard
Gets the value of the registreringskretsnummer property.
Link copied to clipboard
open fun setHuslopenummer(value: Int)
Sets the value of the huslopenummer property.
Link copied to clipboard
open fun setKommunenummer(value: Int)
Sets the value of the kommunenummer property.
Link copied to clipboard
Sets the value of the registreringskretsnummer property.