Package be.recipe.services.executor
Class PutRidsInProcessResultItem
- java.lang.Object
-
- be.recipe.services.executor.PutRidsInProcessResultItem
-
public class PutRidsInProcessResultItem extends Object
Java class for putRidsInProcessResultItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="putRidsInProcessResultItem"> <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"/> <element name="statusUpdater" 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 StringstatusUpdater
-
Constructor Summary
Constructors Constructor Description PutRidsInProcessResultItem()
-
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.StringgetStatusUpdater()Gets the value of the statusUpdater property.voidsetPrescriptionStatus(PrescriptionStatus value)Sets the value of the prescriptionStatus property.voidsetRid(String value)Sets the value of the rid property.voidsetStatusUpdater(String value)Sets the value of the statusUpdater property.
-
-
-
Field Detail
-
rid
protected String rid
-
prescriptionStatus
protected PrescriptionStatus prescriptionStatus
-
statusUpdater
protected String statusUpdater
-
-
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
-
getStatusUpdater
public String getStatusUpdater()
Gets the value of the statusUpdater property.- Returns:
- possible object is
String
-
-