public class DeathNotificationType extends Object
Java class for DeathNotificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeathNotificationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dateOfDeath" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/Elements/3.2.0}DateAndAccuracyType"/>
<element name="sourceOfDeathNotification" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/PersonalDetails/3.2.0}SourceOfDeathNotificationType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DateAndAccuracyType |
dateOfDeath |
protected SourceOfDeathNotificationType |
sourceOfDeathNotification |
| Constructor and Description |
|---|
DeathNotificationType() |
| Modifier and Type | Method and Description |
|---|---|
DateAndAccuracyType |
getDateOfDeath()
Gets the value of the dateOfDeath property.
|
SourceOfDeathNotificationType |
getSourceOfDeathNotification()
Gets the value of the sourceOfDeathNotification property.
|
void |
setDateOfDeath(DateAndAccuracyType value)
Sets the value of the dateOfDeath property.
|
void |
setSourceOfDeathNotification(SourceOfDeathNotificationType value)
Sets the value of the sourceOfDeathNotification property.
|
protected DateAndAccuracyType dateOfDeath
protected SourceOfDeathNotificationType sourceOfDeathNotification
public DateAndAccuracyType getDateOfDeath()
DateAndAccuracyTypepublic void setDateOfDeath(DateAndAccuracyType value)
value - allowed object is
DateAndAccuracyTypepublic SourceOfDeathNotificationType getSourceOfDeathNotification()
SourceOfDeathNotificationTypepublic void setSourceOfDeathNotification(SourceOfDeathNotificationType value)
value - allowed object is
SourceOfDeathNotificationTypeCopyright © 2021. All rights reserved.