|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinfo.textgrid._import.ObjectFactory
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the info.textgrid._import package.
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: info.textgrid._import |
Modifier and Type | Method and Description |
---|---|
ElementSpec |
createElementSpec()
Create an instance of ElementSpec |
ElementSpec.Attribute |
createElementSpecAttribute()
Create an instance of ElementSpec.Attribute |
ImportObject |
createImportObject()
Create an instance of ImportObject |
ImportSpec |
createImportSpec()
Create an instance of ImportSpec |
RevisionPolicy |
createRevisionPolicy()
Create an instance of RevisionPolicy |
XmlConfiguration |
createXmlConfiguration()
Create an instance of XmlConfiguration |
XmlConfiguration.ProcessingInstruction |
createXmlConfigurationProcessingInstruction()
Create an instance of XmlConfiguration.ProcessingInstruction |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectFactory()
Method Detail |
---|
public ElementSpec createElementSpec()
ElementSpec
public ImportSpec createImportSpec()
ImportSpec
public ElementSpec.Attribute createElementSpecAttribute()
ElementSpec.Attribute
public ImportObject createImportObject()
ImportObject
public XmlConfiguration.ProcessingInstruction createXmlConfigurationProcessingInstruction()
XmlConfiguration.ProcessingInstruction
public RevisionPolicy createRevisionPolicy()
RevisionPolicy
public XmlConfiguration createXmlConfiguration()
XmlConfiguration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |