public class TextNotification extends Notification implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Clase Java para TextNotification complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<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()
Obtiene el valor de la propiedad text.
|
boolean |
isSetText() |
void |
setText(String value)
Define el valor de la propiedad text.
|
String |
toString() |
TextNotification |
withText(String value) |
TextNotification |
withTimestamp(XMLGregorianCalendar value) |
getTimestamp, isSetTimestamp, setTimestampprotected String text
public String getText()
Stringpublic void setText(String value)
value - allowed object is
Stringpublic boolean isSetText()
public 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(XMLGregorianCalendar value)
withTimestamp in class NotificationCopyright © 2014. All Rights Reserved.