public class ObjectFactory extends Object
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.
| Type | Property and Description |
|---|---|
Property |
create
Create an instance of
Property |
WildcardProperty |
createWildcard
Create an instance of
WildcardProperty |
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of
schema derived classes for package: org.plasma.query.modelxxx
|
public WildcardProperty createWildcardProperty
WildcardPropertypublic ObjectFactory()
public ParameterDeclaration createParameterDeclaration()
ParameterDeclarationpublic PredicateOperator createPredicateOperator()
PredicateOperatorpublic DecimalParameter createDecimalParameter()
DecimalParameterpublic CollectionParameter createCollectionParameter()
CollectionParameterpublic Projection createProjection()
Projectionpublic StringParameter createStringParameter()
StringParameterpublic FloatParameter createFloatParameter()
FloatParameterpublic NullLiteral createNullLiteral()
NullLiteralpublic LogicalOperator createLogicalOperator()
LogicalOperatorpublic WildcardProperty createWildcardProperty()
WildcardPropertypublic PathElement createPathElement()
PathElementpublic IntParameter createIntParameter()
IntParameterpublic WildcardPathElement createWildcardPathElement()
WildcardPathElementpublic DateParameter createDateParameter()
DateParameterpublic ImportDeclaration createImportDeclaration()
ImportDeclarationpublic RelationalOperator createRelationalOperator()
RelationalOperatorpublic VariableDeclaration createVariableDeclaration()
VariableDeclarationpublic TextContent createTextContent()
TextContentpublic Expression createExpression()
Expressionpublic GroupOperator createGroupOperator()
GroupOperatorCopyright © 2021. All rights reserved.