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