Tidsperiode

open class Tidsperiode

Java class for Tidsperiode complex type

.

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


<complexType name="Tidsperiode">
  <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="lengde" type="{http://www.w3.org/2001/XMLSchema}int"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getLengde(): Int
Gets the value of the lengde property.
Link copied to clipboard
Gets the value of the periodeId property.
Link copied to clipboard
open fun setLengde(value: Int)
Sets the value of the lengde property.
Link copied to clipboard
open fun setPeriodeId(value: PeriodeKodeId)
Sets the value of the periodeId property.