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: broadwick.config.generated
|
public ObjectFactory()
public CustomTags createCustomTags()
CustomTags
public Models.Model createModelsModel()
Models.Model
public Project.Data createProjectData()
Project.Data
public LifeHistoryType createLifeHistoryType()
LifeHistoryType
public PopulationType createPopulationType()
PopulationType
public GaussianPrior createGaussianPrior()
GaussianPrior
public UniformPrior createUniformPrior()
UniformPrior
public CustomTags.CustomTag createCustomTagsCustomTag()
CustomTags.CustomTag
public DataFiles.DirectedMovementFile createDataFilesDirectedMovementFile()
DataFiles.DirectedMovementFile
public DataFiles.FullMovementFile createDataFilesFullMovementFile()
DataFiles.FullMovementFile
public DataFiles.BatchMovementFile createDataFilesBatchMovementFile()
DataFiles.BatchMovementFile
public DataFiles.PopulationFile createDataFilesPopulationFile()
DataFiles.PopulationFile
public DataFiles.LocationsFile createDataFilesLocationsFile()
DataFiles.LocationsFile
public DataFiles.TestsFile createDataFilesTestsFile()
DataFiles.TestsFile
public Models.Model.Priors createModelsModelPriors()
Models.Model.Priors
public Logs.Console createLogsConsole()
Logs.Console
Copyright © 2015 University of Glasgow. All rights reserved.