|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.rn.baselegaldata.v1.AbstractOptionalDeceaseType
@Generated(value="com.sun.tools.xjc.Driver", date="2022-09-22T05:58:15+02:00", comments="JAXB RI v2.2.11") public abstract class AbstractOptionalDeceaseType
Java class for AbstractOptionalDeceaseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractOptionalDeceaseType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <group ref="{urn:be:fgov:ehealth:rn:baselegaldata:v1}DeceaseGroup" minOccurs="0"/> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
AbstractOptionalDeceaseType()
|
Method Summary | |
---|---|
String |
getDeceaseDate()
Gets the value of the deceaseDate property. |
LocationType |
getDeceasePlace()
Gets the value of the deceasePlace property. |
void |
setDeceaseDate(String value)
Sets the value of the deceaseDate property. |
void |
setDeceasePlace(LocationType 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 AbstractOptionalDeceaseType()
Method Detail |
---|
public String getDeceaseDate()
String
public void setDeceaseDate(String value)
value
- allowed object is
String
public LocationType getDeceasePlace()
LocationType
public void setDeceasePlace(LocationType value)
value
- allowed object is
LocationType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |