Show
Ignore:
Timestamp:
06/02/10 20:43:37 (2 years ago)
Author:
rodche
Message:

Previously missing text file added; Also - generated classes and other minor changes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/org.bridgedb.webservice.cronos/src-axis/org/bridgedb/webservice/cronos/ObjectFactory.java

    r363 r391  
    3838 
    3939    /** 
     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    /** 
    4056     * Create an instance of {@link CronosWS_Type } 
    4157     *  
     
    5167    public CronosWSResponse createCronosWSResponse() { 
    5268        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(); 
    6969    } 
    7070