Changeset 982 for AnalyzerBeans/trunk/src/main/java/org/eobjects/analyzer/job/jaxb/ObjectFactory.java
- Timestamp:
- 08/28/10 21:55:08 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
AnalyzerBeans/trunk/src/main/java/org/eobjects/analyzer/job/jaxb/ObjectFactory.java
r978 r982 3 3 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 4 4 // Any modifications to this file will be lost upon recompilation of the source schema. 5 // Generated on: 2010.08.28 at 12:24:34PM CEST5 // Generated on: 2010.08.28 at 05:39:23 PM CEST 6 6 // 7 7 … … 38 38 39 39 /** 40 * Create an instance of {@link DataContextType }40 * Create an instance of {@link ColumnType } 41 41 * 42 42 */ 43 public DataContextType createDataContextType() {44 return new DataContextType();43 public ColumnType createColumnType() { 44 return new ColumnType(); 45 45 } 46 46 … … 54 54 55 55 /** 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 /** 56 88 * Create an instance of {@link AnalyzerDescriptorType } 57 89 * … … 62 94 63 95 /** 64 * Create an instance of {@link InputType }96 * Create an instance of {@link SourceType } 65 97 * 66 98 */ 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(); 69 133 } 70 134 … … 86 150 87 151 /** 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 /**120 152 * Create an instance of {@link ConfiguredPropertiesType } 121 153 * … … 126 158 127 159 /** 128 * Create an instance of {@link TransformationType }160 * Create an instance of {@link InputType } 129 161 * 130 162 */ 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(); 165 165 } 166 166
Note: See TracChangeset
for help on using the changeset viewer.
