eu.scape_project.xa.tw.toolspec
Class Input
java.lang.Object
eu.scape_project.xa.tw.toolspec.InOut
eu.scape_project.xa.tw.toolspec.InOutAttrs
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>
Constructor Summary |
Input()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
defaultValue
protected String defaultValue
Input
public Input()
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.