KirkesognIdent

Java class for KirkesognIdent complex type

.

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


<complexType name="KirkesognIdent">
  <complexContent>
    <extension base="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/adresse}KretsIdent">
      <sequence>
        <element name="bispedomme" type="{http://www.w3.org/2001/XMLSchema}int"/>
        <element name="prosti" type="{http://www.w3.org/2001/XMLSchema}int"/>
        <element name="prestegjeld" 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 getBispedomme(): Int
Gets the value of the bispedomme property.
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 getPrestegjeld(): Int
Gets the value of the prestegjeld property.
Link copied to clipboard
open fun getProsti(): Int
Gets the value of the prosti property.
Link copied to clipboard
open fun setBispedomme(value: Int)
Sets the value of the bispedomme 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.
Link copied to clipboard
open fun setPrestegjeld(value: Int)
Sets the value of the prestegjeld property.
Link copied to clipboard
open fun setProsti(value: Int)
Sets the value of the prosti property.