org.ow2.jasmine.probe.api.generated
Class ProbeType
java.lang.Object
org.ow2.jasmine.probe.api.generated.ProbeConfType
org.ow2.jasmine.probe.api.generated.ProbeBaseType
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>
| Fields inherited from class org.ow2.jasmine.probe.api.generated.ProbeBaseType |
id |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
status
protected StatusType status
ProbeType
public ProbeType()
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.