@Generated(value="com.sun.tools.xjc.Driver", date="2024-04-08T03:24:29+02:00", comments="JAXB RI v2.3.7") public class MedicalHouseType extends Object implements Serializable
Java class for MedicalHouseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MedicalHouseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PeriodStart" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="PeriodEnd" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
</sequence>
<attribute name="Nurse" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="Medical" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="Kine" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
MedicalHouseType() |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
getPeriodEnd()
Gets the value of the periodEnd property.
|
org.joda.time.DateTime |
getPeriodStart()
Gets the value of the periodStart property.
|
Boolean |
isKine()
Gets the value of the kine property.
|
Boolean |
isMedical()
Gets the value of the medical property.
|
Boolean |
isNurse()
Gets the value of the nurse property.
|
void |
setKine(Boolean value)
Sets the value of the kine property.
|
void |
setMedical(Boolean value)
Sets the value of the medical property.
|
void |
setNurse(Boolean value)
Sets the value of the nurse property.
|
void |
setPeriodEnd(org.joda.time.DateTime value)
Sets the value of the periodEnd property.
|
void |
setPeriodStart(org.joda.time.DateTime value)
Sets the value of the periodStart property.
|
public org.joda.time.DateTime getPeriodStart()
Stringpublic void setPeriodStart(org.joda.time.DateTime value)
value - allowed object is
Stringpublic org.joda.time.DateTime getPeriodEnd()
Stringpublic void setPeriodEnd(org.joda.time.DateTime value)
value - allowed object is
Stringpublic Boolean isNurse()
Booleanpublic void setNurse(Boolean value)
value - allowed object is
Booleanpublic Boolean isMedical()
Booleanpublic void setMedical(Boolean value)
value - allowed object is
Booleanpublic Boolean isKine()
Boolean
Connector Packaging generic 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.