|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.cin.mycarenet._1_0.carenet.types.PalliativeCareDetail
@Generated(value="com.sun.tools.xjc.Driver", date="2020-09-28T09:47:21+02:00", comments="JAXB RI v2.2.11") public class PalliativeCareDetail
Java class for PalliativeCareDetailType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PalliativeCareDetailType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="NurseReference" type="{urn:be:cin:mycarenet:1.0:carenet:types}NurseReferenceType"/> <element name="Requester" type="{urn:be:cin:mycarenet:1.0:carenet:types}NihiiType"/> <element name="PeriodStart" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="Group" type="{urn:be:cin:mycarenet:1.0:carenet:types}PalliativeCareGroupType"/> <element name="UsualDoctor" type="{urn:be:cin:mycarenet:1.0:carenet:types}NihiiType"/> <element name="CareProvider" type="{urn:be:cin:mycarenet:1.0:carenet:types}PalliativeCareCareProviderType"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
PalliativeCareDetail()
|
Method Summary | |
---|---|
PalliativeCareCareProviderType |
getCareProvider()
Gets the value of the careProvider property. |
PalliativeCareGroupType |
getGroup()
Gets the value of the group property. |
String |
getNurseReference()
Gets the value of the nurseReference property. |
org.joda.time.DateTime |
getPeriodStart()
Gets the value of the periodStart property. |
String |
getRequester()
Gets the value of the requester property. |
String |
getUsualDoctor()
Gets the value of the usualDoctor property. |
void |
setCareProvider(PalliativeCareCareProviderType value)
Sets the value of the careProvider property. |
void |
setGroup(PalliativeCareGroupType value)
Sets the value of the group property. |
void |
setNurseReference(String value)
Sets the value of the nurseReference property. |
void |
setPeriodStart(org.joda.time.DateTime value)
Sets the value of the periodStart property. |
void |
setRequester(String value)
Sets the value of the requester property. |
void |
setUsualDoctor(String value)
Sets the value of the usualDoctor property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PalliativeCareDetail()
Method Detail |
---|
public String getNurseReference()
String
public void setNurseReference(String value)
value
- allowed object is
String
public String getRequester()
String
public void setRequester(String value)
value
- allowed object is
String
public org.joda.time.DateTime getPeriodStart()
String
public void setPeriodStart(org.joda.time.DateTime value)
value
- allowed object is
String
public PalliativeCareGroupType getGroup()
PalliativeCareGroupType
public void setGroup(PalliativeCareGroupType value)
value
- allowed object is
PalliativeCareGroupType
public String getUsualDoctor()
String
public void setUsualDoctor(String value)
value
- allowed object is
String
public PalliativeCareCareProviderType getCareProvider()
PalliativeCareCareProviderType
public void setCareProvider(PalliativeCareCareProviderType value)
value
- allowed object is
PalliativeCareCareProviderType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |