|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.probe.api.generated.ProbeConfType
org.ow2.jasmine.probe.api.generated.ProbeBaseType
org.ow2.jasmine.probe.api.generated.ProbeResource
public class ProbeResource
Java class for probeResource complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="probeResource">
<complexContent>
<extension base="{org.ow2.jasmine.probe:probe-config}probeBaseType">
<sequence>
<element name="link" type="{org.ow2.jasmine.probe:probe-config}link" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="status" type="{org.ow2.jasmine.probe:probe-config}status" />
<attribute name="href" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
href
|
protected List<Link> |
link
|
protected Status |
status
|
| Fields inherited from class org.ow2.jasmine.probe.api.generated.ProbeBaseType |
|---|
id |
| Fields inherited from class org.ow2.jasmine.probe.api.generated.ProbeConfType |
|---|
indicator, output, period, target |
| Constructor Summary | |
|---|---|
ProbeResource()
|
|
| Method Summary | |
|---|---|
String |
getHref()
Gets the value of the href property. |
List<Link> |
getLink()
Gets the value of the link property. |
Status |
getStatus()
Gets the value of the status property. |
void |
setHref(String value)
Sets the value of the href property. |
void |
setLink(List<Link> link)
Sets the value of the link property. |
void |
setStatus(Status value)
Sets the value of the status property. |
| Methods inherited from class org.ow2.jasmine.probe.api.generated.ProbeBaseType |
|---|
getId, setId |
| Methods inherited from class org.ow2.jasmine.probe.api.generated.ProbeConfType |
|---|
getIndicator, getOutput, getPeriod, getTarget, setIndicator, setOutput, setPeriod, setTarget |
| 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 Status status
protected String href
| Constructor Detail |
|---|
public ProbeResource()
| 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 Status getStatus()
Statuspublic void setStatus(Status value)
value - allowed object is
Statuspublic 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 | |||||||||