GrunnbokContext

open class GrunnbokContext

Java class for GrunnbokContext complex type

.

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


<complexType name="GrunnbokContext">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="systemVersion" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="clientIdentification" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="locale" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="snapshotVersion" type="{http://kartverket.no/grunnbok/wsapi/v2/domain/basistyper}Timestamp"/>
        <element name="clientTraceInfo" 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 clientIdentification property.
Link copied to clipboard
Gets the value of the clientTraceInfo 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
Sets the value of the clientIdentification property.
Link copied to clipboard
open fun setClientTraceInfo(value: String)
Sets the value of the clientTraceInfo 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.