Class ListOpenPrescriptionsResponse


  • public class ListOpenPrescriptionsResponse
    extends Object

    Java class for listOpenPrescriptionsResponse complex type.

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

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

      • listOpenPrescriptionsResultSealed

        protected byte[] listOpenPrescriptionsResultSealed
    • Constructor Detail

      • ListOpenPrescriptionsResponse

        public ListOpenPrescriptionsResponse()
    • Method Detail

      • getListOpenPrescriptionsResultSealed

        public byte[] getListOpenPrescriptionsResultSealed()
        Gets the value of the listOpenPrescriptionsResultSealed property.
        Returns:
        possible object is byte[]
      • setListOpenPrescriptionsResultSealed

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