eu.scape_project.xa.tw.toolspec
Class Operations
java.lang.Object
eu.scape_project.xa.tw.toolspec.Operations
public class Operations
- extends Object
Declares 1 or more operations provided by the tool.
Java class for Operations complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Operations">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="operation" type="{http://scape-project.eu/tool}Operation" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
operation
protected List<Operation> operation
Operations
public Operations()
getOperation
public List<Operation> getOperation()
- Gets the value of the operation 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 operation property.
For example, to add a new item, do as follows:
getOperation().add(newItem);
Objects of the following type(s) are allowed in the list
Operation
Copyright © 2013. All Rights Reserved.