Changeset 983 for AnalyzerBeans/trunk/src/main/java/org/eobjects/analyzer/configuration/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/configuration/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:24PM 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 Configuration MetadataType}40 * Create an instance of {@link Configuration } 41 41 * 42 42 */ 43 public ConfigurationMetadataType createConfigurationMetadataType() { 44 return new ConfigurationMetadataType(); 43 public Configuration createConfiguration() { 44 return new Configuration(); 45 } 46 47 /** 48 * Create an instance of {@link ClasspathScannerType.Package } 49 * 50 */ 51 public ClasspathScannerType.Package createClasspathScannerTypePackage() { 52 return new ClasspathScannerType.Package(); 53 } 54 55 /** 56 * Create an instance of {@link CustomTaskrunnerType } 57 * 58 */ 59 public CustomTaskrunnerType createCustomTaskrunnerType() { 60 return new CustomTaskrunnerType(); 45 61 } 46 62 … … 54 70 55 71 /** 72 * Create an instance of {@link ConfigurationMetadataType } 73 * 74 */ 75 public ConfigurationMetadataType createConfigurationMetadataType() { 76 return new ConfigurationMetadataType(); 77 } 78 79 /** 80 * Create an instance of {@link ClasspathScannerType } 81 * 82 */ 83 public ClasspathScannerType createClasspathScannerType() { 84 return new ClasspathScannerType(); 85 } 86 87 /** 56 88 * Create an instance of {@link CompositeDatastoreType } 57 89 * … … 62 94 63 95 /** 64 * Create an instance of {@link DatastoreCatalogType }96 * Create an instance of {@link JdbcDatastoreType } 65 97 * 66 98 */ 67 public DatastoreCatalogType createDatastoreCatalogType() { 68 return new DatastoreCatalogType(); 69 } 70 71 /** 72 * Create an instance of {@link Configuration } 73 * 74 */ 75 public Configuration createConfiguration() { 76 return new Configuration(); 99 public JdbcDatastoreType createJdbcDatastoreType() { 100 return new JdbcDatastoreType(); 77 101 } 78 102 … … 86 110 87 111 /** 88 * Create an instance of {@link CustomTaskrunnerType }89 *90 */91 public CustomTaskrunnerType createCustomTaskrunnerType() {92 return new CustomTaskrunnerType();93 }94 95 /**96 112 * Create an instance of {@link MultithreadedTaskrunnerType } 97 113 * … … 102 118 103 119 /** 104 * Create an instance of {@link JdbcDatastoreType }120 * Create an instance of {@link DatastoreCatalogType } 105 121 * 106 122 */ 107 public JdbcDatastoreType createJdbcDatastoreType() {108 return new JdbcDatastoreType();123 public DatastoreCatalogType createDatastoreCatalogType() { 124 return new DatastoreCatalogType(); 109 125 } 110 126
Note: See TracChangeset
for help on using the changeset viewer.
