eu.scape_project.xa.tw.toolspec
Class Stdin

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

public class Stdin
extends InOut

Java class for Stdin complex type.

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

 <complexType name="Stdin">
   <complexContent>
     <extension base="{http://scape-project.eu/tool}InOut">
       <attribute name="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  Boolean required
           
 
Fields inherited from class eu.scape_project.xa.tw.toolspec.InOut
description, format
 
Constructor Summary
Stdin()
           
 
Method Summary
 Boolean isRequired()
          Gets the value of the required property.
 void setRequired(Boolean value)
          Sets the value of the required property.
 
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

required

protected Boolean required
Constructor Detail

Stdin

public Stdin()
Method Detail

isRequired

public Boolean isRequired()
Gets the value of the required property.

Returns:
possible object is Boolean

setRequired

public void setRequired(Boolean value)
Sets the value of the required property.

Parameters:
value - allowed object is Boolean


Copyright © 2013. All Rights Reserved.