@Generated(value="com.sun.tools.xjc.Driver", date="2022-09-22T05:44:44+02:00", comments="JAXB RI v2.2.11") public class InsurancePeriodType extends Object implements Serializable
Java class for InsurancePeriodType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InsurancePeriodType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="EndDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="CareUnitCode" type="{http://www.mercurius.vlaanderen.be/vsb/schemas/v1}CareUnitCodeType" minOccurs="0"/>
<element name="InternalDepartment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Status" type="{http://www.mercurius.vlaanderen.be/insurability/schemas/v1}StatusType"/>
<element name="NotInsuredReason" type="{http://www.mercurius.vlaanderen.be/insurability/schemas/v1}NotInsuredReasonType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
InsurancePeriodType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCareUnitCode()
Gets the value of the careUnitCode property.
|
org.joda.time.DateTime |
getEndDate()
Gets the value of the endDate property.
|
String |
getInternalDepartment()
Gets the value of the internalDepartment property.
|
NotInsuredReasonType |
getNotInsuredReason()
Gets the value of the notInsuredReason property.
|
org.joda.time.DateTime |
getStartDate()
Gets the value of the startDate property.
|
StatusType |
getStatus()
Gets the value of the status property.
|
void |
setCareUnitCode(String value)
Sets the value of the careUnitCode property.
|
void |
setEndDate(org.joda.time.DateTime value)
Sets the value of the endDate property.
|
void |
setInternalDepartment(String value)
Sets the value of the internalDepartment property.
|
void |
setNotInsuredReason(NotInsuredReasonType value)
Sets the value of the notInsuredReason property.
|
void |
setStartDate(org.joda.time.DateTime value)
Sets the value of the startDate property.
|
void |
setStatus(StatusType value)
Sets the value of the status property.
|
public org.joda.time.DateTime getStartDate()
Stringpublic void setStartDate(org.joda.time.DateTime value)
value - allowed object is
Stringpublic org.joda.time.DateTime getEndDate()
Stringpublic void setEndDate(org.joda.time.DateTime value)
value - allowed object is
Stringpublic String getCareUnitCode()
Stringpublic void setCareUnitCode(String value)
value - allowed object is
Stringpublic String getInternalDepartment()
Stringpublic void setInternalDepartment(String value)
value - allowed object is
Stringpublic StatusType getStatus()
StatusTypepublic void setStatus(StatusType value)
value - allowed object is
StatusTypepublic NotInsuredReasonType getNotInsuredReason()
NotInsuredReasonTypepublic void setNotInsuredReason(NotInsuredReasonType value)
value - allowed object is
NotInsuredReasonType
Connector Packaging generic 4.2.0 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.