com.hello2morrow.sonarplugin.xsd.ObjectFactory Maven / Gradle / Ivy
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2013.03.12 at 09:16:26 AM MEZ
//
package com.hello2morrow.sonarplugin.xsd;
import javax.xml.bind.annotation.XmlRegistry;
/**
* This object contains factory methods for each
* Java content interface and Java element interface
* generated in the com.hello2morrow.sonarplugin.xsd 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.hello2morrow.sonarplugin.xsd
*
*/
public ObjectFactory() {
}
/**
* Create an instance of {@link XsdProblemCategory }
*
*/
public XsdProblemCategory createXsdProblemCategory() {
return new XsdProblemCategory();
}
/**
* Create an instance of {@link XsdAttribute }
*
*/
public XsdAttribute createXsdAttribute() {
return new XsdAttribute();
}
/**
* Create an instance of {@link XsdCyclePath }
*
*/
public XsdCyclePath createXsdCyclePath() {
return new XsdCyclePath();
}
/**
* Create an instance of {@link XsdCycleGroups }
*
*/
public XsdCycleGroups createXsdCycleGroups() {
return new XsdCycleGroups();
}
/**
* Create an instance of {@link XsdWorkspacePath }
*
*/
public XsdWorkspacePath createXsdWorkspacePath() {
return new XsdWorkspacePath();
}
/**
* Create an instance of {@link XsdExclusions }
*
*/
public XsdExclusions createXsdExclusions() {
return new XsdExclusions();
}
/**
* Create an instance of {@link XsdBuildUnits }
*
*/
public XsdBuildUnits createXsdBuildUnits() {
return new XsdBuildUnits();
}
/**
* Create an instance of {@link XsdViolations }
*
*/
public XsdViolations createXsdViolations() {
return new XsdViolations();
}
/**
* Create an instance of {@link XsdTasks }
*
*/
public XsdTasks createXsdTasks() {
return new XsdTasks();
}
/**
* Create an instance of {@link ReportContext }
*
*/
public ReportContext createReportContext() {
return new ReportContext();
}
/**
* Create an instance of {@link XsdMetric }
*
*/
public XsdMetric createXsdMetric() {
return new XsdMetric();
}
/**
* Create an instance of {@link XsdElementProblem }
*
*/
public XsdElementProblem createXsdElementProblem() {
return new XsdElementProblem();
}
/**
* Create an instance of {@link XsdArchitectureViolation }
*
*/
public XsdArchitectureViolation createXsdArchitectureViolation() {
return new XsdArchitectureViolation();
}
/**
* Create an instance of {@link XsdWarnings }
*
*/
public XsdWarnings createXsdWarnings() {
return new XsdWarnings();
}
/**
* Create an instance of {@link XsdWorkspaces }
*
*/
public XsdWorkspaces createXsdWorkspaces() {
return new XsdWorkspaces();
}
/**
* Create an instance of {@link XsdWarningsByAttribute }
*
*/
public XsdWarningsByAttribute createXsdWarningsByAttribute() {
return new XsdWarningsByAttribute();
}
/**
* Create an instance of {@link XsdConfigurations }
*
*/
public XsdConfigurations createXsdConfigurations() {
return new XsdConfigurations();
}
/**
* Create an instance of {@link XsdConfiguration }
*
*/
public XsdConfiguration createXsdConfiguration() {
return new XsdConfiguration();
}
/**
* Create an instance of {@link XsdTypeRelation }
*
*/
public XsdTypeRelation createXsdTypeRelation() {
return new XsdTypeRelation();
}
/**
* Create an instance of {@link XsdMetrics }
*
*/
public XsdMetrics createXsdMetrics() {
return new XsdMetrics();
}
/**
* Create an instance of {@link XsdAttributeCategory }
*
*/
public XsdAttributeCategory createXsdAttributeCategory() {
return new XsdAttributeCategory();
}
/**
* Create an instance of {@link XsdTask }
*
*/
public XsdTask createXsdTask() {
return new XsdTask();
}
/**
* Create an instance of {@link XsdWorkspace }
*
*/
public XsdWorkspace createXsdWorkspace() {
return new XsdWorkspace();
}
/**
* Create an instance of {@link XsdProjects }
*
*/
public XsdProjects createXsdProjects() {
return new XsdProjects();
}
/**
* Create an instance of {@link XsdPosition }
*
*/
public XsdPosition createXsdPosition() {
return new XsdPosition();
}
/**
* Create an instance of {@link XsdWarningsByAttributeGroup }
*
*/
public XsdWarningsByAttributeGroup createXsdWarningsByAttributeGroup() {
return new XsdWarningsByAttributeGroup();
}
/**
* Create an instance of {@link XsdWarning }
*
*/
public XsdWarning createXsdWarning() {
return new XsdWarning();
}
/**
* Create an instance of {@link XsdDependencyProblem }
*
*/
public XsdDependencyProblem createXsdDependencyProblem() {
return new XsdDependencyProblem();
}
/**
* Create an instance of {@link XsdConsistencyProblems }
*
*/
public XsdConsistencyProblems createXsdConsistencyProblems() {
return new XsdConsistencyProblems();
}
/**
* Create an instance of {@link XsdAttributeRoot }
*
*/
public XsdAttributeRoot createXsdAttributeRoot() {
return new XsdAttributeRoot();
}
/**
* Create an instance of {@link XsdCycleGroup }
*
*/
public XsdCycleGroup createXsdCycleGroup() {
return new XsdCycleGroup();
}
}