Package be.recipe.services.executor
Class ListNotificationsParam
- java.lang.Object
-
- be.recipe.services.executor.ExecutorRequest
-
- be.recipe.services.executor.ListNotificationsParam
-
public class ListNotificationsParam extends ExecutorRequest
Java class for listNotificationsParam complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="listNotificationsParam"> <complexContent> <extension base="{http:/services.recipe.be/executor}ExecutorRequest"> <sequence> <element name="readFlag" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="symmKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <element name="page" type="{http:/services.recipe.be/core}Page" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Pagepageprotected booleanreadFlagprotected byte[]symmKey-
Fields inherited from class be.recipe.services.executor.ExecutorRequest
executorId, mandateHolderId, session
-
-
Constructor Summary
Constructors Constructor Description ListNotificationsParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PagegetPage()Gets the value of the page property.byte[]getSymmKey()Gets the value of the symmKey property.booleanisReadFlag()Gets the value of the readFlag property.voidsetPage(Page value)Sets the value of the page property.voidsetReadFlag(boolean value)Sets the value of the readFlag 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
-
-
-
-
Field Detail
-
readFlag
protected boolean readFlag
-
symmKey
protected byte[] symmKey
-
page
protected Page page
-
-
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[]
-
-