RettsstiftelseIdent

Java class for RettsstiftelseIdent complex type

.

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


<complexType name="RettsstiftelseIdent">
  <complexContent>
    <extension base="{http://kartverket.no/grunnbok/wsapi/v2/domain/grunnboksidenter}Ident">
      <sequence>
        <element name="rettsstiftelsesnummer" type="{http://www.w3.org/2001/XMLSchema}int"/>
        <element name="dokumentIdent" type="{http://kartverket.no/grunnbok/wsapi/v2/domain/grunnboksidenter}DokumentIdent"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the dokumentIdent property.
Link copied to clipboard
Gets the value of the rettsstiftelsesnummer property.
Link copied to clipboard
Sets the value of the dokumentIdent property.
Link copied to clipboard
open fun setRettsstiftelsesnummer(value: Int)
Sets the value of the rettsstiftelsesnummer property.