Class Tool

java.lang.Object
de.foellix.aql.config.Tool
Direct Known Subclasses:
DefaultTool

public class Tool extends Object

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 Details

    • priority

      protected List<Priority> priority
    • timeout

      protected String timeout
    • execute

      protected Execute execute
    • path

      protected String path
    • runOnEntry

      protected String runOnEntry
    • runOnExit

      protected String runOnExit
    • runOnSuccess

      protected String runOnSuccess
    • runOnFail

      protected String runOnFail
    • runOnAbort

      protected String runOnAbort
    • questions

      protected String questions
    • name

      protected String name
    • version

      protected String version
    • external

      protected Boolean external
  • Constructor Details

    • Tool

      public Tool()
  • Method Details

    • getPriority

      public List<Priority> 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 set method 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

      public String getTimeout()
      Gets the value of the timeout property.
      Returns:
      possible object is String
    • setTimeout

      public void setTimeout(String value)
      Sets the value of the timeout property.
      Parameters:
      value - allowed object is String
    • getExecute

      public Execute getExecute()
      Gets the value of the execute property.
      Returns:
      possible object is Execute
    • setExecute

      public void setExecute(Execute value)
      Sets the value of the execute property.
      Parameters:
      value - allowed object is Execute
    • getPath

      public String getPath()
      Gets the value of the path property.
      Returns:
      possible object is String
    • setPath

      public void setPath(String value)
      Sets the value of the path property.
      Parameters:
      value - allowed object is String
    • getRunOnEntry

      public String getRunOnEntry()
      Gets the value of the runOnEntry property.
      Returns:
      possible object is String
    • setRunOnEntry

      public void setRunOnEntry(String value)
      Sets the value of the runOnEntry property.
      Parameters:
      value - allowed object is String
    • getRunOnExit

      public String getRunOnExit()
      Gets the value of the runOnExit property.
      Returns:
      possible object is String
    • setRunOnExit

      public void setRunOnExit(String value)
      Sets the value of the runOnExit property.
      Parameters:
      value - allowed object is String
    • getRunOnSuccess

      public String getRunOnSuccess()
      Gets the value of the runOnSuccess property.
      Returns:
      possible object is String
    • setRunOnSuccess

      public void setRunOnSuccess(String value)
      Sets the value of the runOnSuccess property.
      Parameters:
      value - allowed object is String
    • getRunOnFail

      public String getRunOnFail()
      Gets the value of the runOnFail property.
      Returns:
      possible object is String
    • setRunOnFail

      public void setRunOnFail(String value)
      Sets the value of the runOnFail property.
      Parameters:
      value - allowed object is String
    • getRunOnAbort

      public String getRunOnAbort()
      Gets the value of the runOnAbort property.
      Returns:
      possible object is String
    • setRunOnAbort

      public void setRunOnAbort(String value)
      Sets the value of the runOnAbort property.
      Parameters:
      value - allowed object is String
    • getQuestions

      public String getQuestions()
      Gets the value of the questions property.
      Returns:
      possible object is String
    • setQuestions

      public void setQuestions(String value)
      Sets the value of the questions property.
      Parameters:
      value - allowed object is String
    • 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
    • getVersion

      public String getVersion()
      Gets the value of the version property.
      Returns:
      possible object is String
    • setVersion

      public void setVersion(String value)
      Sets the value of the version property.
      Parameters:
      value - allowed object is String
    • isExternal

      public boolean isExternal()
      Gets the value of the external property.
      Returns:
      possible object is Boolean
    • setExternal

      public void setExternal(Boolean value)
      Sets the value of the external property.
      Parameters:
      value - allowed object is Boolean