EierforholdDTO

open class EierforholdDTO

Java class for EierforholdDTO complex type

.

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


<complexType name="EierforholdDTO">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="eiersNavn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="eierforholdKodeId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/matrikkelenhet/koder}EierforholdKodeId" minOccurs="0"/>
        <element name="eierandel" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/util}Andel" minOccurs="0"/>
        <element name="matrikkelenhetIdent" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/matrikkelenhet}MatrikkelenhetIdent" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getEierandel(): Andel
Gets the value of the eierandel property.
Link copied to clipboard
Gets the value of the eierforholdKodeId property.
Link copied to clipboard
open fun getEiersNavn(): String
Gets the value of the eiersNavn property.
Link copied to clipboard
Gets the value of the matrikkelenhetIdent property.
Link copied to clipboard
open fun setEierandel(value: Andel)
Sets the value of the eierandel property.
Link copied to clipboard
Sets the value of the eierforholdKodeId property.
Link copied to clipboard
open fun setEiersNavn(value: String)
Sets the value of the eiersNavn property.
Link copied to clipboard
Sets the value of the matrikkelenhetIdent property.