Package be.recipe.services.prescriber
Class ListPrescriptionsResult
- java.lang.Object
-
- be.recipe.services.core.ResponseType
-
- be.recipe.services.prescriber.ListPrescriptionsResult
-
public class ListPrescriptionsResult extends ResponseType
Java class for listPrescriptionsResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="listPrescriptionsResult"> <complexContent> <extension base="{http:/services.recipe.be/core}ResponseType"> <sequence> <element name="partial" minOccurs="0"> <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> </element> </sequence> </extension> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListPrescriptionsResult.PartialJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected ListPrescriptionsResult.Partialpartial-
Fields inherited from class be.recipe.services.core.ResponseType
id, responseStatus, status
-
-
Constructor Summary
Constructors Constructor Description ListPrescriptionsResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListPrescriptionsResult.PartialgetPartial()Gets the value of the partial property.voidsetPartial(ListPrescriptionsResult.Partial value)Sets the value of the partial property.-
Methods inherited from class be.recipe.services.core.ResponseType
getId, getResponseStatus, getStatus, setId, setResponseStatus, setStatus
-
-
-
-
Field Detail
-
partial
protected ListPrescriptionsResult.Partial partial
-
-
Method Detail
-
getPartial
public ListPrescriptionsResult.Partial getPartial()
Gets the value of the partial property.- Returns:
- possible object is
ListPrescriptionsResult.Partial
-
setPartial
public void setPartial(ListPrescriptionsResult.Partial value)
Sets the value of the partial property.- Parameters:
value- allowed object isListPrescriptionsResult.Partial
-
-