Class GetPrescriptionForExecutorRequestType
- java.lang.Object
-
- be.fgov.ehealth.commons.protocol.v2.RequestType
-
- be.fgov.ehealth.recipe.protocol.v4.RequestType
-
- be.fgov.ehealth.recipe.protocol.v4.GetPrescriptionForExecutorRequestType
-
- All Implemented Interfaces:
Serializable
public class GetPrescriptionForExecutorRequestType extends RequestType
Java class for GetPrescriptionForExecutorRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetPrescriptionForExecutorRequestType"> <complexContent> <extension base="{urn:be:fgov:ehealth:recipe:protocol:v4}RequestType"> <sequence> <element name="SecuredGetPrescriptionForExecutorRequest" type="{urn:be:fgov:ehealth:recipe:core:v4}SecuredContentType"/> <element name="DisablePatientInsurabilityCheckParam" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected booleandisablePatientInsurabilityCheckParamprotected SecuredContentTypesecuredGetPrescriptionForExecutorRequest-
Fields inherited from class be.fgov.ehealth.recipe.protocol.v4.RequestType
programId
-
-
Constructor Summary
Constructors Constructor Description GetPrescriptionForExecutorRequestType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecuredContentTypegetSecuredGetPrescriptionForExecutorRequest()Gets the value of the securedGetPrescriptionForExecutorRequest property.booleanisDisablePatientInsurabilityCheckParam()Gets the value of the disablePatientInsurabilityCheckParam property.voidsetDisablePatientInsurabilityCheckParam(boolean value)Sets the value of the disablePatientInsurabilityCheckParam property.voidsetSecuredGetPrescriptionForExecutorRequest(SecuredContentType value)Sets the value of the securedGetPrescriptionForExecutorRequest property.-
Methods inherited from class be.fgov.ehealth.recipe.protocol.v4.RequestType
getProgramId, setProgramId
-
-
-
-
Field Detail
-
securedGetPrescriptionForExecutorRequest
protected SecuredContentType securedGetPrescriptionForExecutorRequest
-
disablePatientInsurabilityCheckParam
protected boolean disablePatientInsurabilityCheckParam
-
-
Method Detail
-
getSecuredGetPrescriptionForExecutorRequest
public SecuredContentType getSecuredGetPrescriptionForExecutorRequest()
Gets the value of the securedGetPrescriptionForExecutorRequest property.- Returns:
- possible object is
SecuredContentType
-
setSecuredGetPrescriptionForExecutorRequest
public void setSecuredGetPrescriptionForExecutorRequest(SecuredContentType value)
Sets the value of the securedGetPrescriptionForExecutorRequest property.- Parameters:
value- allowed object isSecuredContentType
-
isDisablePatientInsurabilityCheckParam
public boolean isDisablePatientInsurabilityCheckParam()
Gets the value of the disablePatientInsurabilityCheckParam property.
-
setDisablePatientInsurabilityCheckParam
public void setDisablePatientInsurabilityCheckParam(boolean value)
Sets the value of the disablePatientInsurabilityCheckParam property.
-
-