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

de.dagere.kopeme.generated.ObjectFactory Maven / Gradle / Ivy

//
// Diese Datei wurde mit der Eclipse Implementation of JAXB, v2.3.7 generiert 
// Siehe https://eclipse-ee4j.github.io/jaxb-ri 
// Änderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 
// Generiert: 2024.12.22 um 12:44:41 PM CET 
//


package de.dagere.kopeme.generated;

import javax.xml.bind.annotation.XmlRegistry;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the de.dagere.kopeme.generated 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: de.dagere.kopeme.generated * */ public ObjectFactory() { } /** * Create an instance of {@link Kopemedata } * */ public Kopemedata createKopemedata() { return new Kopemedata(); } /** * Create an instance of {@link Result } * */ public Result createResult() { return new Result(); } /** * Create an instance of {@link Result.Fulldata } * */ public Result.Fulldata createResultFulldata() { return new Result.Fulldata(); } /** * Create an instance of {@link Result.Params } * */ public Result.Params createResultParams() { return new Result.Params(); } /** * Create an instance of {@link TestcaseType } * */ public TestcaseType createTestcaseType() { return new TestcaseType(); } /** * Create an instance of {@link TestcaseType.Datacollector } * */ public TestcaseType.Datacollector createTestcaseTypeDatacollector() { return new TestcaseType.Datacollector(); } /** * Create an instance of {@link Kopemedata.Configurations } * */ public Kopemedata.Configurations createKopemedataConfigurations() { return new Kopemedata.Configurations(); } /** * Create an instance of {@link Kopemedata.Testcases } * */ public Kopemedata.Testcases createKopemedataTestcases() { return new Kopemedata.Testcases(); } /** * Create an instance of {@link ConfigType } * */ public ConfigType createConfigType() { return new ConfigType(); } /** * Create an instance of {@link Versioninfo } * */ public Versioninfo createVersioninfo() { return new Versioninfo(); } /** * Create an instance of {@link Result.Fulldata.Value } * */ public Result.Fulldata.Value createResultFulldataValue() { return new Result.Fulldata.Value(); } /** * Create an instance of {@link Result.Params.Param } * */ public Result.Params.Param createResultParamsParam() { return new Result.Params.Param(); } /** * Create an instance of {@link TestcaseType.Datacollector.Chunk } * */ public TestcaseType.Datacollector.Chunk createTestcaseTypeDatacollectorChunk() { return new TestcaseType.Datacollector.Chunk(); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy