Package be.recipe.services.core
Class PrescriberForPrescription
- java.lang.Object
-
- be.recipe.services.core.PrescriberForPrescription
-
public class PrescriberForPrescription extends Object
Java class for prescriberForPrescription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="prescriberForPrescription"> <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" /> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description PrescriberForPrescription()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Gets the value of the id property.StringgetName()Gets the value of the name property.StringgetType()Gets the value of the type property.voidsetId(String value)Sets the value of the id property.voidsetName(String value)Sets the value of the name property.voidsetType(String value)Sets the value of the type property.
-
-
-
Method Detail
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getType
public String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(String value)
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
-