Class GetPrescriptionForExecutor


  • public class GetPrescriptionForExecutor
    extends Object

    Java class for getPrescriptionForExecutor complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="getPrescriptionForExecutor">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="GetPrescriptionForExecutorParamSealed" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
             <element name="DisablePatientInsurabilityCheckParam" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="ProgramIdentification" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="Mguid" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • getPrescriptionForExecutorParamSealed

        protected byte[] getPrescriptionForExecutorParamSealed
      • disablePatientInsurabilityCheckParam

        protected Boolean disablePatientInsurabilityCheckParam
      • programIdentification

        protected String programIdentification
      • mguid

        protected String mguid
    • Constructor Detail

      • GetPrescriptionForExecutor

        public GetPrescriptionForExecutor()
    • Method Detail

      • getGetPrescriptionForExecutorParamSealed

        public byte[] getGetPrescriptionForExecutorParamSealed()
        Gets the value of the getPrescriptionForExecutorParamSealed property.
        Returns:
        possible object is byte[]
      • setGetPrescriptionForExecutorParamSealed

        public void setGetPrescriptionForExecutorParamSealed​(byte[] value)
        Sets the value of the getPrescriptionForExecutorParamSealed property.
        Parameters:
        value - allowed object is byte[]
      • isDisablePatientInsurabilityCheckParam

        public Boolean isDisablePatientInsurabilityCheckParam()
        Gets the value of the disablePatientInsurabilityCheckParam property.
        Returns:
        possible object is Boolean
      • setDisablePatientInsurabilityCheckParam

        public void setDisablePatientInsurabilityCheckParam​(Boolean value)
        Sets the value of the disablePatientInsurabilityCheckParam property.
        Parameters:
        value - allowed object is Boolean
      • getProgramIdentification

        public String getProgramIdentification()
        Gets the value of the programIdentification property.
        Returns:
        possible object is String
      • setProgramIdentification

        public void setProgramIdentification​(String value)
        Sets the value of the programIdentification property.
        Parameters:
        value - allowed object is String
      • getMguid

        public String getMguid()
        Gets the value of the mguid property.
        Returns:
        possible object is String
      • setMguid

        public void setMguid​(String value)
        Sets the value of the mguid property.
        Parameters:
        value - allowed object is String
      • getDisablePatientInsurabilityCheckParam

        public Boolean getDisablePatientInsurabilityCheckParam()