FindPersoner

open class FindPersoner

Java class for findPersoner complex type

.

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


<complexType name="findPersoner">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="navn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="fysiskPerson" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
        <element name="juridiskPerson" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
        <element name="foedselsaar" type="{http://www.w3.org/2001/XMLSchema}int"/>
        <element name="grunnbokContext" type="{http://kartverket.no/grunnbok/wsapi/v2/domain/basistyper}GrunnbokContext" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getFoedselsaar(): Int
Gets the value of the foedselsaar property.
Link copied to clipboard
Gets the value of the grunnbokContext property.
Link copied to clipboard
open fun getNavn(): String
Gets the value of the navn property.
Link copied to clipboard
Gets the value of the fysiskPerson property.
Link copied to clipboard
Gets the value of the juridiskPerson property.
Link copied to clipboard
open fun setFoedselsaar(value: Int)
Sets the value of the foedselsaar property.
Link copied to clipboard
open fun setFysiskPerson(value: Boolean)
Sets the value of the fysiskPerson property.
Link copied to clipboard
Sets the value of the grunnbokContext property.
Link copied to clipboard
open fun setJuridiskPerson(value: Boolean)
Sets the value of the juridiskPerson property.
Link copied to clipboard
open fun setNavn(value: String)
Sets the value of the navn property.