
org.perfcake.model.ObjectFactory Maven / Gradle / Ivy
Show all versions of perfcake Show documentation
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2013.08.30 at 01:04:03 AM CEST
//
package org.perfcake.model;
import javax.xml.bind.annotation.XmlRegistry;
/**
* This object contains factory methods for each
* Java content interface and Java element interface
* generated in the org.perfcake.model 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: org.perfcake.model
*
*/
public ObjectFactory() {
}
/**
* Create an instance of {@link Scenario }
*
*/
public Scenario createScenario() {
return new Scenario();
}
/**
* Create an instance of {@link Scenario.Validation }
*
*/
public Scenario.Validation createScenarioValidation() {
return new Scenario.Validation();
}
/**
* Create an instance of {@link Scenario.Messages }
*
*/
public Scenario.Messages createScenarioMessages() {
return new Scenario.Messages();
}
/**
* Create an instance of {@link Scenario.Messages.Message }
*
*/
public Scenario.Messages.Message createScenarioMessagesMessage() {
return new Scenario.Messages.Message();
}
/**
* Create an instance of {@link Scenario.Reporting }
*
*/
public Scenario.Reporting createScenarioReporting() {
return new Scenario.Reporting();
}
/**
* Create an instance of {@link Scenario.Reporting.Reporter }
*
*/
public Scenario.Reporting.Reporter createScenarioReportingReporter() {
return new Scenario.Reporting.Reporter();
}
/**
* Create an instance of {@link Scenario.Reporting.Reporter.Destination }
*
*/
public Scenario.Reporting.Reporter.Destination createScenarioReportingReporterDestination() {
return new Scenario.Reporting.Reporter.Destination();
}
/**
* Create an instance of {@link Scenario.Generator }
*
*/
public Scenario.Generator createScenarioGenerator() {
return new Scenario.Generator();
}
/**
* Create an instance of {@link Scenario.Properties }
*
*/
public Scenario.Properties createScenarioProperties() {
return new Scenario.Properties();
}
/**
* Create an instance of {@link Scenario.Sender }
*
*/
public Scenario.Sender createScenarioSender() {
return new Scenario.Sender();
}
/**
* Create an instance of {@link Property }
*
*/
public Property createProperty() {
return new Property();
}
/**
* Create an instance of {@link Header }
*
*/
public Header createHeader() {
return new Header();
}
/**
* Create an instance of {@link Scenario.Validation.Validator }
*
*/
public Scenario.Validation.Validator createScenarioValidationValidator() {
return new Scenario.Validation.Validator();
}
/**
* Create an instance of {@link Scenario.Messages.Message.ValidatorRef }
*
*/
public Scenario.Messages.Message.ValidatorRef createScenarioMessagesMessageValidatorRef() {
return new Scenario.Messages.Message.ValidatorRef();
}
/**
* Create an instance of {@link Scenario.Reporting.Reporter.Destination.Period }
*
*/
public Scenario.Reporting.Reporter.Destination.Period createScenarioReportingReporterDestinationPeriod() {
return new Scenario.Reporting.Reporter.Destination.Period();
}
/**
* Create an instance of {@link Scenario.Generator.Run }
*
*/
public Scenario.Generator.Run createScenarioGeneratorRun() {
return new Scenario.Generator.Run();
}
}