public class TextNotificationMessage extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Clase Java para anonymous complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="textNotification" type="{http://www.fispace.eu/domain/common}TextNotification"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TextNotification |
textNotification |
| Constructor and Description |
|---|
TextNotificationMessage() |
| 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) |
TextNotification |
getTextNotification()
Obtiene el valor de la propiedad textNotification.
|
boolean |
isSetTextNotification() |
void |
setTextNotification(TextNotification value)
Define el valor de la propiedad textNotification.
|
String |
toString() |
TextNotificationMessage |
withTextNotification(TextNotification value) |
protected TextNotification textNotification
public TextNotification getTextNotification()
TextNotificationpublic void setTextNotification(TextNotification value)
value - allowed object is
TextNotificationpublic boolean isSetTextNotification()
public 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.ToStringpublic 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.ToStringpublic TextNotificationMessage withTextNotification(TextNotification value)
Copyright © 2014. All Rights Reserved.