@Generated(value="com.sun.tools.xjc.Driver", date="2021-10-05T08:07:12+02:00", comments="JAXB RI v2.2.11") public class PersonHistoryFamilyCompositionReply extends ConsultRnReplyType implements Serializable
Java class for PersonHistoryFamilyCompositionReplyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PersonHistoryFamilyCompositionReplyType">
<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="FamilyCompositionHistory" type="{urn:be:fgov:ehealth:consultRN:1_0:core}FamilyCompositionHistoryType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PersonHistoryFamilyCompositionReply() |
| Modifier and Type | Method and Description |
|---|---|
List<FamilyCompositionHistoryType> |
getFamilyCompositionHistories()
Gets the value of the familyCompositionHistories 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<FamilyCompositionHistoryType> getFamilyCompositionHistories()
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 familyCompositionHistories property.
For example, to add a new item, do as follows:
getFamilyCompositionHistories().add(newItem);
Objects of the following type(s) are allowed in the list
FamilyCompositionHistoryType
Connector Packaging generic 4.0.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.