public class NotificationEventType extends Object
Java class for notificationEventType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="notificationEventType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="source" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="sequence" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="dateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="userData" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected XMLGregorianCalendar |
dateTime |
protected String |
message |
protected long |
sequence |
protected String |
source |
protected long |
timestamp |
protected String |
type |
protected String |
userData |
Constructor and Description |
---|
NotificationEventType() |
Modifier and Type | Method and Description |
---|---|
XMLGregorianCalendar |
getDateTime()
Gets the value of the dateTime property.
|
String |
getMessage()
Gets the value of the message property.
|
long |
getSequence()
Gets the value of the sequence property.
|
String |
getSource()
Gets the value of the source property.
|
long |
getTimestamp()
Gets the value of the timestamp property.
|
String |
getType()
Gets the value of the type property.
|
String |
getUserData()
Gets the value of the userData property.
|
void |
setDateTime(XMLGregorianCalendar value)
Sets the value of the dateTime property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
void |
setSequence(long value)
Sets the value of the sequence property.
|
void |
setSource(String value)
Sets the value of the source property.
|
void |
setTimestamp(long value)
Sets the value of the timestamp property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setUserData(String value)
Sets the value of the userData property.
|
NotificationEventType |
withDateTime(XMLGregorianCalendar value) |
NotificationEventType |
withMessage(String value) |
NotificationEventType |
withSequence(long value) |
NotificationEventType |
withSource(String value) |
NotificationEventType |
withTimestamp(long value) |
NotificationEventType |
withType(String value) |
NotificationEventType |
withUserData(String value) |
protected String source
protected String message
protected long sequence
protected long timestamp
protected XMLGregorianCalendar dateTime
protected String type
protected String userData
public String getSource()
String
public void setSource(String value)
value
- allowed object is
String
public String getMessage()
String
public void setMessage(String value)
value
- allowed object is
String
public long getSequence()
public void setSequence(long value)
public long getTimestamp()
public void setTimestamp(long value)
public XMLGregorianCalendar getDateTime()
XMLGregorianCalendar
public void setDateTime(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public String getUserData()
String
public void setUserData(String value)
value
- allowed object is
String
public NotificationEventType withSource(String value)
public NotificationEventType withMessage(String value)
public NotificationEventType withSequence(long value)
public NotificationEventType withTimestamp(long value)
public NotificationEventType withDateTime(XMLGregorianCalendar value)
public NotificationEventType withType(String value)
public NotificationEventType withUserData(String value)
Apache Camel