@Generated(value="com.sun.tools.xjc.Driver", date="2021-10-05T08:07:12+02:00", comments="JAXB RI v2.2.11") public class FamilyCompositionType extends Object implements Serializable
Java class for FamilyCompositionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FamilyCompositionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SSIN" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Address" type="{urn:be:fgov:ehealth:consultRN:1_0:core}AddressType" minOccurs="0"/>
<element name="FamilyMember" type="{urn:be:fgov:ehealth:consultRN:1_0:core}FamilyMemberType" maxOccurs="100" minOccurs="0"/>
</sequence>
<attribute name="ModificationDate" type="{urn:be:fgov:ehealth:consultRN:1_0:core}IncompleteDateType" />
<attribute name="Origin" type="{urn:be:fgov:ehealth:consultRN:1_0:core}OriginType" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
FamilyCompositionType() |
| Modifier and Type | Method and Description |
|---|---|
AddressType |
getAddress()
Gets the value of the address property.
|
List<FamilyMemberType> |
getFamilyMembers()
Gets the value of the familyMembers property.
|
String |
getModificationDate()
Gets the value of the modificationDate property.
|
OriginType |
getOrigin()
Gets the value of the origin property.
|
String |
getSSIN()
Gets the value of the ssin property.
|
void |
setAddress(AddressType value)
Sets the value of the address property.
|
void |
setModificationDate(String value)
Sets the value of the modificationDate property.
|
void |
setOrigin(OriginType value)
Sets the value of the origin property.
|
void |
setSSIN(String value)
Sets the value of the ssin property.
|
public String getSSIN()
Stringpublic void setSSIN(String value)
value - allowed object is
Stringpublic AddressType getAddress()
AddressTypepublic void setAddress(AddressType value)
value - allowed object is
AddressTypepublic List<FamilyMemberType> getFamilyMembers()
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 familyMembers property.
For example, to add a new item, do as follows:
getFamilyMembers().add(newItem);
Objects of the following type(s) are allowed in the list
FamilyMemberType
public String getModificationDate()
Stringpublic void setModificationDate(String value)
value - allowed object is
Stringpublic OriginType getOrigin()
OriginTypepublic void setOrigin(OriginType value)
value - allowed object is
OriginType
Connector Packaging generic 4.0.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.