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

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

public class ProbeConfig
extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="probe" type="{org.ow2.jasmine.probe:probe-config}probeType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="indicator" type="{org.ow2.jasmine.probe:probe-config}indicatorBaseType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="output" type="{org.ow2.jasmine.probe:probe-config}outputBaseType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="target" type="{org.ow2.jasmine.probe:probe-config}targetBaseType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<IndicatorBaseType> indicator
           
protected  List<OutputBaseType> output
           
protected  List<ProbeType> probe
           
protected  List<TargetBaseType> target
           
 
Constructor Summary
ProbeConfig()
           
 
Method Summary
 List<IndicatorBaseType> getIndicator()
          Gets the value of the indicator property.
 List<OutputBaseType> getOutput()
          Gets the value of the output property.
 List<ProbeType> getProbe()
          Gets the value of the probe property.
 List<TargetBaseType> getTarget()
          Gets the value of the target property.
 void setIndicator(List<IndicatorBaseType> indicator)
          Sets the value of the indicator property.
 void setOutput(List<OutputBaseType> output)
          Sets the value of the output property.
 void setProbe(List<ProbeType> probe)
          Sets the value of the probe property.
 void setTarget(List<TargetBaseType> 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

probe

protected List<ProbeType> probe

indicator

protected List<IndicatorBaseType> indicator

output

protected List<OutputBaseType> output

target

protected List<TargetBaseType> target
Constructor Detail

ProbeConfig

public ProbeConfig()
Method Detail

getProbe

public List<ProbeType> getProbe()
Gets the value of the probe 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 probe property.

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

    getProbe().add(newItem);
 

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


getIndicator

public List<IndicatorBaseType> 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 IndicatorBaseType


getOutput

public List<OutputBaseType> 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 OutputBaseType


getTarget

public List<TargetBaseType> 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 TargetBaseType


setProbe

public void setProbe(List<ProbeType> probe)
Sets the value of the probe property.

Parameters:
probe - allowed object is ProbeType

setIndicator

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

Parameters:
indicator - allowed object is IndicatorBaseType

setOutput

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

Parameters:
output - allowed object is OutputBaseType

setTarget

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

Parameters:
target - allowed object is TargetBaseType


Copyright © 2013 OW2 Consortium. All Rights Reserved.