Package be.recipe.services.executor
Class ListRidsHistoryParam
- java.lang.Object
-
- be.recipe.services.executor.ExecutorRequest
-
- be.recipe.services.executor.ListRidsHistoryParam
-
public class ListRidsHistoryParam extends ExecutorRequest
Java class for listRidsHistoryParam complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="listRidsHistoryParam"> <complexContent> <extension base="{http:/services.recipe.be/executor}ExecutorRequest"> <sequence> <element name="patientId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="symmKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <element name="activeResults" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="page" type="{http:/services.recipe.be/core}Page" minOccurs="0"/> <element name="breakTheGlass" type="{http:/services.recipe.be/executor}breakTheGlass" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanactiveResultsprotected BreakTheGlassbreakTheGlassprotected Pagepageprotected StringpatientIdprotected byte[]symmKey-
Fields inherited from class be.recipe.services.executor.ExecutorRequest
executorId, mandateHolderId, session
-
-
Constructor Summary
Constructors Constructor Description ListRidsHistoryParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetActiveResults()BreakTheGlassgetBreakTheGlass()Gets the value of the breakTheGlass property.PagegetPage()Gets the value of the page property.StringgetPatientId()Gets the value of the patientId property.byte[]getSymmKey()Gets the value of the symmKey property.BooleanisActiveResults()Gets the value of the activeResults property.voidsetActiveResults(Boolean value)Sets the value of the activeResults property.voidsetBreakTheGlass(BreakTheGlass value)Sets the value of the breakTheGlass property.voidsetPage(Page value)Sets the value of the page property.voidsetPatientId(String value)Sets the value of the patientId 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
-
patientId
protected String patientId
-
symmKey
protected byte[] symmKey
-
activeResults
protected Boolean activeResults
-
page
protected Page page
-
breakTheGlass
protected BreakTheGlass breakTheGlass
-
-
Method Detail
-
getPatientId
public String getPatientId()
Gets the value of the patientId property.- Returns:
- possible object is
String
-
setPatientId
public void setPatientId(String value)
Sets the value of the patientId property.- Parameters:
value- allowed object isString
-
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[]
-
isActiveResults
public Boolean isActiveResults()
Gets the value of the activeResults property.- Returns:
- possible object is
Boolean
-
setActiveResults
public void setActiveResults(Boolean value)
Sets the value of the activeResults property.- Parameters:
value- allowed object isBoolean
-
setPage
public void setPage(Page value)
Sets the value of the page property.- Parameters:
value- allowed object isPage
-
getBreakTheGlass
public BreakTheGlass getBreakTheGlass()
Gets the value of the breakTheGlass property.- Returns:
- possible object is
BreakTheGlass
-
setBreakTheGlass
public void setBreakTheGlass(BreakTheGlass value)
Sets the value of the breakTheGlass property.- Parameters:
value- allowed object isBreakTheGlass
-
getActiveResults
public Boolean getActiveResults()
-
-