Package be.recipe.services.executor
Class ListNotificationsItem
- java.lang.Object
-
- be.recipe.services.executor.ListNotificationsItem
-
public class ListNotificationsItem extends Object
Java class for ListNotificationsItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ListNotificationsItem"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <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 ListNotificationsItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getContent()Gets the value of the content 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.voidsetSentBy(String value)Sets the value of the sentBy property.voidsetSentDate(Calendar value)Sets the value of the sentDate property.
-
-
-
Method Detail
-
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[]
-
-