GeovekstsokModel

open class GeovekstsokModel

Java class for GeovekstsokModel complex type

.

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


<complexType name="GeovekstsokModel">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="fylkeKommuneMap" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain}StringStringListMap" minOccurs="0"/>
        <element name="fraDato" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain}LocalDate" minOccurs="0"/>
        <element name="tilDato" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain}LocalDate" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getFraDato(): LocalDate
Gets the value of the fraDato property.
Link copied to clipboard
Gets the value of the fylkeKommuneMap property.
Link copied to clipboard
open fun getTilDato(): LocalDate
Gets the value of the tilDato property.
Link copied to clipboard
open fun setFraDato(value: LocalDate)
Sets the value of the fraDato property.
Link copied to clipboard
Sets the value of the fylkeKommuneMap property.
Link copied to clipboard
open fun setTilDato(value: LocalDate)
Sets the value of the tilDato property.