org.ow2.jasmine.probe.api.generated
Class ProbeResource

java.lang.Object
  extended by org.ow2.jasmine.probe.api.generated.ProbeConfType
      extended by org.ow2.jasmine.probe.api.generated.ProbeBaseType
          extended by org.ow2.jasmine.probe.api.generated.ProbeResource

public class ProbeResource
extends ProbeBaseType

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

link

protected List<Link> link

status

protected Status status

href

protected String href
Constructor Detail

ProbeResource

public ProbeResource()
Method Detail

getLink

public List<Link> getLink()
Gets the value of the link property.

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


getStatus

public Status getStatus()
Gets the value of the status property.

Returns:
possible object is Status

setStatus

public void setStatus(Status value)
Sets the value of the status property.

Parameters:
value - allowed object is Status

getHref

public String getHref()
Gets the value of the href property.

Returns:
possible object is String

setHref

public void setHref(String value)
Sets the value of the href property.

Parameters:
value - allowed object is String

setLink

public void setLink(List<Link> link)
Sets the value of the link property.

Parameters:
link - allowed object is Link


Copyright © 2013 OW2 Consortium. All Rights Reserved.