|
||||||||||
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="2020-09-28T09:56:04+02:00", comments="JAXB RI v2.2.11") public class CreateFictionalApplicationRequestType
Groeperend 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()
ApplicationReasonType
public void setReason(ApplicationReasonType value)
value
- allowed object is
ApplicationReasonType
public ApplicationMobilityToolType getMobilityTool()
ApplicationMobilityToolType
public void setMobilityTool(ApplicationMobilityToolType value)
value
- allowed object is
ApplicationMobilityToolType
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 BandagistType getBandagist()
BandagistType
public void setBandagist(BandagistType value)
value
- allowed object is
BandagistType
public String getPrescriptionApprovalNumber()
String
public void setPrescriptionApprovalNumber(String value)
value
- allowed object is
String
public org.joda.time.DateTime getPrescriptionDate()
String
public void setPrescriptionDate(org.joda.time.DateTime value)
value
- allowed object is
String
public String getRARApprovalNumber()
String
public void setRARApprovalNumber(String value)
value
- allowed object is
String
public org.joda.time.DateTime getRARDate()
String
public void setRARDate(org.joda.time.DateTime value)
value
- allowed object is
String
public Boolean isIsAccident()
Boolean
public void setIsAccident(Boolean value)
value
- allowed object is
Boolean
public HospitalizationType getHospitalization()
HospitalizationType
public 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 |