org.ow2.jasmine.probe.probemanager.generated
Class Probe

java.lang.Object
  extended by org.ow2.jasmine.probe.probemanager.generated.Probe

public class Probe
extends Object

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  String id
           
protected  List<String> indicator
           
protected  List<String> output
           
protected  BigInteger period
           
protected  StatusType status
           
 
Constructor Summary
Probe()
           
 
Method Summary
 String getId()
          Gets the value of the id property.
 List<String> getIndicator()
          Gets the value of the indicator property.
 List<String> getOutput()
          Gets the value of the output property.
 BigInteger getPeriod()
          Gets the value of the period property.
 StatusType getStatus()
          Gets the value of the status property.
 void setId(String value)
          Sets the value of the id 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(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

output

protected List<String> output

indicator

protected List<String> indicator

id

protected String id

period

protected BigInteger period

status

protected StatusType status
Constructor Detail

Probe

public Probe()
Method Detail

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


getIndicator

public List<String> getIndicator()
Gets the value of the indicator 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 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


getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id 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

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

setOutput

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

Parameters:
output - allowed object is String

setIndicator

public void setIndicator(List<String> indicator)
Sets the value of the indicator property.

Parameters:
indicator - allowed object is String


Copyright © 2011 OW2 Consortium. All Rights Reserved.