Personadresse

Java class for Personadresse complex type

.

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


<complexType name="Personadresse">
  <complexContent>
    <extension base="{http://kartverket.no/grunnbok/wsapi/v2/domain/basistyper}EntityComponentWithHistory">
      <sequence>
        <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="landkodeId" type="{http://kartverket.no/grunnbok/wsapi/v2/domain/register/koder}LandkodeKodeId"/>
        <element name="postnummeromraadeId" type="{http://kartverket.no/grunnbok/wsapi/v2/domain/register}PostnummeromraadeId"/>
        <element name="utenlandskAdresse" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="utenlandskPoststed" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="forretningskommune" type="{http://www.w3.org/2001/XMLSchema}string"/>
      </sequence>
    </extension>
  </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 avsluttetAv property.
Link copied to clipboard
Gets the value of the forretningskommune property.
Link copied to clipboard
open fun getId(): Long
Gets the value of the id property.
Link copied to clipboard
Gets the value of the landkodeId property.
Link copied to clipboard
Gets the value of the oppdateringsdato property.
Link copied to clipboard
Gets the value of the oppdatertAv property.
Link copied to clipboard
Gets the value of the postnummeromraadeId property.
Link copied to clipboard
Gets the value of the sluttdato property.
Link copied to clipboard
Gets the value of the utenlandskAdresse property.
Link copied to clipboard
Gets the value of the utenlandskPoststed 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 setAvsluttetAv(value: String)
Sets the value of the avsluttetAv property.
Link copied to clipboard
open fun setForretningskommune(value: String)
Sets the value of the forretningskommune property.
Link copied to clipboard
open fun setId(value: Long)
Sets the value of the id property.
Link copied to clipboard
open fun setLandkodeId(value: LandkodeKodeId)
Sets the value of the landkodeId property.
Link copied to clipboard
Sets the value of the oppdateringsdato property.
Link copied to clipboard
open fun setOppdatertAv(value: String)
Sets the value of the oppdatertAv property.
Link copied to clipboard
Sets the value of the postnummeromraadeId property.
Link copied to clipboard
open fun setSluttdato(value: Timestamp)
Sets the value of the sluttdato property.
Link copied to clipboard
open fun setUtenlandskAdresse(value: String)
Sets the value of the utenlandskAdresse property.
Link copied to clipboard
open fun setUtenlandskPoststed(value: String)
Sets the value of the utenlandskPoststed property.