Package be.recipe.services.core
Class PrescriberForSearchResult
- java.lang.Object
-
- be.recipe.services.core.PrescriberForSearchResult
-
public class PrescriberForSearchResult extends Object
Java class for prescriberForSearchResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="prescriberForSearchResult"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description PrescriberForSearchResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Gets the value of the id property.StringgetType()Gets the value of the type property.voidsetId(String value)Sets the value of the id property.voidsetType(String value)Sets the value of the type property.
-