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()
ResultSetTypepublic ResultSetType.ROW createResultSetTypeROW()
ResultSetType.ROWpublic MetaDataType createMetaDataType()
MetaDataTypepublic FMPXMLRESULT createFMPXMLRESULT()
FMPXMLRESULTpublic ProductType createProductType()
ProductTypepublic DatabaseType createDatabaseType()
DatabaseTypepublic ResultSetType.ROW.COL createResultSetTypeROWCOL()
ResultSetType.ROW.COLpublic MetaDataType.FIELD createMetaDataTypeFIELD()
MetaDataType.FIELDCopyright © 2017 OpenEstate. All rights reserved.