public class IterationNodeParent extends IterationNode
Java class for IterationNodeParent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IterationNodeParent">
<complexContent>
<extension base="{http://taverna.sf.net/2008/xml/t2flow}IterationNode">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="cross" type="{http://taverna.sf.net/2008/xml/t2flow}CrossProduct"/>
<element name="dot" type="{http://taverna.sf.net/2008/xml/t2flow}DotProduct"/>
<element name="port" type="{http://taverna.sf.net/2008/xml/t2flow}PortProduct"/>
</choice>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<IterationNode> |
crossOrDotOrPort |
| Constructor and Description |
|---|
IterationNodeParent() |
protected List<IterationNode> crossOrDotOrPort
public List<IterationNode> getCrossOrDotOrPort()
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 crossOrDotOrPort property.
For example, to add a new item, do as follows:
getCrossOrDotOrPort().add(newItem);
Objects of the following type(s) are allowed in the list
CrossProduct
DotProduct
PortProduct
Copyright © 2013 myGrid. All rights reserved.