Class ObjectFactory

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

public class ObjectFactory extends Object
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 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

      public Priority createPriority()
      Create an instance of Priority
    • createExecute

      public Execute createExecute()
      Create an instance of Execute
    • createTool

      public Tool createTool()
      Create an instance of Tool
    • createTools

      public Tools createTools()
      Create an instance of Tools
    • createPreprocessors

      public Preprocessors createPreprocessors()
      Create an instance of Preprocessors
    • createOperators

      public Operators createOperators()
      Create an instance of Operators
    • createConverters

      public Converters createConverters()
      Create an instance of Converters
    • createConfig

      public Config createConfig()
      Create an instance of Config
    • createPath

      public javax.xml.bind.JAXBElement<String> createPath(String value)
      Create an instance of JAXBElement<String>}
    • createRun

      public javax.xml.bind.JAXBElement<String> createRun(String value)
      Create an instance of JAXBElement<String>}
    • createRunOnEntry

      public javax.xml.bind.JAXBElement<String> createRunOnEntry(String value)
      Create an instance of JAXBElement<String>}
    • createRunOnExit

      public javax.xml.bind.JAXBElement<String> createRunOnExit(String value)
      Create an instance of JAXBElement<String>}
    • createRunOnSuccess

      public javax.xml.bind.JAXBElement<String> createRunOnSuccess(String value)
      Create an instance of JAXBElement<String>}
    • createRunOnFail

      public javax.xml.bind.JAXBElement<String> createRunOnFail(String value)
      Create an instance of JAXBElement<String>}
    • createRunOnAbort

      public javax.xml.bind.JAXBElement<String> createRunOnAbort(String value)
      Create an instance of JAXBElement<String>}
    • createResult

      public javax.xml.bind.JAXBElement<String> createResult(String value)
      Create an instance of JAXBElement<String>}
    • createQuestions

      public javax.xml.bind.JAXBElement<String> createQuestions(String value)
      Create an instance of JAXBElement<String>}
    • createInstances

      public javax.xml.bind.JAXBElement<Integer> createInstances(Integer value)
      Create an instance of JAXBElement<Integer>}
    • createMemoryPerInstance

      public javax.xml.bind.JAXBElement<Integer> createMemoryPerInstance(Integer value)
      Create an instance of JAXBElement<Integer>}
    • createUrl

      public javax.xml.bind.JAXBElement<String> createUrl(String value)
      Create an instance of JAXBElement<String>}
    • createUsername

      public javax.xml.bind.JAXBElement<String> createUsername(String value)
      Create an instance of JAXBElement<String>}
    • createPassword

      public javax.xml.bind.JAXBElement<String> createPassword(String value)
      Create an instance of JAXBElement<String>}
    • createTimeout

      public javax.xml.bind.JAXBElement<String> createTimeout(String value)
      Create an instance of JAXBElement<String>}
    • createAndroidPlatforms

      public javax.xml.bind.JAXBElement<String> createAndroidPlatforms(String value)
      Create an instance of JAXBElement<String>}
    • createAndroidBuildTools

      public javax.xml.bind.JAXBElement<String> createAndroidBuildTools(String value)
      Create an instance of JAXBElement<String>}
    • createMaxMemory

      public javax.xml.bind.JAXBElement<Integer> createMaxMemory(Integer value)
      Create an instance of JAXBElement<Integer>}