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