|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.vlaanderen.mercurius.vsb_ewzcfin.schemas.v1.AdmissionType
@Generated(value="com.sun.tools.xjc.Driver", date="2020-09-28T09:56:04+02:00", comments="JAXB RI v2.2.11") public class AdmissionType
Opname van een bewoner
Java class for AdmissionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdmissionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AdmissionStartTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="AdmissionEndTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="IsAccident" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="EndReason" type="{http://www.mercurius.vlaanderen.be/vsb-ewzcfin/schemas/v1}EndReasonType" minOccurs="0"/> <element name="ContractEndTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="BedPeriodList" type="{http://www.mercurius.vlaanderen.be/vsb-ewzcfin/schemas/v1}BedPeriodListType"/> <element name="TemporaryAbsenceList" type="{http://www.mercurius.vlaanderen.be/vsb-ewzcfin/schemas/v1}TemporaryAbsenceListType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
AdmissionType()
|
Method Summary | |
---|---|
org.joda.time.DateTime |
getAdmissionEndTime()
Gets the value of the admissionEndTime property. |
org.joda.time.DateTime |
getAdmissionStartTime()
Gets the value of the admissionStartTime property. |
BedPeriodListType |
getBedPeriodList()
Gets the value of the bedPeriodList property. |
org.joda.time.DateTime |
getContractEndTime()
Gets the value of the contractEndTime property. |
EndReasonType |
getEndReason()
Gets the value of the endReason property. |
TemporaryAbsenceListType |
getTemporaryAbsenceList()
Gets the value of the temporaryAbsenceList property. |
boolean |
isIsAccident()
Gets the value of the isAccident property. |
void |
setAdmissionEndTime(org.joda.time.DateTime value)
Sets the value of the admissionEndTime property. |
void |
setAdmissionStartTime(org.joda.time.DateTime value)
Sets the value of the admissionStartTime property. |
void |
setBedPeriodList(BedPeriodListType value)
Sets the value of the bedPeriodList property. |
void |
setContractEndTime(org.joda.time.DateTime value)
Sets the value of the contractEndTime property. |
void |
setEndReason(EndReasonType value)
Sets the value of the endReason property. |
void |
setIsAccident(boolean value)
Sets the value of the isAccident property. |
void |
setTemporaryAbsenceList(TemporaryAbsenceListType value)
Sets the value of the temporaryAbsenceList property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdmissionType()
Method Detail |
---|
public org.joda.time.DateTime getAdmissionStartTime()
String
public void setAdmissionStartTime(org.joda.time.DateTime value)
value
- allowed object is
String
public org.joda.time.DateTime getAdmissionEndTime()
String
public void setAdmissionEndTime(org.joda.time.DateTime value)
value
- allowed object is
String
public boolean isIsAccident()
public void setIsAccident(boolean value)
public EndReasonType getEndReason()
EndReasonType
public void setEndReason(EndReasonType value)
value
- allowed object is
EndReasonType
public org.joda.time.DateTime getContractEndTime()
String
public void setContractEndTime(org.joda.time.DateTime value)
value
- allowed object is
String
public BedPeriodListType getBedPeriodList()
BedPeriodListType
public void setBedPeriodList(BedPeriodListType value)
value
- allowed object is
BedPeriodListType
public TemporaryAbsenceListType getTemporaryAbsenceList()
TemporaryAbsenceListType
public void setTemporaryAbsenceList(TemporaryAbsenceListType value)
value
- allowed object is
TemporaryAbsenceListType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |