Saksinformasjon

Java class for Saksinformasjon complex type

.

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


<complexType name="Saksinformasjon">
  <complexContent>
    <extension base="{http://kartverket.no/grunnbok/wsapi/v2/domain/basistyper}GrunnbokObjectWithHistory">
      <sequence>
        <element name="saksnummer" type="{http://www.w3.org/2001/XMLSchema}long"/>
        <element name="mottaksdato" type="{http://kartverket.no/grunnbok/wsapi/v2/domain/basistyper}LocalDate"/>
        <element name="foelgebrevsdato" type="{http://kartverket.no/grunnbok/wsapi/v2/domain/basistyper}LocalDate"/>
        <element name="saksstatus">
          <simpleType>
            <restriction base="{http://kartverket.no/grunnbok/wsapi/v2/domain/register/saksinformasjon}Saksstatus">
            </restriction>
          </simpleType>
        </element>
        <element name="behandlingsutfall">
          <simpleType>
            <restriction base="{http://kartverket.no/grunnbok/wsapi/v2/domain/register/saksinformasjon}Behandlingsutfall">
            </restriction>
          </simpleType>
        </element>
        <element name="innsender" type="{http://kartverket.no/grunnbok/wsapi/v2/domain/register/saksinformasjon}Saksperson"/>
        <element name="fakturamottaker" type="{http://kartverket.no/grunnbok/wsapi/v2/domain/register/saksinformasjon}Saksperson"/>
        <element name="mottaker" type="{http://kartverket.no/grunnbok/wsapi/v2/domain/register/saksinformasjon}Saksperson"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the avsluttetAv property.
Link copied to clipboard
Gets the value of the behandlingsutfall property.
Link copied to clipboard
Gets the value of the fakturamottaker property.
Link copied to clipboard
Gets the value of the foelgebrevsdato property.
Link copied to clipboard
Gets the value of the id property.
Link copied to clipboard
Gets the value of the innsender property.
Link copied to clipboard
Gets the value of the mottaker property.
Link copied to clipboard
Gets the value of the mottaksdato 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(): Long
Gets the value of the saksnummer property.
Link copied to clipboard
Gets the value of the saksstatus property.
Link copied to clipboard
Gets the value of the sluttdato property.
Link copied to clipboard
open fun setAvsluttetAv(value: String)
Sets the value of the avsluttetAv property.
Link copied to clipboard
Sets the value of the behandlingsutfall property.
Link copied to clipboard
Sets the value of the fakturamottaker property.
Link copied to clipboard
open fun setFoelgebrevsdato(value: LocalDate)
Sets the value of the foelgebrevsdato property.
Link copied to clipboard
open fun setId(value: GrunnbokBubbleObjectId)
Sets the value of the id property.
Link copied to clipboard
open fun setInnsender(value: Saksperson)
Sets the value of the innsender property.
Link copied to clipboard
open fun setMottaker(value: Saksperson)
Sets the value of the mottaker property.
Link copied to clipboard
open fun setMottaksdato(value: LocalDate)
Sets the value of the mottaksdato 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: Long)
Sets the value of the saksnummer property.
Link copied to clipboard
open fun setSaksstatus(value: Saksstatus)
Sets the value of the saksstatus property.
Link copied to clipboard
open fun setSluttdato(value: Timestamp)
Sets the value of the sluttdato property.