@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:34:52+02:00", comments="JAXB RI v2.2.11") public class PersonHistoryNationalityReply extends ConsultRnReplyType implements Serializable
Java class for PersonHistoryNationalityReplyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PersonHistoryNationalityReplyType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:consultRN:1_0:protocol}ConsultRnReplyType">
<sequence>
<element name="SSIN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="NationalityHistory" type="{urn:be:fgov:ehealth:consultRN:1_0:core}NationalityHistoryType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PersonHistoryNationalityReply() |
| Modifier and Type | Method and Description |
|---|---|
List<NationalityHistoryType> |
getNationalityHistories()
Gets the value of the nationalityHistories property.
|
String |
getSSIN()
Gets the value of the ssin property.
|
void |
setSSIN(String value)
Sets the value of the ssin property.
|
getErrorInformationsgetId, getStatus, setId, setStatuspublic String getSSIN()
Stringpublic void setSSIN(String value)
value - allowed object is
Stringpublic List<NationalityHistoryType> getNationalityHistories()
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 nationalityHistories property.
For example, to add a new item, do as follows:
getNationalityHistories().add(newItem);
Objects of the following type(s) are allowed in the list
NationalityHistoryType
Connector Packaging generic 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.