Package be.recipe.services.patient
Class ListOpenRidsParam
- java.lang.Object
-
- be.recipe.services.core.PartyIdentification
-
- be.recipe.services.patient.ListOpenRidsParam
-
public class ListOpenRidsParam extends PartyIdentification
Java class for listOpenRidsParam complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="listOpenRidsParam"> <complexContent> <extension base="{http:/services.recipe.be/core}partyIdentification"> <sequence> <element name="symmKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <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 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 ListOpenRidsParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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
-
-
-
-
Field Detail
-
symmKey
protected byte[] symmKey
-
page
protected Page page
-
session
protected byte[] session
-
-
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[]
-
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[]
-
-