|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.scape_project.xa.tw.toolspec.Inputs
public class Inputs
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 |
---|
protected Stdin stdin
protected List<Input> input
protected List<Parameter> parameter
Constructor Detail |
---|
public Inputs()
Method Detail |
---|
public Stdin getStdin()
Stdin
public void setStdin(Stdin value)
value
- allowed object is
Stdin
public List<Input> getInput()
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
public List<Parameter> getParameter()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |