Class RevokePrescriptionResponse


  • public class RevokePrescriptionResponse
    extends Object

    Java class for revokePrescriptionResponse complex type.

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

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

      • revokePrescriptionResultSealed

        protected byte[] revokePrescriptionResultSealed
    • Constructor Detail

      • RevokePrescriptionResponse

        public RevokePrescriptionResponse()
    • Method Detail

      • getRevokePrescriptionResultSealed

        public byte[] getRevokePrescriptionResultSealed()
        Gets the value of the revokePrescriptionResultSealed property.
        Returns:
        possible object is byte[]
      • setRevokePrescriptionResultSealed

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