org.plasma.query.model
Class ObjectFactory

java.lang.Object
  extended by org.plasma.query.model.ObjectFactory

public class ObjectFactory
extends java.lang.Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.plasma.query.modelxxx 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
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.plasma.query.modelxxx
 
Method Summary
 Clause createClause()
          Create an instance of Clause
 CollectionParameter createCollectionParameter()
          Create an instance of CollectionParameter
 DateParameter createDateParameter()
          Create an instance of DateParameter
 DecimalParameter createDecimalParameter()
          Create an instance of DecimalParameter
 Delete createDelete()
          Create an instance of Delete
 Entity createEntity()
          Create an instance of Entity
 Expression createExpression()
          Create an instance of Expression
 FilterId createFilterId()
          Create an instance of FilterId
 FloatParameter createFloatParameter()
          Create an instance of FloatParameter
 From createFrom()
          Create an instance of From
 GroupBy createGroupBy()
          Create an instance of GroupBy
 GroupOperator createGroupOperator()
          Create an instance of GroupOperator
 ImportDeclaration createImportDeclaration()
          Create an instance of ImportDeclaration
 IntParameter createIntParameter()
          Create an instance of IntParameter
 Literal createLiteral()
          Create an instance of Literal
 LogicalOperator createLogicalOperator()
          Create an instance of LogicalOperator
 NullLiteral createNullLiteral()
          Create an instance of NullLiteral
 OrderBy createOrderBy()
          Create an instance of OrderBy
 Parameter createParameter()
          Create an instance of Parameter
 ParameterDeclaration createParameterDeclaration()
          Create an instance of ParameterDeclaration
 Path createPath()
          Create an instance of Path
 PathElement createPathElement()
          Create an instance of PathElement
 PathNode createPathNode()
          Create an instance of PathNode
 Projection createProjection()
          Create an instance of Projection
 Property createProperty()
          Create an instance of Property
 Query createQuery()
          Create an instance of Query
 RelationalOperator createRelationalOperator()
          Create an instance of RelationalOperator
 Select createSelect()
          Create an instance of Select
 StringParameter createStringParameter()
          Create an instance of StringParameter
 SubqueryOperator createSubqueryOperator()
          Create an instance of SubqueryOperator
 Term createTerm()
          Create an instance of Term
 TextContent createTextContent()
          Create an instance of TextContent
 Update createUpdate()
          Create an instance of Update
 Variable createVariable()
          Create an instance of Variable
 VariableDeclaration createVariableDeclaration()
          Create an instance of VariableDeclaration
 Where createWhere()
          Create an instance of Where
 WildcardOperator createWildcardOperator()
          Create an instance of WildcardOperator
 WildcardPathElement createWildcardPathElement()
          Create an instance of WildcardPathElement
 WildcardProperty createWildcardProperty()
          Create an instance of WildcardProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.plasma.query.modelxxx

Method Detail

createFrom

public From createFrom()
Create an instance of From


createParameterDeclaration

public ParameterDeclaration createParameterDeclaration()
Create an instance of ParameterDeclaration


createParameter

public Parameter createParameter()
Create an instance of Parameter


createDelete

public Delete createDelete()
Create an instance of Delete


createGroupBy

public GroupBy createGroupBy()
Create an instance of GroupBy


createQuery

public Query createQuery()
Create an instance of Query


createPath

public Path createPath()
Create an instance of Path


createWildcardOperator

public WildcardOperator createWildcardOperator()
Create an instance of WildcardOperator


createDecimalParameter

public DecimalParameter createDecimalParameter()
Create an instance of DecimalParameter


createCollectionParameter

public CollectionParameter createCollectionParameter()
Create an instance of CollectionParameter


createTerm

public Term createTerm()
Create an instance of Term


createProjection

public Projection createProjection()
Create an instance of Projection


createStringParameter

public StringParameter createStringParameter()
Create an instance of StringParameter


createFloatParameter

public FloatParameter createFloatParameter()
Create an instance of FloatParameter


createNullLiteral

public NullLiteral createNullLiteral()
Create an instance of NullLiteral


createLogicalOperator

public LogicalOperator createLogicalOperator()
Create an instance of LogicalOperator


createWhere

public Where createWhere()
Create an instance of Where


createWildcardProperty

public WildcardProperty createWildcardProperty()
Create an instance of WildcardProperty


createPathElement

public PathElement createPathElement()
Create an instance of PathElement


createSelect

public Select createSelect()
Create an instance of Select


createUpdate

public Update createUpdate()
Create an instance of Update


createIntParameter

public IntParameter createIntParameter()
Create an instance of IntParameter


createProperty

public Property createProperty()
Create an instance of Property


createVariable

public Variable createVariable()
Create an instance of Variable


createSubqueryOperator

public SubqueryOperator createSubqueryOperator()
Create an instance of SubqueryOperator


createWildcardPathElement

public WildcardPathElement createWildcardPathElement()
Create an instance of WildcardPathElement


createOrderBy

public OrderBy createOrderBy()
Create an instance of OrderBy


createPathNode

public PathNode createPathNode()
Create an instance of PathNode


createDateParameter

public DateParameter createDateParameter()
Create an instance of DateParameter


createImportDeclaration

public ImportDeclaration createImportDeclaration()
Create an instance of ImportDeclaration


createLiteral

public Literal createLiteral()
Create an instance of Literal


createClause

public Clause createClause()
Create an instance of Clause


createRelationalOperator

public RelationalOperator createRelationalOperator()
Create an instance of RelationalOperator


createFilterId

public FilterId createFilterId()
Create an instance of FilterId


createVariableDeclaration

public VariableDeclaration createVariableDeclaration()
Create an instance of VariableDeclaration


createTextContent

public TextContent createTextContent()
Create an instance of TextContent


createExpression

public Expression createExpression()
Create an instance of Expression


createEntity

public Entity createEntity()
Create an instance of Entity


createGroupOperator

public GroupOperator createGroupOperator()
Create an instance of GroupOperator



Copyright © 2013. All Rights Reserved.