eu.scape_project.xa.tw.toolspec
Class Operations

java.lang.Object
  extended by 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>
 


Field Summary
protected  List<Operation> operation
           
 
Constructor Summary
Operations()
           
 
Method Summary
 List<Operation> getOperation()
          Gets the value of the operation property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

operation

protected List<Operation> operation
Constructor Detail

Operations

public Operations()
Method Detail

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.