|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.scape_project.xa.tw.toolspec.Tool
public class Tool
Describes a command line tool.
Java class for Tool complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Tool">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="installation" type="{http://scape-project.eu/tool}Installation" minOccurs="0"/>
<element name="otherProperties" type="{http://scape-project.eu/tool}Properties" minOccurs="0"/>
<element name="operations" type="{http://scape-project.eu/tool}Operations"/>
</sequence>
<attribute name="name" use="required" type="{http://scape-project.eu/tool}nonEmptyString" />
<attribute name="version" use="required" type="{http://scape-project.eu/tool}nonEmptyString" />
<attribute name="homepage" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="schemaVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
homepage
|
protected Installation |
installation
|
protected String |
name
|
protected Operations |
operations
|
protected Properties |
otherProperties
|
protected BigDecimal |
schemaVersion
|
protected String |
version
|
| Constructor Summary | |
|---|---|
Tool()
|
|
| Method Summary | |
|---|---|
String |
getHomepage()
Gets the value of the homepage property. |
Installation |
getInstallation()
Gets the value of the installation property. |
String |
getName()
Gets the value of the name property. |
Operations |
getOperations()
Gets the value of the operations property. |
Properties |
getOtherProperties()
Gets the value of the otherProperties property. |
BigDecimal |
getSchemaVersion()
Gets the value of the schemaVersion property. |
String |
getVersion()
Gets the value of the version property. |
void |
setHomepage(String value)
Sets the value of the homepage property. |
void |
setInstallation(Installation value)
Sets the value of the installation property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setOperations(Operations value)
Sets the value of the operations property. |
void |
setOtherProperties(Properties value)
Sets the value of the otherProperties property. |
void |
setSchemaVersion(BigDecimal value)
Sets the value of the schemaVersion property. |
void |
setVersion(String value)
Sets the value of the version property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Installation installation
protected Properties otherProperties
protected Operations operations
protected String name
protected String version
protected String homepage
protected BigDecimal schemaVersion
| Constructor Detail |
|---|
public Tool()
| Method Detail |
|---|
public Installation getInstallation()
Installationpublic void setInstallation(Installation value)
value - allowed object is
Installationpublic Properties getOtherProperties()
Propertiespublic void setOtherProperties(Properties value)
value - allowed object is
Propertiespublic Operations getOperations()
Operationspublic void setOperations(Operations value)
value - allowed object is
Operationspublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getHomepage()
Stringpublic void setHomepage(String value)
value - allowed object is
Stringpublic BigDecimal getSchemaVersion()
BigDecimalpublic void setSchemaVersion(BigDecimal value)
value - allowed object is
BigDecimal
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||