Package be.recipe.services.prescriber
Class ListRidsHistoryParam
- java.lang.Object
-
- be.recipe.services.core.PartyIdentification
-
- be.recipe.services.prescriber.ListRidsHistoryParam
-
public class ListRidsHistoryParam extends PartyIdentification
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/core}partyIdentification"> <sequence> <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="session" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanactiveResultsprotected Pagepageprotected byte[]sessionprotected byte[]symmKey-
Fields inherited from class be.recipe.services.core.PartyIdentification
executorId, mandateHolderId, mandateHolderType, patientId, prescriberId, quality, type
-
-
Constructor Summary
Constructors Constructor Description ListRidsHistoryParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetActiveResults()PagegetPage()Gets the value of the page property.byte[]getSession()Gets the value of the session 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.voidsetPage(Page value)Sets the value of the page property.voidsetSession(byte[] value)Sets the value of the session property.voidsetSymmKey(byte[] value)Sets the value of the symmKey property.-
Methods inherited from class be.recipe.services.core.PartyIdentification
getExecutorId, getMandateHolderId, getMandateHolderType, getPatientId, getPrescriberId, getQuality, getType, setExecutorId, setMandateHolderId, setMandateHolderType, setPatientId, setPrescriberId, setQuality, setType
-
-
-
-
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[]
-
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
-
getSession
public byte[] getSession()
Gets the value of the session property.- Returns:
- possible object is byte[]
-
setSession
public void setSession(byte[] value)
Sets the value of the session property.- Parameters:
value- allowed object is byte[]
-
getActiveResults
public Boolean getActiveResults()
-
-