public class ArkivSak extends Object
Java class for ArkivSak complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ArkivSak">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="arkivSakId" type="{http://nav.no/tjeneste/virksomhet/behandleInngaaendeJournal/v1/informasjon}Identifikator"/>
<element name="arkivSakSystem" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
arkivSakId |
protected String |
arkivSakSystem |
| Constructor and Description |
|---|
ArkivSak() |
| Modifier and Type | Method and Description |
|---|---|
String |
getArkivSakId()
Gets the value of the arkivSakId property.
|
String |
getArkivSakSystem()
Gets the value of the arkivSakSystem property.
|
void |
setArkivSakId(String value)
Sets the value of the arkivSakId property.
|
void |
setArkivSakSystem(String value)
Sets the value of the arkivSakSystem property.
|
public String getArkivSakId()
Stringpublic void setArkivSakId(String value)
value - allowed object is
Stringpublic String getArkivSakSystem()
StringCopyright © 2019. All rights reserved.