Class JMXConnectionNotification
- java.lang.Object
-
- org.apache.camel.component.jmx.jaxb.NotificationEventType
-
- 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
Fields Modifier and Type Field Description protected StringconnectionId
-
Constructor Summary
Constructors Constructor Description JMXConnectionNotification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConnectionId()Gets the value of the connectionId property.voidsetConnectionId(String value)Sets the value of the connectionId property.JMXConnectionNotificationwithConnectionId(String value)JMXConnectionNotificationwithDateTime(XMLGregorianCalendar value)JMXConnectionNotificationwithMessage(String value)JMXConnectionNotificationwithSequence(long value)JMXConnectionNotificationwithSource(String value)JMXConnectionNotificationwithTimestamp(long value)JMXConnectionNotificationwithType(String value)JMXConnectionNotificationwithUserData(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 Detail
-
connectionId
protected String connectionId
-
-
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 isString
-
withConnectionId
public JMXConnectionNotification withConnectionId(String value)
-
withSource
public JMXConnectionNotification withSource(String value)
- Overrides:
withSourcein classNotificationEventType
-
withMessage
public JMXConnectionNotification withMessage(String value)
- Overrides:
withMessagein classNotificationEventType
-
withSequence
public JMXConnectionNotification withSequence(long value)
- Overrides:
withSequencein classNotificationEventType
-
withTimestamp
public JMXConnectionNotification withTimestamp(long value)
- Overrides:
withTimestampin classNotificationEventType
-
withDateTime
public JMXConnectionNotification withDateTime(XMLGregorianCalendar value)
- Overrides:
withDateTimein classNotificationEventType
-
withType
public JMXConnectionNotification withType(String value)
- Overrides:
withTypein classNotificationEventType
-
withUserData
public JMXConnectionNotification withUserData(String value)
- Overrides:
withUserDatain classNotificationEventType
-
-