eu.scape_project.xa.tw.toolspec
Class Inputs

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

public class Inputs
extends Object

Java class for Inputs complex type.

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

 <complexType name="Inputs">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="stdin" type="{http://scape-project.eu/tool}Stdin" minOccurs="0"/>
         <element name="input" type="{http://scape-project.eu/tool}Input" maxOccurs="unbounded" minOccurs="0"/>
         <element name="parameter" type="{http://scape-project.eu/tool}Parameter" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<Input> input
           
protected  List<Parameter> parameter
           
protected  Stdin stdin
           
 
Constructor Summary
Inputs()
           
 
Method Summary
 List<Input> getInput()
          Gets the value of the input property.
 List<Parameter> getParameter()
          Gets the value of the parameter property.
 Stdin getStdin()
          Gets the value of the stdin property.
 void setStdin(Stdin value)
          Sets the value of the stdin property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stdin

protected Stdin stdin

input

protected List<Input> input

parameter

protected List<Parameter> parameter
Constructor Detail

Inputs

public Inputs()
Method Detail

getStdin

public Stdin getStdin()
Gets the value of the stdin property.

Returns:
possible object is Stdin

setStdin

public void setStdin(Stdin value)
Sets the value of the stdin property.

Parameters:
value - allowed object is Stdin

getInput

public List<Input> getInput()
Gets the value of the input 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 input property.

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

    getInput().add(newItem);
 

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


getParameter

public List<Parameter> getParameter()
Gets the value of the parameter 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 parameter property.

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

    getParameter().add(newItem);
 

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



Copyright © 2013. All Rights Reserved.