AdresseBokInfo

open class AdresseBokInfo : BokInfo

Java class for AdresseBokInfo complex type

.

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


<complexType name="AdresseBokInfo">
  <complexContent>
    <extension base="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain}BokInfo">
      <sequence>
        <element name="adresseId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/adresse}AdresseId" minOccurs="0"/>
        <element name="adressetilleggsnavn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="kortnavn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="tilleggsnavnKildeKodeId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/adresse/koder}AdressetilleggsnavnKildeKodeId" minOccurs="0"/>
        <element name="bruksenheter" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/bygning}BruksenhetMedBygningInfoList" minOccurs="0"/>
        <element name="vegDTO" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/adresse}VegDTO" minOccurs="0"/>
        <element name="matrikkelenhetDTO" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/matrikkelenhet}MatrikkelenhetDTO" minOccurs="0"/>
        <element name="nr" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
        <element name="bokstav" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="undernr" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
        <element name="punkt" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/geometri}Point" minOccurs="0"/>
        <element name="harAtkomst" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
        <element name="atkomster" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/adresse}AtkomstList" minOccurs="0"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the adresseId property.
Link copied to clipboard
Gets the value of the adressetilleggsnavn property.
Link copied to clipboard
Gets the value of the atkomster property.
Link copied to clipboard
open fun getBokstav(): String
Gets the value of the bokstav property.
Link copied to clipboard
Gets the value of the bruksenheter property.
Link copied to clipboard
open fun getKortnavn(): String
Gets the value of the kortnavn property.
Link copied to clipboard
Gets the value of the matrikkelenhetDTO property.
Link copied to clipboard
open fun getNr(): Integer
Gets the value of the nr property.
Link copied to clipboard
open fun getPunkt(): Point
Gets the value of the punkt property.
Link copied to clipboard
Gets the value of the tilleggsnavnKildeKodeId property.
Link copied to clipboard
open fun getUndernr(): Integer
Gets the value of the undernr property.
Link copied to clipboard
open fun getVegDTO(): VegDTO
Gets the value of the vegDTO property.
Link copied to clipboard
open fun isHarAtkomst(): Boolean
Gets the value of the harAtkomst property.
Link copied to clipboard
open fun setAdresseId(value: AdresseId)
Sets the value of the adresseId property.
Link copied to clipboard
Sets the value of the adressetilleggsnavn property.
Link copied to clipboard
open fun setAtkomster(value: AtkomstList)
Sets the value of the atkomster property.
Link copied to clipboard
open fun setBokstav(value: String)
Sets the value of the bokstav property.
Link copied to clipboard
Sets the value of the bruksenheter property.
Link copied to clipboard
open fun setHarAtkomst(value: Boolean)
Sets the value of the harAtkomst property.
Link copied to clipboard
open fun setKortnavn(value: String)
Sets the value of the kortnavn property.
Link copied to clipboard
Sets the value of the matrikkelenhetDTO property.
Link copied to clipboard
open fun setNr(value: Integer)
Sets the value of the nr property.
Link copied to clipboard
open fun setPunkt(value: Point)
Sets the value of the punkt property.
Link copied to clipboard
Sets the value of the tilleggsnavnKildeKodeId property.
Link copied to clipboard
open fun setUndernr(value: Integer)
Sets the value of the undernr property.
Link copied to clipboard
open fun setVegDTO(value: VegDTO)
Sets the value of the vegDTO property.