SefrakMinneKartInfo

Java class for SefrakMinneKartInfo complex type

.

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


<complexType name="SefrakMinneKartInfo">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="byggId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/bygning}ByggId" minOccurs="0"/>
        <element name="vernevedtak" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
        <element name="fredning" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
        <element name="planlagtVern" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
        <element name="meldeplikt" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getByggId(): ByggId
Gets the value of the byggId property.
Link copied to clipboard
open fun getFredning(): Integer
Gets the value of the fredning property.
Link copied to clipboard
Gets the value of the meldeplikt property.
Link copied to clipboard
Gets the value of the planlagtVern property.
Link copied to clipboard
Gets the value of the vernevedtak property.
Link copied to clipboard
open fun setByggId(value: ByggId)
Sets the value of the byggId property.
Link copied to clipboard
open fun setFredning(value: Integer)
Sets the value of the fredning property.
Link copied to clipboard
open fun setMeldeplikt(value: Integer)
Sets the value of the meldeplikt property.
Link copied to clipboard
open fun setPlanlagtVern(value: Integer)
Sets the value of the planlagtVern property.
Link copied to clipboard
open fun setVernevedtak(value: Integer)
Sets the value of the vernevedtak property.