public class PersonalDetails extends Object
Java class for PersonalDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PersonalDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/common/CommonCoreElements/3.0}sex"/>
<element name="dateOfBirth" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/Elements/3.2.0}DateAndAccuracyType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DateAndAccuracyType |
dateOfBirth |
protected SexType |
sex |
| Constructor and Description |
|---|
PersonalDetails() |
| Modifier and Type | Method and Description |
|---|---|
DateAndAccuracyType |
getDateOfBirth()
Gets the value of the dateOfBirth property.
|
SexType |
getSex()
Gets the value of the sex property.
|
void |
setDateOfBirth(DateAndAccuracyType value)
Sets the value of the dateOfBirth property.
|
void |
setSex(SexType value)
Sets the value of the sex property.
|
protected SexType sex
protected DateAndAccuracyType dateOfBirth
public SexType getSex()
SexTypepublic void setSex(SexType value)
value - allowed object is
SexTypepublic DateAndAccuracyType getDateOfBirth()
DateAndAccuracyTypepublic void setDateOfBirth(DateAndAccuracyType value)
value - allowed object is
DateAndAccuracyTypeCopyright © 2021. All rights reserved.