|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.probe.api.generated.ProbeConfType
public class ProbeConfType
Java class for probeConfType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="probeConfType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="target" type="{http://www.w3.org/2001/XMLSchema}token" maxOccurs="unbounded" minOccurs="0"/>
<element name="indicator" type="{http://www.w3.org/2001/XMLSchema}token" maxOccurs="unbounded"/>
<element name="output" type="{http://www.w3.org/2001/XMLSchema}token" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="period" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<String> |
indicator
|
protected List<String> |
output
|
protected Integer |
period
|
protected List<String> |
target
|
| Constructor Summary | |
|---|---|
ProbeConfType()
|
|
| Method Summary | |
|---|---|
List<String> |
getIndicator()
Gets the value of the indicator property. |
List<String> |
getOutput()
Gets the value of the output property. |
Integer |
getPeriod()
Gets the value of the period property. |
List<String> |
getTarget()
Gets the value of the target property. |
void |
setIndicator(List<String> indicator)
Sets the value of the indicator property. |
void |
setOutput(List<String> output)
Sets the value of the output property. |
void |
setPeriod(Integer value)
Sets the value of the period property. |
void |
setTarget(List<String> 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<String> target
protected List<String> indicator
protected List<String> output
protected Integer period
| Constructor Detail |
|---|
public ProbeConfType()
| Method Detail |
|---|
public List<String> 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
String
public List<String> 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
String
public List<String> 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
String
public Integer getPeriod()
Integerpublic void setPeriod(Integer value)
value - allowed object is
Integerpublic void setTarget(List<String> target)
target - allowed object is
Stringpublic void setIndicator(List<String> indicator)
indicator - allowed object is
Stringpublic void setOutput(List<String> output)
output - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||