|
||||||||||
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="2020-09-28T09:56:04+02:00", comments="JAXB RI v2.2.11") public class ApplicationViewType
Generiek 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()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |