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

java.lang.Object
  extended by org.ow2.jasmine.probe.api.generated.ProbeConfType
Direct Known Subclasses:
ProbeBaseType

public class ProbeConfType
extends Object

Java class for probeConfType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="probeConfType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="target" type="{http://www.w3.org/2001/XMLSchema}token" maxOccurs="unbounded" minOccurs="0"/>
         <element name="indicator" type="{http://www.w3.org/2001/XMLSchema}token" maxOccurs="unbounded"/>
         <element name="output" type="{http://www.w3.org/2001/XMLSchema}token" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="period" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<String> indicator
           
protected  List<String> output
           
protected  Integer period
           
protected  List<String> target
           
 
Constructor Summary
ProbeConfType()
           
 
Method Summary
 List<String> getIndicator()
          Gets the value of the indicator property.
 List<String> getOutput()
          Gets the value of the output property.
 Integer getPeriod()
          Gets the value of the period property.
 List<String> getTarget()
          Gets the value of the target property.
 void setIndicator(List<String> indicator)
          Sets the value of the indicator property.
 void setOutput(List<String> output)
          Sets the value of the output property.
 void setPeriod(Integer value)
          Sets the value of the period property.
 void setTarget(List<String> target)
          Sets the value of the target property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

target

protected List<String> target

indicator

protected List<String> indicator

output

protected List<String> output

period

protected Integer period
Constructor Detail

ProbeConfType

public ProbeConfType()
Method Detail

getTarget

public List<String> getTarget()
Gets the value of the target 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 target property.

For example, to add a new item, do as follows:

    getTarget().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getIndicator

public List<String> getIndicator()
Gets the value of the indicator 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 indicator property.

For example, to add a new item, do as follows:

    getIndicator().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getOutput

public List<String> getOutput()
Gets the value of the output 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 output property.

For example, to add a new item, do as follows:

    getOutput().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getPeriod

public Integer getPeriod()
Gets the value of the period property.

Returns:
possible object is Integer

setPeriod

public void setPeriod(Integer value)
Sets the value of the period property.

Parameters:
value - allowed object is Integer

setTarget

public void setTarget(List<String> target)
Sets the value of the target property.

Parameters:
target - allowed object is String

setIndicator

public void setIndicator(List<String> indicator)
Sets the value of the indicator property.

Parameters:
indicator - allowed object is String

setOutput

public void setOutput(List<String> output)
Sets the value of the output property.

Parameters:
output - allowed object is String


Copyright © 2013 OW2 Consortium. All Rights Reserved.