|
||||||||||
| 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 java.lang.String |
args
|
protected Cmdname |
cmd
|
protected java.lang.String |
filter
|
protected java.util.List<java.lang.String> |
output
|
protected java.math.BigInteger |
period
|
protected java.math.BigInteger |
refreshPeriod
|
protected java.lang.String |
separator
|
protected StatusType |
status
|
protected java.util.List<java.lang.String> |
target
|
protected PollType |
which
|
| Constructor Summary | |
|---|---|
ProbeData()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getArgs()
Gets the value of the args property. |
Cmdname |
getCmd()
Gets the value of the cmd property. |
java.lang.String |
getFilter()
Gets the value of the filter 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. |
java.math.BigInteger |
getRefreshPeriod()
Gets the value of the refreshPeriod property. |
java.lang.String |
getSeparator()
Gets the value of the separator property. |
StatusType |
getStatus()
Gets the value of the status property. |
java.util.List<java.lang.String> |
getTarget()
Gets the value of the target property. |
PollType |
getWhich()
Gets the value of the which property. |
void |
setArgs(java.lang.String value)
Sets the value of the args property. |
void |
setCmd(Cmdname value)
Sets the value of the cmd property. |
void |
setFilter(java.lang.String value)
Sets the value of the filter 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 |
setRefreshPeriod(java.math.BigInteger value)
Sets the value of the refreshPeriod property. |
void |
setSeparator(java.lang.String value)
Sets the value of the separator property. |
void |
setStatus(StatusType value)
Sets the value of the status property. |
void |
setTarget(java.util.List<java.lang.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 java.util.List<java.lang.String> target
protected java.util.List<java.lang.String> output
protected Cmdname cmd
protected PollType which
protected java.lang.String filter
protected java.math.BigInteger period
protected java.math.BigInteger refreshPeriod
protected java.lang.String separator
protected java.lang.String args
protected StatusType status
| Constructor Detail |
|---|
public ProbeData()
| Method Detail |
|---|
public java.util.List<java.lang.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 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 Cmdname getCmd()
Cmdnamepublic void setCmd(Cmdname value)
value - allowed object is
Cmdnamepublic PollType getWhich()
PollTypepublic void setWhich(PollType value)
value - allowed object is
PollTypepublic java.lang.String getFilter()
Stringpublic void setFilter(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 java.math.BigInteger getRefreshPeriod()
BigIntegerpublic void setRefreshPeriod(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getSeparator()
Stringpublic void setSeparator(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getArgs()
Stringpublic void setArgs(java.lang.String value)
value - allowed object is
Stringpublic StatusType getStatus()
StatusTypepublic void setStatus(StatusType value)
value - allowed object is
StatusTypepublic void setTarget(java.util.List<java.lang.String> target)
target - allowed object is
Stringpublic void setOutput(java.util.List<java.lang.String> output)
output - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||