Ignore:
Timestamp:
08/28/10 21:55:08 (21 months ago)
Author:
kasper
Message:

Ticket #382: Added CLI for executing jobs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • AnalyzerBeans/trunk/src/main/java/org/eobjects/analyzer/job/jaxb/ObjectFactory.java

    r978 r982  
    33// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>  
    44// Any modifications to this file will be lost upon recompilation of the source schema.  
    5 // Generated on: 2010.08.28 at 12:24:34 PM CEST  
     5// Generated on: 2010.08.28 at 05:39:23 PM CEST  
    66// 
    77 
     
    3838 
    3939    /** 
    40      * Create an instance of {@link DataContextType } 
     40     * Create an instance of {@link ColumnType } 
    4141     *  
    4242     */ 
    43     public DataContextType createDataContextType() { 
    44         return new DataContextType(); 
     43    public ColumnType createColumnType() { 
     44        return new ColumnType(); 
    4545    } 
    4646 
     
    5454 
    5555    /** 
     56     * Create an instance of {@link TransformerDescriptorType } 
     57     *  
     58     */ 
     59    public TransformerDescriptorType createTransformerDescriptorType() { 
     60        return new TransformerDescriptorType(); 
     61    } 
     62 
     63    /** 
     64     * Create an instance of {@link AnalyzerType } 
     65     *  
     66     */ 
     67    public AnalyzerType createAnalyzerType() { 
     68        return new AnalyzerType(); 
     69    } 
     70 
     71    /** 
     72     * Create an instance of {@link TransformationType } 
     73     *  
     74     */ 
     75    public TransformationType createTransformationType() { 
     76        return new TransformationType(); 
     77    } 
     78 
     79    /** 
     80     * Create an instance of {@link AnalysisType } 
     81     *  
     82     */ 
     83    public AnalysisType createAnalysisType() { 
     84        return new AnalysisType(); 
     85    } 
     86 
     87    /** 
    5688     * Create an instance of {@link AnalyzerDescriptorType } 
    5789     *  
     
    6294 
    6395    /** 
    64      * Create an instance of {@link InputType } 
     96     * Create an instance of {@link SourceType } 
    6597     *  
    6698     */ 
    67     public InputType createInputType() { 
    68         return new InputType(); 
     99    public SourceType createSourceType() { 
     100        return new SourceType(); 
     101    } 
     102 
     103    /** 
     104     * Create an instance of {@link DataContextType } 
     105     *  
     106     */ 
     107    public DataContextType createDataContextType() { 
     108        return new DataContextType(); 
     109    } 
     110 
     111    /** 
     112     * Create an instance of {@link ColumnsType } 
     113     *  
     114     */ 
     115    public ColumnsType createColumnsType() { 
     116        return new ColumnsType(); 
     117    } 
     118 
     119    /** 
     120     * Create an instance of {@link Job } 
     121     *  
     122     */ 
     123    public Job createJob() { 
     124        return new Job(); 
     125    } 
     126 
     127    /** 
     128     * Create an instance of {@link JobMetadataType } 
     129     *  
     130     */ 
     131    public JobMetadataType createJobMetadataType() { 
     132        return new JobMetadataType(); 
    69133    } 
    70134 
     
    86150 
    87151    /** 
    88      * Create an instance of {@link SourceType } 
    89      *  
    90      */ 
    91     public SourceType createSourceType() { 
    92         return new SourceType(); 
    93     } 
    94  
    95     /** 
    96      * Create an instance of {@link AnalyzerType } 
    97      *  
    98      */ 
    99     public AnalyzerType createAnalyzerType() { 
    100         return new AnalyzerType(); 
    101     } 
    102  
    103     /** 
    104      * Create an instance of {@link ColumnType } 
    105      *  
    106      */ 
    107     public ColumnType createColumnType() { 
    108         return new ColumnType(); 
    109     } 
    110  
    111     /** 
    112      * Create an instance of {@link TransformerDescriptorType } 
    113      *  
    114      */ 
    115     public TransformerDescriptorType createTransformerDescriptorType() { 
    116         return new TransformerDescriptorType(); 
    117     } 
    118  
    119     /** 
    120152     * Create an instance of {@link ConfiguredPropertiesType } 
    121153     *  
     
    126158 
    127159    /** 
    128      * Create an instance of {@link TransformationType } 
     160     * Create an instance of {@link InputType } 
    129161     *  
    130162     */ 
    131     public TransformationType createTransformationType() { 
    132         return new TransformationType(); 
    133     } 
    134  
    135     /** 
    136      * Create an instance of {@link JobMetadataType } 
    137      *  
    138      */ 
    139     public JobMetadataType createJobMetadataType() { 
    140         return new JobMetadataType(); 
    141     } 
    142  
    143     /** 
    144      * Create an instance of {@link Job } 
    145      *  
    146      */ 
    147     public Job createJob() { 
    148         return new Job(); 
    149     } 
    150  
    151     /** 
    152      * Create an instance of {@link AnalysisType } 
    153      *  
    154      */ 
    155     public AnalysisType createAnalysisType() { 
    156         return new AnalysisType(); 
    157     } 
    158  
    159     /** 
    160      * Create an instance of {@link ColumnsType } 
    161      *  
    162      */ 
    163     public ColumnsType createColumnsType() { 
    164         return new ColumnsType(); 
     163    public InputType createInputType() { 
     164        return new InputType(); 
    165165    } 
    166166 
Note: See TracChangeset for help on using the changeset viewer.