fr.sii.sonar.duplication.cpd.domain.ObjectFactory Maven / Gradle / Ivy
Show all versions of sonar-duplication-cpd Show documentation
//
// Ce fichier a été généré par l'implémentation de référence JavaTM Architecture for XML Binding (JAXB), v2.2.11
// Voir http://java.sun.com/xml/jaxb
// Toute modification apportée à ce fichier sera perdue lors de la recompilation du schéma source.
// Généré le : 2016.06.06 à 03:12:25 PM CEST
//
package fr.sii.sonar.duplication.cpd.domain;
import javax.xml.bind.annotation.XmlRegistry;
/**
* This object contains factory methods for each
* Java content interface and Java element interface
* generated in the fr.sii.sonar.duplication.cpd.domain 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: fr.sii.sonar.duplication.cpd.domain
*
*/
public ObjectFactory() {
}
/**
* Create an instance of {@link PmdCpd }
*
*/
public PmdCpd createPmdCpd() {
return new PmdCpd();
}
/**
* Create an instance of {@link PmdCpd.Duplication }
*
*/
public PmdCpd.Duplication createPmdCpdDuplication() {
return new PmdCpd.Duplication();
}
/**
* Create an instance of {@link PmdCpd.Duplication.File }
*
*/
public PmdCpd.Duplication.File createPmdCpdDuplicationFile() {
return new PmdCpd.Duplication.File();
}
}