// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2016.04.04 at 11:07:26 PM BST // package pl.baczkowicz.spy.common.generated; import javax.xml.bind.annotation.XmlRegistry; /** * This object contains factory methods for each * Java content interface and Java element interface * generated in the pl.baczkowicz.spy.common.generated package. * <p>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: pl.baczkowicz.spy.common.generated * */ public ObjectFactory() { } /** * Create an instance of {@link Property } * */ public Property createProperty() { return new Property(); } /** * Create an instance of {@link UserCredentials } * */ public UserCredentials createUserCredentials() { return new UserCredentials(); } /** * Create an instance of {@link ConnectionGroup } * */ public ConnectionGroup createConnectionGroup() { return new ConnectionGroup(); } /** * Create an instance of {@link ConnectionGroupReference } * */ public ConnectionGroupReference createConnectionGroupReference() { return new ConnectionGroupReference(); } /** * Create an instance of {@link ConnectionReference } * */ public ConnectionReference createConnectionReference() { return new ConnectionReference(); } /** * Create an instance of {@link ScriptedSubscriptionDetails } * */ public ScriptedSubscriptionDetails createScriptedSubscriptionDetails() { return new ScriptedSubscriptionDetails(); } /** * Create an instance of {@link Task } * */ public Task createTask() { return new Task(); } /** * Create an instance of {@link ScriptDetails } * */ public ScriptDetails createScriptDetails() { return new ScriptDetails(); } /** * Create an instance of {@link TestCasesSettings } * */ public TestCasesSettings createTestCasesSettings() { return new TestCasesSettings(); } /** * Create an instance of {@link Formatting } * */ public Formatting createFormatting() { return new Formatting(); } /** * Create an instance of {@link FormatterDetails } * */ public FormatterDetails createFormatterDetails() { return new FormatterDetails(); } /** * Create an instance of {@link FormatterFunction } * */ public FormatterFunction createFormatterFunction() { return new FormatterFunction(); } /** * Create an instance of {@link ScriptExecutionDetails } * */ public ScriptExecutionDetails createScriptExecutionDetails() { return new ScriptExecutionDetails(); } /** * Create an instance of {@link ConversionFormatterDetails } * */ public ConversionFormatterDetails createConversionFormatterDetails() { return new ConversionFormatterDetails(); } /** * Create an instance of {@link CharacterReplaceFormatterDetails } * */ public CharacterReplaceFormatterDetails createCharacterReplaceFormatterDetails() { return new CharacterReplaceFormatterDetails(); } /** * Create an instance of {@link SubstringConversionFormatterDetails } * */ public SubstringConversionFormatterDetails createSubstringConversionFormatterDetails() { return new SubstringConversionFormatterDetails(); } /** * Create an instance of {@link SubstringReplaceFormatterDetails } * */ public SubstringReplaceFormatterDetails createSubstringReplaceFormatterDetails() { return new SubstringReplaceFormatterDetails(); } /** * Create an instance of {@link SubstringExtractFormatterDetails } * */ public SubstringExtractFormatterDetails createSubstringExtractFormatterDetails() { return new SubstringExtractFormatterDetails(); } }