|
||||||||||
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.NurseContractualCareDetailType
@Generated(value="com.sun.tools.xjc.Driver", date="2020-09-28T09:47:21+02:00", comments="JAXB RI v2.2.11") public class NurseContractualCareDetailType
The NurseContractualCareDetailType element contains all the data needed to specify a Contractual Care.
Java class for NurseContractualCareDetailType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NurseContractualCareDetailType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="DecisionReference" type="{urn:be:cin:mycarenet:1.0:carenet:types}DecisionReferenceType" minOccurs="0"/> <element name="ReferenceProviderModification" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="ContractualType" type="{urn:be:cin:mycarenet:1.0:carenet:types}ContractualTypeType" minOccurs="0"/> <element name="TreatmentPeriod" type="{urn:be:cin:mycarenet:1.0:carenet:types}PeriodLengthType"/> <element name="CareDaysByWeek" type="{urn:be:cin:mycarenet:1.0:carenet:types}NbrOfDayInAWeekAllowZeroAllowEmpty" minOccurs="0"/> <element name="VisitByDay" type="{urn:be:cin:mycarenet:1.0:carenet:types}VisitByDayTypeAllowEmpty" minOccurs="0"/> <element name="Toilets" type="{urn:be:cin:mycarenet:1.0:carenet:types}ToiletsType" minOccurs="0"/> <element name="Katz" type="{urn:be:cin:mycarenet:1.0:carenet:types}KatzType" minOccurs="0"/> <element name="CarePlace" type="{urn:be:cin:mycarenet:1.0:carenet:types}CarePlaceType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
NurseContractualCareDetailType()
|
Method Summary | |
---|---|
String |
getCareDaysByWeek()
Gets the value of the careDaysByWeek property. |
CarePlaceType |
getCarePlace()
Gets the value of the carePlace property. |
ContractualTypeType |
getContractualType()
Gets the value of the contractualType property. |
String |
getDecisionReference()
Gets the value of the decisionReference property. |
KatzType |
getKatz()
Gets the value of the katz property. |
ToiletsType |
getToilets()
Gets the value of the toilets property. |
PeriodLengthType |
getTreatmentPeriod()
Gets the value of the treatmentPeriod property. |
String |
getVisitByDay()
Gets the value of the visitByDay property. |
Boolean |
isReferenceProviderModification()
Gets the value of the referenceProviderModification property. |
void |
setCareDaysByWeek(String value)
Sets the value of the careDaysByWeek property. |
void |
setCarePlace(CarePlaceType value)
Sets the value of the carePlace property. |
void |
setContractualType(ContractualTypeType value)
Sets the value of the contractualType property. |
void |
setDecisionReference(String value)
Sets the value of the decisionReference property. |
void |
setKatz(KatzType value)
Sets the value of the katz property. |
void |
setReferenceProviderModification(Boolean value)
Sets the value of the referenceProviderModification property. |
void |
setToilets(ToiletsType value)
Sets the value of the toilets property. |
void |
setTreatmentPeriod(PeriodLengthType value)
Sets the value of the treatmentPeriod property. |
void |
setVisitByDay(String value)
Sets the value of the visitByDay property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NurseContractualCareDetailType()
Method Detail |
---|
public String getDecisionReference()
String
public void setDecisionReference(String value)
value
- allowed object is
String
public Boolean isReferenceProviderModification()
Boolean
public void setReferenceProviderModification(Boolean value)
value
- allowed object is
Boolean
public ContractualTypeType getContractualType()
ContractualTypeType
public void setContractualType(ContractualTypeType value)
value
- allowed object is
ContractualTypeType
public PeriodLengthType getTreatmentPeriod()
PeriodLengthType
public void setTreatmentPeriod(PeriodLengthType value)
value
- allowed object is
PeriodLengthType
public String getCareDaysByWeek()
String
public void setCareDaysByWeek(String value)
value
- allowed object is
String
public String getVisitByDay()
String
public void setVisitByDay(String value)
value
- allowed object is
String
public ToiletsType getToilets()
ToiletsType
public void setToilets(ToiletsType value)
value
- allowed object is
ToiletsType
public KatzType getKatz()
KatzType
public void setKatz(KatzType value)
value
- allowed object is
KatzType
public CarePlaceType getCarePlace()
CarePlaceType
public void setCarePlace(CarePlaceType value)
value
- allowed object is
CarePlaceType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |