Class GetPrescriptionForPrescriberResponse


  • public class GetPrescriptionForPrescriberResponse
    extends Object

    Java class for getPrescriptionForPrescriberResponse complex type.

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

     <complexType name="getPrescriptionForPrescriberResponse">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="GetPrescriptionForPrescriberResultSealed" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • getPrescriptionForPrescriberResultSealed

        protected byte[] getPrescriptionForPrescriberResultSealed
    • Constructor Detail

      • GetPrescriptionForPrescriberResponse

        public GetPrescriptionForPrescriberResponse()
    • Method Detail

      • getGetPrescriptionForPrescriberResultSealed

        public byte[] getGetPrescriptionForPrescriberResultSealed()
        Gets the value of the getPrescriptionForPrescriberResultSealed property.
        Returns:
        possible object is byte[]
      • setGetPrescriptionForPrescriberResultSealed

        public void setGetPrescriptionForPrescriberResultSealed​(byte[] value)
        Sets the value of the getPrescriptionForPrescriberResultSealed property.
        Parameters:
        value - allowed object is byte[]