Begrunnelse

open class Begrunnelse

Java class for Begrunnelse complex type

.

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


<complexType name="Begrunnelse">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="begrunnelsestypeId" type="{http://kartverket.no/grunnbok/wsapi/v2/domain/melding}BegrunnelsestypeKodeId"/>
        <element name="utfall" type="{http://kartverket.no/grunnbok/wsapi/v2/domain/melding}KontrollutfallKode"/>
        <element name="tekst" type="{http://kartverket.no/grunnbok/wsapi/v2/domain/basistyper}LocalizedString"/>
        <element name="elementnavn" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="tekstOverstyring" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="elementnavnOverstyring" type="{http://www.w3.org/2001/XMLSchema}string"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the begrunnelsestypeId property.
Link copied to clipboard
Gets the value of the elementnavn property.
Link copied to clipboard
Gets the value of the elementnavnOverstyring property.
Link copied to clipboard
Gets the value of the tekst property.
Link copied to clipboard
Gets the value of the tekstOverstyring property.
Link copied to clipboard
Gets the value of the utfall property.
Link copied to clipboard
Sets the value of the begrunnelsestypeId property.
Link copied to clipboard
open fun setElementnavn(value: String)
Sets the value of the elementnavn property.
Link copied to clipboard
Sets the value of the elementnavnOverstyring property.
Link copied to clipboard
open fun setTekst(value: LocalizedString)
Sets the value of the tekst property.
Link copied to clipboard
open fun setTekstOverstyring(value: String)
Sets the value of the tekstOverstyring property.
Link copied to clipboard
open fun setUtfall(value: KontrollutfallKode)
Sets the value of the utfall property.