|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.scape_project.xa.tw.toolspec.Outputs
public class Outputs
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 |
---|
protected Stdout stdout
protected List<Output> output
Constructor Detail |
---|
public Outputs()
Method Detail |
---|
public Stdout getStdout()
Stdout
public void setStdout(Stdout value)
value
- allowed object is
Stdout
public List<Output> getOutput()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |