FeilAntallInvolverte

Java class for FeilAntallInvolverte complex type

.

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


<complexType name="FeilAntallInvolverte">
  <complexContent>
    <extension base="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/elektronisktinglysing}AbstractIkkeElektroniskTinglysningGrunn">
      <sequence>
        <element name="rolle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="forventetAntall" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
        <element name="faktiskAntall" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the faktiskAntall property.
Link copied to clipboard
Gets the value of the forventetAntall property.
Link copied to clipboard
Gets the value of the localizedMessage property.
Link copied to clipboard
open fun getRolle(): String
Gets the value of the rolle property.
Link copied to clipboard
open fun setFaktiskAntall(value: Integer)
Sets the value of the faktiskAntall property.
Link copied to clipboard
open fun setForventetAntall(value: Integer)
Sets the value of the forventetAntall property.
Link copied to clipboard
open fun setLocalizedMessage(value: String)
Sets the value of the localizedMessage property.
Link copied to clipboard
open fun setRolle(value: String)
Sets the value of the rolle property.