Class Execute

java.lang.Object
de.foellix.aql.config.Execute

public class Execute 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">
       <choice>
         <sequence>
           <element ref="{}run"/>
           <element ref="{}result"/>
           <element ref="{}instances"/>
           <element ref="{}memoryPerInstance"/>
         </sequence>
         <sequence>
           <element ref="{}url"/>
           <element ref="{}username"/>
           <element ref="{}password"/>
         </sequence>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • run

      protected String run
    • result

      protected String result
    • instances

      protected Integer instances
    • memoryPerInstance

      protected Integer memoryPerInstance
    • url

      protected String url
    • username

      protected String username
    • password

      protected String password
  • Constructor Details

    • Execute

      public Execute()
  • Method Details

    • getRun

      public String getRun()
      Gets the value of the run property.
      Returns:
      possible object is String
    • setRun

      public void setRun(String value)
      Sets the value of the run property.
      Parameters:
      value - allowed object is String
    • getResult

      public String getResult()
      Gets the value of the result property.
      Returns:
      possible object is String
    • setResult

      public void setResult(String value)
      Sets the value of the result property.
      Parameters:
      value - allowed object is String
    • getInstances

      public Integer getInstances()
      Gets the value of the instances property.
      Returns:
      possible object is Integer
    • setInstances

      public void setInstances(Integer value)
      Sets the value of the instances property.
      Parameters:
      value - allowed object is Integer
    • getMemoryPerInstance

      public Integer getMemoryPerInstance()
      Gets the value of the memoryPerInstance property.
      Returns:
      possible object is Integer
    • setMemoryPerInstance

      public void setMemoryPerInstance(Integer value)
      Sets the value of the memoryPerInstance property.
      Parameters:
      value - allowed object is Integer
    • getUrl

      public String getUrl()
      Gets the value of the url property.
      Returns:
      possible object is String
    • setUrl

      public void setUrl(String value)
      Sets the value of the url property.
      Parameters:
      value - allowed object is String
    • getUsername

      public String getUsername()
      Gets the value of the username property.
      Returns:
      possible object is String
    • setUsername

      public void setUsername(String value)
      Sets the value of the username property.
      Parameters:
      value - allowed object is String
    • getPassword

      public String getPassword()
      Gets the value of the password property.
      Returns:
      possible object is String
    • setPassword

      public void setPassword(String value)
      Sets the value of the password property.
      Parameters:
      value - allowed object is String