|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.probe.probemanager.generated.Probe
public class Probe
Java class for probe complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="probe">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="output" type="{http://www.w3.org/2001/XMLSchema}token" maxOccurs="unbounded"/>
<element name="indicator" type="{http://www.w3.org/2001/XMLSchema}token" maxOccurs="unbounded"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="period" type="{http://www.w3.org/2001/XMLSchema}integer" default="30" />
<attribute name="status" type="{org.ow2.jasmine.monitoring.mbeancmd:probe-config}statusType" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
id
|
protected java.util.List<java.lang.String> |
indicator
|
protected java.util.List<java.lang.String> |
output
|
protected java.math.BigInteger |
period
|
protected StatusType |
status
|
| Constructor Summary | |
|---|---|
Probe()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getId()
Gets the value of the id property. |
java.util.List<java.lang.String> |
getIndicator()
Gets the value of the indicator property. |
java.util.List<java.lang.String> |
getOutput()
Gets the value of the output property. |
java.math.BigInteger |
getPeriod()
Gets the value of the period property. |
StatusType |
getStatus()
Gets the value of the status property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setIndicator(java.util.List<java.lang.String> indicator)
Sets the value of the indicator property. |
void |
setOutput(java.util.List<java.lang.String> output)
Sets the value of the output property. |
void |
setPeriod(java.math.BigInteger value)
Sets the value of the period property. |
void |
setStatus(StatusType value)
Sets the value of the status 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<java.lang.String> output
protected java.util.List<java.lang.String> indicator
protected java.lang.String id
protected java.math.BigInteger period
protected StatusType status
| Constructor Detail |
|---|
public Probe()
| Method Detail |
|---|
public java.util.List<java.lang.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 java.util.List<java.lang.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 java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getPeriod()
BigIntegerpublic void setPeriod(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic StatusType getStatus()
StatusTypepublic void setStatus(StatusType value)
value - allowed object is
StatusTypepublic void setOutput(java.util.List<java.lang.String> output)
output - allowed object is
Stringpublic void setIndicator(java.util.List<java.lang.String> indicator)
indicator - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||