public class NotificationMessage 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="Notification" type="{http://www.fispace.eu/domain/admin}Notification"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Notification |
notification |
| Constructor and Description |
|---|
NotificationMessage() |
| 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) |
Notification |
getNotification()
Obtiene el valor de la propiedad notification.
|
boolean |
isSetNotification() |
void |
setNotification(Notification value)
Define el valor de la propiedad notification.
|
String |
toString() |
NotificationMessage |
withNotification(Notification value) |
protected Notification notification
public Notification getNotification()
Notificationpublic void setNotification(Notification value)
value - allowed object is
Notificationpublic boolean isSetNotification()
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 NotificationMessage withNotification(Notification value)
Copyright © 2015. All Rights Reserved.