@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:34:52+02:00", comments="JAXB RI v2.2.11") public class FamilyMemberType extends Object implements Serializable
Java class for FamilyMemberType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FamilyMemberType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PersonData" type="{urn:be:fgov:ehealth:consultRN:1_0:core}InhabitantType"/>
<element name="Relationship" type="{urn:be:fgov:ehealth:consultRN:1_0:core}RelationshipType" minOccurs="0"/>
<element name="EntryDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
FamilyMemberType() |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
getEntryDate()
Gets the value of the entryDate property.
|
InhabitantType |
getPersonData()
Gets the value of the personData property.
|
RelationshipType |
getRelationship()
Gets the value of the relationship property.
|
void |
setEntryDate(org.joda.time.DateTime value)
Sets the value of the entryDate property.
|
void |
setPersonData(InhabitantType value)
Sets the value of the personData property.
|
void |
setRelationship(RelationshipType value)
Sets the value of the relationship property.
|
public InhabitantType getPersonData()
InhabitantTypepublic void setPersonData(InhabitantType value)
value - allowed object is
InhabitantTypepublic RelationshipType getRelationship()
RelationshipTypepublic void setRelationship(RelationshipType value)
value - allowed object is
RelationshipTypepublic org.joda.time.DateTime getEntryDate()
Stringpublic void setEntryDate(org.joda.time.DateTime value)
value - allowed object is
String
Connector Packaging generic 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.