Package be.recipe.services.prescriber
Class CreatePrescriptionResult
- java.lang.Object
-
- be.recipe.services.core.ResponseType
-
- be.recipe.services.prescriber.CreatePrescriptionResult
-
public class CreatePrescriptionResult extends ResponseType
Java class for createPrescriptionResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="createPrescriptionResult"> <complexContent> <extension base="{http:/services.recipe.be/core}ResponseType"> <sequence> <element name="rid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringrid-
Fields inherited from class be.recipe.services.core.ResponseType
id, responseStatus, status
-
-
Constructor Summary
Constructors Constructor Description CreatePrescriptionResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRid()Gets the value of the rid property.voidsetRid(String value)Sets the value of the rid property.-
Methods inherited from class be.recipe.services.core.ResponseType
getId, getResponseStatus, getStatus, setId, setResponseStatus, setStatus
-
-
-
-
Field Detail
-
rid
protected String rid
-
-