KretsIdent

open class KretsIdent : Ident

Java class for KretsIdent complex type

.

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


<complexType name="KretsIdent">
  <complexContent>
    <extension base="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain}Ident">
      <sequence>
        <element name="kommunenr" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain}StringList"/>
        <element name="kretsnr" type="{http://www.w3.org/2001/XMLSchema}int"/>
        <element name="kretsTypeKodeverdi" type="{http://www.w3.org/2001/XMLSchema}string"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the kommunenr property.
Link copied to clipboard
open fun getKretsnr(): Int
Gets the value of the kretsnr property.
Link copied to clipboard
Gets the value of the kretsTypeKodeverdi property.
Link copied to clipboard
open fun setKommunenr(value: StringList)
Sets the value of the kommunenr property.
Link copied to clipboard
open fun setKretsnr(value: Int)
Sets the value of the kretsnr property.
Link copied to clipboard
open fun setKretsTypeKodeverdi(value: String)
Sets the value of the kretsTypeKodeverdi property.