eu.scape_project.xa.tw.toolspec
Class InOut

java.lang.Object
  extended by eu.scape_project.xa.tw.toolspec.InOut
Direct Known Subclasses:
InOutAttrs, Stdin, Stdout

public class InOut
extends Object

Java class for InOut complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="InOut">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="format" type="{http://scape-project.eu/tool}Format" maxOccurs="unbounded" minOccurs="0"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String description
           
protected  List<Format> format
           
 
Constructor Summary
InOut()
           
 
Method Summary
 String getDescription()
          Gets the value of the description property.
 List<Format> getFormat()
          Gets the value of the format property.
 void setDescription(String value)
          Sets the value of the description property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

format

protected List<Format> format

description

protected String description
Constructor Detail

InOut

public InOut()
Method Detail

getFormat

public List<Format> getFormat()
Gets the value of the format 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 format property.

For example, to add a new item, do as follows:

    getFormat().add(newItem);
 

Objects of the following type(s) are allowed in the list Format


getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String


Copyright © 2013. All Rights Reserved.