Class ListPrescriptionsResponse


  • public class ListPrescriptionsResponse
    extends Object

    Java class for listPrescriptionsResponse complex type.

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

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

      • listPrescriptionsResultSealed

        protected byte[] listPrescriptionsResultSealed
    • Constructor Detail

      • ListPrescriptionsResponse

        public ListPrescriptionsResponse()
    • Method Detail

      • getListPrescriptionsResultSealed

        public byte[] getListPrescriptionsResultSealed()
        Gets the value of the listPrescriptionsResultSealed property.
        Returns:
        possible object is byte[]
      • setListPrescriptionsResultSealed

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