Package be.recipe.services.prescriber
Class UpdateFeedbackFlagParam
- java.lang.Object
-
- be.recipe.services.prescriber.UpdateFeedbackFlagParam
-
public class UpdateFeedbackFlagParam extends Object
Java class for updateFeedbackFlagParam complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="updateFeedbackFlagParam"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="rid" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="allowFeedback" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="symmKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> </all> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanallowFeedbackprotected Stringridprotected byte[]symmKey
-
Constructor Summary
Constructors Constructor Description UpdateFeedbackFlagParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRid()Gets the value of the rid property.byte[]getSymmKey()Gets the value of the symmKey property.booleanisAllowFeedback()Gets the value of the allowFeedback property.voidsetAllowFeedback(boolean value)Sets the value of the allowFeedback property.voidsetRid(String value)Sets the value of the rid property.voidsetSymmKey(byte[] value)Sets the value of the symmKey property.
-
-
-
Field Detail
-
rid
protected String rid
-
allowFeedback
protected boolean allowFeedback
-
symmKey
protected byte[] symmKey
-
-
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
-
isAllowFeedback
public boolean isAllowFeedback()
Gets the value of the allowFeedback property.
-
setAllowFeedback
public void setAllowFeedback(boolean value)
Sets the value of the allowFeedback property.
-
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[]
-
-