Package be.recipe.services.prescriber
Class ListPrescriptionsResult.Partial.Prescription
- java.lang.Object
-
- be.recipe.services.prescriber.ListPrescriptionsResult.Partial.Prescription
-
- Enclosing class:
- ListPrescriptionsResult.Partial
public static class ListPrescriptionsResult.Partial.Prescription extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
-
-
Field Summary
Fields Modifier and Type Field Description protected XMLGregorianCalendardateprotected byte[]encryptedContentprotected StringencryptionKeyprotected PrescriberForSearchResultprescriberprotected Stringridprotected PrescriptionStatusstatusprotected XMLGregorianCalendarvalidUntilprotected VisionOtherPrescribersvisionOtherPrescribers
-
Constructor Summary
Constructors Constructor Description Prescription()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XMLGregorianCalendargetDate()Gets the value of the date property.byte[]getEncryptedContent()Gets the value of the encryptedContent property.StringgetEncryptionKey()Gets the value of the encryptionKey property.PrescriberForSearchResultgetPrescriber()Gets the value of the prescriber property.StringgetRid()Gets the value of the rid property.PrescriptionStatusgetStatus()Gets the value of the status property.XMLGregorianCalendargetValidUntil()Gets the value of the validUntil property.VisionOtherPrescribersgetVisionOtherPrescribers()Gets the value of the visionOtherPrescribers property.voidsetDate(XMLGregorianCalendar value)Sets the value of the date property.voidsetEncryptedContent(byte[] value)Sets the value of the encryptedContent property.voidsetEncryptionKey(String value)Sets the value of the encryptionKey property.voidsetPrescriber(PrescriberForSearchResult value)Sets the value of the prescriber property.voidsetRid(String value)Sets the value of the rid property.voidsetStatus(PrescriptionStatus value)Sets the value of the status property.voidsetValidUntil(XMLGregorianCalendar value)Sets the value of the validUntil property.voidsetVisionOtherPrescribers(VisionOtherPrescribers value)Sets the value of the visionOtherPrescribers property.
-
-
-
Field Detail
-
prescriber
protected PrescriberForSearchResult prescriber
-
rid
protected String rid
-
status
protected PrescriptionStatus status
-
date
protected XMLGregorianCalendar date
-
validUntil
protected XMLGregorianCalendar validUntil
-
visionOtherPrescribers
protected VisionOtherPrescribers visionOtherPrescribers
-
encryptionKey
protected String encryptionKey
-
encryptedContent
protected byte[] encryptedContent
-
-
Method Detail
-
getPrescriber
public PrescriberForSearchResult getPrescriber()
Gets the value of the prescriber property.- Returns:
- possible object is
PrescriberForSearchResult
-
setPrescriber
public void setPrescriber(PrescriberForSearchResult value)
Sets the value of the prescriber property.- Parameters:
value- allowed object isPrescriberForSearchResult
-
getRid
public String getRid()
Gets the value of the rid property.- Returns:
- possible object is
String
-
setRid
public void setRid(String value)
Sets the value of the rid property.- Parameters:
value- allowed object isString
-
getStatus
public PrescriptionStatus getStatus()
Gets the value of the status property.- Returns:
- possible object is
PrescriptionStatus
-
setStatus
public void setStatus(PrescriptionStatus value)
Sets the value of the status property.- Parameters:
value- allowed object isPrescriptionStatus
-
getDate
public XMLGregorianCalendar getDate()
Gets the value of the date property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDate
public void setDate(XMLGregorianCalendar value)
Sets the value of the date property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getValidUntil
public XMLGregorianCalendar getValidUntil()
Gets the value of the validUntil property.- Returns:
- possible object is
XMLGregorianCalendar
-
setValidUntil
public void setValidUntil(XMLGregorianCalendar value)
Sets the value of the validUntil property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getVisionOtherPrescribers
public VisionOtherPrescribers getVisionOtherPrescribers()
Gets the value of the visionOtherPrescribers property.- Returns:
- possible object is
VisionOtherPrescribers
-
setVisionOtherPrescribers
public void setVisionOtherPrescribers(VisionOtherPrescribers value)
Sets the value of the visionOtherPrescribers property.- Parameters:
value- allowed object isVisionOtherPrescribers
-
getEncryptionKey
public String getEncryptionKey()
Gets the value of the encryptionKey property.- Returns:
- possible object is
String
-
setEncryptionKey
public void setEncryptionKey(String value)
Sets the value of the encryptionKey property.- Parameters:
value- allowed object isString
-
getEncryptedContent
public byte[] getEncryptedContent()
Gets the value of the encryptedContent property.- Returns:
- possible object is byte[]
-
setEncryptedContent
public void setEncryptedContent(byte[] value)
Sets the value of the encryptedContent property.- Parameters:
value- allowed object is byte[]
-
-