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

java.lang.Object
  extended by org.apache.camel.component.jmx.jaxb.NotificationEventType
      extended by org.apache.camel.component.jmx.jaxb.JMXConnectionNotification

public class JMXConnectionNotification
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="connectionId" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String connectionId
           
 
Fields inherited from class org.apache.camel.component.jmx.jaxb.NotificationEventType
dateTime, message, sequence, source, timestamp, type, userData
 
Constructor Summary
JMXConnectionNotification()
           
 
Method Summary
 String getConnectionId()
          Gets the value of the connectionId property.
 void setConnectionId(String value)
          Sets the value of the connectionId property.
 JMXConnectionNotification withConnectionId(String value)
           
 JMXConnectionNotification withDateTime(XMLGregorianCalendar value)
           
 JMXConnectionNotification withMessage(String value)
           
 JMXConnectionNotification withSequence(long value)
           
 JMXConnectionNotification withSource(String value)
           
 JMXConnectionNotification withTimestamp(long value)
           
 JMXConnectionNotification withType(String value)
           
 JMXConnectionNotification 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

connectionId

protected String connectionId
Constructor Detail

JMXConnectionNotification

public JMXConnectionNotification()
Method Detail

getConnectionId

public String getConnectionId()
Gets the value of the connectionId property.

Returns:
possible object is String

setConnectionId

public void setConnectionId(String value)
Sets the value of the connectionId property.

Parameters:
value - allowed object is String

withConnectionId

public JMXConnectionNotification withConnectionId(String value)

withSource

public JMXConnectionNotification withSource(String value)
Overrides:
withSource in class NotificationEventType

withMessage

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

withSequence

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

withTimestamp

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

withDateTime

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

withType

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

withUserData

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


Apache Camel