@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:34:52+02:00", comments="JAXB RI v2.2.11") public class PersonDataType extends Object implements Serializable
Java class for PersonDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PersonDataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Birth" type="{urn:be:fgov:ehealth:consultRN:1_0:core}BirthDeceaseType" minOccurs="0"/>
<element name="Name" type="{urn:be:fgov:ehealth:consultRN:1_0:core}NameType" minOccurs="0"/>
<element name="Gender" type="{urn:be:fgov:ehealth:consultRN:1_0:core}GenderType" minOccurs="0"/>
<element name="Nationality" type="{urn:be:fgov:ehealth:consultRN:1_0:core}NationalityType" minOccurs="0"/>
<element name="Civilstate" type="{urn:be:fgov:ehealth:consultRN:1_0:core}CivilStateType" minOccurs="0"/>
<element name="Decease" type="{urn:be:fgov:ehealth:consultRN:1_0:core}BirthDeceaseType" minOccurs="0"/>
<element name="Address" type="{urn:be:fgov:ehealth:consultRN:1_0:core}AddressType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PersonDataType() |
| Modifier and Type | Method and Description |
|---|---|
AddressType |
getAddress()
Gets the value of the address property.
|
BirthDeceaseType |
getBirth()
Gets the value of the birth property.
|
CivilStateType |
getCivilstate()
Gets the value of the civilstate property.
|
BirthDeceaseType |
getDecease()
Gets the value of the decease property.
|
GenderType |
getGender()
Gets the value of the gender property.
|
NameType |
getName()
Gets the value of the name property.
|
NationalityType |
getNationality()
Gets the value of the nationality property.
|
void |
setAddress(AddressType value)
Sets the value of the address property.
|
void |
setBirth(BirthDeceaseType value)
Sets the value of the birth property.
|
void |
setCivilstate(CivilStateType value)
Sets the value of the civilstate property.
|
void |
setDecease(BirthDeceaseType value)
Sets the value of the decease property.
|
void |
setGender(GenderType value)
Sets the value of the gender property.
|
void |
setName(NameType value)
Sets the value of the name property.
|
void |
setNationality(NationalityType value)
Sets the value of the nationality property.
|
public BirthDeceaseType getBirth()
BirthDeceaseTypepublic void setBirth(BirthDeceaseType value)
value - allowed object is
BirthDeceaseTypepublic NameType getName()
NameTypepublic void setName(NameType value)
value - allowed object is
NameTypepublic GenderType getGender()
GenderTypepublic void setGender(GenderType value)
value - allowed object is
GenderTypepublic NationalityType getNationality()
NationalityTypepublic void setNationality(NationalityType value)
value - allowed object is
NationalityTypepublic CivilStateType getCivilstate()
CivilStateTypepublic void setCivilstate(CivilStateType value)
value - allowed object is
CivilStateTypepublic BirthDeceaseType getDecease()
BirthDeceaseTypepublic void setDecease(BirthDeceaseType value)
value - allowed object is
BirthDeceaseTypepublic AddressType getAddress()
AddressTypepublic void setAddress(AddressType value)
value - allowed object is
AddressType
Connector Packaging generic 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.