Class ObjectFactory

java.lang.Object
de.foellix.aql.datastructure.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.datastructure 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.datastructure
  • Method Details

    • createHash

      public Hash createHash()
      Create an instance of Hash
    • createHashes

      public Hashes createHashes()
      Create an instance of Hashes
    • createApp

      public App createApp()
      Create an instance of App
    • createAttribute

      public Attribute createAttribute()
      Create an instance of Attribute
    • createReference

      public Reference createReference()
      Create an instance of Reference
    • createStatement

      public Statement createStatement()
      Create an instance of Statement
    • createParameters

      public Parameters createParameters()
      Create an instance of Parameters
    • createParameter

      public Parameter createParameter()
      Create an instance of Parameter
    • createAttributes

      public Attributes createAttributes()
      Create an instance of Attributes
    • createPermission

      public Permission createPermission()
      Create an instance of Permission
    • createData

      public Data createData()
      Create an instance of Data
    • createTarget

      public Target createTarget()
      Create an instance of Target
    • createIntentsource

      public Intentsource createIntentsource()
      Create an instance of Intentsource
    • createIntentsink

      public Intentsink createIntentsink()
      Create an instance of Intentsink
    • createIntent

      public Intent createIntent()
      Create an instance of Intent
    • createIntentfilter

      public Intentfilter createIntentfilter()
      Create an instance of Intentfilter
    • createFlow

      public Flow createFlow()
      Create an instance of Flow
    • createSource

      public Source createSource()
      Create an instance of Source
    • createSink

      public Sink createSink()
      Create an instance of Sink
    • createPermissions

      public Permissions createPermissions()
      Create an instance of Permissions
    • createIntentsources

      public Intentsources createIntentsources()
      Create an instance of Intentsources
    • createIntentsinks

      public Intentsinks createIntentsinks()
      Create an instance of Intentsinks
    • createIntents

      public Intents createIntents()
      Create an instance of Intents
    • createIntentfilters

      public Intentfilters createIntentfilters()
      Create an instance of Intentfilters
    • createFlows

      public Flows createFlows()
      Create an instance of Flows
    • createSources

      public Sources createSources()
      Create an instance of Sources
    • createSinks

      public Sinks createSinks()
      Create an instance of Sinks
    • createAnswer

      public Answer createAnswer()
      Create an instance of Answer
    • createFile

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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