KvalitetshevingFKBResult

Java class for KvalitetshevingFKBResult complex type

.

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


<complexType name="KvalitetshevingFKBResult">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="vellykket" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
        <element name="bygningId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/bygning}BygningId" minOccurs="0"/>
        <element name="melding" 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 bygningId property.
Link copied to clipboard
open fun getMelding(): String
Gets the value of the melding property.
Link copied to clipboard
open fun isVellykket(): Boolean
Gets the value of the vellykket property.
Link copied to clipboard
open fun setBygningId(value: BygningId)
Sets the value of the bygningId property.
Link copied to clipboard
open fun setMelding(value: String)
Sets the value of the melding property.
Link copied to clipboard
open fun setVellykket(value: Boolean)
Sets the value of the vellykket property.