EnkelNaboSokModel

Java class for EnkelNaboSokModel complex type

.

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


<complexType name="EnkelNaboSokModel">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="matrikkelenhetId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/matrikkelenhet}MatrikkelenhetId" minOccurs="0"/>
        <element name="maxAvstand" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
        <element name="medFestetPa" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
        <element name="medFester" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
        <element name="medSeksjoner" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
        <element name="medAnleggsprojeksjonsflater" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the matrikkelenhetId property.
Link copied to clipboard
Gets the value of the maxAvstand property.
Link copied to clipboard
Gets the value of the medAnleggsprojeksjonsflater property.
Link copied to clipboard
open fun isMedFester(): Boolean
Gets the value of the medFester property.
Link copied to clipboard
Gets the value of the medFestetPa property.
Link copied to clipboard
Gets the value of the medSeksjoner property.
Link copied to clipboard
Sets the value of the matrikkelenhetId property.
Link copied to clipboard
open fun setMaxAvstand(value: Integer)
Sets the value of the maxAvstand property.
Link copied to clipboard
Sets the value of the medAnleggsprojeksjonsflater property.
Link copied to clipboard
open fun setMedFester(value: Boolean)
Sets the value of the medFester property.
Link copied to clipboard
open fun setMedFestetPa(value: Boolean)
Sets the value of the medFestetPa property.
Link copied to clipboard
open fun setMedSeksjoner(value: Boolean)
Sets the value of the medSeksjoner property.