Package be.recipe.services.prescriber
Class ListPrescriptionsResult.Partial
- java.lang.Object
-
- be.recipe.services.core.PartialResult
-
- be.recipe.services.prescriber.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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListPrescriptionsResult.Partial.PrescriptionJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected booleanhasHiddenprotected List<ListPrescriptionsResult.Partial.Prescription>prescription-
Fields inherited from class be.recipe.services.core.PartialResult
hasMoreResults
-
-
Constructor Summary
Constructors Constructor Description Partial()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ListPrescriptionsResult.Partial.Prescription>getPrescription()Gets the value of the prescription property.List<ListPrescriptionsResult.Partial.Prescription>getPrescriptions()booleanisHasHidden()Gets the value of the hasHidden property.voidsetHasHidden(boolean value)Sets the value of the hasHidden property.-
Methods inherited from class be.recipe.services.core.PartialResult
isHasMoreResults, setHasMoreResults
-
-
-
-
Field Detail
-
prescription
protected List<ListPrescriptionsResult.Partial.Prescription> prescription
-
hasHidden
protected boolean hasHidden
-
-
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
setmethod 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.
-
getPrescriptions
public List<ListPrescriptionsResult.Partial.Prescription> getPrescriptions()
-
-