Beloep

open class Beloep

Java class for Beloep complex type

.

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


<complexType name="Beloep">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="beloepsverdi" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
        <element name="valutakodeId" type="{http://kartverket.no/grunnbok/wsapi/v2/domain/register/koder}ValutakodeKodeId"/>
        <element name="beloepstekst" type="{http://www.w3.org/2001/XMLSchema}string"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the beloepstekst property.
Link copied to clipboard
Gets the value of the beloepsverdi property.
Link copied to clipboard
Gets the value of the valutakodeId property.
Link copied to clipboard
open fun setBeloepstekst(value: String)
Sets the value of the beloepstekst property.
Link copied to clipboard
open fun setBeloepsverdi(value: BigDecimal)
Sets the value of the beloepsverdi property.
Link copied to clipboard
Sets the value of the valutakodeId property.