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:
eu.esdihumboldt.hale.models.project.generated
|
Modifier and Type | Method and Description |
---|---|
ConfigData |
createConfigData()
Create an instance of
ConfigData |
ConfigSection |
createConfigSection()
Create an instance of
ConfigSection |
JAXBElement<String> |
createContextElement(String value)
|
HaleProject |
createHaleProject()
Create an instance of
HaleProject |
JAXBElement<HaleProject> |
createHaleProject(HaleProject value)
|
InstanceData |
createInstanceData()
Create an instance of
InstanceData |
JAXBElement<InstanceData> |
createInstanceData(InstanceData value)
|
MappedSchema |
createMappedSchema()
Create an instance of
MappedSchema |
JAXBElement<MappedSchema> |
createMappedSchema(MappedSchema value)
|
Styles |
createStyles()
Create an instance of
Styles |
JAXBElement<Styles> |
createStyles(Styles value)
|
Task |
createTask()
Create an instance of
Task |
JAXBElement<Task> |
createTask(Task value)
|
TaskStatus |
createTaskStatus()
Create an instance of
TaskStatus |
JAXBElement<TaskStatus> |
createTaskStatus(TaskStatus value)
|
public ObjectFactory()
public MappedSchema createMappedSchema()
MappedSchema
public ConfigSection createConfigSection()
ConfigSection
public ConfigData createConfigData()
ConfigData
public TaskStatus createTaskStatus()
TaskStatus
public HaleProject createHaleProject()
HaleProject
public InstanceData createInstanceData()
InstanceData
public JAXBElement<String> createContextElement(String value)
public JAXBElement<InstanceData> createInstanceData(InstanceData value)
public JAXBElement<Task> createTask(Task value)
public JAXBElement<MappedSchema> createMappedSchema(MappedSchema value)
public JAXBElement<TaskStatus> createTaskStatus(TaskStatus value)
public JAXBElement<HaleProject> createHaleProject(HaleProject value)
public JAXBElement<Styles> createStyles(Styles value)
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a