Package be.recipe.services.patient
Class ListPatientPrescriptionsParam
- java.lang.Object
-
- be.recipe.services.patient.ListPatientPrescriptionsParam
-
public class ListPatientPrescriptionsParam extends Object
Java class for listPatientPrescriptionsParam complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="listPatientPrescriptionsParam"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="symmKey" type="{http:/services.recipe.be/core}SymmKey"/> <element name="reserved" type="{http:/services.recipe.be/core}Reserved" minOccurs="0"/> <element name="page" type="{http:/services.recipe.be/core}Page" minOccurs="0"/> <element name="sortOptions" type="{http:/services.recipe.be/core}PrescriptionSortedBy" minOccurs="0"/> </all> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Pagepageprotected Reservedreservedprotected PrescriptionSortedBysortOptionsprotected byte[]symmKey
-
Constructor Summary
Constructors Constructor Description ListPatientPrescriptionsParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PagegetPage()Gets the value of the page property.ReservedgetReserved()Gets the value of the reserved property.PrescriptionSortedBygetSortOptions()Gets the value of the sortOptions property.byte[]getSymmKey()Gets the value of the symmKey property.voidsetPage(Page value)Sets the value of the page property.voidsetReserved(Reserved value)Sets the value of the reserved property.voidsetSortOptions(PrescriptionSortedBy value)Sets the value of the sortOptions property.voidsetSymmKey(byte[] value)Sets the value of the symmKey property.
-
-
-
Field Detail
-
symmKey
protected byte[] symmKey
-
reserved
protected Reserved reserved
-
page
protected Page page
-
sortOptions
protected PrescriptionSortedBy 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[]
-
getReserved
public Reserved getReserved()
Gets the value of the reserved property.- Returns:
- possible object is
Reserved
-
setReserved
public void setReserved(Reserved value)
Sets the value of the reserved property.- Parameters:
value- allowed object isReserved
-
setPage
public void setPage(Page value)
Sets the value of the page property.- Parameters:
value- allowed object isPage
-
getSortOptions
public PrescriptionSortedBy getSortOptions()
Gets the value of the sortOptions property.- Returns:
- possible object is
PrescriptionSortedBy
-
setSortOptions
public void setSortOptions(PrescriptionSortedBy value)
Sets the value of the sortOptions property.- Parameters:
value- allowed object isPrescriptionSortedBy
-
-