Bostedsadresse

Java class for Bostedsadresse complex type

.

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


<complexType name="Bostedsadresse">
  <complexContent>
    <extension base="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain}MatrikkelComponent">
      <sequence>
        <element name="kommunenummer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="adressekode" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
        <element name="husnummer" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
        <element name="husbokstav" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="gardsnummer" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
        <element name="bruksnummer" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
        <element name="festenummer" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
        <element name="undernummer" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
        <element name="bruksenhetsnummer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="postnummer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getAdressekode(): Long
Gets the value of the adressekode property.
Link copied to clipboard
Gets the value of the bruksenhetsnummer property.
Link copied to clipboard
open fun getBruksnummer(): Long
Gets the value of the bruksnummer property.
Link copied to clipboard
open fun getFestenummer(): Long
Gets the value of the festenummer property.
Link copied to clipboard
open fun getGardsnummer(): Long
Gets the value of the gardsnummer property.
Link copied to clipboard
open fun getHusbokstav(): String
Gets the value of the husbokstav property.
Link copied to clipboard
open fun getHusnummer(): Integer
Gets the value of the husnummer property.
Link copied to clipboard
Gets the value of the kommunenummer property.
Link copied to clipboard
open fun getMetadata(): Metadata
Gets the value of the metadata 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 undernummer property.
Link copied to clipboard
open fun setAdressekode(value: Long)
Sets the value of the adressekode property.
Link copied to clipboard
open fun setBruksenhetsnummer(value: String)
Sets the value of the bruksenhetsnummer property.
Link copied to clipboard
open fun setBruksnummer(value: Long)
Sets the value of the bruksnummer property.
Link copied to clipboard
open fun setFestenummer(value: Long)
Sets the value of the festenummer property.
Link copied to clipboard
open fun setGardsnummer(value: Long)
Sets the value of the gardsnummer property.
Link copied to clipboard
open fun setHusbokstav(value: String)
Sets the value of the husbokstav property.
Link copied to clipboard
open fun setHusnummer(value: Integer)
Sets the value of the husnummer property.
Link copied to clipboard
open fun setKommunenummer(value: String)
Sets the value of the kommunenummer property.
Link copied to clipboard
open fun setMetadata(value: Metadata)
Sets the value of the metadata property.
Link copied to clipboard
open fun setPostnummer(value: String)
Sets the value of the postnummer property.
Link copied to clipboard
open fun setUndernummer(value: Integer)
Sets the value of the undernummer property.