ch.syabru.nagios.broker.xml
Class XmlJmxNotification

java.lang.Object
  extended by ch.syabru.nagios.broker.xml.XmlJmxNotification

public class XmlJmxNotification
extends Object

Java class for XmlJmxNotification complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="XmlJmxNotification">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="objectName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="match" type="{http://www.syabru.ch/nagios-msg-broker/1.0}XmlJmxMatch"/>
         <element name="action" type="{http://www.syabru.ch/nagios-msg-broker/1.0}XmlActions"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  XmlActions action
           
protected  XmlJmxMatch match
           
protected  String objectName
           
 
Constructor Summary
XmlJmxNotification()
           
 
Method Summary
 XmlActions getAction()
          Gets the value of the action property.
 XmlJmxMatch getMatch()
          Gets the value of the match property.
 String getObjectName()
          Gets the value of the objectName property.
 void setAction(XmlActions value)
          Sets the value of the action property.
 void setMatch(XmlJmxMatch value)
          Sets the value of the match property.
 void setObjectName(String value)
          Sets the value of the objectName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

objectName

protected String objectName

match

protected XmlJmxMatch match

action

protected XmlActions action
Constructor Detail

XmlJmxNotification

public XmlJmxNotification()
Method Detail

getObjectName

public String getObjectName()
Gets the value of the objectName property.

Returns:
possible object is String

setObjectName

public void setObjectName(String value)
Sets the value of the objectName property.

Parameters:
value - allowed object is String

getMatch

public XmlJmxMatch getMatch()
Gets the value of the match property.

Returns:
possible object is XmlJmxMatch

setMatch

public void setMatch(XmlJmxMatch value)
Sets the value of the match property.

Parameters:
value - allowed object is XmlJmxMatch

getAction

public XmlActions getAction()
Gets the value of the action property.

Returns:
possible object is XmlActions

setAction

public void setAction(XmlActions value)
Sets the value of the action property.

Parameters:
value - allowed object is XmlActions


Copyright © 2010-2011 Syabru. All Rights Reserved.