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 java.lang.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  java.lang.String mbean
           
protected  int min
           
protected  int period
           
protected  java.lang.String probeId
           
protected  java.lang.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.
 java.lang.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.
 java.lang.String getProbeId()
          Gets the value of the probeId property.
 java.lang.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(java.lang.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(java.lang.String value)
          Sets the value of the probeId property.
 void setValueName(java.lang.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 java.lang.String probeId

mbean

protected java.lang.String mbean

valueName

protected java.lang.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 java.lang.String getProbeId()
Gets the value of the probeId property.

Returns:
possible object is String

setProbeId

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

Parameters:
value - allowed object is String

getMbean

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

Returns:
possible object is String

setMbean

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

Parameters:
value - allowed object is String

getValueName

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

Returns:
possible object is String

setValueName

public void setValueName(java.lang.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.