Package be.recipe.services.prescriber
Class ListFeedbackItem
- java.lang.Object
-
- be.recipe.services.prescriber.ListFeedbackItem
-
public class ListFeedbackItem extends Object
Java class for listFeedbackItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="listFeedbackItem"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="rid" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="sentBy" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="sentDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="content" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description ListFeedbackItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getContent()Gets the value of the content property.StringgetRid()Gets the value of the rid property.StringgetSentBy()Gets the value of the sentBy property.CalendargetSentDate()Gets the value of the sentDate property.voidsetContent(byte[] value)Sets the value of the content property.voidsetRid(String value)Sets the value of the rid property.voidsetSentBy(String value)Sets the value of the sentBy property.voidsetSentDate(Calendar value)Sets the value of the sentDate property.
-
-
-
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
-
getSentBy
public String getSentBy()
Gets the value of the sentBy property.- Returns:
- possible object is
String
-
setSentBy
public void setSentBy(String value)
Sets the value of the sentBy property.- Parameters:
value- allowed object isString
-
getSentDate
public Calendar getSentDate()
Gets the value of the sentDate property.- Returns:
- possible object is
String
-
setSentDate
public void setSentDate(Calendar value)
Sets the value of the sentDate property.- Parameters:
value- allowed object isString
-
getContent
public byte[] getContent()
Gets the value of the content property.- Returns:
- possible object is byte[]
-
setContent
public void setContent(byte[] value)
Sets the value of the content property.- Parameters:
value- allowed object is byte[]
-
-