org.ow2.jasmine.monitoring.tests.dbfill.generated
Class Event

java.lang.Object
  extended by org.ow2.jasmine.monitoring.tests.dbfill.generated.Event

public class Event
extends Object

Java class for event complex type.

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

 <complexType name="event">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="probe-id" use="required" type="{http://www.w3.org/2001/XMLSchema}token" />
       <attribute name="mbean" use="required" type="{http://www.w3.org/2001/XMLSchema}token" />
       <attribute name="value-name" use="required" type="{http://www.w3.org/2001/XMLSchema}token" />
       <attribute name="period" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="min" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="max" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="delta-neg" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="delta-pos" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  int deltaNeg
           
protected  int deltaPos
           
protected  int max
           
protected  String mbean
           
protected  int min
           
protected  int period
           
protected  String probeId
           
protected  String valueName
           
 
Constructor Summary
Event()
           
 
Method Summary
 int getDeltaNeg()
          Gets the value of the deltaNeg property.
 int getDeltaPos()
          Gets the value of the deltaPos property.
 int getMax()
          Gets the value of the max property.
 String getMbean()
          Gets the value of the mbean property.
 int getMin()
          Gets the value of the min property.
 int getPeriod()
          Gets the value of the period property.
 String getProbeId()
          Gets the value of the probeId property.
 String getValueName()
          Gets the value of the valueName property.
 void setDeltaNeg(int value)
          Sets the value of the deltaNeg property.
 void setDeltaPos(int value)
          Sets the value of the deltaPos property.
 void setMax(int value)
          Sets the value of the max property.
 void setMbean(String value)
          Sets the value of the mbean property.
 void setMin(int value)
          Sets the value of the min property.
 void setPeriod(int value)
          Sets the value of the period property.
 void setProbeId(String value)
          Sets the value of the probeId property.
 void setValueName(String value)
          Sets the value of the valueName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

probeId

protected String probeId

mbean

protected String mbean

valueName

protected String valueName

period

protected int period

min

protected int min

max

protected int max

deltaNeg

protected int deltaNeg

deltaPos

protected int deltaPos
Constructor Detail

Event

public Event()
Method Detail

getProbeId

public String getProbeId()
Gets the value of the probeId property.

Returns:
possible object is String

setProbeId

public void setProbeId(String value)
Sets the value of the probeId property.

Parameters:
value - allowed object is String

getMbean

public String getMbean()
Gets the value of the mbean property.

Returns:
possible object is String

setMbean

public void setMbean(String value)
Sets the value of the mbean property.

Parameters:
value - allowed object is String

getValueName

public String getValueName()
Gets the value of the valueName property.

Returns:
possible object is String

setValueName

public void setValueName(String value)
Sets the value of the valueName property.

Parameters:
value - allowed object is String

getPeriod

public int getPeriod()
Gets the value of the period property.


setPeriod

public void setPeriod(int value)
Sets the value of the period property.


getMin

public int getMin()
Gets the value of the min property.


setMin

public void setMin(int value)
Sets the value of the min property.


getMax

public int getMax()
Gets the value of the max property.


setMax

public void setMax(int value)
Sets the value of the max property.


getDeltaNeg

public int getDeltaNeg()
Gets the value of the deltaNeg property.


setDeltaNeg

public void setDeltaNeg(int value)
Sets the value of the deltaNeg property.


getDeltaPos

public int getDeltaPos()
Gets the value of the deltaPos property.


setDeltaPos

public void setDeltaPos(int value)
Sets the value of the deltaPos property.



Copyright © 2013 OW2 Consortium. All Rights Reserved.