Package de.foellix.aql.datastructure
Class ObjectFactory
java.lang.Object
de.foellix.aql.datastructure.ObjectFactory
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 Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: de.foellix.aql.datastructure -
Method Summary
Modifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<String>createAction(String value) Create an instance ofAnswerCreate an instance ofAppCreate an instance ofAttributeCreate an instance ofAttributesjavax.xml.bind.JAXBElement<String>createCategory(String value) javax.xml.bind.JAXBElement<String>createClassname(String value) Create an instance ofDatajavax.xml.bind.JAXBElement<String>createFile(String value) Create an instance ofFlowCreate an instance ofFlowsCreate an instance ofHashCreate an instance ofHashesjavax.xml.bind.JAXBElement<String>createHost(String value) Create an instance ofIntentCreate an instance ofIntentfilterCreate an instance ofIntentfiltersCreate an instance ofIntentsCreate an instance ofIntentsinkCreate an instance ofIntentsinksCreate an instance ofIntentsourceCreate an instance ofIntentsourcesjavax.xml.bind.JAXBElement<Integer>createLinenumber(Integer value) javax.xml.bind.JAXBElement<String>createMethod(String value) javax.xml.bind.JAXBElement<String>createName(String value) Create an instance ofParameterCreate an instance ofParametersjavax.xml.bind.JAXBElement<String>createPath(String value) javax.xml.bind.JAXBElement<String>createPathPattern(String value) javax.xml.bind.JAXBElement<String>createPathPrefix(String value) Create an instance ofPermissionCreate an instance ofPermissionsjavax.xml.bind.JAXBElement<String>createPort(String value) Create an instance ofReferencejavax.xml.bind.JAXBElement<String>createScheme(String value) Create an instance ofSinkCreate an instance ofSinksCreate an instance ofSourceCreate an instance ofSourcesjavax.xml.bind.JAXBElement<String>javax.xml.bind.JAXBElement<String>createSspPattern(String value) javax.xml.bind.JAXBElement<String>createSspPrefix(String value) Create an instance ofStatementjavax.xml.bind.JAXBElement<String>createStatementfull(String value) javax.xml.bind.JAXBElement<String>createStatementgeneric(String value) Create an instance ofTargetjavax.xml.bind.JAXBElement<String>createType(String value) javax.xml.bind.JAXBElement<String>createValue(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.datastructure
-
-
Method Details
-
createHash
Create an instance ofHash -
createHashes
Create an instance ofHashes -
createApp
Create an instance ofApp -
createAttribute
Create an instance ofAttribute -
createReference
Create an instance ofReference -
createStatement
Create an instance ofStatement -
createParameters
Create an instance ofParameters -
createParameter
Create an instance ofParameter -
createAttributes
Create an instance ofAttributes -
createPermission
Create an instance ofPermission -
createData
Create an instance ofData -
createTarget
Create an instance ofTarget -
createIntentsource
Create an instance ofIntentsource -
createIntentsink
Create an instance ofIntentsink -
createIntent
Create an instance ofIntent -
createIntentfilter
Create an instance ofIntentfilter -
createFlow
Create an instance ofFlow -
createSource
Create an instance ofSource -
createSink
Create an instance ofSink -
createPermissions
Create an instance ofPermissions -
createIntentsources
Create an instance ofIntentsources -
createIntentsinks
Create an instance ofIntentsinks -
createIntents
Create an instance ofIntents -
createIntentfilters
Create an instance ofIntentfilters -
createFlows
Create an instance ofFlows -
createSources
Create an instance ofSources -
createSinks
Create an instance ofSinks -
createAnswer
Create an instance ofAnswer -
createFile
-
createMethod
-
createClassname
-
createName
-
createValue
-
createStatementfull
-
createStatementgeneric
-
createLinenumber
-
createType
-
createScheme
-
createSsp
-
createSspPattern
-
createSspPrefix
-
createHost
-
createPort
-
createPath
-
createPathPattern
-
createPathPrefix
-
createAction
-
createCategory
-