Changeset 983 for AnalyzerBeans/trunk/src/main/java/org/eobjects/analyzer/job/jaxb/ObjectFactory.java
- Timestamp:
- 08/28/10 23:54:43 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
AnalyzerBeans/trunk/src/main/java/org/eobjects/analyzer/job/jaxb/ObjectFactory.java
r982 r983 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 05:39:23PM CEST5 // Generated on: 2010.08.28 at 11:24:27 PM CEST 6 6 // 7 7 … … 38 38 39 39 /** 40 * Create an instance of {@link ColumnType }40 * Create an instance of {@link DataContextType } 41 41 * 42 42 */ 43 public ColumnType createColumnType() {44 return new ColumnType();43 public DataContextType createDataContextType() { 44 return new DataContextType(); 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 /**88 56 * Create an instance of {@link AnalyzerDescriptorType } 89 57 * … … 94 62 95 63 /** 96 * Create an instance of {@link SourceType }64 * Create an instance of {@link InputType } 97 65 * 98 66 */ 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(); 133 69 } 134 70 … … 150 86 151 87 /** 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 /** 152 120 * Create an instance of {@link ConfiguredPropertiesType } 153 121 * … … 158 126 159 127 /** 160 * Create an instance of {@link InputType }128 * Create an instance of {@link TransformationType } 161 129 * 162 130 */ 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(); 165 165 } 166 166
Note: See TracChangeset
for help on using the changeset viewer.
