BeloepForPeriode

open class BeloepForPeriode

Java class for BeloepForPeriode complex type

.

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


<complexType name="BeloepForPeriode">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="periodeId" type="{http://kartverket.no/grunnbok/wsapi/v2/domain/register/koder}PeriodeKodeId"/>
        <element name="beloep" type="{http://kartverket.no/grunnbok/wsapi/v2/domain/register/rettsstiftelse}Beloep"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getBeloep(): Beloep
Gets the value of the beloep property.
Link copied to clipboard
Gets the value of the periodeId property.
Link copied to clipboard
open fun setBeloep(value: Beloep)
Sets the value of the beloep property.
Link copied to clipboard
open fun setPeriodeId(value: PeriodeKodeId)
Sets the value of the periodeId property.