TilknytningDTO

open class TilknytningDTO

Java class for TilknytningDTO complex type

.

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


<complexType name="TilknytningDTO">
  <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="personId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/person}PersonId" minOccurs="0"/>
        <element name="eierforholdId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
        <element name="partsstilling" 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 eierforholdId property.
Link copied to clipboard
Gets the value of the matrikkelenhetId property.
Link copied to clipboard
Gets the value of the partsstilling property.
Link copied to clipboard
open fun getPersonId(): PersonId
Gets the value of the personId property.
Link copied to clipboard
open fun setEierforholdId(value: Long)
Sets the value of the eierforholdId property.
Link copied to clipboard
Sets the value of the matrikkelenhetId property.
Link copied to clipboard
open fun setPartsstilling(value: String)
Sets the value of the partsstilling property.
Link copied to clipboard
open fun setPersonId(value: PersonId)
Sets the value of the personId property.