RegisterenhetsrettsandelSpecification

Java class for RegisterenhetsrettsandelSpecification complex type

.

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


<complexType name="RegisterenhetsrettsandelSpecification">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="teller" type="{http://www.w3.org/2001/XMLSchema}long"/>
        <element name="nevner" type="{http://www.w3.org/2001/XMLSchema}long"/>
        <element name="rettighetshaver" type="{http://kartverket.no/grunnbok/wsapi/v2/domain/melding}PersonSpecification" minOccurs="0"/>
        <element name="realkobletTil" type="{http://kartverket.no/grunnbok/wsapi/v2/domain/melding}RegisterenhetSpecification" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getNevner(): Long
Gets the value of the nevner property.
Link copied to clipboard
Gets the value of the realkobletTil property.
Link copied to clipboard
Gets the value of the rettighetshaver property.
Link copied to clipboard
open fun getTeller(): Long
Gets the value of the teller property.
Link copied to clipboard
open fun setNevner(value: Long)
Sets the value of the nevner property.
Link copied to clipboard
Sets the value of the realkobletTil property.
Link copied to clipboard
Sets the value of the rettighetshaver property.
Link copied to clipboard
open fun setTeller(value: Long)
Sets the value of the teller property.