Package de.foellix.aql.config
Class ObjectFactory
java.lang.Object
de.foellix.aql.config.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the de.foellix.aql.config package.
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: de.foellix.aql.config -
Method Summary
Modifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<String>createAndroidBuildTools(String value) javax.xml.bind.JAXBElement<String>createAndroidPlatforms(String value) Create an instance ofConfigCreate an instance ofConvertersCreate an instance ofExecutejavax.xml.bind.JAXBElement<Integer>createInstances(Integer value) javax.xml.bind.JAXBElement<Integer>createMaxMemory(Integer value) javax.xml.bind.JAXBElement<Integer>createMemoryPerInstance(Integer value) Create an instance ofOperatorsjavax.xml.bind.JAXBElement<String>createPassword(String value) javax.xml.bind.JAXBElement<String>createPath(String value) Create an instance ofPreprocessorsCreate an instance ofPriorityjavax.xml.bind.JAXBElement<String>createQuestions(String value) javax.xml.bind.JAXBElement<String>createResult(String value) javax.xml.bind.JAXBElement<String>javax.xml.bind.JAXBElement<String>createRunOnAbort(String value) javax.xml.bind.JAXBElement<String>createRunOnEntry(String value) javax.xml.bind.JAXBElement<String>createRunOnExit(String value) javax.xml.bind.JAXBElement<String>createRunOnFail(String value) javax.xml.bind.JAXBElement<String>createRunOnSuccess(String value) javax.xml.bind.JAXBElement<String>createTimeout(String value) Create an instance ofToolCreate an instance ofToolsjavax.xml.bind.JAXBElement<String>javax.xml.bind.JAXBElement<String>createUsername(String value)
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: de.foellix.aql.config
-
-
Method Details
-
createPriority
Create an instance ofPriority -
createExecute
Create an instance ofExecute -
createTool
Create an instance ofTool -
createTools
Create an instance ofTools -
createPreprocessors
Create an instance ofPreprocessors -
createOperators
Create an instance ofOperators -
createConverters
Create an instance ofConverters -
createConfig
Create an instance ofConfig -
createPath
-
createRun
-
createRunOnEntry
-
createRunOnExit
-
createRunOnSuccess
-
createRunOnFail
-
createRunOnAbort
-
createResult
-
createQuestions
-
createInstances
-
createMemoryPerInstance
-
createUrl
-
createUsername
-
createPassword
-
createTimeout
-
createAndroidPlatforms
-
createAndroidBuildTools
-
createMaxMemory
-