Kontrollresultat

open class Kontrollresultat

Java class for Kontrollresultat complex type

.

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


<complexType name="Kontrollresultat">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="kontrolltypeId" type="{http://kartverket.no/grunnbok/wsapi/v2/domain/melding}KontrolltypeKodeId"/>
        <element name="dokumentindeks" type="{http://www.w3.org/2001/XMLSchema}int"/>
        <element name="rettsstiftelseindeks" type="{http://www.w3.org/2001/XMLSchema}int"/>
        <element name="begrunnelser" type="{http://kartverket.no/grunnbok/wsapi/v2/domain/melding}BegrunnelseList"/>
        <element name="kontrollutfall" type="{http://kartverket.no/grunnbok/wsapi/v2/domain/melding}KontrollutfallKode"/>
        <element name="elementnavn" 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 begrunnelser property.
Link copied to clipboard
Gets the value of the dokumentindeks 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 kontrolltypeId property.
Link copied to clipboard
Gets the value of the kontrollutfall property.
Link copied to clipboard
Gets the value of the rettsstiftelseindeks property.
Link copied to clipboard
Sets the value of the begrunnelser property.
Link copied to clipboard
open fun setDokumentindeks(value: Integer)
Sets the value of the dokumentindeks 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
Sets the value of the kontrolltypeId property.
Link copied to clipboard
Sets the value of the kontrollutfall property.
Link copied to clipboard
Sets the value of the rettsstiftelseindeks property.