You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ia...@apache.org on 2003/12/19 09:58:15 UTC

cvs commit: ws-axis/java/src/org/apache/axis/wsdl/symbolTable TypeEntry.java

ias         2003/12/19 00:58:15

  Modified:    java/src/org/apache/axis/wsdl/symbolTable TypeEntry.java
  Log:
  Fix for Bug 25558 - Added setBaseType(boolean)
  
  Revision  Changes    Path
  1.14      +9 -0      ws-axis/java/src/org/apache/axis/wsdl/symbolTable/TypeEntry.java
  
  Index: TypeEntry.java
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/src/org/apache/axis/wsdl/symbolTable/TypeEntry.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- TypeEntry.java	12 Dec 2003 16:58:12 -0000	1.13
  +++ TypeEntry.java	19 Dec 2003 08:58:15 -0000	1.14
  @@ -254,6 +254,15 @@
       }
   
       /**
  +     * Method setBaseType
  +     * 
  +     * @param baseType 
  +     */
  +    public void setBaseType(boolean baseType) {
  +        isBaseType = baseType;
  +    }
  +    
  +    /**
        * Method isSimpleType
        * 
        * @return