AtkomstFeature

Java class for AtkomstFeature complex type

.

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


<complexType name="AtkomstFeature">
  <complexContent>
    <extension base="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/kart}MatrikkelFeature">
      <sequence>
        <element name="atkomstpunkt" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/geometri}Point"/>
        <element name="text" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="atkomsttypeKodeId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/adresse/koder}AtkomsttypeKodeId" minOccurs="0"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the atkomstpunkt property.
Link copied to clipboard
Gets the value of the atkomsttypeKodeId property.
Link copied to clipboard
open fun getText(): String
Inneholder adressenavn, husnummer og husbokstav dersom atkomsten er knyttet til en vegadresse.
Link copied to clipboard
open fun setAtkomstpunkt(value: Point)
Sets the value of the atkomstpunkt property.
Link copied to clipboard
Sets the value of the atkomsttypeKodeId property.
Link copied to clipboard
open fun setText(value: String)
Sets the value of the text property.