|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.vlaanderen.mercurius.mohm.schemas.v1.CreateApplicationRequestType
@Generated(value="com.sun.tools.xjc.Driver", date="2020-09-28T09:56:04+02:00", comments="JAXB RI v2.2.11") public class CreateApplicationRequestType
Groeperend element voor een nieuwe aanvraag of hernieuwing.
Java class for CreateApplicationRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreateApplicationRequestType"> <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="DependentPerson" type="{http://www.mercurius.vlaanderen.be/mohm/schemas/v1}DependentPersonType"/> <element name="MobilityTool" type="{http://www.mercurius.vlaanderen.be/mohm/schemas/v1}ApplicationMobilityToolType"/> <element name="BTC" type="{http://www.mercurius.vlaanderen.be/mohm/schemas/v1}ApplicationBTCType" minOccurs="0"/> <element name="IsSecondWheelchair" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="IsEarlyRenewalMobilityTool" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="HasRecognitionVAPH" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="HasSDA" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="IsProfessionalUse" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="Bandagist" type="{http://www.mercurius.vlaanderen.be/mohm/schemas/v1}BandagistType"/> <element name="Enterprise" type="{http://www.mercurius.vlaanderen.be/mohm/schemas/v1}EnterpriseType"/> <element name="Prescription" type="{http://www.mercurius.vlaanderen.be/mohm/schemas/v1}PrescriptionType" minOccurs="0"/> <element name="WheelchairAdviceReport" type="{http://www.mercurius.vlaanderen.be/mohm/schemas/v1}ApplicationWheelchairAdviceReportType" minOccurs="0"/> <element name="MotivationReport" type="{http://www.mercurius.vlaanderen.be/vsb-wzcmh/schemas/v1}DocumentListType" minOccurs="0"/> <element name="TestReport" type="{http://www.mercurius.vlaanderen.be/vsb-wzcmh/schemas/v1}DocumentListType" minOccurs="0"/> <element name="IsAccident" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="Hospitalization" type="{http://www.mercurius.vlaanderen.be/mohm/schemas/v1}HospitalizationType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
CreateApplicationRequestType()
|
Method Summary | |
---|---|
BandagistType |
getBandagist()
Gets the value of the bandagist property. |
ApplicationBTCType |
getBTC()
Gets the value of the btc property. |
DependentPersonType |
getDependentPerson()
Gets the value of the dependentPerson property. |
EnterpriseType |
getEnterprise()
Gets the value of the enterprise property. |
HospitalizationType |
getHospitalization()
Gets the value of the hospitalization property. |
ApplicationMobilityToolType |
getMobilityTool()
Gets the value of the mobilityTool property. |
DocumentListType |
getMotivationReport()
Gets the value of the motivationReport property. |
PrescriptionType |
getPrescription()
Gets the value of the prescription property. |
ApplicationReasonType |
getReason()
Gets the value of the reason property. |
DocumentListType |
getTestReport()
Gets the value of the testReport property. |
ApplicationWheelchairAdviceReportType |
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 |
setBandagist(BandagistType value)
Sets the value of the bandagist property. |
void |
setBTC(ApplicationBTCType value)
Sets the value of the btc property. |
void |
setDependentPerson(DependentPersonType value)
Sets the value of the dependentPerson property. |
void |
setEnterprise(EnterpriseType value)
Sets the value of the enterprise 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 |
setIsProfessionalUse(boolean value)
Sets the value of the isProfessionalUse property. |
void |
setIsSecondWheelchair(boolean value)
Sets the value of the isSecondWheelchair property. |
void |
setMobilityTool(ApplicationMobilityToolType value)
Sets the value of the mobilityTool property. |
void |
setMotivationReport(DocumentListType value)
Sets the value of the motivationReport property. |
void |
setPrescription(PrescriptionType value)
Sets the value of the prescription property. |
void |
setReason(ApplicationReasonType value)
Sets the value of the reason property. |
void |
setTestReport(DocumentListType value)
Sets the value of the testReport property. |
void |
setWheelchairAdviceReport(ApplicationWheelchairAdviceReportType 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 CreateApplicationRequestType()
Method Detail |
---|
public ApplicationReasonType getReason()
ApplicationReasonType
public void setReason(ApplicationReasonType value)
value
- allowed object is
ApplicationReasonType
public DependentPersonType getDependentPerson()
DependentPersonType
public void setDependentPerson(DependentPersonType value)
value
- allowed object is
DependentPersonType
public ApplicationMobilityToolType getMobilityTool()
ApplicationMobilityToolType
public void setMobilityTool(ApplicationMobilityToolType value)
value
- allowed object is
ApplicationMobilityToolType
public ApplicationBTCType getBTC()
ApplicationBTCType
public void setBTC(ApplicationBTCType value)
value
- allowed object is
ApplicationBTCType
public boolean isIsSecondWheelchair()
public void setIsSecondWheelchair(boolean value)
public boolean isIsEarlyRenewalMobilityTool()
public void setIsEarlyRenewalMobilityTool(boolean value)
public boolean isHasRecognitionVAPH()
public void setHasRecognitionVAPH(boolean value)
public boolean isHasSDA()
public void setHasSDA(boolean value)
public boolean isIsProfessionalUse()
public void setIsProfessionalUse(boolean value)
public BandagistType getBandagist()
BandagistType
public void setBandagist(BandagistType value)
value
- allowed object is
BandagistType
public EnterpriseType getEnterprise()
EnterpriseType
public void setEnterprise(EnterpriseType value)
value
- allowed object is
EnterpriseType
public PrescriptionType getPrescription()
PrescriptionType
public void setPrescription(PrescriptionType value)
value
- allowed object is
PrescriptionType
public ApplicationWheelchairAdviceReportType getWheelchairAdviceReport()
ApplicationWheelchairAdviceReportType
public void setWheelchairAdviceReport(ApplicationWheelchairAdviceReportType value)
value
- allowed object is
ApplicationWheelchairAdviceReportType
public DocumentListType getMotivationReport()
DocumentListType
public void setMotivationReport(DocumentListType value)
value
- allowed object is
DocumentListType
public DocumentListType getTestReport()
DocumentListType
public void setTestReport(DocumentListType value)
value
- allowed object is
DocumentListType
public boolean isIsAccident()
public void setIsAccident(boolean value)
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 |