Package de.foellix.aql.config
Class Tool
java.lang.Object
de.foellix.aql.config.Tool
- Direct Known Subclasses:
DefaultTool
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}priority" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}timeout" minOccurs="0"/>
<element ref="{}execute"/>
<element ref="{}path" minOccurs="0"/>
<element ref="{}runOnEntry" minOccurs="0"/>
<element ref="{}runOnExit" minOccurs="0"/>
<element ref="{}runOnSuccess" minOccurs="0"/>
<element ref="{}runOnFail" minOccurs="0"/>
<element ref="{}runOnAbort" minOccurs="0"/>
<element ref="{}questions"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="external" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the execute property.getName()Gets the value of the name property.getPath()Gets the value of the path property.Gets the value of the priority property.Gets the value of the questions property.Gets the value of the runOnAbort property.Gets the value of the runOnEntry property.Gets the value of the runOnExit property.Gets the value of the runOnFail property.Gets the value of the runOnSuccess property.Gets the value of the timeout property.Gets the value of the version property.booleanGets the value of the external property.voidsetExecute(Execute value) Sets the value of the execute property.voidsetExternal(Boolean value) Sets the value of the external property.voidSets the value of the name property.voidSets the value of the path property.voidsetQuestions(String value) Sets the value of the questions property.voidsetRunOnAbort(String value) Sets the value of the runOnAbort property.voidsetRunOnEntry(String value) Sets the value of the runOnEntry property.voidsetRunOnExit(String value) Sets the value of the runOnExit property.voidsetRunOnFail(String value) Sets the value of the runOnFail property.voidsetRunOnSuccess(String value) Sets the value of the runOnSuccess property.voidsetTimeout(String value) Sets the value of the timeout property.voidsetVersion(String value) Sets the value of the version property.
-
Field Details
-
priority
-
timeout
-
execute
-
path
-
runOnEntry
-
runOnExit
-
runOnSuccess
-
runOnFail
-
runOnAbort
-
questions
-
name
-
version
-
external
-
-
Constructor Details
-
Tool
public Tool()
-
-
Method Details
-
getPriority
Gets the value of the priority property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the priority property.For example, to add a new item, do as follows:
getPriority().add(newItem);Objects of the following type(s) are allowed in the list
Priority -
getTimeout
Gets the value of the timeout property.- Returns:
- possible object is
String
-
setTimeout
Sets the value of the timeout property.- Parameters:
value- allowed object isString
-
getExecute
Gets the value of the execute property.- Returns:
- possible object is
Execute
-
setExecute
Sets the value of the execute property.- Parameters:
value- allowed object isExecute
-
getPath
Gets the value of the path property.- Returns:
- possible object is
String
-
setPath
Sets the value of the path property.- Parameters:
value- allowed object isString
-
getRunOnEntry
Gets the value of the runOnEntry property.- Returns:
- possible object is
String
-
setRunOnEntry
Sets the value of the runOnEntry property.- Parameters:
value- allowed object isString
-
getRunOnExit
Gets the value of the runOnExit property.- Returns:
- possible object is
String
-
setRunOnExit
Sets the value of the runOnExit property.- Parameters:
value- allowed object isString
-
getRunOnSuccess
Gets the value of the runOnSuccess property.- Returns:
- possible object is
String
-
setRunOnSuccess
Sets the value of the runOnSuccess property.- Parameters:
value- allowed object isString
-
getRunOnFail
Gets the value of the runOnFail property.- Returns:
- possible object is
String
-
setRunOnFail
Sets the value of the runOnFail property.- Parameters:
value- allowed object isString
-
getRunOnAbort
Gets the value of the runOnAbort property.- Returns:
- possible object is
String
-
setRunOnAbort
Sets the value of the runOnAbort property.- Parameters:
value- allowed object isString
-
getQuestions
Gets the value of the questions property.- Returns:
- possible object is
String
-
setQuestions
Sets the value of the questions property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
Sets the value of the version property.- Parameters:
value- allowed object isString
-
isExternal
public boolean isExternal()Gets the value of the external property.- Returns:
- possible object is
Boolean
-
setExternal
Sets the value of the external property.- Parameters:
value- allowed object isBoolean
-