Package be.recipe.services.executor
Class GetPrescriptionForExecutorParam
- java.lang.Object
-
- be.recipe.services.executor.ExecutorRequest
-
- be.recipe.services.executor.GetPrescriptionForExecutorParam
-
public class GetPrescriptionForExecutorParam extends ExecutorRequest
Java class for getPrescriptionForExecutorParam complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getPrescriptionForExecutorParam"> <complexContent> <extension base="{http:/services.recipe.be/executor}ExecutorRequest"> <sequence> <element name="rid" type="{http:/services.recipe.be/core}rid"/> <element name="patientId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="symmKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <element name="version" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> <attribute name="already-delivered" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanalreadyDeliveredprotected StringpatientIdprotected Stringridprotected byte[]symmKeyprotected Stringversion-
Fields inherited from class be.recipe.services.executor.ExecutorRequest
executorId, mandateHolderId, session
-
-
Constructor Summary
Constructors Constructor Description GetPrescriptionForExecutorParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetAlreadyDelivered()StringgetPatientId()Gets the value of the patientId property.StringgetRid()Gets the value of the rid property.byte[]getSymmKey()Gets the value of the symmKey property.StringgetVersion()Gets the value of the version property.booleanisAlreadyDelivered()Gets the value of the alreadyDelivered property.voidsetAlreadyDelivered(Boolean value)Sets the value of the alreadyDelivered property.voidsetPatientId(String value)Sets the value of the patientId property.voidsetRid(String value)Sets the value of the rid property.voidsetSymmKey(byte[] value)Sets the value of the symmKey property.voidsetVersion(String value)Sets the value of the version property.-
Methods inherited from class be.recipe.services.executor.ExecutorRequest
getExecutorId, getMandateHolderId, getSession, setExecutorId, setMandateHolderId, setSession
-
-
-
-
Method Detail
-
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
-
getPatientId
public String getPatientId()
Gets the value of the patientId property.- Returns:
- possible object is
String
-
setPatientId
public void setPatientId(String value)
Sets the value of the patientId property.- Parameters:
value- allowed object isString
-
getSymmKey
public byte[] getSymmKey()
Gets the value of the symmKey property.- Returns:
- possible object is byte[]
-
setSymmKey
public void setSymmKey(byte[] value)
Sets the value of the symmKey property.- Parameters:
value- allowed object is byte[]
-
getVersion
public String getVersion()
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
public void setVersion(String value)
Sets the value of the version property.- Parameters:
value- allowed object isString
-
isAlreadyDelivered
public boolean isAlreadyDelivered()
Gets the value of the alreadyDelivered property.- Returns:
- possible object is
Boolean
-
setAlreadyDelivered
public void setAlreadyDelivered(Boolean value)
Sets the value of the alreadyDelivered property.- Parameters:
value- allowed object isBoolean
-
getAlreadyDelivered
public Boolean getAlreadyDelivered()
-
-