org.apache.camel.component.jmx.jaxb
Class TimerNotification

java.lang.Object
  extended by org.apache.camel.component.jmx.jaxb.NotificationEventType
      extended by 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
protected  int notificationId
           
 
Fields inherited from class org.apache.camel.component.jmx.jaxb.NotificationEventType
dateTime, message, sequence, source, timestamp, type, userData
 
Constructor Summary
TimerNotification()
           
 
Method Summary
 int getNotificationId()
          Gets the value of the notificationId property.
 void setNotificationId(int value)
          Sets the value of the notificationId property.
 TimerNotification withDateTime(XMLGregorianCalendar value)
           
 TimerNotification withMessage(String value)
           
 TimerNotification withNotificationId(int value)
           
 TimerNotification withSequence(long value)
           
 TimerNotification withSource(String value)
           
 TimerNotification withTimestamp(long value)
           
 TimerNotification withType(String value)
           
 TimerNotification 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

notificationId

protected int notificationId
Constructor Detail

TimerNotification

public TimerNotification()
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:
withSource in class NotificationEventType

withMessage

public TimerNotification withMessage(String value)
Overrides:
withMessage in class NotificationEventType

withSequence

public TimerNotification withSequence(long value)
Overrides:
withSequence in class NotificationEventType

withTimestamp

public TimerNotification withTimestamp(long value)
Overrides:
withTimestamp in class NotificationEventType

withDateTime

public TimerNotification withDateTime(XMLGregorianCalendar value)
Overrides:
withDateTime in class NotificationEventType

withType

public TimerNotification withType(String value)
Overrides:
withType in class NotificationEventType

withUserData

public TimerNotification withUserData(String value)
Overrides:
withUserData in class NotificationEventType


Apache Camel