All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ibm.rqm.xml.bind.processinfo.ObjectFactory Maven / Gradle / Ivy

There is a newer version: 1.6.0-BETA2
Show newest version
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2015.07.13 at 12:00:05 PM BRT 
//


package com.ibm.rqm.xml.bind.processinfo;

import javax.xml.bind.annotation.XmlRegistry;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the com.ibm.rqm.xml.bind.processinfo package. 
 * 

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 { /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.ibm.rqm.xml.bind.processinfo * */ public ObjectFactory() { } /** * Create an instance of {@link HasStateGroup } * */ public HasStateGroup createHasStateGroup() { return new HasStateGroup(); } /** * Create an instance of {@link Category } * */ public Category createCategory() { return new Category(); } /** * Create an instance of {@link ProcessInfo } * */ public ProcessInfo createProcessInfo() { return new ProcessInfo(); } /** * Create an instance of {@link StateGroupResource } * */ public StateGroupResource createStateGroupResource() { return new StateGroupResource(); } /** * Create an instance of {@link WorkflowState } * */ public WorkflowState createWorkflowState() { return new WorkflowState(); } /** * Create an instance of {@link ProjectArea } * */ public ProjectArea createProjectArea() { return new ProjectArea(); } /** * Create an instance of {@link StateGroup } * */ public StateGroup createStateGroup() { return new StateGroup(); } /** * Create an instance of {@link HasPriority } * */ public HasPriority createHasPriority() { return new HasPriority(); } /** * Create an instance of {@link Priority } * */ public Priority createPriority() { return new Priority(); } /** * Create an instance of {@link HasWorkflowState } * */ public HasWorkflowState createHasWorkflowState() { return new HasWorkflowState(); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy