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 |
---|---|
OpenSchema.Predicate.Property |
createOpenSchemaPredicate
Create an instance of
OpenSchema.Predicate.Property |
Constructor and Description |
---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.sf.openschema
|
public OpenSchema.Predicate.Property createOpenSchemaPredicateProperty
OpenSchema.Predicate.Property
public ObjectFactory()
public OpenSchema createOpenSchema()
OpenSchema
public SchemaNode createSchemaNode()
SchemaNode
public SchemaNode.Node createSchemaNodeNode()
SchemaNode.Node
public SchemaNode.Node.Predicate createSchemaNodeNodePredicate()
SchemaNode.Node.Predicate
public OpenSchema.Predicate createOpenSchemaPredicate()
OpenSchema.Predicate
public SchemaNode.Node.ParBoundary createSchemaNodeNodeParBoundary()
SchemaNode.Node.ParBoundary
public SchemaNode.Node.AggrBoundary createSchemaNodeNodeAggrBoundary()
SchemaNode.Node.AggrBoundary
public SchemaNode.Node.Predicate.Variable createSchemaNodeNodePredicateVariable()
SchemaNode.Node.Predicate.Variable
public OpenSchema.Predicate.Variable createOpenSchemaPredicateVariable()
OpenSchema.Predicate.Variable
public OpenSchema.Predicate.Property createOpenSchemaPredicateProperty()
OpenSchema.Predicate.Property
public OpenSchema.Predicate.Output createOpenSchemaPredicateOutput()
OpenSchema.Predicate.Output
Copyright © 2015 Pablo Duboue. All rights reserved.