public class BaseNotificationType extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
| Modifier and Type | Field and Description |
|---|---|
protected String |
notificationDataStream |
protected String |
notificationId |
protected String |
notificationOccurrence |
protected String |
notificationSubject |
protected String |
notificationText |
protected String |
receiverId |
protected String |
senderId |
protected String |
senderRole |
protected Calendar |
timestamp |
| Constructor and Description |
|---|
BaseNotificationType() |
| 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 |
getNotificationDataStream()
Obtiene el valor de la propiedad notificationDataStream.
|
String |
getNotificationId()
Obtiene el valor de la propiedad notificationId.
|
String |
getNotificationOccurrence()
Obtiene el valor de la propiedad notificationOccurrence.
|
String |
getNotificationSubject()
Obtiene el valor de la propiedad notificationSubject.
|
String |
getNotificationText()
Obtiene el valor de la propiedad notificationText.
|
String |
getReceiverId()
Obtiene el valor de la propiedad receiverId.
|
String |
getSenderId()
Obtiene el valor de la propiedad senderId.
|
String |
getSenderRole()
Obtiene el valor de la propiedad senderRole.
|
Calendar |
getTimestamp()
Obtiene el valor de la propiedad timestamp.
|
boolean |
isSetNotificationDataStream() |
boolean |
isSetNotificationId() |
boolean |
isSetNotificationOccurrence() |
boolean |
isSetNotificationSubject() |
boolean |
isSetNotificationText() |
boolean |
isSetReceiverId() |
boolean |
isSetSenderId() |
boolean |
isSetSenderRole() |
boolean |
isSetTimestamp() |
void |
setNotificationDataStream(String value)
Define el valor de la propiedad notificationDataStream.
|
void |
setNotificationId(String value)
Define el valor de la propiedad notificationId.
|
void |
setNotificationOccurrence(String value)
Define el valor de la propiedad notificationOccurrence.
|
void |
setNotificationSubject(String value)
Define el valor de la propiedad notificationSubject.
|
void |
setNotificationText(String value)
Define el valor de la propiedad notificationText.
|
void |
setReceiverId(String value)
Define el valor de la propiedad receiverId.
|
void |
setSenderId(String value)
Define el valor de la propiedad senderId.
|
void |
setSenderRole(String value)
Define el valor de la propiedad senderRole.
|
void |
setTimestamp(Calendar value)
Define el valor de la propiedad timestamp.
|
String |
toString() |
BaseNotificationType |
withNotificationDataStream(String value) |
BaseNotificationType |
withNotificationId(String value) |
BaseNotificationType |
withNotificationOccurrence(String value) |
BaseNotificationType |
withNotificationSubject(String value) |
BaseNotificationType |
withNotificationText(String value) |
BaseNotificationType |
withReceiverId(String value) |
BaseNotificationType |
withSenderId(String value) |
BaseNotificationType |
withSenderRole(String value) |
BaseNotificationType |
withTimestamp(Calendar value) |
protected String notificationId
protected String notificationText
protected String notificationDataStream
protected String notificationSubject
protected String notificationOccurrence
protected String senderId
protected String senderRole
protected String receiverId
protected Calendar timestamp
public String getNotificationId()
Stringpublic void setNotificationId(String value)
value - allowed object is
Stringpublic boolean isSetNotificationId()
public String getNotificationText()
Stringpublic void setNotificationText(String value)
value - allowed object is
Stringpublic boolean isSetNotificationText()
public String getNotificationDataStream()
Stringpublic void setNotificationDataStream(String value)
value - allowed object is
Stringpublic boolean isSetNotificationDataStream()
public String getNotificationSubject()
Stringpublic void setNotificationSubject(String value)
value - allowed object is
Stringpublic boolean isSetNotificationSubject()
public String getNotificationOccurrence()
Stringpublic void setNotificationOccurrence(String value)
value - allowed object is
Stringpublic boolean isSetNotificationOccurrence()
public String getSenderId()
Stringpublic void setSenderId(String value)
value - allowed object is
Stringpublic boolean isSetSenderId()
public String getSenderRole()
Stringpublic void setSenderRole(String value)
value - allowed object is
Stringpublic boolean isSetSenderRole()
public String getReceiverId()
Stringpublic void setReceiverId(String value)
value - allowed object is
Stringpublic boolean isSetReceiverId()
public Calendar getTimestamp()
Stringpublic void setTimestamp(Calendar value)
value - allowed object is
Stringpublic boolean isSetTimestamp()
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 BaseNotificationType withNotificationId(String value)
public BaseNotificationType withNotificationText(String value)
public BaseNotificationType withNotificationDataStream(String value)
public BaseNotificationType withNotificationSubject(String value)
public BaseNotificationType withNotificationOccurrence(String value)
public BaseNotificationType withSenderId(String value)
public BaseNotificationType withSenderRole(String value)
public BaseNotificationType withReceiverId(String value)
public BaseNotificationType withTimestamp(Calendar value)
Copyright © 2016. All Rights Reserved.