Dataretting

open class Dataretting

Java class for Dataretting complex type

.

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


<complexType name="Dataretting">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="tidspunkt" type="{http://kartverket.no/grunnbok/wsapi/v2/domain/basistyper}Timestamp"/>
        <element name="navn" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="kommentar" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="arkenreferanse" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="arkenlenke" type="{http://www.w3.org/2001/XMLSchema}string"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getArkenlenke(): String
Gets the value of the arkenlenke property.
Link copied to clipboard
Gets the value of the arkenreferanse property.
Link copied to clipboard
open fun getKommentar(): String
Gets the value of the kommentar property.
Link copied to clipboard
open fun getNavn(): String
Gets the value of the navn property.
Link copied to clipboard
Gets the value of the tidspunkt property.
Link copied to clipboard
open fun setArkenlenke(value: String)
Sets the value of the arkenlenke property.
Link copied to clipboard
open fun setArkenreferanse(value: String)
Sets the value of the arkenreferanse property.
Link copied to clipboard
open fun setKommentar(value: String)
Sets the value of the kommentar property.
Link copied to clipboard
open fun setNavn(value: String)
Sets the value of the navn property.
Link copied to clipboard
open fun setTidspunkt(value: Timestamp)
Sets the value of the tidspunkt property.