Package be.recipe.services.prescriber
Class ListOpenRidsParam
- java.lang.Object
-
- be.recipe.services.prescriber.ListOpenRidsParam
-
public class ListOpenRidsParam extends Object
Java class for listOpenRidsParam complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="listOpenRidsParam"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="patientId" type="{http://www.w3.org/2001/XMLSchema}string"/> <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"/> </all> </restriction> </complexContent> </complexType>
-
-
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.StringgetPatientId()Gets the value of the patientId 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.voidsetPatientId(String value)Sets the value of the patientId property.voidsetSession(byte[] value)Sets the value of the session property.voidsetSymmKey(byte[] value)Sets the value of the symmKey property.
-
-
-
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[]
-
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[]
-
-