|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.consultrn.commons.core.v3.DeceaseResponseType
@Generated(value="com.sun.tools.xjc.Driver",
date="2019-09-25T04:50:46+02:00",
comments="JAXB RI v2.2.11")
public class DeceaseResponseTypeinformation about the decease of a person
Java class for DeceaseResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeceaseResponseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DeceaseDate" type="{urn:be:fgov:ehealth:consultrn:commons:core:v3}IncompleteDateType" minOccurs="0"/>
<element name="DeceasePlace" type="{urn:be:fgov:ehealth:consultrn:commons:core:v3}WhereResponseType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
DeceaseResponseType()
|
|
| Method Summary | |
|---|---|
String |
getDeceaseDate()
Gets the value of the deceaseDate property. |
WhereResponseType |
getDeceasePlace()
Gets the value of the deceasePlace property. |
void |
setDeceaseDate(String value)
Sets the value of the deceaseDate property. |
void |
setDeceasePlace(WhereResponseType 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 DeceaseResponseType()
| Method Detail |
|---|
public String getDeceaseDate()
Stringpublic void setDeceaseDate(String value)
value - allowed object is
Stringpublic WhereResponseType getDeceasePlace()
WhereResponseTypepublic void setDeceasePlace(WhereResponseType value)
value - allowed object is
WhereResponseType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||