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