|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.camel.component.jmx.jaxb.NotificationEventType
public class NotificationEventType
Base type that includes all of the elements for a javax.management.Notification
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>
| Field Summary | |
|---|---|
protected XMLGregorianCalendar |
dateTime
|
protected String |
message
|
protected long |
sequence
|
protected String |
source
|
protected long |
timestamp
|
protected String |
type
|
protected String |
userData
|
| Constructor Summary | |
|---|---|
NotificationEventType()
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String source
protected String message
protected long sequence
protected long timestamp
protected XMLGregorianCalendar dateTime
protected String type
protected String userData
| Constructor Detail |
|---|
public NotificationEventType()
| Method Detail |
|---|
public String getSource()
Stringpublic void setSource(String value)
value - allowed object is
Stringpublic String getMessage()
Stringpublic void setMessage(String value)
value - allowed object is
Stringpublic long getSequence()
public void setSequence(long value)
public long getTimestamp()
public void setTimestamp(long value)
public XMLGregorianCalendar getDateTime()
XMLGregorianCalendarpublic void setDateTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getUserData()
Stringpublic void setUserData(String value)
value - allowed object is
Stringpublic 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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||