|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.rn.baselegaldata.v1.DeceaseInfoDeclarationType
@Generated(value="com.sun.tools.xjc.Driver",
date="2023-09-11T04:29:24+02:00",
comments="JAXB RI v2.3.6")
public class DeceaseInfoDeclarationType
Java class for DeceaseInfoDeclarationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeceaseInfoDeclarationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DeceaseDate" type="{urn:be:fgov:ehealth:rn:commons:business:v1}IncompleteDateType" minOccurs="0"/>
<element name="DeceasePlace" type="{urn:be:fgov:ehealth:rn:baselegaldata:v1}LocationDeclarationType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
DeceaseInfoDeclarationType()
|
|
| Method Summary | |
|---|---|
String |
getDeceaseDate()
Gets the value of the deceaseDate property. |
LocationDeclarationType |
getDeceasePlace()
Gets the value of the deceasePlace property. |
void |
setDeceaseDate(String value)
Sets the value of the deceaseDate property. |
void |
setDeceasePlace(LocationDeclarationType value)
Sets the value of the deceasePlace property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DeceaseInfoDeclarationType()
| Method Detail |
|---|
public String getDeceaseDate()
Stringpublic void setDeceaseDate(String value)
value - allowed object is
Stringpublic LocationDeclarationType getDeceasePlace()
LocationDeclarationTypepublic void setDeceasePlace(LocationDeclarationType value)
value - allowed object is
LocationDeclarationType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||