Class GetPrescriptionStatusResponse


  • public class GetPrescriptionStatusResponse
    extends Object

    Java class for getPrescriptionStatusResponse complex type.

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

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

      • getPrescriptionStatusResultSealed

        protected byte[] getPrescriptionStatusResultSealed
    • Constructor Detail

      • GetPrescriptionStatusResponse

        public GetPrescriptionStatusResponse()
    • Method Detail

      • getGetPrescriptionStatusResultSealed

        public byte[] getGetPrescriptionStatusResultSealed()
        Gets the value of the getPrescriptionStatusResultSealed property.
        Returns:
        possible object is byte[]
      • setGetPrescriptionStatusResultSealed

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