SefrakstatussokModel

Java class for SefrakstatussokModel complex type

.

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


<complexType name="SefrakstatussokModel">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="kommuner" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/kommune}KommuneIdList" 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"/>
        <element name="tidligereStatusListe" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain}StringList" 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 kommuner property.
Link copied to clipboard
Gets the value of the tidligereStatusListe 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
open fun setKommuner(value: KommuneIdList)
Sets the value of the kommuner property.
Link copied to clipboard
Sets the value of the tidligereStatusListe property.
Link copied to clipboard
open fun setTilDato(value: LocalDate)
Sets the value of the tilDato property.