|
||||||||||
| 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 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 |
|---|
protected String probeId
protected String mbean
protected String valueName
protected int period
protected int min
protected int max
protected int deltaNeg
protected int deltaPos
| Constructor Detail |
|---|
public Event()
| Method Detail |
|---|
public String getProbeId()
Stringpublic void setProbeId(String value)
value - allowed object is
Stringpublic String getMbean()
Stringpublic void setMbean(String value)
value - allowed object is
Stringpublic String getValueName()
Stringpublic void setValueName(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 | |||||||||