Class RevokePrescriptionParam


  • public class RevokePrescriptionParam
    extends ExecutorRequest

    Java class for revokePrescriptionParam complex type.

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

     <complexType name="revokePrescriptionParam">
       <complexContent>
         <extension base="{http:/services.recipe.be/executor}ExecutorRequest">
           <sequence>
             <element name="rid" type="{http:/services.recipe.be/core}rid"/>
             <element name="reason" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="symmKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • reason

        protected String reason
      • symmKey

        protected byte[] symmKey
    • Constructor Detail

      • RevokePrescriptionParam

        public RevokePrescriptionParam()
    • 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
      • getReason

        public String getReason()
        Gets the value of the reason property.
        Returns:
        possible object is String
      • setReason

        public void setReason​(String value)
        Sets the value of the reason 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[]