Class ListPatientPrescriptionResponse


  • public class ListPatientPrescriptionResponse
    extends Object

    Java class for listPatientPrescriptionResponse complex type.

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

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

      • listPatientPrescriptionsResultSealed

        protected byte[] listPatientPrescriptionsResultSealed
    • Constructor Detail

      • ListPatientPrescriptionResponse

        public ListPatientPrescriptionResponse()
    • Method Detail

      • getListPatientPrescriptionsResultSealed

        public byte[] getListPatientPrescriptionsResultSealed()
        Gets the value of the listPatientPrescriptionsResultSealed property.
        Returns:
        possible object is byte[]
      • setListPatientPrescriptionsResultSealed

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