Package be.recipe.services.prescriber
Class PrescriberRequest
- java.lang.Object
-
- be.recipe.services.prescriber.PrescriberRequest
-
public class PrescriberRequest extends Object
Java class for PrescriberRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PrescriberRequest"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="prescriberId" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringprescriberId
-
Constructor Summary
Constructors Constructor Description PrescriberRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPrescriberId()Gets the value of the prescriberId property.voidsetPrescriberId(String value)Sets the value of the prescriberId property.
-
-
-
Field Detail
-
prescriberId
protected String prescriberId
-
-