Saksperson

open class Saksperson

Java class for Saksperson complex type

.

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


<complexType name="Saksperson">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="identifikasjonsnummertypeId" type="{http://kartverket.no/grunnbok/wsapi/v2/domain/register/koder}IdentifikasjonsnummertypeKodeId"/>
        <element name="identifikasjonsnummer" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="navn" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="adresselinje1" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="adresselinje2" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="adresselinje3" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="epostadresse" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="postnummer" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="poststednavn" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="land" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="referanse" 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 adresselinje1 property.
Link copied to clipboard
Gets the value of the adresselinje2 property.
Link copied to clipboard
Gets the value of the adresselinje3 property.
Link copied to clipboard
Gets the value of the epostadresse property.
Link copied to clipboard
Gets the value of the identifikasjonsnummer property.
Link copied to clipboard
Gets the value of the identifikasjonsnummertypeId property.
Link copied to clipboard
open fun getLand(): String
Gets the value of the land property.
Link copied to clipboard
open fun getNavn(): String
Gets the value of the navn property.
Link copied to clipboard
open fun getPostnummer(): String
Gets the value of the postnummer property.
Link copied to clipboard
Gets the value of the poststednavn property.
Link copied to clipboard
open fun getReferanse(): String
Gets the value of the referanse property.
Link copied to clipboard
open fun setAdresselinje1(value: String)
Sets the value of the adresselinje1 property.
Link copied to clipboard
open fun setAdresselinje2(value: String)
Sets the value of the adresselinje2 property.
Link copied to clipboard
open fun setAdresselinje3(value: String)
Sets the value of the adresselinje3 property.
Link copied to clipboard
open fun setEpostadresse(value: String)
Sets the value of the epostadresse property.
Link copied to clipboard
Sets the value of the identifikasjonsnummer property.
Link copied to clipboard
Sets the value of the identifikasjonsnummertypeId property.
Link copied to clipboard
open fun setLand(value: String)
Sets the value of the land property.
Link copied to clipboard
open fun setNavn(value: String)
Sets the value of the navn property.
Link copied to clipboard
open fun setPostnummer(value: String)
Sets the value of the postnummer property.
Link copied to clipboard
open fun setPoststednavn(value: String)
Sets the value of the poststednavn property.
Link copied to clipboard
open fun setReferanse(value: String)
Sets the value of the referanse property.