BrukerIdInverseRelation

Java class for BrukerIdInverseRelation complex type

.

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


<complexType name="BrukerIdInverseRelation">
  <complexContent>
    <extension base="{http://kartverket.no/grunnbok/wsapi/v2/domain/basistyper}InverseRelation">
      <sequence>
        <element name="cachedValue" type="{http://kartverket.no/grunnbok/wsapi/v2/domain/register/bruker}BrukerId"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the cachedValue property.
Link copied to clipboard
Gets the value of the materialised property.
Link copied to clipboard
open fun setCachedValue(value: BrukerId)
Sets the value of the cachedValue property.
Link copied to clipboard
open fun setMaterialised(value: Boolean)
Sets the value of the materialised property.