001//
002// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2 
003// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
004// Any modifications to this file will be lost upon recompilation of the source schema. 
005// Generated on: 2017.08.21 at 12:02:16 PM IST 
006//
007
008
009package com.thed.zblast.parser.model;
010
011import javax.xml.bind.annotation.XmlRegistry;
012
013
014/**
015 * This object contains factory methods for each 
016 * Java content interface and Java element interface 
017 * generated in the com.thed.testng package. 
018 * <p>An ObjectFactory allows you to programatically 
019 * construct new instances of the Java representation 
020 * for XML content. The Java representation of XML 
021 * content can consist of schema derived interfaces 
022 * and classes representing the binding of schema 
023 * type definitions, element declarations and model 
024 * groups.  Factory methods for each of these are 
025 * provided in this class.
026 * 
027 */
028@XmlRegistry
029public class ObjectFactory {
030
031
032    /**
033     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.thed.testng
034     * 
035     */
036    public ObjectFactory() {
037    }
038
039    /**
040     * Create an instance of {@link TestngResults }
041     * 
042     */
043    public TestngResults createTestngResults() {
044        return new TestngResults();
045    }
046
047    /**
048     * Create an instance of {@link TestngResults.Suite }
049     * 
050     */
051    public TestngResults.Testsuite createTestngResultsSuite() {
052        return new TestngResults.Testsuite();
053    }
054
055    /**
056     * Create an instance of {@link TestngResults.Suite.Test }
057     * 
058     */
059    public TestngResults.Testsuite.Test createTestngResultsSuiteTest() {
060        return new TestngResults.Testsuite.Test();
061    }
062
063    /**
064     * Create an instance of {@link TestngResults.Suite.Test.Class }
065     * 
066     */
067    public TestngResults.Testsuite.Test.Class createTestngResultsSuiteTestClass() {
068        return new TestngResults.Testsuite.Test.Class();
069    }
070
071    /**
072     * Create an instance of {@link TestngResults.Suite.Test.Class.TestMethod }
073     * 
074     */
075    public TestngResults.Testsuite.Test.Class.TestMethod createTestngResultsSuiteTestClassTestMethod() {
076        return new TestngResults.Testsuite.Test.Class.TestMethod();
077    }
078
079    /**
080     * Create an instance of {@link TestngResults.Suite.Test.Class.TestMethod.Exception }
081     * 
082     */
083    public TestngResults.Testsuite.Test.Class.TestMethod.Exception createTestngResultsSuiteTestClassTestMethodException() {
084        return new TestngResults.Testsuite.Test.Class.TestMethod.Exception();
085    }
086
087}