|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.probe.api.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="probe" type="{org.ow2.jasmine.probe:probe-config}probeType" maxOccurs="unbounded" minOccurs="0"/>
<element name="indicator" type="{org.ow2.jasmine.probe:probe-config}indicatorBaseType" maxOccurs="unbounded" minOccurs="0"/>
<element name="output" type="{org.ow2.jasmine.probe:probe-config}outputBaseType" maxOccurs="unbounded" minOccurs="0"/>
<element name="target" type="{org.ow2.jasmine.probe:probe-config}targetBaseType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<IndicatorBaseType> |
indicator
|
protected List<OutputBaseType> |
output
|
protected List<ProbeType> |
probe
|
protected List<TargetBaseType> |
target
|
| Constructor Summary | |
|---|---|
ProbeConfig()
|
|
| Method Summary | |
|---|---|
List<IndicatorBaseType> |
getIndicator()
Gets the value of the indicator property. |
List<OutputBaseType> |
getOutput()
Gets the value of the output property. |
List<ProbeType> |
getProbe()
Gets the value of the probe property. |
List<TargetBaseType> |
getTarget()
Gets the value of the target property. |
void |
setIndicator(List<IndicatorBaseType> indicator)
Sets the value of the indicator property. |
void |
setOutput(List<OutputBaseType> output)
Sets the value of the output property. |
void |
setProbe(List<ProbeType> probe)
Sets the value of the probe property. |
void |
setTarget(List<TargetBaseType> 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 List<ProbeType> probe
protected List<IndicatorBaseType> indicator
protected List<OutputBaseType> output
protected List<TargetBaseType> target
| Constructor Detail |
|---|
public ProbeConfig()
| Method Detail |
|---|
public List<ProbeType> 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
ProbeType
public List<IndicatorBaseType> 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
IndicatorBaseType
public List<OutputBaseType> 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
OutputBaseType
public List<TargetBaseType> 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
TargetBaseType
public void setProbe(List<ProbeType> probe)
probe - allowed object is
ProbeTypepublic void setIndicator(List<IndicatorBaseType> indicator)
indicator - allowed object is
IndicatorBaseTypepublic void setOutput(List<OutputBaseType> output)
output - allowed object is
OutputBaseTypepublic void setTarget(List<TargetBaseType> target)
target - allowed object is
TargetBaseType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||