Journalpost

Java class for Journalpost complex type

.

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


<complexType name="Journalpost">
  <complexContent>
    <extension base="{http://kartverket.no/grunnbok/wsapi/v2/domain/basistyper}GrunnbokObjectWithHistory">
      <sequence>
        <element name="saksnummer" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="journalDato" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="arkivdel" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="avsender" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="mottaker" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="sakstittel" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="tilgangskode" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="dokumenttype" type="{http://www.w3.org/2001/XMLSchema}string"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getArkivdel(): String
Gets the value of the arkivdel property.
Link copied to clipboard
open fun getAvsender(): String
Gets the value of the avsender property.
Link copied to clipboard
Gets the value of the avsluttetAv property.
Link copied to clipboard
Gets the value of the dokumenttype property.
Link copied to clipboard
Gets the value of the id property.
Link copied to clipboard
Gets the value of the journalDato property.
Link copied to clipboard
open fun getMottaker(): String
Gets the value of the mottaker property.
Link copied to clipboard
Gets the value of the oppdateringsdato property.
Link copied to clipboard
Gets the value of the oppdatertAv property.
Link copied to clipboard
open fun getSaksnummer(): String
Gets the value of the saksnummer property.
Link copied to clipboard
open fun getSakstittel(): String
Gets the value of the sakstittel property.
Link copied to clipboard
Gets the value of the sluttdato property.
Link copied to clipboard
Gets the value of the tilgangskode property.
Link copied to clipboard
open fun setArkivdel(value: String)
Sets the value of the arkivdel property.
Link copied to clipboard
open fun setAvsender(value: String)
Sets the value of the avsender property.
Link copied to clipboard
open fun setAvsluttetAv(value: String)
Sets the value of the avsluttetAv property.
Link copied to clipboard
open fun setDokumenttype(value: String)
Sets the value of the dokumenttype property.
Link copied to clipboard
open fun setId(value: GrunnbokBubbleObjectId)
Sets the value of the id property.
Link copied to clipboard
open fun setJournalDato(value: String)
Sets the value of the journalDato property.
Link copied to clipboard
open fun setMottaker(value: String)
Sets the value of the mottaker property.
Link copied to clipboard
Sets the value of the oppdateringsdato property.
Link copied to clipboard
open fun setOppdatertAv(value: String)
Sets the value of the oppdatertAv property.
Link copied to clipboard
open fun setSaksnummer(value: String)
Sets the value of the saksnummer property.
Link copied to clipboard
open fun setSakstittel(value: String)
Sets the value of the sakstittel property.
Link copied to clipboard
open fun setSluttdato(value: Timestamp)
Sets the value of the sluttdato property.
Link copied to clipboard
open fun setTilgangskode(value: String)
Sets the value of the tilgangskode property.