BorettslagsandelIdent

Java class for BorettslagsandelIdent complex type

.

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


<complexType name="BorettslagsandelIdent">
  <complexContent>
    <extension base="{http://kartverket.no/grunnbok/wsapi/v2/domain/grunnboksidenter}RegisterenhetIdent">
      <sequence>
        <element name="borettslagnummer" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="andelsnummer" type="{http://www.w3.org/2001/XMLSchema}int"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getAndelsnummer(): Int
Gets the value of the andelsnummer property.
Link copied to clipboard
Gets the value of the borettslagnummer property.
Link copied to clipboard
open fun setAndelsnummer(value: Int)
Sets the value of the andelsnummer property.
Link copied to clipboard
open fun setBorettslagnummer(value: String)
Sets the value of the borettslagnummer property.