public class Mbean 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 ref="{http://xmlns.opennms.org/xsd/config/jmx-datacollection}attrib" maxOccurs="unbounded" minOccurs="0"/> <element name="includeMbean" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://xmlns.opennms.org/xsd/config/jmx-datacollection}comp-attrib" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="objectname" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="keyfield" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="exclude" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="key-alias" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<Attrib> |
attrib |
protected List<CompAttrib> |
compAttrib |
protected String |
exclude |
protected List<String> |
includeMbean |
protected String |
keyAlias |
protected String |
keyfield |
protected String |
name |
protected String |
objectname |
Constructor and Description |
---|
Mbean() |
Modifier and Type | Method and Description |
---|---|
List<Attrib> |
getAttrib()
Gets the value of the attrib property.
|
List<CompAttrib> |
getCompAttrib()
Gets the value of the compAttrib property.
|
String |
getExclude()
Gets the value of the exclude property.
|
List<String> |
getIncludeMbean()
Gets the value of the includeMbean property.
|
String |
getKeyAlias()
Gets the value of the keyAlias property.
|
String |
getKeyfield()
Gets the value of the keyfield property.
|
String |
getName()
Gets the value of the name property.
|
String |
getObjectname()
Gets the value of the objectname property.
|
void |
setExclude(String value)
Sets the value of the exclude property.
|
void |
setKeyAlias(String value)
Sets the value of the keyAlias property.
|
void |
setKeyfield(String value)
Sets the value of the keyfield property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setObjectname(String value)
Sets the value of the objectname property.
|
protected List<CompAttrib> compAttrib
protected String name
protected String objectname
protected String keyfield
protected String exclude
protected String keyAlias
public List<Attrib> getAttrib()
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 attrib property.
For example, to add a new item, do as follows:
getAttrib().add(newItem);
Objects of the following type(s) are allowed in the list
Attrib
public List<String> getIncludeMbean()
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 includeMbean property.
For example, to add a new item, do as follows:
getIncludeMbean().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<CompAttrib> getCompAttrib()
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 compAttrib property.
For example, to add a new item, do as follows:
getCompAttrib().add(newItem);
Objects of the following type(s) are allowed in the list
CompAttrib
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getObjectname()
String
public void setObjectname(String value)
value
- allowed object is
String
public String getKeyfield()
String
public void setKeyfield(String value)
value
- allowed object is
String
public String getExclude()
String
public void setExclude(String value)
value
- allowed object is
String
public String getKeyAlias()
String
Copyright © 2017. All rights reserved.