public class TextNotification extends Notification implements org.jvnet.jaxb2_commons.lang.ToString
Java class for TextNotification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TextNotification">
<complexContent>
<extension base="{http://www.fispace.eu/domain/common}Notification">
<sequence>
<element name="text" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
text |
timestamp| Constructor and Description |
|---|
TextNotification() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
String |
getText()
Gets the value of the text property.
|
void |
setText(String value)
Sets the value of the text property.
|
String |
toString() |
TextNotification |
withText(String value) |
TextNotification |
withTimestamp(Calendar value) |
getTimestamp, setTimestampprotected String text
public String getText()
Stringpublic void setText(String value)
value - allowed object is
Stringpublic String toString()
toString in class Notificationpublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class Notificationpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class Notificationpublic TextNotification withText(String value)
public TextNotification withTimestamp(Calendar value)
withTimestamp in class NotificationCopyright © 2014. All Rights Reserved.