|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.scape_project.xa.tw.toolspec.InOut
eu.scape_project.xa.tw.toolspec.InOutAttrs
public class InOutAttrs
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 |
---|
protected String name
protected Boolean required
Constructor Detail |
---|
public InOutAttrs()
Method Detail |
---|
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public Boolean isRequired()
Boolean
public void setRequired(Boolean value)
value
- allowed object is
Boolean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |