Package be.recipe.services.patient
Class RevokePrescriptionParam
- java.lang.Object
-
- be.recipe.services.core.PartyIdentification
-
- be.recipe.services.patient.RevokePrescriptionParam
-
public class RevokePrescriptionParam extends PartyIdentification
Java class for revokePrescriptionParam complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="revokePrescriptionParam"> <complexContent> <extension base="{http:/services.recipe.be/core}partyIdentification"> <sequence> <element name="rid" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="reason" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="symmKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringreasonprotected Stringridprotected byte[]symmKey-
Fields inherited from class be.recipe.services.core.PartyIdentification
executorId, mandateHolderId, mandateHolderType, patientId, prescriberId, quality, type
-
-
Constructor Summary
Constructors Constructor Description RevokePrescriptionParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetReason()Gets the value of the reason property.StringgetRid()Gets the value of the rid property.byte[]getSymmKey()Gets the value of the symmKey property.voidsetReason(String value)Sets the value of the reason property.voidsetRid(String value)Sets the value of the rid property.voidsetSymmKey(byte[] value)Sets the value of the symmKey property.-
Methods inherited from class be.recipe.services.core.PartyIdentification
getExecutorId, getMandateHolderId, getMandateHolderType, getPatientId, getPrescriberId, getQuality, getType, setExecutorId, setMandateHolderId, setMandateHolderType, setPatientId, setPrescriberId, setQuality, setType
-
-
-
-
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
-
getReason
public String getReason()
Gets the value of the reason property.- Returns:
- possible object is
String
-
setReason
public void setReason(String value)
Sets the value of the reason 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[]
-
-