Package be.recipe.services.prescriber
Class ListFeedbacksParam
- java.lang.Object
-
- be.recipe.services.prescriber.ListFeedbacksParam
-
public class ListFeedbacksParam extends Object
Java class for listFeedbacksParam complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="listFeedbacksParam"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="readFlag" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="symmKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> </all> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description ListFeedbacksParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getSymmKey()Gets the value of the symmKey property.booleanisReadFlag()Gets the value of the readFlag property.voidsetReadFlag(boolean value)Sets the value of the readFlag property.voidsetSymmKey(byte[] value)Sets the value of the symmKey property.
-
-
-
Method Detail
-
isReadFlag
public boolean isReadFlag()
Gets the value of the readFlag property.
-
setReadFlag
public void setReadFlag(boolean value)
Sets the value of the readFlag 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[]
-
-