Package be.recipe.services.executor
Class CreateFeedbackParam
- java.lang.Object
-
- be.recipe.services.executor.ExecutorRequest
-
- be.recipe.services.executor.CreateFeedbackParam
-
public class CreateFeedbackParam extends ExecutorRequest
Java class for createFeedbackParam complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="createFeedbackParam"> <complexContent> <extension base="{http:/services.recipe.be/executor}ExecutorRequest"> <sequence> <element name="prescriberId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="rid" type="{http:/services.recipe.be/core}rid"/> <element name="content" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <element name="symmKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]contentprotected StringprescriberIdprotected Stringridprotected byte[]symmKey-
Fields inherited from class be.recipe.services.executor.ExecutorRequest
executorId, mandateHolderId, session
-
-
Constructor Summary
Constructors Constructor Description CreateFeedbackParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getContent()Gets the value of the content property.StringgetPrescriberId()Gets the value of the prescriberId property.StringgetRid()Gets the value of the rid property.byte[]getSymmKey()Gets the value of the symmKey property.voidsetContent(byte[] value)Sets the value of the content property.voidsetPrescriberId(String value)Sets the value of the prescriberId 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.executor.ExecutorRequest
getExecutorId, getMandateHolderId, getSession, setExecutorId, setMandateHolderId, setSession
-
-
-
-
Method Detail
-
getPrescriberId
public String getPrescriberId()
Gets the value of the prescriberId property.- Returns:
- possible object is
String
-
setPrescriberId
public void setPrescriberId(String value)
Sets the value of the prescriberId property.- Parameters:
value- allowed object isString
-
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
-
getContent
public byte[] getContent()
Gets the value of the content property.- Returns:
- possible object is byte[]
-
setContent
public void setContent(byte[] value)
Sets the value of the content property.- Parameters:
value- allowed object is byte[]
-
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[]
-
-