KommuneDTO

open class KommuneDTO

Java class for KommuneDTO complex type

.

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


<complexType name="KommuneDTO">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="kommuneId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/kommune}KommuneId" minOccurs="0"/>
        <element name="kommunenr" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="kommunenavn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="eksklusivBruker" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="gyldigTilDato" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain}LocalDate" minOccurs="0"/>
        <element name="konverteringStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="laast" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
        <element name="fylkeId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/kommune}FylkeId" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the eksklusivBruker property.
Link copied to clipboard
open fun getFylkeId(): FylkeId
Gets the value of the fylkeId property.
Link copied to clipboard
Gets the value of the gyldigTilDato property.
Link copied to clipboard
Gets the value of the kommuneId property.
Link copied to clipboard
Gets the value of the kommunenavn property.
Link copied to clipboard
open fun getKommunenr(): String
Gets the value of the kommunenr property.
Link copied to clipboard
Gets the value of the konverteringStatus property.
Link copied to clipboard
open fun isLaast(): Boolean
Gets the value of the laast property.
Link copied to clipboard
open fun setEksklusivBruker(value: String)
Sets the value of the eksklusivBruker property.
Link copied to clipboard
open fun setFylkeId(value: FylkeId)
Sets the value of the fylkeId property.
Link copied to clipboard
open fun setGyldigTilDato(value: LocalDate)
Sets the value of the gyldigTilDato property.
Link copied to clipboard
open fun setKommuneId(value: KommuneId)
Sets the value of the kommuneId property.
Link copied to clipboard
open fun setKommunenavn(value: String)
Sets the value of the kommunenavn property.
Link copied to clipboard
open fun setKommunenr(value: String)
Sets the value of the kommunenr property.
Link copied to clipboard
open fun setKonverteringStatus(value: String)
Sets the value of the konverteringStatus property.
Link copied to clipboard
open fun setLaast(value: Boolean)
Sets the value of the laast property.