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.common.core.io.project.model.internal.generated
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<Object> |
createAbstractProperty(Object value)
|
JAXBElement<Object> |
createAbstractSetting(Object value)
|
JAXBElement<ComplexPropertyType> |
createComplexProperty(ComplexPropertyType value)
|
ComplexPropertyType |
createComplexPropertyType()
Create an instance of
ComplexPropertyType |
JAXBElement<ComplexPropertyType> |
createComplexSetting(ComplexPropertyType value)
|
JAXBElement<ProjectType> |
createHaleProject(ProjectType value)
|
IOConfigurationType |
createIOConfigurationType()
Create an instance of
IOConfigurationType |
ProjectFileType |
createProjectFileType()
Create an instance of
ProjectFileType |
ProjectType |
createProjectType()
Create an instance of
ProjectType |
JAXBElement<PropertyType> |
createProperty(PropertyType value)
|
PropertyType |
createPropertyType()
Create an instance of
PropertyType |
JAXBElement<PropertyType> |
createSetting(PropertyType value)
|
public ObjectFactory()
public ProjectType createProjectType()
ProjectType
public PropertyType createPropertyType()
PropertyType
public ComplexPropertyType createComplexPropertyType()
ComplexPropertyType
public ProjectFileType createProjectFileType()
ProjectFileType
public IOConfigurationType createIOConfigurationType()
IOConfigurationType
public JAXBElement<PropertyType> createSetting(PropertyType value)
public JAXBElement<ComplexPropertyType> createComplexSetting(ComplexPropertyType value)
public JAXBElement<Object> createAbstractProperty(Object value)
public JAXBElement<PropertyType> createProperty(PropertyType value)
public JAXBElement<Object> createAbstractSetting(Object value)
public JAXBElement<ProjectType> createHaleProject(ProjectType value)
public JAXBElement<ComplexPropertyType> createComplexProperty(ComplexPropertyType value)
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a