JobbDTO

open class JobbDTO

Java class for JobbDTO complex type

.

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


<complexType name="JobbDTO">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="jobbId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/jobb}JobbId" minOccurs="0"/>
        <element name="brukerId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/bruker}BrukerId" 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="nummerIKo" 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 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
open fun getJobbId(): JobbId
Gets the value of the jobbId property.
Link copied to clipboard
open fun getKonavn(): String
Gets the value of the konavn property.
Link copied to clipboard
open fun getNummerIKo(): Integer
Gets the value of the nummerIKo property.
Link copied to clipboard
Gets the value of the opprettet 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
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 setJobbId(value: JobbId)
Sets the value of the jobbId property.
Link copied to clipboard
open fun setKonavn(value: String)
Sets the value of the konavn property.
Link copied to clipboard
open fun setNummerIKo(value: Integer)
Sets the value of the nummerIKo property.
Link copied to clipboard
open fun setOpprettet(value: Timestamp)
Sets the value of the opprettet 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 setUtvalg(value: String)
Sets the value of the utvalg property.