|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.vlaanderen.mercurius.mohm.schemas.v1.ApplicationViewType
@Generated(value="com.sun.tools.xjc.Driver",
date="2024-09-05T10:54:11+02:00",
comments="JAXB RI v2.3.6")
public class ApplicationViewTypeGeneriek type voor het beeld van een aanvraag.
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/schemas/v1}ApplicationViewMobilityToolType" minOccurs="0"/>
<element name="BTC" type="{http://www.mercurius.vlaanderen.be/mohm/schemas/v1}ApplicationViewBTCType" minOccurs="0"/>
<element name="SupportAndRepair" type="{http://www.mercurius.vlaanderen.be/mohm/schemas/v1}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/schemas/v1}ApplicationViewPrescriptionType" minOccurs="0"/>
<element name="WheelchairAdviceReport" type="{http://www.mercurius.vlaanderen.be/mohm/schemas/v1}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/schemas/v1}AmountType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ApplicationViewType()
|
|
| Method Summary | |
|---|---|
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 |
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ApplicationViewType()
| Method Detail |
|---|
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
BigDecimal
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||