Class ListPrescriptionsResult.Partial

  • Enclosing class:
    ListPrescriptionsResult

    public static class ListPrescriptionsResult.Partial
    extends PartialResult

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <extension base="{http:/services.recipe.be/core}PartialResult">
           <sequence>
             <element name="prescription" maxOccurs="unbounded" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <all>
                       <element name="prescriber" type="{http:/services.recipe.be/core}prescriberForSearchResult"/>
                     </all>
                     <attribute name="rid" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                     <attribute name="status" use="required" type="{http:/services.recipe.be/core}prescriptionStatus" />
                     <attribute name="date" use="required" type="{http://www.w3.org/2001/XMLSchema}date" />
                     <attribute name="valid-until" use="required" type="{http://www.w3.org/2001/XMLSchema}date" />
                     <attribute name="vision-other-prescribers" use="required" type="{http:/services.recipe.be/core}VisionOtherPrescribers" />
                     <attribute name="encryption-key" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                     <attribute name="encrypted-content" type="{http://www.w3.org/2001/XMLSchema}base64Binary" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
           <attribute name="hasHidden" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Partial

        public Partial()
    • Method Detail

      • getPrescription

        public List<ListPrescriptionsResult.Partial.Prescription> getPrescription()
        Gets the value of the prescription property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the prescription property.

        For example, to add a new item, do as follows:

            getPrescription().add(newItem);
         

        Objects of the following type(s) are allowed in the list ListPrescriptionsResult.Partial.Prescription

      • isHasHidden

        public boolean isHasHidden()
        Gets the value of the hasHidden property.
      • setHasHidden

        public void setHasHidden​(boolean value)
        Sets the value of the hasHidden property.