KretsFeature

Java class for KretsFeature complex type

.

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


<complexType name="KretsFeature">
  <complexContent>
    <extension base="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/kart}MatrikkelFeature">
      <sequence>
        <element name="geometri" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/geometri}Polygon" minOccurs="0"/>
        <element name="representasjonspunkt" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/geometri}Point" minOccurs="0"/>
        <element name="bubbleId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/adresse}KretsId" minOccurs="0"/>
        <element name="kretsflateId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="navnOgNr" 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 getBubbleId(): KretsId
Gets the value of the bubbleId property.
Link copied to clipboard
open fun getGeometri(): Polygon
Gets the value of the geometri property.
Link copied to clipboard
Gets the value of the kretsflateId property.
Link copied to clipboard
open fun getNavnOgNr(): String
Gets the value of the navnOgNr property.
Link copied to clipboard
Gets the value of the representasjonspunkt property.
Link copied to clipboard
open fun setBubbleId(value: KretsId)
Sets the value of the bubbleId property.
Link copied to clipboard
open fun setGeometri(value: Polygon)
Sets the value of the geometri property.
Link copied to clipboard
open fun setKretsflateId(value: String)
Sets the value of the kretsflateId property.
Link copied to clipboard
open fun setNavnOgNr(value: String)
Sets the value of the navnOgNr property.
Link copied to clipboard
Sets the value of the representasjonspunkt property.