public class NotificationType extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
| Modifier and Type | Field and Description |
|---|---|
protected ActorType |
originator |
protected ActorType |
recipient |
protected Calendar |
sentDate |
protected String |
subject |
protected String |
text |
| Constructor and Description |
|---|
NotificationType() |
| 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) |
ActorType |
getOriginator()
Obtiene el valor de la propiedad originator.
|
ActorType |
getRecipient()
Obtiene el valor de la propiedad recipient.
|
Calendar |
getSentDate()
Obtiene el valor de la propiedad sentDate.
|
String |
getSubject()
Obtiene el valor de la propiedad subject.
|
String |
getText()
Obtiene el valor de la propiedad text.
|
boolean |
isSetOriginator() |
boolean |
isSetRecipient() |
boolean |
isSetSentDate() |
boolean |
isSetSubject() |
boolean |
isSetText() |
void |
setOriginator(ActorType value)
Define el valor de la propiedad originator.
|
void |
setRecipient(ActorType value)
Define el valor de la propiedad recipient.
|
void |
setSentDate(Calendar value)
Define el valor de la propiedad sentDate.
|
void |
setSubject(String value)
Define el valor de la propiedad subject.
|
void |
setText(String value)
Define el valor de la propiedad text.
|
String |
toString() |
NotificationType |
withOriginator(ActorType value) |
NotificationType |
withRecipient(ActorType value) |
NotificationType |
withSentDate(Calendar value) |
NotificationType |
withSubject(String value) |
NotificationType |
withText(String value) |
protected ActorType originator
protected ActorType recipient
protected String subject
protected String text
protected Calendar sentDate
public ActorType getOriginator()
ActorTypepublic void setOriginator(ActorType value)
value - allowed object is
ActorTypepublic boolean isSetOriginator()
public ActorType getRecipient()
ActorTypepublic void setRecipient(ActorType value)
value - allowed object is
ActorTypepublic boolean isSetRecipient()
public String getSubject()
Stringpublic void setSubject(String value)
value - allowed object is
Stringpublic boolean isSetSubject()
public String getText()
Stringpublic void setText(String value)
value - allowed object is
Stringpublic boolean isSetText()
public Calendar getSentDate()
Stringpublic void setSentDate(Calendar value)
value - allowed object is
Stringpublic boolean isSetSentDate()
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 NotificationType withOriginator(ActorType value)
public NotificationType withRecipient(ActorType value)
public NotificationType withSubject(String value)
public NotificationType withText(String value)
public NotificationType withSentDate(Calendar value)
Copyright © 2015. All Rights Reserved.