LandmalerDTO

open class LandmalerDTO

Java class for LandmalerDTO complex type

.

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


<complexType name="LandmalerDTO">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="landmalernummer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="navn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the landmalernummer property.
Link copied to clipboard
open fun getNavn(): String
Gets the value of the navn property.
Link copied to clipboard
open fun setLandmalernummer(value: String)
Sets the value of the landmalernummer property.
Link copied to clipboard
open fun setNavn(value: String)
Sets the value of the navn property.