Jobb

Java class for Jobb complex type

.

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


<complexType name="Jobb">
  <complexContent>
    <extension base="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain}MatrikkelBubbleObject">
      <sequence>
        <element name="brukerId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/bruker}BrukerId" minOccurs="0"/>
        <element name="typeId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/jobb}JobbtypeKodeId" minOccurs="0"/>
        <element name="konavn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="beskrivelse" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="utvalg" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="opprettet" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain}Timestamp" minOccurs="0"/>
        <element name="statusId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/jobb/koder}JobbStatusKodeId" minOccurs="0"/>
        <element name="feilmelding" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="sistEndret" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain}Timestamp" minOccurs="0"/>
        <element name="prosessnavn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="servernavn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="oppgaveId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/jobb}JobbOppgaveId" minOccurs="0"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the beskrivelse property.
Link copied to clipboard
open fun getBrukerId(): BrukerId
Gets the value of the brukerId property.
Link copied to clipboard
Gets the value of the feilmelding property.
Link copied to clipboard
Gets the value of the id property.
Link copied to clipboard
open fun getKonavn(): String
Gets the value of the konavn property.
Link copied to clipboard
open fun getMetadata(): Metadata
Gets the value of the metadata property.
Link copied to clipboard
Gets the value of the oppgaveId property.
Link copied to clipboard
Gets the value of the opprettet property.
Link copied to clipboard
Gets the value of the prosessnavn property.
Link copied to clipboard
open fun getServernavn(): String
Gets the value of the servernavn property.
Link copied to clipboard
Gets the value of the sistEndret property.
Link copied to clipboard
Gets the value of the statusId property.
Link copied to clipboard
Gets the value of the typeId property.
Link copied to clipboard
open fun getUtvalg(): String
Gets the value of the utvalg property.
Link copied to clipboard
open fun setBeskrivelse(value: String)
Sets the value of the beskrivelse property.
Link copied to clipboard
open fun setBrukerId(value: BrukerId)
Sets the value of the brukerId property.
Link copied to clipboard
open fun setFeilmelding(value: String)
Sets the value of the feilmelding property.
Link copied to clipboard
open fun setId(value: MatrikkelBubbleId)
Sets the value of the id property.
Link copied to clipboard
open fun setKonavn(value: String)
Sets the value of the konavn property.
Link copied to clipboard
open fun setMetadata(value: Metadata)
Sets the value of the metadata property.
Link copied to clipboard
open fun setOppgaveId(value: JobbOppgaveId)
Sets the value of the oppgaveId property.
Link copied to clipboard
open fun setOpprettet(value: Timestamp)
Sets the value of the opprettet property.
Link copied to clipboard
open fun setProsessnavn(value: String)
Sets the value of the prosessnavn property.
Link copied to clipboard
open fun setServernavn(value: String)
Sets the value of the servernavn property.
Link copied to clipboard
open fun setSistEndret(value: Timestamp)
Sets the value of the sistEndret property.
Link copied to clipboard
open fun setStatusId(value: JobbStatusKodeId)
Sets the value of the statusId property.
Link copied to clipboard
open fun setTypeId(value: JobbtypeKodeId)
Sets the value of the typeId property.
Link copied to clipboard
open fun setUtvalg(value: String)
Sets the value of the utvalg property.