|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.probe.api.generated.IndicatorBaseType
org.ow2.jasmine.probe.api.generated.IndicatorResource
public class IndicatorResource
Java class for indicatorResource complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="indicatorResource">
<complexContent>
<extension base="{org.ow2.jasmine.probe:probe-config}indicatorBaseType">
<sequence>
<element name="link" type="{org.ow2.jasmine.probe:probe-config}link" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="href" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
href
|
protected List<Link> |
link
|
| Fields inherited from class org.ow2.jasmine.probe.api.generated.IndicatorBaseType |
|---|
name, property, scale, source, type |
| Constructor Summary | |
|---|---|
IndicatorResource()
|
|
| Method Summary | |
|---|---|
String |
getHref()
Gets the value of the href property. |
List<Link> |
getLink()
Gets the value of the link property. |
void |
setHref(String value)
Sets the value of the href property. |
void |
setLink(List<Link> link)
Sets the value of the link property. |
| Methods inherited from class org.ow2.jasmine.probe.api.generated.IndicatorBaseType |
|---|
getName, getProperty, getScale, getSource, getType, setName, setProperty, setScale, setSource, setType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<Link> link
protected String href
| Constructor Detail |
|---|
public IndicatorResource()
| Method Detail |
|---|
public List<Link> getLink()
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 link property.
For example, to add a new item, do as follows:
getLink().add(newItem);
Objects of the following type(s) are allowed in the list
Link
public String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic void setLink(List<Link> link)
link - allowed object is
Link
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||