@Generated(value="com.sun.tools.xjc.Driver", date="2021-10-05T08:08:16+02:00", comments="JAXB RI v2.2.11") public class ApplicationViewType extends Object implements Serializable
Java class for ApplicationViewType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ApplicationViewType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MobilityTool" type="{http://www.mercurius.vlaanderen.be/mohm/common/v7}ApplicationViewMobilityToolType" minOccurs="0"/>
<element name="BTC" type="{http://www.mercurius.vlaanderen.be/mohm/common/v7}ApplicationViewBTCType" minOccurs="0"/>
<element name="SupportAndRepair" type="{http://www.mercurius.vlaanderen.be/mohm/common/v7}SupportAndRepairType" minOccurs="0"/>
<element name="IsSecondWheelchair" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsEarlyRenewalMobilityTool" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="HasRecognitionVAPH" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="HasSDA" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsProfessionalUse" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Prescription" type="{http://www.mercurius.vlaanderen.be/mohm/common/v7}ApplicationViewPrescriptionType" minOccurs="0"/>
<element name="WheelchairAdviceReport" type="{http://www.mercurius.vlaanderen.be/mohm/common/v7}ApplicationViewWheelchairAdviceReportType" minOccurs="0"/>
<element name="IsAccident" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="DecisionDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="EndDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="MaxDeliveryDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="WarrantAmount" type="{http://www.mercurius.vlaanderen.be/mohm/common/v7}AmountType" minOccurs="0"/>
<element name="AdmissionStartDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="AdmissionEndDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ApplicationViewType() |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
getAdmissionEndDate()
Gets the value of the admissionEndDate property.
|
org.joda.time.DateTime |
getAdmissionStartDate()
Gets the value of the admissionStartDate property.
|
ApplicationViewBTCType |
getBTC()
Gets the value of the btc property.
|
org.joda.time.DateTime |
getDecisionDate()
Gets the value of the decisionDate property.
|
org.joda.time.DateTime |
getEndDate()
Gets the value of the endDate property.
|
org.joda.time.DateTime |
getMaxDeliveryDate()
Gets the value of the maxDeliveryDate property.
|
ApplicationViewMobilityToolType |
getMobilityTool()
Gets the value of the mobilityTool property.
|
ApplicationViewPrescriptionType |
getPrescription()
Gets the value of the prescription property.
|
SupportAndRepairType |
getSupportAndRepair()
Gets the value of the supportAndRepair property.
|
BigDecimal |
getWarrantAmount()
Gets the value of the warrantAmount property.
|
ApplicationViewWheelchairAdviceReportType |
getWheelchairAdviceReport()
Gets the value of the wheelchairAdviceReport property.
|
Boolean |
isHasRecognitionVAPH()
Gets the value of the hasRecognitionVAPH property.
|
Boolean |
isHasSDA()
Gets the value of the hasSDA property.
|
Boolean |
isIsAccident()
Gets the value of the isAccident property.
|
Boolean |
isIsEarlyRenewalMobilityTool()
Gets the value of the isEarlyRenewalMobilityTool property.
|
Boolean |
isIsProfessionalUse()
Gets the value of the isProfessionalUse property.
|
Boolean |
isIsSecondWheelchair()
Gets the value of the isSecondWheelchair property.
|
void |
setAdmissionEndDate(org.joda.time.DateTime value)
Sets the value of the admissionEndDate property.
|
void |
setAdmissionStartDate(org.joda.time.DateTime value)
Sets the value of the admissionStartDate property.
|
void |
setBTC(ApplicationViewBTCType value)
Sets the value of the btc property.
|
void |
setDecisionDate(org.joda.time.DateTime value)
Sets the value of the decisionDate property.
|
void |
setEndDate(org.joda.time.DateTime value)
Sets the value of the endDate property.
|
void |
setHasRecognitionVAPH(Boolean value)
Sets the value of the hasRecognitionVAPH property.
|
void |
setHasSDA(Boolean value)
Sets the value of the hasSDA property.
|
void |
setIsAccident(Boolean value)
Sets the value of the isAccident property.
|
void |
setIsEarlyRenewalMobilityTool(Boolean value)
Sets the value of the isEarlyRenewalMobilityTool property.
|
void |
setIsProfessionalUse(Boolean value)
Sets the value of the isProfessionalUse property.
|
void |
setIsSecondWheelchair(Boolean value)
Sets the value of the isSecondWheelchair property.
|
void |
setMaxDeliveryDate(org.joda.time.DateTime value)
Sets the value of the maxDeliveryDate property.
|
void |
setMobilityTool(ApplicationViewMobilityToolType value)
Sets the value of the mobilityTool property.
|
void |
setPrescription(ApplicationViewPrescriptionType value)
Sets the value of the prescription property.
|
void |
setSupportAndRepair(SupportAndRepairType value)
Sets the value of the supportAndRepair property.
|
void |
setWarrantAmount(BigDecimal value)
Sets the value of the warrantAmount property.
|
void |
setWheelchairAdviceReport(ApplicationViewWheelchairAdviceReportType value)
Sets the value of the wheelchairAdviceReport property.
|
public ApplicationViewMobilityToolType getMobilityTool()
ApplicationViewMobilityToolTypepublic void setMobilityTool(ApplicationViewMobilityToolType value)
value - allowed object is
ApplicationViewMobilityToolTypepublic ApplicationViewBTCType getBTC()
ApplicationViewBTCTypepublic void setBTC(ApplicationViewBTCType value)
value - allowed object is
ApplicationViewBTCTypepublic SupportAndRepairType getSupportAndRepair()
SupportAndRepairTypepublic void setSupportAndRepair(SupportAndRepairType value)
value - allowed object is
SupportAndRepairTypepublic Boolean isIsSecondWheelchair()
Booleanpublic void setIsSecondWheelchair(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsEarlyRenewalMobilityTool()
Booleanpublic void setIsEarlyRenewalMobilityTool(Boolean value)
value - allowed object is
Booleanpublic Boolean isHasRecognitionVAPH()
Booleanpublic void setHasRecognitionVAPH(Boolean value)
value - allowed object is
Booleanpublic Boolean isHasSDA()
Booleanpublic void setHasSDA(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsProfessionalUse()
Booleanpublic void setIsProfessionalUse(Boolean value)
value - allowed object is
Booleanpublic ApplicationViewPrescriptionType getPrescription()
ApplicationViewPrescriptionTypepublic void setPrescription(ApplicationViewPrescriptionType value)
value - allowed object is
ApplicationViewPrescriptionTypepublic ApplicationViewWheelchairAdviceReportType getWheelchairAdviceReport()
ApplicationViewWheelchairAdviceReportTypepublic void setWheelchairAdviceReport(ApplicationViewWheelchairAdviceReportType value)
value - allowed object is
ApplicationViewWheelchairAdviceReportTypepublic Boolean isIsAccident()
Booleanpublic void setIsAccident(Boolean value)
value - allowed object is
Booleanpublic org.joda.time.DateTime getDecisionDate()
Stringpublic void setDecisionDate(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 org.joda.time.DateTime getMaxDeliveryDate()
Stringpublic void setMaxDeliveryDate(org.joda.time.DateTime value)
value - allowed object is
Stringpublic BigDecimal getWarrantAmount()
BigDecimalpublic void setWarrantAmount(BigDecimal value)
value - allowed object is
BigDecimalpublic org.joda.time.DateTime getAdmissionStartDate()
Stringpublic void setAdmissionStartDate(org.joda.time.DateTime value)
value - allowed object is
Stringpublic org.joda.time.DateTime getAdmissionEndDate()
Stringpublic void setAdmissionEndDate(org.joda.time.DateTime value)
value - allowed object is
String
Connector Packaging generic 4.0.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.