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.
Modifier and Type | Field and Description |
---|---|
static ObjectFactory |
INSTANCE |
Constructor and Description |
---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.boomi.connector.api
|
Modifier and Type | Method and Description |
---|---|
ExtraSchema |
createExtraSchema()
Create an instance of
ExtraSchema |
ExtraSchemas |
createExtraSchemas()
Create an instance of
ExtraSchemas |
FieldSpecField |
createFieldSpecField()
Create an instance of
FieldSpecField |
GroupingExpression |
createGroupingExpression()
Create an instance of
GroupingExpression |
ObjectDefinition |
createObjectDefinition()
Create an instance of
ObjectDefinition |
ObjectDefinitions |
createObjectDefinitions()
Create an instance of
ObjectDefinitions |
ObjectType |
createObjectType()
Create an instance of
ObjectType |
ObjectTypes |
createObjectTypes()
Create an instance of
ObjectTypes |
QueryFilter |
createQueryFilter()
Create an instance of
QueryFilter |
SimpleExpression |
createSimpleExpression()
Create an instance of
SimpleExpression |
Sort |
createSort()
Create an instance of
Sort |
public static final ObjectFactory INSTANCE
public ObjectFactory()
public ObjectTypes createObjectTypes()
ObjectTypes
public ObjectType createObjectType()
ObjectType
public ObjectDefinitions createObjectDefinitions()
ObjectDefinitions
public ObjectDefinition createObjectDefinition()
ObjectDefinition
public QueryFilter createQueryFilter()
QueryFilter
public FieldSpecField createFieldSpecField()
FieldSpecField
public ExtraSchema createExtraSchema()
ExtraSchema
public ExtraSchemas createExtraSchemas()
ExtraSchemas
public SimpleExpression createSimpleExpression()
SimpleExpression
public GroupingExpression createGroupingExpression()
GroupingExpression