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

java.lang.Object
  extended by org.ow2.jasmine.probe.api.generated.ProbeConfType
      extended by 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>
 


Field Summary
protected  String id
           
 
Fields inherited from class org.ow2.jasmine.probe.api.generated.ProbeConfType
indicator, output, period, target
 
Constructor Summary
ProbeBaseType()
           
 
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 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

id

protected String id
Constructor Detail

ProbeBaseType

public ProbeBaseType()
Method Detail

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.