Class GetPrescriptionForExecutorParam


  • public class GetPrescriptionForExecutorParam
    extends ExecutorRequest

    Java class for getPrescriptionForExecutorParam complex type.

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

     <complexType name="getPrescriptionForExecutorParam">
       <complexContent>
         <extension base="{http:/services.recipe.be/executor}ExecutorRequest">
           <sequence>
             <element name="rid" type="{http:/services.recipe.be/core}rid"/>
             <element name="patientId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="symmKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
             <element name="version" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
           <attribute name="already-delivered" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • patientId

        protected String patientId
      • symmKey

        protected byte[] symmKey
      • version

        protected String version
      • alreadyDelivered

        protected Boolean alreadyDelivered
    • Constructor Detail

      • GetPrescriptionForExecutorParam

        public GetPrescriptionForExecutorParam()
    • Method Detail

      • getRid

        public String getRid()
        Gets the value of the rid property.
        Returns:
        possible object is String
      • setRid

        public void setRid​(String value)
        Sets the value of the rid property.
        Parameters:
        value - allowed object is String
      • getPatientId

        public String getPatientId()
        Gets the value of the patientId property.
        Returns:
        possible object is String
      • setPatientId

        public void setPatientId​(String value)
        Sets the value of the patientId property.
        Parameters:
        value - allowed object is String
      • getSymmKey

        public byte[] getSymmKey()
        Gets the value of the symmKey property.
        Returns:
        possible object is byte[]
      • setSymmKey

        public void setSymmKey​(byte[] value)
        Sets the value of the symmKey property.
        Parameters:
        value - allowed object is byte[]
      • getVersion

        public String getVersion()
        Gets the value of the version property.
        Returns:
        possible object is String
      • setVersion

        public void setVersion​(String value)
        Sets the value of the version property.
        Parameters:
        value - allowed object is String
      • isAlreadyDelivered

        public boolean isAlreadyDelivered()
        Gets the value of the alreadyDelivered property.
        Returns:
        possible object is Boolean
      • setAlreadyDelivered

        public void setAlreadyDelivered​(Boolean value)
        Sets the value of the alreadyDelivered property.
        Parameters:
        value - allowed object is Boolean
      • getAlreadyDelivered

        public Boolean getAlreadyDelivered()