Class ListOpenPrescriptionResponse


  • public class ListOpenPrescriptionResponse
    extends Object

    Java class for listOpenPrescriptionResponse complex type.

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

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

      • getListOpenPrescriptionResultSealed

        protected byte[] getListOpenPrescriptionResultSealed
    • Constructor Detail

      • ListOpenPrescriptionResponse

        public ListOpenPrescriptionResponse()
    • Method Detail

      • getGetListOpenPrescriptionResultSealed

        public byte[] getGetListOpenPrescriptionResultSealed()
        Gets the value of the getListOpenPrescriptionResultSealed property.
        Returns:
        possible object is byte[]
      • setGetListOpenPrescriptionResultSealed

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