Entry

open class Entry

Java class for anonymous complex type

.

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


<complexType>
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="key" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/bygning}ByggId"/>
        <element name="value" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/kulturminne}KulturminneIdList"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getKey(): ByggId
Gets the value of the key property.
Link copied to clipboard
Gets the value of the value property.
Link copied to clipboard
open fun setKey(value: ByggId)
Sets the value of the key property.
Link copied to clipboard
open fun setValue(value: KulturminneIdList)
Sets the value of the value property.