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

ru.yandex.qatools.allure.data.ObjectFactory Maven / Gradle / Ivy

There is a newer version: 1.5.4
Show newest version

package ru.yandex.qatools.allure.data;

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 ru.yandex.qatools.allure.data 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 { private final static QName _AllureTotal_QNAME = new QName("urn:data.allure.qatools.yandex.ru", "allure-total"); private final static QName _AllureXUnit_QNAME = new QName("urn:data.allure.qatools.yandex.ru", "allure-x-unit"); private final static QName _AllureGraph_QNAME = new QName("urn:data.allure.qatools.yandex.ru", "allure-graph"); private final static QName _AllureBehavior_QNAME = new QName("urn:data.allure.qatools.yandex.ru", "allure-behavior"); private final static QName _AllureDefects_QNAME = new QName("urn:data.allure.qatools.yandex.ru", "allure-defects"); private final static QName _AllureTimeline_QNAME = new QName("urn:data.allure.qatools.yandex.ru", "allure-timeline"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: ru.yandex.qatools.allure.data * */ public ObjectFactory() { } /** * Create an instance of {@link AllureTotal } * */ public AllureTotal createAllureTotal() { return new AllureTotal(); } /** * Create an instance of {@link AllureDefects } * */ public AllureDefects createAllureDefects() { return new AllureDefects(); } /** * Create an instance of {@link AllureTimeline } * */ public AllureTimeline createAllureTimeline() { return new AllureTimeline(); } /** * Create an instance of {@link AllureGraph } * */ public AllureGraph createAllureGraph() { return new AllureGraph(); } /** * Create an instance of {@link AllureBehavior } * */ public AllureBehavior createAllureBehavior() { return new AllureBehavior(); } /** * Create an instance of {@link AllureXUnit } * */ public AllureXUnit createAllureXUnit() { return new AllureXUnit(); } /** * Create an instance of {@link AllureDefect } * */ public AllureDefect createAllureDefect() { return new AllureDefect(); } /** * Create an instance of {@link Host } * */ public Host createHost() { return new Host(); } /** * Create an instance of {@link AllureFeature } * */ public AllureFeature createAllureFeature() { return new AllureFeature(); } /** * Create an instance of {@link Thread } * */ public Thread createThread() { return new Thread(); } /** * Create an instance of {@link AllureTestSuite } * */ public AllureTestSuite createAllureTestSuite() { return new AllureTestSuite(); } /** * Create an instance of {@link AllureStory } * */ public AllureStory createAllureStory() { return new AllureStory(); } /** * Create an instance of {@link AllureReportInfo } * */ public AllureReportInfo createAllureReportInfo() { return new AllureReportInfo(); } /** * Create an instance of {@link DefectItem } * */ public DefectItem createDefectItem() { return new DefectItem(); } /** * Create an instance of {@link JAXBElement }{@code <}{@link AllureTotal }{@code >}} * */ @XmlElementDecl(namespace = "urn:data.allure.qatools.yandex.ru", name = "allure-total") public JAXBElement createAllureTotal(AllureTotal value) { return new JAXBElement(_AllureTotal_QNAME, AllureTotal.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link AllureXUnit }{@code >}} * */ @XmlElementDecl(namespace = "urn:data.allure.qatools.yandex.ru", name = "allure-x-unit") public JAXBElement createAllureXUnit(AllureXUnit value) { return new JAXBElement(_AllureXUnit_QNAME, AllureXUnit.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link AllureGraph }{@code >}} * */ @XmlElementDecl(namespace = "urn:data.allure.qatools.yandex.ru", name = "allure-graph") public JAXBElement createAllureGraph(AllureGraph value) { return new JAXBElement(_AllureGraph_QNAME, AllureGraph.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link AllureBehavior }{@code >}} * */ @XmlElementDecl(namespace = "urn:data.allure.qatools.yandex.ru", name = "allure-behavior") public JAXBElement createAllureBehavior(AllureBehavior value) { return new JAXBElement(_AllureBehavior_QNAME, AllureBehavior.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link AllureDefects }{@code >}} * */ @XmlElementDecl(namespace = "urn:data.allure.qatools.yandex.ru", name = "allure-defects") public JAXBElement createAllureDefects(AllureDefects value) { return new JAXBElement(_AllureDefects_QNAME, AllureDefects.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link AllureTimeline }{@code >}} * */ @XmlElementDecl(namespace = "urn:data.allure.qatools.yandex.ru", name = "allure-timeline") public JAXBElement createAllureTimeline(AllureTimeline value) { return new JAXBElement(_AllureTimeline_QNAME, AllureTimeline.class, null, value); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy