eu.scape_project.xa.tw.toolspec
Class Input

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.Input

public class Input
extends InOutAttrs

Java class for Input complex type.

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

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


Field Summary
protected  String defaultValue
           
 
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
Input()
           
 
Method Summary
 String getDefaultValue()
          Gets the value of the defaultValue property.
 void setDefaultValue(String value)
          Sets the value of the defaultValue 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

defaultValue

protected String defaultValue
Constructor Detail

Input

public Input()
Method Detail

getDefaultValue

public String getDefaultValue()
Gets the value of the defaultValue property.

Returns:
possible object is String

setDefaultValue

public void setDefaultValue(String value)
Sets the value of the defaultValue property.

Parameters:
value - allowed object is String


Copyright © 2013. All Rights Reserved.