PantebokDokumentIdent

Java class for PantebokDokumentIdent complex type

.

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


<complexType name="PantebokDokumentIdent">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="aar" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
        <element name="dokumentnummer" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
        <element name="embete" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getAar(): Integer
Gets the value of the aar property.
Link copied to clipboard
Gets the value of the dokumentnummer property.
Link copied to clipboard
open fun getEmbete(): Integer
Gets the value of the embete property.
Link copied to clipboard
open fun setAar(value: Integer)
Sets the value of the aar property.
Link copied to clipboard
open fun setDokumentnummer(value: Long)
Sets the value of the dokumentnummer property.
Link copied to clipboard
open fun setEmbete(value: Integer)
Sets the value of the embete property.