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

org.datacleaner.job.jaxb.ObjectFactory Maven / Gradle / Ivy

//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2018.05.28 at 09:39:48 PM PDT 
//


package org.datacleaner.job.jaxb;

import javax.xml.bind.annotation.XmlRegistry;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the org.datacleaner.job.jaxb 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.datacleaner.job.jaxb * */ public ObjectFactory() { } /** * Create an instance of {@link ConfiguredPropertiesType } * */ public ConfiguredPropertiesType createConfiguredPropertiesType() { return new ConfiguredPropertiesType(); } /** * Create an instance of {@link MetadataProperties } * */ public MetadataProperties createMetadataProperties() { return new MetadataProperties(); } /** * Create an instance of {@link Job } * */ public Job createJob() { return new Job(); } /** * Create an instance of {@link JobType } * */ public JobType createJobType() { return new JobType(); } /** * Create an instance of {@link JobMetadataType } * */ public JobMetadataType createJobMetadataType() { return new JobMetadataType(); } /** * Create an instance of {@link SourceType } * */ public SourceType createSourceType() { return new SourceType(); } /** * Create an instance of {@link TransformationType } * */ public TransformationType createTransformationType() { return new TransformationType(); } /** * Create an instance of {@link AnalysisType } * */ public AnalysisType createAnalysisType() { return new AnalysisType(); } /** * Create an instance of {@link DataContextType } * */ public DataContextType createDataContextType() { return new DataContextType(); } /** * Create an instance of {@link ColumnsType } * */ public ColumnsType createColumnsType() { return new ColumnsType(); } /** * Create an instance of {@link ColumnType } * */ public ColumnType createColumnType() { return new ColumnType(); } /** * Create an instance of {@link VariablesType } * */ public VariablesType createVariablesType() { return new VariablesType(); } /** * Create an instance of {@link VariableType } * */ public VariableType createVariableType() { return new VariableType(); } /** * Create an instance of {@link ComponentType } * */ public ComponentType createComponentType() { return new ComponentType(); } /** * Create an instance of {@link DescriptorType } * */ public DescriptorType createDescriptorType() { return new DescriptorType(); } /** * Create an instance of {@link OutputDataStreamType } * */ public OutputDataStreamType createOutputDataStreamType() { return new OutputDataStreamType(); } /** * Create an instance of {@link TransformerType } * */ public TransformerType createTransformerType() { return new TransformerType(); } /** * Create an instance of {@link FilterType } * */ public FilterType createFilterType() { return new FilterType(); } /** * Create an instance of {@link AnalyzerType } * */ public AnalyzerType createAnalyzerType() { return new AnalyzerType(); } /** * Create an instance of {@link InputType } * */ public InputType createInputType() { return new InputType(); } /** * Create an instance of {@link OutputType } * */ public OutputType createOutputType() { return new OutputType(); } /** * Create an instance of {@link OutcomeType } * */ public OutcomeType createOutcomeType() { return new OutcomeType(); } /** * Create an instance of {@link ConfiguredPropertiesType.Property } * */ public ConfiguredPropertiesType.Property createConfiguredPropertiesTypeProperty() { return new ConfiguredPropertiesType.Property(); } /** * Create an instance of {@link MetadataProperties.Property } * */ public MetadataProperties.Property createMetadataPropertiesProperty() { return new MetadataProperties.Property(); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy