BoligbyggingsokModel

Java class for BoligbyggingsokModel complex type

.

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


<complexType name="BoligbyggingsokModel">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="datoFra" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain}LocalDate" minOccurs="0"/>
        <element name="datoTil" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain}LocalDate" minOccurs="0"/>
        <element name="fylkesnummer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="kommunenummerListe" 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 getDatoFra(): LocalDate
Gets the value of the datoFra property.
Link copied to clipboard
open fun getDatoTil(): LocalDate
Gets the value of the datoTil property.
Link copied to clipboard
Gets the value of the fylkesnummer property.
Link copied to clipboard
Gets the value of the kommunenummerListe property.
Link copied to clipboard
open fun setDatoFra(value: LocalDate)
Sets the value of the datoFra property.
Link copied to clipboard
open fun setDatoTil(value: LocalDate)
Sets the value of the datoTil property.
Link copied to clipboard
open fun setFylkesnummer(value: String)
Sets the value of the fylkesnummer property.
Link copied to clipboard
Sets the value of the kommunenummerListe property.