ch.syabru.nagios.broker.xml
Class XmlConfiguration
java.lang.Object
ch.syabru.nagios.broker.xml.XmlConfiguration
public class XmlConfiguration
- extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="jmx" type="{http://www.syabru.ch/nagios-msg-broker/1.0}XmlJmx" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Method Summary |
XmlJmx |
getJmx()
Gets the value of the jmx property. |
void |
setJmx(XmlJmx value)
Sets the value of the jmx property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
jmx
protected XmlJmx jmx
XmlConfiguration
public XmlConfiguration()
getJmx
public XmlJmx getJmx()
- Gets the value of the jmx property.
- Returns:
- possible object is
XmlJmx
setJmx
public void setJmx(XmlJmx value)
- Sets the value of the jmx property.
- Parameters:
value
- allowed object is
XmlJmx
Copyright © 2010-2011 Syabru. All Rights Reserved.