info.textgrid._import
Class ObjectFactory

java.lang.Object
  extended by info.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 Summary
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
 
Method Summary
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

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: info.textgrid._import

Method Detail

createImportObject

public ImportObject createImportObject()
Create an instance of ImportObject


createElementSpecAttribute

public ElementSpec.Attribute createElementSpecAttribute()
Create an instance of ElementSpec.Attribute


createImportSpec

public ImportSpec createImportSpec()
Create an instance of ImportSpec


createXmlConfigurationProcessingInstruction

public XmlConfiguration.ProcessingInstruction createXmlConfigurationProcessingInstruction()
Create an instance of XmlConfiguration.ProcessingInstruction


createRevisionPolicy

public RevisionPolicy createRevisionPolicy()
Create an instance of RevisionPolicy


createElementSpec

public ElementSpec createElementSpec()
Create an instance of ElementSpec


createXmlConfiguration

public XmlConfiguration createXmlConfiguration()
Create an instance of XmlConfiguration



Copyright © 2012 TextGrid. All Rights Reserved.