Changeset 391 for trunk/org.bridgedb.webservice.cronos/src-axis/org/bridgedb/webservice/cronos/ObjectFactory.java
- Timestamp:
- 06/02/10 20:43:37 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/org.bridgedb.webservice.cronos/src-axis/org/bridgedb/webservice/cronos/ObjectFactory.java
r363 r391 38 38 39 39 /** 40 * Create an instance of {@link IsinRedList } 41 * 42 */ 43 public IsinRedList createIsinRedList() { 44 return new IsinRedList(); 45 } 46 47 /** 48 * Create an instance of {@link IsinRedListResponse } 49 * 50 */ 51 public IsinRedListResponse createIsinRedListResponse() { 52 return new IsinRedListResponse(); 53 } 54 55 /** 40 56 * Create an instance of {@link CronosWS_Type } 41 57 * … … 51 67 public CronosWSResponse createCronosWSResponse() { 52 68 return new CronosWSResponse(); 53 }54 55 /**56 * Create an instance of {@link IsinRedList }57 *58 */59 public IsinRedList createIsinRedList() {60 return new IsinRedList();61 }62 63 /**64 * Create an instance of {@link IsinRedListResponse }65 *66 */67 public IsinRedListResponse createIsinRedListResponse() {68 return new IsinRedListResponse();69 69 } 70 70
