Class GetPrescriptionForPatientResponse


  • public class GetPrescriptionForPatientResponse
    extends Object

    Java class for getPrescriptionForPatientResponse complex type.

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

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

      • getPrescriptionForPatientResultSealed

        protected byte[] getPrescriptionForPatientResultSealed
    • Constructor Detail

      • GetPrescriptionForPatientResponse

        public GetPrescriptionForPatientResponse()
    • Method Detail

      • getGetPrescriptionForPatientResultSealed

        public byte[] getGetPrescriptionForPatientResultSealed()
        Gets the value of the getPrescriptionForPatientResultSealed property.
        Returns:
        possible object is byte[]
      • setGetPrescriptionForPatientResultSealed

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