|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.monitoring.tests.dbfill.generated.Event
public class Event
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 |
|---|
protected java.lang.String probeId
protected java.lang.String mbean
protected java.lang.String valueName
protected int period
protected int min
protected int max
protected int deltaNeg
protected int deltaPos
| Constructor Detail |
|---|
public Event()
| Method Detail |
|---|
public java.lang.String getProbeId()
Stringpublic void setProbeId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMbean()
Stringpublic void setMbean(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getValueName()
Stringpublic void setValueName(java.lang.String value)
value - allowed object is
Stringpublic int getPeriod()
public void setPeriod(int value)
public int getMin()
public void setMin(int value)
public int getMax()
public void setMax(int value)
public int getDeltaNeg()
public void setDeltaNeg(int value)
public int getDeltaPos()
public void setDeltaPos(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||