Package be.recipe.services.prescriber
Class ListRidsHistoryResultItem
- java.lang.Object
-
- be.recipe.services.prescriber.ListRidsHistoryResultItem
-
public class ListRidsHistoryResultItem extends Object
Java class for listRidsHistoryResultItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="listRidsHistoryResultItem"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="rid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="prescriptionStatus" type="{http:/services.recipe.be/core}prescriptionStatus" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected PrescriptionStatusprescriptionStatusprotected Stringrid
-
Constructor Summary
Constructors Constructor Description ListRidsHistoryResultItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrescriptionStatusgetPrescriptionStatus()Gets the value of the prescriptionStatus property.StringgetRid()Gets the value of the rid property.voidsetPrescriptionStatus(PrescriptionStatus value)Sets the value of the prescriptionStatus property.voidsetRid(String value)Sets the value of the rid property.
-
-
-
Field Detail
-
rid
protected String rid
-
prescriptionStatus
protected PrescriptionStatus prescriptionStatus
-
-
Method Detail
-
getRid
public String getRid()
Gets the value of the rid property.- Returns:
- possible object is
String
-
setRid
public void setRid(String value)
Sets the value of the rid property.- Parameters:
value- allowed object isString
-
getPrescriptionStatus
public PrescriptionStatus getPrescriptionStatus()
Gets the value of the prescriptionStatus property.- Returns:
- possible object is
PrescriptionStatus
-
setPrescriptionStatus
public void setPrescriptionStatus(PrescriptionStatus value)
Sets the value of the prescriptionStatus property.- Parameters:
value- allowed object isPrescriptionStatus
-
-