MatrikkelContext

open class MatrikkelContext

Java class for MatrikkelContext complex type

.

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


<complexType name="MatrikkelContext">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="locale" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="brukOriginaleKoordinater" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
        <element name="koordinatsystemKodeId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/geometri/koder}KoordinatsystemKodeId"/>
        <element name="systemVersion" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="klientIdentifikasjon" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="snapshotVersion" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain}Timestamp" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the klientIdentifikasjon property.
Link copied to clipboard
Gets the value of the koordinatsystemKodeId property.
Link copied to clipboard
open fun getLocale(): String
Gets the value of the locale property.
Link copied to clipboard
Gets the value of the snapshotVersion property.
Link copied to clipboard
Gets the value of the systemVersion property.
Link copied to clipboard
Gets the value of the brukOriginaleKoordinater property.
Link copied to clipboard
Sets the value of the brukOriginaleKoordinater property.
Link copied to clipboard
Sets the value of the klientIdentifikasjon property.
Link copied to clipboard
Sets the value of the koordinatsystemKodeId property.
Link copied to clipboard
open fun setLocale(value: String)
Sets the value of the locale property.
Link copied to clipboard
open fun setSnapshotVersion(value: Timestamp)
Sets the value of the snapshotVersion property.
Link copied to clipboard
open fun setSystemVersion(value: String)
Sets the value of the systemVersion property.