org.ow2.jasmine.probe.probemanager.generated
Class Output

java.lang.Object
  extended by org.ow2.jasmine.probe.probemanager.generated.Output

public class Output
extends java.lang.Object

Java class for output complex type.

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

 <complexType name="output">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="param" type="{org.ow2.jasmine.probe:probe-config}paramvalue" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}token" />
       <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}token" />
       <attribute name="default" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Boolean _default
           
protected  java.lang.String id
           
protected  java.util.List<Paramvalue> param
           
protected  java.lang.String type
           
 
Constructor Summary
Output()
           
 
Method Summary
 boolean getDefault()
          Gets the value of the default property.
 java.lang.String getId()
          Gets the value of the id property.
 java.util.List<Paramvalue> getParam()
          Gets the value of the param property.
 java.lang.String getType()
          Gets the value of the type property.
 void setDefault(java.lang.Boolean value)
          Sets the value of the default property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setParam(java.util.List<Paramvalue> param)
          Sets the value of the param property.
 void setType(java.lang.String value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

param

protected java.util.List<Paramvalue> param

id

protected java.lang.String id

type

protected java.lang.String type

_default

protected java.lang.Boolean _default
Constructor Detail

Output

public Output()
Method Detail

getParam

public java.util.List<Paramvalue> getParam()
Gets the value of the param 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 param property.

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

    getParam().add(newItem);
 

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


getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getType

public java.lang.String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(java.lang.String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getDefault

public boolean getDefault()
Gets the value of the default property.

Returns:
possible object is Boolean

setDefault

public void setDefault(java.lang.Boolean value)
Sets the value of the default property.

Parameters:
value - allowed object is Boolean

setParam

public void setParam(java.util.List<Paramvalue> param)
Sets the value of the param property.

Parameters:
param - allowed object is Paramvalue


Copyright © 2011 OW2 Consortium. All Rights Reserved.