public class NotificationInfo extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Clase Java para NotificationInfo complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType name="NotificationInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="fispaceUserId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="type" type="{http://www.fispace.eu/domain/admin}NotificationType"/>
<element name="message">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="255"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
fispaceUserId |
protected String |
message |
protected NotificationType |
type |
| Constructor and Description |
|---|
NotificationInfo() |
| 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 |
getFispaceUserId()
Obtiene el valor de la propiedad fispaceUserId.
|
String |
getMessage()
Obtiene el valor de la propiedad message.
|
NotificationType |
getType()
Obtiene el valor de la propiedad type.
|
boolean |
isSetFispaceUserId() |
boolean |
isSetMessage() |
boolean |
isSetType() |
void |
setFispaceUserId(String value)
Define el valor de la propiedad fispaceUserId.
|
void |
setMessage(String value)
Define el valor de la propiedad message.
|
void |
setType(NotificationType value)
Define el valor de la propiedad type.
|
String |
toString() |
NotificationInfo |
withFispaceUserId(String value) |
NotificationInfo |
withMessage(String value) |
NotificationInfo |
withType(NotificationType value) |
@NotNull protected String fispaceUserId
@NotNull protected NotificationType type
@NotNull @Size(max=255) protected String message
public String getFispaceUserId()
Stringpublic void setFispaceUserId(String value)
value - allowed object is
Stringpublic boolean isSetFispaceUserId()
public NotificationType getType()
NotificationTypepublic void setType(NotificationType value)
value - allowed object is
NotificationTypepublic boolean isSetType()
public String getMessage()
Stringpublic void setMessage(String value)
value - allowed object is
Stringpublic boolean isSetMessage()
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 NotificationInfo withFispaceUserId(String value)
public NotificationInfo withType(NotificationType value)
public NotificationInfo withMessage(String value)
Copyright © 2015. All Rights Reserved.