public class JMXConfigsType extends Object implements Serializable
Java class for JMXConfigsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JMXConfigsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="jmx" type="{http://xml.adeptnet.org/prtg/prtg-config.xsd}JMXConfigType" maxOccurs="unbounded"/>
</sequence>
<attribute ref="{http://www.w3.org/XML/1998/namespace}base"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
base |
protected List<JMXConfigType> |
jmx |
| Constructor and Description |
|---|
JMXConfigsType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBase()
Gets the value of the base property.
|
List<JMXConfigType> |
getJmx()
Gets the value of the jmx property.
|
boolean |
isSetBase() |
boolean |
isSetJmx() |
void |
setBase(String value)
Sets the value of the base property.
|
void |
unsetJmx() |
protected List<JMXConfigType> jmx
protected String base
public List<JMXConfigType> getJmx()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the jmx property.
For example, to add a new item, do as follows:
getJmx().add(newItem);
Objects of the following type(s) are allowed in the list
JMXConfigType
public boolean isSetJmx()
public void unsetJmx()
public String getBase()
Stringpublic void setBase(String value)
value - allowed object is
Stringpublic boolean isSetBase()
Copyright © 2016. All rights reserved.