public class InngaaendeJournalpost extends Object
Java class for InngaaendeJournalpost complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InngaaendeJournalpost">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="journalpostId" type="{http://nav.no/tjeneste/virksomhet/behandleInngaaendeJournal/v1/informasjon}Identifikator"/>
<element name="avsender" type="{http://nav.no/tjeneste/virksomhet/behandleInngaaendeJournal/v1/informasjon}Avsender" minOccurs="0"/>
<element name="innhold" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="arkivSak" type="{http://nav.no/tjeneste/virksomhet/behandleInngaaendeJournal/v1/informasjon}ArkivSak" minOccurs="0"/>
<element name="tema" type="{http://nav.no/tjeneste/virksomhet/behandleInngaaendeJournal/v1/informasjon}Tema" minOccurs="0"/>
<element name="bruker" type="{http://nav.no/tjeneste/virksomhet/behandleInngaaendeJournal/v1/informasjon}Aktoer" minOccurs="0"/>
<element name="hoveddokument" type="{http://nav.no/tjeneste/virksomhet/behandleInngaaendeJournal/v1/informasjon}Dokumentinformasjon" minOccurs="0"/>
<element name="vedleggListe" type="{http://nav.no/tjeneste/virksomhet/behandleInngaaendeJournal/v1/informasjon}Dokumentinformasjon" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArkivSak |
arkivSak |
protected Avsender |
avsender |
protected Aktoer |
bruker |
protected Dokumentinformasjon |
hoveddokument |
protected String |
innhold |
protected String |
journalpostId |
protected Tema |
tema |
protected List<Dokumentinformasjon> |
vedleggListe |
| Constructor and Description |
|---|
InngaaendeJournalpost() |
| Modifier and Type | Method and Description |
|---|---|
ArkivSak |
getArkivSak()
Gets the value of the arkivSak property.
|
Avsender |
getAvsender()
Gets the value of the avsender property.
|
Aktoer |
getBruker()
Gets the value of the bruker property.
|
Dokumentinformasjon |
getHoveddokument()
Gets the value of the hoveddokument property.
|
String |
getInnhold()
Gets the value of the innhold property.
|
String |
getJournalpostId()
Gets the value of the journalpostId property.
|
Tema |
getTema()
Gets the value of the tema property.
|
List<Dokumentinformasjon> |
getVedleggListe()
Gets the value of the vedleggListe property.
|
void |
setArkivSak(ArkivSak value)
Sets the value of the arkivSak property.
|
void |
setAvsender(Avsender value)
Sets the value of the avsender property.
|
void |
setBruker(Aktoer value)
Sets the value of the bruker property.
|
void |
setHoveddokument(Dokumentinformasjon value)
Sets the value of the hoveddokument property.
|
void |
setInnhold(String value)
Sets the value of the innhold property.
|
void |
setJournalpostId(String value)
Sets the value of the journalpostId property.
|
void |
setTema(Tema value)
Sets the value of the tema property.
|
protected String journalpostId
protected Avsender avsender
protected String innhold
protected ArkivSak arkivSak
protected Tema tema
protected Aktoer bruker
protected Dokumentinformasjon hoveddokument
protected List<Dokumentinformasjon> vedleggListe
public String getJournalpostId()
Stringpublic void setJournalpostId(String value)
value - allowed object is
Stringpublic Avsender getAvsender()
Avsenderpublic void setAvsender(Avsender value)
value - allowed object is
Avsenderpublic String getInnhold()
Stringpublic void setInnhold(String value)
value - allowed object is
Stringpublic ArkivSak getArkivSak()
ArkivSakpublic void setArkivSak(ArkivSak value)
value - allowed object is
ArkivSakpublic void setTema(Tema value)
value - allowed object is
Temapublic Aktoer getBruker()
Aktoerpublic void setBruker(Aktoer value)
value - allowed object is
Aktoerpublic Dokumentinformasjon getHoveddokument()
Dokumentinformasjonpublic void setHoveddokument(Dokumentinformasjon value)
value - allowed object is
Dokumentinformasjonpublic List<Dokumentinformasjon> getVedleggListe()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the vedleggListe property.
For example, to add a new item, do as follows:
getVedleggListe().add(newItem);
Objects of the following type(s) are allowed in the list
Dokumentinformasjon
Copyright © 2019. All rights reserved.