public class NotificationResponseMessage extends SynchResponseMessage 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}SynchResponseMessage">
<sequence>
<element name="Notification" type="{http://www.fispace.eu/domain/admin}Notification"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Notification |
notification |
message, status| Constructor and Description |
|---|
NotificationResponseMessage() |
| 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() |
NotificationResponseMessage |
withMessage(String value) |
NotificationResponseMessage |
withNotification(Notification value) |
NotificationResponseMessage |
withStatus(Integer value) |
getMessage, getStatus, isSetMessage, isSetStatus, setMessage, setStatusprotected Notification notification
public Notification getNotification()
Notificationpublic void setNotification(Notification value)
value - allowed object is
Notificationpublic boolean isSetNotification()
public String toString()
toString in class SynchResponseMessagepublic 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 SynchResponseMessagepublic 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 SynchResponseMessagepublic NotificationResponseMessage withNotification(Notification value)
public NotificationResponseMessage withStatus(Integer value)
withStatus in class SynchResponseMessagepublic NotificationResponseMessage withMessage(String value)
withMessage in class SynchResponseMessageCopyright © 2015. All Rights Reserved.