Package be.recipe.services.executor
Class ListReservationsParam
- java.lang.Object
-
- be.recipe.services.executor.ExecutorRequest
-
- be.recipe.services.executor.ListReservationsParam
-
public class ListReservationsParam extends ExecutorRequest
Java class for listReservationsParam complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="listReservationsParam"> <complexContent> <extension base="{http:/services.recipe.be/executor}ExecutorRequest"> <sequence> <element name="symmKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <element name="startDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="page" type="{http:/services.recipe.be/core}Page" minOccurs="0"/> <element name="sortOptions" type="{http:/services.recipe.be/core}ReservationSortedBy" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Pagepageprotected ReservationSortedBysortOptionsprotected CalendarstartDateprotected byte[]symmKey-
Fields inherited from class be.recipe.services.executor.ExecutorRequest
executorId, mandateHolderId, session
-
-
Constructor Summary
Constructors Constructor Description ListReservationsParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PagegetPage()Gets the value of the page property.ReservationSortedBygetSortOptions()Gets the value of the sortOptions property.CalendargetStartDate()Gets the value of the startDate property.byte[]getSymmKey()Gets the value of the symmKey property.voidsetPage(Page value)Sets the value of the page property.voidsetSortOptions(ReservationSortedBy value)Sets the value of the sortOptions property.voidsetStartDate(Calendar value)Sets the value of the startDate 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
-
startDate
protected Calendar startDate
-
page
protected Page page
-
sortOptions
protected ReservationSortedBy sortOptions
-
-
Method Detail
-
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[]
-
getStartDate
public Calendar getStartDate()
Gets the value of the startDate property.- Returns:
- possible object is
String
-
setStartDate
public void setStartDate(Calendar value)
Sets the value of the startDate property.- Parameters:
value- allowed object isString
-
setPage
public void setPage(Page value)
Sets the value of the page property.- Parameters:
value- allowed object isPage
-
getSortOptions
public ReservationSortedBy getSortOptions()
Gets the value of the sortOptions property.- Returns:
- possible object is
ReservationSortedBy
-
setSortOptions
public void setSortOptions(ReservationSortedBy value)
Sets the value of the sortOptions property.- Parameters:
value- allowed object isReservationSortedBy
-
-