Class TimerNotification
java.lang.Object
org.apache.camel.component.jmx.jaxb.NotificationEventType
org.apache.camel.component.jmx.jaxb.TimerNotification
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{urn:org.apache.camel.component:jmx}notificationEventType">
<sequence>
<element name="notificationId" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGets the value of the notificationId property.voidsetNotificationId(int value) Sets the value of the notificationId property.withDateTime(XMLGregorianCalendar value) withMessage(String value) withNotificationId(int value) withSequence(long value) withSource(String value) withTimestamp(long value) withUserData(String value) Methods inherited from class org.apache.camel.component.jmx.jaxb.NotificationEventType
getDateTime, getMessage, getSequence, getSource, getTimestamp, getType, getUserData, setDateTime, setMessage, setSequence, setSource, setTimestamp, setType, setUserData
-
Field Details
-
notificationId
protected int notificationId
-
-
Constructor Details
-
TimerNotification
public TimerNotification()
-
-
Method Details
-
getNotificationId
public int getNotificationId()Gets the value of the notificationId property. -
setNotificationId
public void setNotificationId(int value) Sets the value of the notificationId property. -
withNotificationId
-
withSource
- Overrides:
withSourcein classNotificationEventType
-
withMessage
- Overrides:
withMessagein classNotificationEventType
-
withSequence
- Overrides:
withSequencein classNotificationEventType
-
withTimestamp
- Overrides:
withTimestampin classNotificationEventType
-
withDateTime
- Overrides:
withDateTimein classNotificationEventType
-
withType
- Overrides:
withTypein classNotificationEventType
-
withUserData
- Overrides:
withUserDatain classNotificationEventType
-