public class Organisasjon extends Aktoer
Java class for Organisasjon complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Organisasjon">
<complexContent>
<extension base="{http://nav.no/tjeneste/virksomhet/behandleInngaaendeJournal/v1/informasjon}Aktoer">
<sequence>
<element name="organisasjonsnummer" type="{http://nav.no/tjeneste/virksomhet/behandleInngaaendeJournal/v1/informasjon}Identifikator"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
organisasjonsnummer |
| Constructor and Description |
|---|
Organisasjon() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOrganisasjonsnummer()
Gets the value of the organisasjonsnummer property.
|
void |
setOrganisasjonsnummer(String value)
Sets the value of the organisasjonsnummer property.
|
Copyright © 2019. All rights reserved.