PersonsokModel

open class PersonsokModel

Java class for PersonsokModel complex type

.

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


<complexType name="PersonsokModel">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="nummer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="personIdKode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="navn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="navnFonetisk" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
        <element name="adresse" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="postnummer" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
        <element name="poststed" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="landKode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getAdresse(): String
Gets the value of the adresse property.
Link copied to clipboard
open fun getLandKode(): String
Gets the value of the landKode property.
Link copied to clipboard
open fun getNavn(): String
Gets the value of the navn property.
Link copied to clipboard
open fun getNummer(): String
Gets the value of the nummer property.
Link copied to clipboard
Gets the value of the personIdKode property.
Link copied to clipboard
Gets the value of the postnummer property.
Link copied to clipboard
open fun getPoststed(): String
Gets the value of the poststed property.
Link copied to clipboard
Gets the value of the navnFonetisk property.
Link copied to clipboard
open fun setAdresse(value: String)
Sets the value of the adresse property.
Link copied to clipboard
open fun setLandKode(value: String)
Sets the value of the landKode property.
Link copied to clipboard
open fun setNavn(value: String)
Sets the value of the navn property.
Link copied to clipboard
open fun setNavnFonetisk(value: Boolean)
Sets the value of the navnFonetisk property.
Link copied to clipboard
open fun setNummer(value: String)
Sets the value of the nummer property.
Link copied to clipboard
open fun setPersonIdKode(value: String)
Sets the value of the personIdKode property.
Link copied to clipboard
open fun setPostnummer(value: Integer)
Sets the value of the postnummer property.
Link copied to clipboard
open fun setPoststed(value: String)
Sets the value of the poststed property.