//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.1.5-b01-fcs
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2007.10.03 at 11:03:13 PM BRT
//
package captor.projectsystem.build.mapper;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElementDecl;
import javax.xml.bind.annotation.XmlRegistry;
import javax.xml.namespace.QName;
/**
* This object contains factory methods for each
* Java content interface and Java element interface
* generated in the captor.projectsystem.build.mapper package.
* <p>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.
*
*/
@XmlRegistry
public class ObjectFactory {
private final static QName _Composer_QNAME = new QName("", "composer");
/**
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: captor.projectsystem.build.mapper
*
*/
public ObjectFactory() {
}
/**
* Create an instance of {@link CallTaskType }
*
*/
public CallTaskType createCallTaskType() {
return new CallTaskType();
}
/**
* Create an instance of {@link IfType }
*
*/
public IfType createIfType() {
return new IfType();
}
/**
* Create an instance of {@link TaskType }
*
*/
public TaskType createTaskType() {
return new TaskType();
}
/**
* Create an instance of {@link ComposeType }
*
*/
public ComposeType createComposeType() {
return new ComposeType();
}
/**
* Create an instance of {@link TasksType }
*
*/
public TasksType createTasksType() {
return new TasksType();
}
/**
* Create an instance of {@link ComposerType }
*
*/
public ComposerType createComposerType() {
return new ComposerType();
}
/**
* Create an instance of {@link MainType }
*
*/
public MainType createMainType() {
return new MainType();
}
/**
* Create an instance of {@link ForEachType }
*
*/
public ForEachType createForEachType() {
return new ForEachType();
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link ComposerType }{@code >}}
*
*/
@XmlElementDecl(namespace = "", name = "composer")
public JAXBElement<ComposerType> createComposer(ComposerType value) {
return new JAXBElement<ComposerType>(_Composer_QNAME, ComposerType.class, null, value);
}
}