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.
Constructor and Description |
---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.openestate.io.filemaker.xml.result
|
Modifier and Type | Method and Description |
---|---|
DatabaseType |
createDatabaseType()
Create an instance of
DatabaseType |
FMPXMLRESULT |
createFMPXMLRESULT()
Create an instance of
FMPXMLRESULT |
MetaDataType |
createMetaDataType()
Create an instance of
MetaDataType |
MetaDataType.FIELD |
createMetaDataTypeFIELD()
Create an instance of
MetaDataType.FIELD |
ProductType |
createProductType()
Create an instance of
ProductType |
ResultSetType |
createResultSetType()
Create an instance of
ResultSetType |
ResultSetType.ROW |
createResultSetTypeROW()
Create an instance of
ResultSetType.ROW |
ResultSetType.ROW.COL |
createResultSetTypeROWCOL()
Create an instance of
ResultSetType.ROW.COL |
public ObjectFactory()
public ResultSetType createResultSetType()
ResultSetType
public ResultSetType.ROW createResultSetTypeROW()
ResultSetType.ROW
public MetaDataType createMetaDataType()
MetaDataType
public FMPXMLRESULT createFMPXMLRESULT()
FMPXMLRESULT
public ProductType createProductType()
ProductType
public DatabaseType createDatabaseType()
DatabaseType
public ResultSetType.ROW.COL createResultSetTypeROWCOL()
ResultSetType.ROW.COL
public MetaDataType.FIELD createMetaDataTypeFIELD()
MetaDataType.FIELD
Copyright © 2017 OpenEstate. All rights reserved.