public class Config extends Object implements Serializable
Java class for config element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="config">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="jmxs" type="{http://xml.adeptnet.org/prtg/prtg-config.xsd}JMXConfigsType"/>
<element name="sensors" type="{http://xml.adeptnet.org/prtg/prtg-config.xsd}SensorsType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
| Modifier and Type | Field and Description |
|---|---|
protected JMXConfigsType |
jmxs |
protected SensorsType |
sensors |
| Constructor and Description |
|---|
Config() |
| Modifier and Type | Method and Description |
|---|---|
JMXConfigType |
getJMXByName(String name) |
JMXConfigsType |
getJmxs()
Gets the value of the jmxs property.
|
SensorType |
getSensorByName(String name) |
SensorsType |
getSensors()
Gets the value of the sensors property.
|
boolean |
isSetJmxs() |
boolean |
isSetSensors() |
void |
setJmxs(JMXConfigsType value)
Sets the value of the jmxs property.
|
void |
setSensors(SensorsType value)
Sets the value of the sensors property.
|
protected JMXConfigsType jmxs
protected SensorsType sensors
public JMXConfigsType getJmxs()
JMXConfigsTypepublic void setJmxs(JMXConfigsType value)
value - allowed object is
JMXConfigsTypepublic boolean isSetJmxs()
public SensorsType getSensors()
SensorsTypepublic void setSensors(SensorsType value)
value - allowed object is
SensorsTypepublic boolean isSetSensors()
public JMXConfigType getJMXByName(String name)
public SensorType getSensorByName(String name)
Copyright © 2016. All rights reserved.