org.ow2.jasmine.probe.api.generated
Class ProbeBaseType
java.lang.Object
org.ow2.jasmine.probe.api.generated.ProbeConfType
org.ow2.jasmine.probe.api.generated.ProbeBaseType
- Direct Known Subclasses:
- ProbeResource, ProbeType
public class ProbeBaseType
- extends ProbeConfType
Java class for probeBaseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="probeBaseType">
<complexContent>
<extension base="{org.ow2.jasmine.probe:probe-config}probeConfType">
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}token" />
</extension>
</complexContent>
</complexType>
|
Method Summary |
String |
getId()
Gets the value of the id property. |
void |
setId(String value)
Sets the value of the id property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected String id
ProbeBaseType
public ProbeBaseType()
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
Copyright © 2013 OW2 Consortium. All Rights Reserved.