Package be.recipe.services.executor
Class ListRidsInProcessParam
- java.lang.Object
-
- be.recipe.services.executor.ExecutorRequest
-
- be.recipe.services.executor.ListRidsInProcessParam
-
public class ListRidsInProcessParam extends ExecutorRequest
Java class for listRidsInProcessParam complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="listRidsInProcessParam"> <complexContent> <extension base="{http:/services.recipe.be/executor}ExecutorRequest"> <sequence> <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 byte[]symmKey-
Fields inherited from class be.recipe.services.executor.ExecutorRequest
executorId, mandateHolderId, session
-
-
Constructor Summary
Constructors Constructor Description ListRidsInProcessParam()
-
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.voidsetPage(Page value)Sets the value of the page 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
-
symmKey
protected byte[] symmKey
-
page
protected Page page
-
-