Class GetPrescriptionForPrescriberParam


  • public class GetPrescriptionForPrescriberParam
    extends Object

    Java class for getPrescriptionForPrescriberParam complex type.

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

     <complexType name="getPrescriptionForPrescriberParam">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <all>
             <element name="rid" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="symmKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
           </all>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • symmKey

        protected byte[] symmKey
    • Constructor Detail

      • GetPrescriptionForPrescriberParam

        public GetPrescriptionForPrescriberParam()
    • 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
      • 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[]