|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.monitoring.mbeancmd.generated.ProbeData
public class ProbeData
Java class for probeData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="probeData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="target" type="{org.ow2.jasmine.monitoring.mbeancmd:probe-config}targetid" maxOccurs="unbounded"/>
<element name="output" type="{org.ow2.jasmine.monitoring.mbeancmd:probe-config}outputid" maxOccurs="unbounded"/>
</sequence>
<attribute name="cmd" use="required" type="{org.ow2.jasmine.monitoring.mbeancmd:probe-config}cmdname" />
<attribute name="which" type="{org.ow2.jasmine.monitoring.mbeancmd:probe-config}pollType" />
<attribute name="filter" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="period" type="{http://www.w3.org/2001/XMLSchema}integer" default="30" />
<attribute name="refreshPeriod" type="{http://www.w3.org/2001/XMLSchema}integer" default="900" />
<attribute name="separator" type="{org.ow2.jasmine.monitoring.mbeancmd:probe-config}character" default=";" />
<attribute name="args" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="status" type="{org.ow2.jasmine.monitoring.mbeancmd:probe-config}statusType" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
args
|
protected Cmdname |
cmd
|
protected String |
filter
|
protected List<String> |
output
|
protected BigInteger |
period
|
protected BigInteger |
refreshPeriod
|
protected String |
separator
|
protected StatusType |
status
|
protected List<String> |
target
|
protected PollType |
which
|
| Constructor Summary | |
|---|---|
ProbeData()
|
|
| Method Summary | |
|---|---|
String |
getArgs()
Gets the value of the args property. |
Cmdname |
getCmd()
Gets the value of the cmd property. |
String |
getFilter()
Gets the value of the filter property. |
List<String> |
getOutput()
Gets the value of the output property. |
BigInteger |
getPeriod()
Gets the value of the period property. |
BigInteger |
getRefreshPeriod()
Gets the value of the refreshPeriod property. |
String |
getSeparator()
Gets the value of the separator property. |
StatusType |
getStatus()
Gets the value of the status property. |
List<String> |
getTarget()
Gets the value of the target property. |
PollType |
getWhich()
Gets the value of the which property. |
void |
setArgs(String value)
Sets the value of the args property. |
void |
setCmd(Cmdname value)
Sets the value of the cmd property. |
void |
setFilter(String value)
Sets the value of the filter property. |
void |
setOutput(List<String> output)
Sets the value of the output property. |
void |
setPeriod(BigInteger value)
Sets the value of the period property. |
void |
setRefreshPeriod(BigInteger value)
Sets the value of the refreshPeriod property. |
void |
setSeparator(String value)
Sets the value of the separator property. |
void |
setStatus(StatusType value)
Sets the value of the status property. |
void |
setTarget(List<String> target)
Sets the value of the target property. |
void |
setWhich(PollType value)
Sets the value of the which 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> output
protected Cmdname cmd
protected PollType which
protected String filter
protected BigInteger period
protected BigInteger refreshPeriod
protected String separator
protected String args
protected StatusType status
| Constructor Detail |
|---|
public ProbeData()
| 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> 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 Cmdname getCmd()
Cmdnamepublic void setCmd(Cmdname value)
value - allowed object is
Cmdnamepublic PollType getWhich()
PollTypepublic void setWhich(PollType value)
value - allowed object is
PollTypepublic String getFilter()
Stringpublic void setFilter(String value)
value - allowed object is
Stringpublic BigInteger getPeriod()
BigIntegerpublic void setPeriod(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getRefreshPeriod()
BigIntegerpublic void setRefreshPeriod(BigInteger value)
value - allowed object is
BigIntegerpublic String getSeparator()
Stringpublic void setSeparator(String value)
value - allowed object is
Stringpublic String getArgs()
Stringpublic void setArgs(String value)
value - allowed object is
Stringpublic StatusType getStatus()
StatusTypepublic void setStatus(StatusType value)
value - allowed object is
StatusTypepublic void setTarget(List<String> target)
target - 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 | |||||||||