Class CreatePrescriptionResponse


  • public class CreatePrescriptionResponse
    extends Object

    Java class for createPrescriptionResponse complex type.

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

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

      • createPrescriptionResultSealed

        protected byte[] createPrescriptionResultSealed
    • Constructor Detail

      • CreatePrescriptionResponse

        public CreatePrescriptionResponse()
    • Method Detail

      • getCreatePrescriptionResultSealed

        public byte[] getCreatePrescriptionResultSealed()
        Gets the value of the createPrescriptionResultSealed property.
        Returns:
        possible object is byte[]
      • setCreatePrescriptionResultSealed

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