TinglysingsUtfallBegrunnelse

Java class for TinglysingsUtfallBegrunnelse complex type

.

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


<complexType name="TinglysingsUtfallBegrunnelse">
  <complexContent>
    <extension base="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/elektronisktinglysing}IkkeElektroniskTinglysningGrunn">
      <sequence>
        <element name="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
        <element name="kontrollkode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="kontrollnavn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="kontrollutfall" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="begrunnelsekode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="begrunnelsetekst" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="begrunnelseelementnavn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the begrunnelseelementnavn property.
Link copied to clipboard
Gets the value of the begrunnelsekode property.
Link copied to clipboard
Gets the value of the begrunnelsetekst property.
Link copied to clipboard
open fun getId(): Long
Gets the value of the id property.
Link copied to clipboard
Gets the value of the kontrollkode property.
Link copied to clipboard
Gets the value of the kontrollnavn property.
Link copied to clipboard
Gets the value of the kontrollutfall property.
Link copied to clipboard
Gets the value of the localizedMessage property.
Link copied to clipboard
Sets the value of the begrunnelseelementnavn property.
Link copied to clipboard
open fun setBegrunnelsekode(value: String)
Sets the value of the begrunnelsekode property.
Link copied to clipboard
open fun setBegrunnelsetekst(value: String)
Sets the value of the begrunnelsetekst property.
Link copied to clipboard
open fun setId(value: Long)
Sets the value of the id property.
Link copied to clipboard
open fun setKontrollkode(value: String)
Sets the value of the kontrollkode property.
Link copied to clipboard
open fun setKontrollnavn(value: String)
Sets the value of the kontrollnavn property.
Link copied to clipboard
open fun setKontrollutfall(value: String)
Sets the value of the kontrollutfall property.
Link copied to clipboard
open fun setLocalizedMessage(value: String)
Sets the value of the localizedMessage property.