|
||||||||||
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.NurseContractualCareUpdateDetail
@Generated(value="com.sun.tools.xjc.Driver", date="2020-09-28T09:47:21+02:00", comments="JAXB RI v2.2.11") public class NurseContractualCareUpdateDetail
Java class for NurseContractualCareUpdateDetailType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NurseContractualCareUpdateDetailType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ConsultantDoctor" type="{urn:be:cin:mycarenet:1.0:carenet:types}NihiiType"/> <element name="Provider" type="{urn:be:cin:mycarenet:1.0:carenet:types}NihiiType"/> <element name="VisitDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="newValue" type="{urn:be:cin:mycarenet:1.0:carenet:types}NurseContractualCareDetailType"/> <element name="PaliatifPatient" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> <attribute name="type" use="required" type="{urn:be:cin:mycarenet:1.0:carenet:types}MessageNatureType" /> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
NurseContractualCareUpdateDetail()
|
Method Summary | |
---|---|
String |
getConsultantDoctor()
Gets the value of the consultantDoctor property. |
NurseContractualCareDetailType |
getNewValue()
Gets the value of the newValue property. |
String |
getProvider()
Gets the value of the provider property. |
MessageNatureType |
getType()
Gets the value of the type property. |
org.joda.time.DateTime |
getVisitDate()
Gets the value of the visitDate property. |
Boolean |
isPaliatifPatient()
Gets the value of the paliatifPatient property. |
void |
setConsultantDoctor(String value)
Sets the value of the consultantDoctor property. |
void |
setNewValue(NurseContractualCareDetailType value)
Sets the value of the newValue property. |
void |
setPaliatifPatient(Boolean value)
Sets the value of the paliatifPatient property. |
void |
setProvider(String value)
Sets the value of the provider property. |
void |
setType(MessageNatureType value)
Sets the value of the type property. |
void |
setVisitDate(org.joda.time.DateTime value)
Sets the value of the visitDate property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NurseContractualCareUpdateDetail()
Method Detail |
---|
public String getConsultantDoctor()
String
public void setConsultantDoctor(String value)
value
- allowed object is
String
public String getProvider()
String
public void setProvider(String value)
value
- allowed object is
String
public org.joda.time.DateTime getVisitDate()
String
public void setVisitDate(org.joda.time.DateTime value)
value
- allowed object is
String
public NurseContractualCareDetailType getNewValue()
NurseContractualCareDetailType
public void setNewValue(NurseContractualCareDetailType value)
value
- allowed object is
NurseContractualCareDetailType
public Boolean isPaliatifPatient()
Boolean
public void setPaliatifPatient(Boolean value)
value
- allowed object is
Boolean
public MessageNatureType getType()
MessageNatureType
public void setType(MessageNatureType value)
value
- allowed object is
MessageNatureType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |