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

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

public class Probe
extends java.lang.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  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

output

protected java.util.List<java.lang.String> output

indicator

protected java.util.List<java.lang.String> indicator

id

protected java.lang.String id

period

protected java.math.BigInteger period

status

protected StatusType status
Constructor Detail

Probe

public Probe()
Method Detail

getOutput

public java.util.List<java.lang.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 java.util.List<java.lang.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 java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getPeriod

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

Returns:
possible object is BigInteger

setPeriod

public void setPeriod(java.math.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(java.util.List<java.lang.String> output)
Sets the value of the output property.

Parameters:
output - allowed object is String

setIndicator

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

Parameters:
indicator - allowed object is String


Copyright © 2011 OW2 Consortium. All Rights Reserved.