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

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

public class MonitorNotification
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="derivedGauge" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="observedAttribute" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="observedObject" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="trigger" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String derivedGauge
           
protected  String observedAttribute
           
protected  String observedObject
           
protected  String trigger
           
 
Fields inherited from class org.apache.camel.component.jmx.jaxb.NotificationEventType
dateTime, message, sequence, source, timestamp, type, userData
 
Constructor Summary
MonitorNotification()
           
 
Method Summary
 String getDerivedGauge()
          Gets the value of the derivedGauge property.
 String getObservedAttribute()
          Gets the value of the observedAttribute property.
 String getObservedObject()
          Gets the value of the observedObject property.
 String getTrigger()
          Gets the value of the trigger property.
 void setDerivedGauge(String value)
          Sets the value of the derivedGauge property.
 void setObservedAttribute(String value)
          Sets the value of the observedAttribute property.
 void setObservedObject(String value)
          Sets the value of the observedObject property.
 void setTrigger(String value)
          Sets the value of the trigger property.
 MonitorNotification withDateTime(XMLGregorianCalendar value)
           
 MonitorNotification withDerivedGauge(String value)
           
 MonitorNotification withMessage(String value)
           
 MonitorNotification withObservedAttribute(String value)
           
 MonitorNotification withObservedObject(String value)
           
 MonitorNotification withSequence(long value)
           
 MonitorNotification withSource(String value)
           
 MonitorNotification withTimestamp(long value)
           
 MonitorNotification withTrigger(String value)
           
 MonitorNotification withType(String value)
           
 MonitorNotification 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

derivedGauge

protected String derivedGauge

observedAttribute

protected String observedAttribute

observedObject

protected String observedObject

trigger

protected String trigger
Constructor Detail

MonitorNotification

public MonitorNotification()
Method Detail

getDerivedGauge

public String getDerivedGauge()
Gets the value of the derivedGauge property.

Returns:
possible object is String

setDerivedGauge

public void setDerivedGauge(String value)
Sets the value of the derivedGauge property.

Parameters:
value - allowed object is String

getObservedAttribute

public String getObservedAttribute()
Gets the value of the observedAttribute property.

Returns:
possible object is String

setObservedAttribute

public void setObservedAttribute(String value)
Sets the value of the observedAttribute property.

Parameters:
value - allowed object is String

getObservedObject

public String getObservedObject()
Gets the value of the observedObject property.

Returns:
possible object is String

setObservedObject

public void setObservedObject(String value)
Sets the value of the observedObject property.

Parameters:
value - allowed object is String

getTrigger

public String getTrigger()
Gets the value of the trigger property.

Returns:
possible object is String

setTrigger

public void setTrigger(String value)
Sets the value of the trigger property.

Parameters:
value - allowed object is String

withDerivedGauge

public MonitorNotification withDerivedGauge(String value)

withObservedAttribute

public MonitorNotification withObservedAttribute(String value)

withObservedObject

public MonitorNotification withObservedObject(String value)

withTrigger

public MonitorNotification withTrigger(String value)

withSource

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

withMessage

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

withSequence

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

withTimestamp

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

withDateTime

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

withType

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

withUserData

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


Apache Camel