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

java.lang.Object
  extended by org.ow2.jasmine.probe.api.generated.IndicatorBaseType
      extended by org.ow2.jasmine.probe.api.generated.IndicatorResource

public class IndicatorResource
extends IndicatorBaseType

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

link

protected List<Link> link

href

protected String href
Constructor Detail

IndicatorResource

public IndicatorResource()
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


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.