TinglystDokumentIdent

Java class for TinglystDokumentIdent complex type

.

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


<complexType name="TinglystDokumentIdent">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="embete" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
        <element name="dokumentAr" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
        <element name="dokumentNummer" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
        <element name="dokumentRnummer" 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
Gets the value of the dokumentAr property.
Link copied to clipboard
Gets the value of the dokumentNummer property.
Link copied to clipboard
Gets the value of the dokumentRnummer property.
Link copied to clipboard
open fun getEmbete(): Integer
Gets the value of the embete property.
Link copied to clipboard
open fun setDokumentAr(value: Integer)
Sets the value of the dokumentAr property.
Link copied to clipboard
open fun setDokumentNummer(value: Integer)
Sets the value of the dokumentNummer property.
Link copied to clipboard
open fun setDokumentRnummer(value: Integer)
Sets the value of the dokumentRnummer property.
Link copied to clipboard
open fun setEmbete(value: Integer)
Sets the value of the embete property.