|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.probe.probemanager.generated.ProbeConfig
public class ProbeConfig
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="output" type="{org.ow2.jasmine.monitoring.mbeancmd:probe-config}output" maxOccurs="unbounded" minOccurs="0"/>
<element name="target" type="{org.ow2.jasmine.monitoring.mbeancmd:probe-config}target" maxOccurs="unbounded" minOccurs="0"/>
<element name="indicator" type="{org.ow2.jasmine.monitoring.mbeancmd:probe-config}indicator" maxOccurs="unbounded" minOccurs="0"/>
<element name="probe" type="{org.ow2.jasmine.monitoring.mbeancmd:probe-config}probe" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<Indicator> |
indicator
|
protected java.util.List<Output> |
output
|
protected java.util.List<Probe> |
probe
|
protected java.util.List<Target> |
target
|
| Constructor Summary | |
|---|---|
ProbeConfig()
|
|
| Method Summary | |
|---|---|
java.util.List<Indicator> |
getIndicator()
Gets the value of the indicator property. |
java.util.List<Output> |
getOutput()
Gets the value of the output property. |
java.util.List<Probe> |
getProbe()
Gets the value of the probe property. |
java.util.List<Target> |
getTarget()
Gets the value of the target property. |
void |
setIndicator(java.util.List<Indicator> indicator)
Sets the value of the indicator property. |
void |
setOutput(java.util.List<Output> output)
Sets the value of the output property. |
void |
setProbe(java.util.List<Probe> probe)
Sets the value of the probe property. |
void |
setTarget(java.util.List<Target> target)
Sets the value of the target property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<Output> output
protected java.util.List<Target> target
protected java.util.List<Indicator> indicator
protected java.util.List<Probe> probe
| Constructor Detail |
|---|
public ProbeConfig()
| Method Detail |
|---|
public java.util.List<Output> getOutput()
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 output property.
For example, to add a new item, do as follows:
getOutput().add(newItem);
Objects of the following type(s) are allowed in the list
Output
public java.util.List<Target> getTarget()
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 target property.
For example, to add a new item, do as follows:
getTarget().add(newItem);
Objects of the following type(s) are allowed in the list
Target
public java.util.List<Indicator> getIndicator()
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 indicator property.
For example, to add a new item, do as follows:
getIndicator().add(newItem);
Objects of the following type(s) are allowed in the list
Indicator
public java.util.List<Probe> getProbe()
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 probe property.
For example, to add a new item, do as follows:
getProbe().add(newItem);
Objects of the following type(s) are allowed in the list
Probe
public void setOutput(java.util.List<Output> output)
output - allowed object is
Outputpublic void setTarget(java.util.List<Target> target)
target - allowed object is
Targetpublic void setIndicator(java.util.List<Indicator> indicator)
indicator - allowed object is
Indicatorpublic void setProbe(java.util.List<Probe> probe)
probe - allowed object is
Probe
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||