eu.scape_project.xa.tw.toolspec
Class Output

java.lang.Object
  extended by eu.scape_project.xa.tw.toolspec.InOut
      extended by eu.scape_project.xa.tw.toolspec.InOutAttrs
          extended by eu.scape_project.xa.tw.toolspec.Output

public class Output
extends InOutAttrs

Java class for Output complex type.

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

 <complexType name="Output">
   <complexContent>
     <extension base="{http://scape-project.eu/tool}InOutAttrs">
       <sequence>
         <element name="extension" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String extension
           
 
Fields inherited from class eu.scape_project.xa.tw.toolspec.InOutAttrs
name, required
 
Fields inherited from class eu.scape_project.xa.tw.toolspec.InOut
description, format
 
Constructor Summary
Output()
           
 
Method Summary
 String getExtension()
          Gets the value of the extension property.
 void setExtension(String value)
          Sets the value of the extension property.
 
Methods inherited from class eu.scape_project.xa.tw.toolspec.InOutAttrs
getName, isRequired, setName, setRequired
 
Methods inherited from class eu.scape_project.xa.tw.toolspec.InOut
getDescription, getFormat, setDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

extension

protected String extension
Constructor Detail

Output

public Output()
Method Detail

getExtension

public String getExtension()
Gets the value of the extension property.

Returns:
possible object is String

setExtension

public void setExtension(String value)
Sets the value of the extension property.

Parameters:
value - allowed object is String


Copyright © 2013. All Rights Reserved.