Class TimerNotification
- java.lang.Object
-
- org.apache.camel.component.jmx.jaxb.NotificationEventType
-
- org.apache.camel.component.jmx.jaxb.TimerNotification
-
public class TimerNotification extends NotificationEventType
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 Modifier and Type Field Description protected intnotificationId
-
Constructor Summary
Constructors Constructor Description TimerNotification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetNotificationId()Gets the value of the notificationId property.voidsetNotificationId(int value)Sets the value of the notificationId property.TimerNotificationwithDateTime(XMLGregorianCalendar value)TimerNotificationwithMessage(String value)TimerNotificationwithNotificationId(int value)TimerNotificationwithSequence(long value)TimerNotificationwithSource(String value)TimerNotificationwithTimestamp(long value)TimerNotificationwithType(String value)TimerNotificationwithUserData(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
-
-
-
-
Method Detail
-
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
public TimerNotification withNotificationId(int value)
-
withSource
public TimerNotification withSource(String value)
- Overrides:
withSourcein classNotificationEventType
-
withMessage
public TimerNotification withMessage(String value)
- Overrides:
withMessagein classNotificationEventType
-
withSequence
public TimerNotification withSequence(long value)
- Overrides:
withSequencein classNotificationEventType
-
withTimestamp
public TimerNotification withTimestamp(long value)
- Overrides:
withTimestampin classNotificationEventType
-
withDateTime
public TimerNotification withDateTime(XMLGregorianCalendar value)
- Overrides:
withDateTimein classNotificationEventType
-
withType
public TimerNotification withType(String value)
- Overrides:
withTypein classNotificationEventType
-
withUserData
public TimerNotification withUserData(String value)
- Overrides:
withUserDatain classNotificationEventType
-
-