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