|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.vlaanderen.mercurius.insurability.schemas.v1.InsurancePeriodType
@Generated(value="com.sun.tools.xjc.Driver", date="2020-09-28T09:56:04+02:00", comments="JAXB RI v2.2.11") public class InsurancePeriodType
Jaar waarvoor
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 Summary | |
---|---|
InsurancePeriodType()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InsurancePeriodType()
Method Detail |
---|
public org.joda.time.DateTime getStartDate()
String
public void setStartDate(org.joda.time.DateTime value)
value
- allowed object is
String
public org.joda.time.DateTime getEndDate()
String
public void setEndDate(org.joda.time.DateTime value)
value
- allowed object is
String
public String getCareUnitCode()
String
public void setCareUnitCode(String value)
value
- allowed object is
String
public String getInternalDepartment()
String
public void setInternalDepartment(String value)
value
- allowed object is
String
public StatusType getStatus()
StatusType
public void setStatus(StatusType value)
value
- allowed object is
StatusType
public NotInsuredReasonType getNotInsuredReason()
NotInsuredReasonType
public void setNotInsuredReason(NotInsuredReasonType value)
value
- allowed object is
NotInsuredReasonType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |