|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.probe.probemanager.generated.Indicator
public class Indicator
Java class for indicator complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="indicator">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="param" type="{org.ow2.jasmine.monitoring.mbeancmd:probe-config}paramvalue" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="type" use="required" type="{org.ow2.jasmine.monitoring.mbeancmd:probe-config}indicatorType" />
<attribute name="scale" type="{http://www.w3.org/2001/XMLSchema}integer" default="1" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
id
|
protected List<Paramvalue> |
param
|
protected BigInteger |
scale
|
protected IndicatorType |
type
|
| Constructor Summary | |
|---|---|
Indicator()
|
|
| Method Summary | |
|---|---|
String |
getId()
Gets the value of the id property. |
List<Paramvalue> |
getParam()
Gets the value of the param property. |
BigInteger |
getScale()
Gets the value of the scale property. |
IndicatorType |
getType()
Gets the value of the type property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setParam(List<Paramvalue> param)
Sets the value of the param property. |
void |
setScale(BigInteger value)
Sets the value of the scale property. |
void |
setType(IndicatorType value)
Sets the value of the type property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<Paramvalue> param
protected String id
protected IndicatorType type
protected BigInteger scale
| Constructor Detail |
|---|
public Indicator()
| Method Detail |
|---|
public List<Paramvalue> getParam()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the param property.
For example, to add a new item, do as follows:
getParam().add(newItem);
Objects of the following type(s) are allowed in the list
Paramvalue
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic IndicatorType getType()
IndicatorTypepublic void setType(IndicatorType value)
value - allowed object is
IndicatorTypepublic BigInteger getScale()
BigIntegerpublic void setScale(BigInteger value)
value - allowed object is
BigIntegerpublic void setParam(List<Paramvalue> param)
param - allowed object is
Paramvalue
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||