Package be.recipe.services.executor
Class ListRidsHistoryResultItem
- java.lang.Object
-
- be.recipe.services.executor.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"/> <element name="prescriptionStatus" type="{http:/services.recipe.be/core}prescriptionStatus" minOccurs="0"/> <element name="vision" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected PrescriptionStatusprescriptionStatusprotected Stringridprotected Stringvision
-
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.StringgetVision()Gets the value of the vision property.voidsetPrescriptionStatus(PrescriptionStatus value)Sets the value of the prescriptionStatus property.voidsetRid(String value)Sets the value of the rid property.voidsetVision(String value)Sets the value of the vision property.
-
-
-
Field Detail
-
rid
protected String rid
-
prescriptionStatus
protected PrescriptionStatus prescriptionStatus
-
vision
protected String vision
-
-
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
-
getVision
public String getVision()
Gets the value of the vision property.- Returns:
- possible object is
String
-
-