Ignore:
Timestamp:
08/28/10 23:54:43 (21 months ago)
Author:
kasper
Message:

Ticket #382: Improved testing and examples. Added classpath scanning and more to configuration.

File:
1 edited

Legend:

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

    r982 r983  
    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 05:39:23 PM CEST  
     5// Generated on: 2010.08.28 at 11:24:27 PM CEST  
    66// 
    77 
     
    3838 
    3939    /** 
    40      * Create an instance of {@link ColumnType } 
     40     * Create an instance of {@link DataContextType } 
    4141     *  
    4242     */ 
    43     public ColumnType createColumnType() { 
    44         return new ColumnType(); 
     43    public DataContextType createDataContextType() { 
     44        return new DataContextType(); 
    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     /** 
    8856     * Create an instance of {@link AnalyzerDescriptorType } 
    8957     *  
     
    9462 
    9563    /** 
    96      * Create an instance of {@link SourceType } 
     64     * Create an instance of {@link InputType } 
    9765     *  
    9866     */ 
    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(); 
     67    public InputType createInputType() { 
     68        return new InputType(); 
    13369    } 
    13470 
     
    15086 
    15187    /** 
     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    /** 
    152120     * Create an instance of {@link ConfiguredPropertiesType } 
    153121     *  
     
    158126 
    159127    /** 
    160      * Create an instance of {@link InputType } 
     128     * Create an instance of {@link TransformationType } 
    161129     *  
    162130     */ 
    163     public InputType createInputType() { 
    164         return new InputType(); 
     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(); 
    165165    } 
    166166 
Note: See TracChangeset for help on using the changeset viewer.