Package gen.core.project
Class ObjectFactory
java.lang.Object
gen.core.project.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the gen.core.project package.
An ObjectFactory allows you to programmatically 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
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: gen.core.project -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofMasksCreate an instance ofOmegatCreate an instance ofProjectCreate an instance ofProject.RepositoriesCreate an instance ofRepositoryDefinitionCreate an instance ofRepositoryMapping
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: gen.core.project
-
-
Method Details
-
createProject
Create an instance ofProject- Returns:
- the new instance of
Project
-
createOmegat
Create an instance ofOmegat- Returns:
- the new instance of
Omegat
-
createMasks
Create an instance ofMasks- Returns:
- the new instance of
Masks
-
createProjectRepositories
Create an instance ofProject.Repositories- Returns:
- the new instance of
Project.Repositories
-
createRepositoryDefinition
Create an instance ofRepositoryDefinition- Returns:
- the new instance of
RepositoryDefinition
-
createRepositoryMapping
Create an instance ofRepositoryMapping- Returns:
- the new instance of
RepositoryMapping
-