|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.vlaanderen.mercurius.mohm.schemas.v1.CreateFictionalApplicationRequestType
@Generated(value="com.sun.tools.xjc.Driver",
date="2025-03-20T10:28:36+01:00",
comments="JAXB RI v2.3.6")
public class CreateFictionalApplicationRequestTypeGroeperend element voor een nieuwe fictieve aanvraag of fictieve hernieuwing.
Java class for CreateFictionalApplicationRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreateFictionalApplicationRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Reason" type="{http://www.mercurius.vlaanderen.be/mohm/schemas/v1}ApplicationReasonType"/>
<element name="MobilityTool" type="{http://www.mercurius.vlaanderen.be/mohm/schemas/v1}ApplicationMobilityToolType" 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="Bandagist" type="{http://www.mercurius.vlaanderen.be/mohm/schemas/v1}BandagistType"/>
<element name="PrescriptionApprovalNumber" type="{http://www.mercurius.vlaanderen.be/mohm/schemas/v1}ApprovalNumberType" minOccurs="0"/>
<element name="PrescriptionDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="RARApprovalNumber" type="{http://www.mercurius.vlaanderen.be/mohm/schemas/v1}ApprovalNumberType" minOccurs="0"/>
<element name="RARDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="IsAccident" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Hospitalization" type="{http://www.mercurius.vlaanderen.be/mohm/schemas/v1}HospitalizationType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
CreateFictionalApplicationRequestType()
|
|
| Method Summary | |
|---|---|
BandagistType |
getBandagist()
Gets the value of the bandagist property. |
HospitalizationType |
getHospitalization()
Gets the value of the hospitalization property. |
ApplicationMobilityToolType |
getMobilityTool()
Gets the value of the mobilityTool property. |
String |
getPrescriptionApprovalNumber()
Gets the value of the prescriptionApprovalNumber property. |
org.joda.time.DateTime |
getPrescriptionDate()
Gets the value of the prescriptionDate property. |
String |
getRARApprovalNumber()
Gets the value of the rarApprovalNumber property. |
org.joda.time.DateTime |
getRARDate()
Gets the value of the rarDate property. |
ApplicationReasonType |
getReason()
Gets the value of the reason 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 |
isIsSecondWheelchair()
Gets the value of the isSecondWheelchair property. |
void |
setBandagist(BandagistType value)
Sets the value of the bandagist property. |
void |
setHasRecognitionVAPH(Boolean value)
Sets the value of the hasRecognitionVAPH property. |
void |
setHasSDA(Boolean value)
Sets the value of the hasSDA property. |
void |
setHospitalization(HospitalizationType value)
Sets the value of the hospitalization property. |
void |
setIsAccident(Boolean value)
Sets the value of the isAccident property. |
void |
setIsEarlyRenewalMobilityTool(Boolean value)
Sets the value of the isEarlyRenewalMobilityTool property. |
void |
setIsSecondWheelchair(Boolean value)
Sets the value of the isSecondWheelchair property. |
void |
setMobilityTool(ApplicationMobilityToolType value)
Sets the value of the mobilityTool property. |
void |
setPrescriptionApprovalNumber(String value)
Sets the value of the prescriptionApprovalNumber property. |
void |
setPrescriptionDate(org.joda.time.DateTime value)
Sets the value of the prescriptionDate property. |
void |
setRARApprovalNumber(String value)
Sets the value of the rarApprovalNumber property. |
void |
setRARDate(org.joda.time.DateTime value)
Sets the value of the rarDate property. |
void |
setReason(ApplicationReasonType value)
Sets the value of the reason property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CreateFictionalApplicationRequestType()
| Method Detail |
|---|
public ApplicationReasonType getReason()
ApplicationReasonTypepublic void setReason(ApplicationReasonType value)
value - allowed object is
ApplicationReasonTypepublic ApplicationMobilityToolType getMobilityTool()
ApplicationMobilityToolTypepublic void setMobilityTool(ApplicationMobilityToolType value)
value - allowed object is
ApplicationMobilityToolTypepublic 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 BandagistType getBandagist()
BandagistTypepublic void setBandagist(BandagistType value)
value - allowed object is
BandagistTypepublic String getPrescriptionApprovalNumber()
Stringpublic void setPrescriptionApprovalNumber(String value)
value - allowed object is
Stringpublic org.joda.time.DateTime getPrescriptionDate()
Stringpublic void setPrescriptionDate(org.joda.time.DateTime value)
value - allowed object is
Stringpublic String getRARApprovalNumber()
Stringpublic void setRARApprovalNumber(String value)
value - allowed object is
Stringpublic org.joda.time.DateTime getRARDate()
Stringpublic void setRARDate(org.joda.time.DateTime value)
value - allowed object is
Stringpublic Boolean isIsAccident()
Booleanpublic void setIsAccident(Boolean value)
value - allowed object is
Booleanpublic HospitalizationType getHospitalization()
HospitalizationTypepublic void setHospitalization(HospitalizationType value)
value - allowed object is
HospitalizationType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||