Class 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 Detail

      • securedGetPrescriptionForExecutorRequest

        protected SecuredContentType securedGetPrescriptionForExecutorRequest
      • disablePatientInsurabilityCheckParam

        protected boolean disablePatientInsurabilityCheckParam
    • Constructor Detail

      • GetPrescriptionForExecutorRequestType

        public GetPrescriptionForExecutorRequestType()
    • 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 is SecuredContentType
      • isDisablePatientInsurabilityCheckParam

        public boolean isDisablePatientInsurabilityCheckParam()
        Gets the value of the disablePatientInsurabilityCheckParam property.
      • setDisablePatientInsurabilityCheckParam

        public void setDisablePatientInsurabilityCheckParam​(boolean value)
        Sets the value of the disablePatientInsurabilityCheckParam property.