KodeIdent

open class KodeIdent : Ident

Java class for KodeIdent complex type

.

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


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

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getKodeverdi(): String
Gets the value of the kodeverdi property.
Link copied to clipboard
open fun setKodeverdi(value: String)
Sets the value of the kodeverdi property.