SefraksokModel

open class SefraksokModel

Java class for SefraksokModel complex type

.

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


<complexType name="SefraksokModel">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="kommunenummer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="selectionPolygon" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/geometri}SelectionPolygon" minOccurs="0"/>
        <element name="kretsnummer" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/util}Interval" minOccurs="0"/>
        <element name="lopenummer" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/util}Interval" minOccurs="0"/>
        <element name="bygningsnummer" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
        <element name="bygningLopenummer" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/util}Interval" minOccurs="0"/>
        <element name="aktivKommunenummer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the aktivKommunenummer property.
Link copied to clipboard
Gets the value of the bygningLopenummer property.
Link copied to clipboard
Gets the value of the bygningsnummer property.
Link copied to clipboard
Gets the value of the kommunenummer property.
Link copied to clipboard
Gets the value of the kretsnummer property.
Link copied to clipboard
open fun getLopenummer(): String
Gets the value of the lopenummer property.
Link copied to clipboard
Gets the value of the selectionPolygon property.
Link copied to clipboard
open fun setAktivKommunenummer(value: String)
Sets the value of the aktivKommunenummer property.
Link copied to clipboard
open fun setBygningLopenummer(value: String)
Sets the value of the bygningLopenummer property.
Link copied to clipboard
open fun setBygningsnummer(value: Long)
Sets the value of the bygningsnummer property.
Link copied to clipboard
open fun setKommunenummer(value: String)
Sets the value of the kommunenummer property.
Link copied to clipboard
open fun setKretsnummer(value: String)
Sets the value of the kretsnummer property.
Link copied to clipboard
open fun setLopenummer(value: String)
Sets the value of the lopenummer property.
Link copied to clipboard
Sets the value of the selectionPolygon property.