Package de.foellix.aql.config
Class Execute
java.lang.Object
de.foellix.aql.config.Execute
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the instances property.Gets the value of the memoryPerInstance property.Gets the value of the password property.Gets the value of the result property.getRun()Gets the value of the run property.getUrl()Gets the value of the url property.Gets the value of the username property.voidsetInstances(Integer value) Sets the value of the instances property.voidsetMemoryPerInstance(Integer value) Sets the value of the memoryPerInstance property.voidsetPassword(String value) Sets the value of the password property.voidSets the value of the result property.voidSets the value of the run property.voidSets the value of the url property.voidsetUsername(String value) Sets the value of the username property.
-
Field Details
-
run
-
result
-
instances
-
memoryPerInstance
-
url
-
username
-
password
-
-
Constructor Details
-
Execute
public Execute()
-
-
Method Details
-
getRun
Gets the value of the run property.- Returns:
- possible object is
String
-
setRun
Sets the value of the run property.- Parameters:
value- allowed object isString
-
getResult
Gets the value of the result property.- Returns:
- possible object is
String
-
setResult
Sets the value of the result property.- Parameters:
value- allowed object isString
-
getInstances
Gets the value of the instances property.- Returns:
- possible object is
Integer
-
setInstances
Sets the value of the instances property.- Parameters:
value- allowed object isInteger
-
getMemoryPerInstance
Gets the value of the memoryPerInstance property.- Returns:
- possible object is
Integer
-
setMemoryPerInstance
Sets the value of the memoryPerInstance property.- Parameters:
value- allowed object isInteger
-
getUrl
Gets the value of the url property.- Returns:
- possible object is
String
-
setUrl
Sets the value of the url property.- Parameters:
value- allowed object isString
-
getUsername
Gets the value of the username property.- Returns:
- possible object is
String
-
setUsername
Sets the value of the username property.- Parameters:
value- allowed object isString
-
getPassword
Gets the value of the password property.- Returns:
- possible object is
String
-
setPassword
Sets the value of the password property.- Parameters:
value- allowed object isString
-