org.ow2.jasmine.monitoring.mbeancmd.generated
Class ProbeData

java.lang.Object
  extended by org.ow2.jasmine.monitoring.mbeancmd.generated.ProbeData

public class ProbeData
extends Object

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

target

protected List<String> target

output

protected List<String> output

cmd

protected Cmdname cmd

which

protected PollType which

filter

protected String filter

period

protected BigInteger period

refreshPeriod

protected BigInteger refreshPeriod

separator

protected String separator

args

protected String args

status

protected StatusType status
Constructor Detail

ProbeData

public ProbeData()
Method Detail

getTarget

public List<String> getTarget()
Gets the value of the target property.

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


getOutput

public List<String> getOutput()
Gets the value of the output property.

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


getCmd

public Cmdname getCmd()
Gets the value of the cmd property.

Returns:
possible object is Cmdname

setCmd

public void setCmd(Cmdname value)
Sets the value of the cmd property.

Parameters:
value - allowed object is Cmdname

getWhich

public PollType getWhich()
Gets the value of the which property.

Returns:
possible object is PollType

setWhich

public void setWhich(PollType value)
Sets the value of the which property.

Parameters:
value - allowed object is PollType

getFilter

public String getFilter()
Gets the value of the filter property.

Returns:
possible object is String

setFilter

public void setFilter(String value)
Sets the value of the filter property.

Parameters:
value - allowed object is String

getPeriod

public BigInteger getPeriod()
Gets the value of the period property.

Returns:
possible object is BigInteger

setPeriod

public void setPeriod(BigInteger value)
Sets the value of the period property.

Parameters:
value - allowed object is BigInteger

getRefreshPeriod

public BigInteger getRefreshPeriod()
Gets the value of the refreshPeriod property.

Returns:
possible object is BigInteger

setRefreshPeriod

public void setRefreshPeriod(BigInteger value)
Sets the value of the refreshPeriod property.

Parameters:
value - allowed object is BigInteger

getSeparator

public String getSeparator()
Gets the value of the separator property.

Returns:
possible object is String

setSeparator

public void setSeparator(String value)
Sets the value of the separator property.

Parameters:
value - allowed object is String

getArgs

public String getArgs()
Gets the value of the args property.

Returns:
possible object is String

setArgs

public void setArgs(String value)
Sets the value of the args property.

Parameters:
value - allowed object is String

getStatus

public StatusType getStatus()
Gets the value of the status property.

Returns:
possible object is StatusType

setStatus

public void setStatus(StatusType value)
Sets the value of the status property.

Parameters:
value - allowed object is StatusType

setTarget

public void setTarget(List<String> target)
Sets the value of the target property.

Parameters:
target - allowed object is String

setOutput

public void setOutput(List<String> output)
Sets the value of the output property.

Parameters:
output - allowed object is String


Copyright © 2011 OW2 Consortium. All Rights Reserved.