MatrikkeladresseDTO

Java class for MatrikkeladresseDTO complex type

.

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


<complexType name="MatrikkeladresseDTO">
  <complexContent>
    <extension base="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/adresse}AdresseDTO">
      <sequence>
        <element name="matrikkeladresseId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/adresse}MatrikkeladresseId" minOccurs="0"/>
        <element name="undernr" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the matrikkeladresseId property.
Link copied to clipboard
Gets the value of the matrikkelenhetDTO property.
Link copied to clipboard
open fun getUndernr(): Integer
Gets the value of the undernr property.
Link copied to clipboard
Sets the value of the matrikkeladresseId property.
Link copied to clipboard
Sets the value of the matrikkelenhetDTO property.
Link copied to clipboard
open fun setUndernr(value: Integer)
Sets the value of the undernr property.