org.ow2.jasmine.probe.api.generated
Class ProbeType

java.lang.Object
  extended by org.ow2.jasmine.probe.api.generated.ProbeConfType
      extended by org.ow2.jasmine.probe.api.generated.ProbeBaseType
          extended by org.ow2.jasmine.probe.api.generated.ProbeType

public class ProbeType
extends ProbeBaseType

Java class for probeType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="probeType">
   <complexContent>
     <extension base="{org.ow2.jasmine.probe:probe-config}probeBaseType">
       <attribute name="status" type="{org.ow2.jasmine.probe:probe-config}statusType" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  StatusType status
           
 
Fields inherited from class org.ow2.jasmine.probe.api.generated.ProbeBaseType
id
 
Fields inherited from class org.ow2.jasmine.probe.api.generated.ProbeConfType
indicator, output, period, target
 
Constructor Summary
ProbeType()
           
 
Method Summary
 StatusType getStatus()
          Gets the value of the status property.
 void setStatus(StatusType value)
          Sets the value of the status property.
 
Methods inherited from class org.ow2.jasmine.probe.api.generated.ProbeBaseType
getId, setId
 
Methods inherited from class org.ow2.jasmine.probe.api.generated.ProbeConfType
getIndicator, getOutput, getPeriod, getTarget, setIndicator, setOutput, setPeriod, setTarget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

status

protected StatusType status
Constructor Detail

ProbeType

public ProbeType()
Method Detail

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


Copyright © 2013 OW2 Consortium. All Rights Reserved.