public class Dokumentinformasjon extends Object
Java class for Dokumentinformasjon complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Dokumentinformasjon">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dokumentkategori" type="{http://nav.no/tjeneste/virksomhet/behandleInngaaendeJournal/v1/informasjon}Dokumentkategori" minOccurs="0"/>
<element name="dokumentId" type="{http://nav.no/tjeneste/virksomhet/behandleInngaaendeJournal/v1/informasjon}Identifikator"/>
<element name="tittel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
dokumentId |
protected Dokumentkategori |
dokumentkategori |
protected String |
tittel |
| Constructor and Description |
|---|
Dokumentinformasjon() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDokumentId()
Gets the value of the dokumentId property.
|
Dokumentkategori |
getDokumentkategori()
Gets the value of the dokumentkategori property.
|
String |
getTittel()
Gets the value of the tittel property.
|
void |
setDokumentId(String value)
Sets the value of the dokumentId property.
|
void |
setDokumentkategori(Dokumentkategori value)
Sets the value of the dokumentkategori property.
|
void |
setTittel(String value)
Sets the value of the tittel property.
|
protected Dokumentkategori dokumentkategori
protected String dokumentId
protected String tittel
public Dokumentkategori getDokumentkategori()
Dokumentkategoripublic void setDokumentkategori(Dokumentkategori value)
value - allowed object is
Dokumentkategoripublic String getDokumentId()
Stringpublic void setDokumentId(String value)
value - allowed object is
Stringpublic String getTittel()
StringCopyright © 2019. All rights reserved.