eu.scape_project.xa.tw.toolspec
Class Outputs

java.lang.Object
  extended by eu.scape_project.xa.tw.toolspec.Outputs

public class Outputs
extends Object

Java class for Outputs complex type.

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

 <complexType name="Outputs">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="stdout" type="{http://scape-project.eu/tool}Stdout" minOccurs="0"/>
         <element name="output" type="{http://scape-project.eu/tool}Output" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<Output> output
           
protected  Stdout stdout
           
 
Constructor Summary
Outputs()
           
 
Method Summary
 List<Output> getOutput()
          Gets the value of the output property.
 Stdout getStdout()
          Gets the value of the stdout property.
 void setStdout(Stdout value)
          Sets the value of the stdout property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stdout

protected Stdout stdout

output

protected List<Output> output
Constructor Detail

Outputs

public Outputs()
Method Detail

getStdout

public Stdout getStdout()
Gets the value of the stdout property.

Returns:
possible object is Stdout

setStdout

public void setStdout(Stdout value)
Sets the value of the stdout property.

Parameters:
value - allowed object is Stdout

getOutput

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



Copyright © 2013. All Rights Reserved.