@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:35:59+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()
ApplicationViewMobilityToolType
public void setMobilityTool(ApplicationViewMobilityToolType value)
value
- allowed object is
ApplicationViewMobilityToolType
public ApplicationViewBTCType getBTC()
ApplicationViewBTCType
public void setBTC(ApplicationViewBTCType value)
value
- allowed object is
ApplicationViewBTCType
public SupportAndRepairType getSupportAndRepair()
SupportAndRepairType
public void setSupportAndRepair(SupportAndRepairType value)
value
- allowed object is
SupportAndRepairType
public Boolean isIsSecondWheelchair()
Boolean
public void setIsSecondWheelchair(Boolean value)
value
- allowed object is
Boolean
public Boolean isIsEarlyRenewalMobilityTool()
Boolean
public void setIsEarlyRenewalMobilityTool(Boolean value)
value
- allowed object is
Boolean
public Boolean isHasRecognitionVAPH()
Boolean
public void setHasRecognitionVAPH(Boolean value)
value
- allowed object is
Boolean
public Boolean isHasSDA()
Boolean
public void setHasSDA(Boolean value)
value
- allowed object is
Boolean
public Boolean isIsProfessionalUse()
Boolean
public void setIsProfessionalUse(Boolean value)
value
- allowed object is
Boolean
public ApplicationViewPrescriptionType getPrescription()
ApplicationViewPrescriptionType
public void setPrescription(ApplicationViewPrescriptionType value)
value
- allowed object is
ApplicationViewPrescriptionType
public ApplicationViewWheelchairAdviceReportType getWheelchairAdviceReport()
ApplicationViewWheelchairAdviceReportType
public void setWheelchairAdviceReport(ApplicationViewWheelchairAdviceReportType value)
value
- allowed object is
ApplicationViewWheelchairAdviceReportType
public Boolean isIsAccident()
Boolean
public void setIsAccident(Boolean value)
value
- allowed object is
Boolean
public org.joda.time.DateTime getDecisionDate()
String
public void setDecisionDate(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 org.joda.time.DateTime getMaxDeliveryDate()
String
public void setMaxDeliveryDate(org.joda.time.DateTime value)
value
- allowed object is
String
public BigDecimal getWarrantAmount()
BigDecimal
public void setWarrantAmount(BigDecimal value)
value
- allowed object is
BigDecimal
public org.joda.time.DateTime getAdmissionStartDate()
String
public void setAdmissionStartDate(org.joda.time.DateTime value)
value
- allowed object is
String
public org.joda.time.DateTime getAdmissionEndDate()
String
public void setAdmissionEndDate(org.joda.time.DateTime value)
value
- allowed object is
String
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.