eu.scape_project.xa.tw.toolspec
Class InOutAttrs

java.lang.Object
  extended by eu.scape_project.xa.tw.toolspec.InOut
      extended by eu.scape_project.xa.tw.toolspec.InOutAttrs
Direct Known Subclasses:
Input, Output, Parameter

public class InOutAttrs
extends InOut

Java class for InOutAttrs complex type.

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

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


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

name

protected String name

required

protected Boolean required
Constructor Detail

InOutAttrs

public InOutAttrs()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

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.