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: jgloss.ui.download.schema
|
Modifier and Type | Method and Description |
---|---|
Copyright |
createCopyright()
Create an instance of
Copyright |
Dictionaries |
createDictionaries()
Create an instance of
Dictionaries |
Dictionary |
createDictionary()
Create an instance of
Dictionary |
Dictionary.Description |
createDictionaryDescription()
Create an instance of
Dictionary.Description |
Dictionary.Languages |
createDictionaryLanguages()
Create an instance of
Dictionary.Languages |
Download |
createDownload()
Create an instance of
Download |
public ObjectFactory()
public Dictionary createDictionary()
Dictionary
public Dictionaries createDictionaries()
Dictionaries
public Dictionary.Description createDictionaryDescription()
Dictionary.Description
public Dictionary.Languages createDictionaryLanguages()
Dictionary.Languages
Copyright © 2001-2013 the JGloss developers. All Rights Reserved.