AdresseFeature

Java class for AdresseFeature complex type

.

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


<complexType name="AdresseFeature">
  <complexContent>
    <extension base="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/kart}MatrikkelFeature">
      <sequence>
        <element name="punkt" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/geometri}Point" minOccurs="0"/>
        <element name="text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="bubbleId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/adresse}AdresseId" minOccurs="0"/>
        <element name="bokstav" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="adressenavn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="adressekode" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
        <element name="nr" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
        <element name="matrikkelenhetIdent" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/matrikkelenhet}MatrikkelenhetIdent" minOccurs="0"/>
        <element name="undernr" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
        <element name="adressetilleggsnavn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="kommuneId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/kommune}KommuneId" minOccurs="0"/>
        <element name="atkomstpunkt" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/geometri}Point" minOccurs="0"/>
        <element name="atkomstpunktSommer" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/geometri}Point" minOccurs="0"/>
        <element name="atkomstpunktVinter" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/geometri}Point" minOccurs="0"/>
        <element name="atkomstpunktNodetat" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/geometri}Point" minOccurs="0"/>
        <element name="atkomstpunktOy" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/geometri}Point" minOccurs="0"/>
        <element name="textAtkomst" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="textAtkomstSommer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="textAtkomstVinter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="textAtkomstNodetat" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="textAtkomstOy" 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
Gets the value of the adressekode property.
Link copied to clipboard
Gets the value of the adressenavn property.
Link copied to clipboard
Gets the value of the adressetilleggsnavn property.
Link copied to clipboard
Gets the value of the atkomstpunkt property.
Link copied to clipboard
Gets the value of the atkomstpunktNodetat property.
Link copied to clipboard
Gets the value of the atkomstpunktOy property.
Link copied to clipboard
Gets the value of the atkomstpunktSommer property.
Link copied to clipboard
Gets the value of the atkomstpunktVinter 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 bubbleId property.
Link copied to clipboard
Gets the value of the kommuneId property.
Link copied to clipboard
Gets the value of the matrikkelenhetIdent 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
open fun getText(): String
Gets the value of the text property.
Link copied to clipboard
Gets the value of the textAtkomst property.
Link copied to clipboard
Gets the value of the textAtkomstNodetat property.
Link copied to clipboard
Gets the value of the textAtkomstOy property.
Link copied to clipboard
Gets the value of the textAtkomstSommer property.
Link copied to clipboard
Gets the value of the textAtkomstVinter property.
Link copied to clipboard
open fun getUndernr(): Integer
Gets the value of the undernr property.
Link copied to clipboard
open fun setAdressekode(value: Integer)
Sets the value of the adressekode property.
Link copied to clipboard
open fun setAdressenavn(value: String)
Sets the value of the adressenavn property.
Link copied to clipboard
Sets the value of the adressetilleggsnavn property.
Link copied to clipboard
open fun setAtkomstpunkt(value: Point)
Sets the value of the atkomstpunkt property.
Link copied to clipboard
open fun setAtkomstpunktNodetat(value: Point)
Sets the value of the atkomstpunktNodetat property.
Link copied to clipboard
open fun setAtkomstpunktOy(value: Point)
Sets the value of the atkomstpunktOy property.
Link copied to clipboard
open fun setAtkomstpunktSommer(value: Point)
Sets the value of the atkomstpunktSommer property.
Link copied to clipboard
open fun setAtkomstpunktVinter(value: Point)
Sets the value of the atkomstpunktVinter property.
Link copied to clipboard
open fun setBokstav(value: String)
Sets the value of the bokstav property.
Link copied to clipboard
open fun setBubbleId(value: AdresseId)
Sets the value of the bubbleId property.
Link copied to clipboard
open fun setKommuneId(value: KommuneId)
Sets the value of the kommuneId property.
Link copied to clipboard
Sets the value of the matrikkelenhetIdent 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
open fun setText(value: String)
Sets the value of the text property.
Link copied to clipboard
open fun setTextAtkomst(value: String)
Sets the value of the textAtkomst property.
Link copied to clipboard
open fun setTextAtkomstNodetat(value: String)
Sets the value of the textAtkomstNodetat property.
Link copied to clipboard
open fun setTextAtkomstOy(value: String)
Sets the value of the textAtkomstOy property.
Link copied to clipboard
open fun setTextAtkomstSommer(value: String)
Sets the value of the textAtkomstSommer property.
Link copied to clipboard
open fun setTextAtkomstVinter(value: String)
Sets the value of the textAtkomstVinter property.
Link copied to clipboard
open fun setUndernr(value: Integer)
Sets the value of the undernr property.