You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2010/04/05 21:33:10 UTC

svn commit: r930933 - /xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/XSSimpleTypeDelegate.java

Author: mrglavas
Date: Mon Apr  5 19:33:10 2010
New Revision: 930933

URL: http://svn.apache.org/viewvc?rev=930933&view=rev
Log:
Adding an accessor method which returns the wrapped XSSimpleType.

Modified:
    xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/XSSimpleTypeDelegate.java

Modified: xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/XSSimpleTypeDelegate.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/XSSimpleTypeDelegate.java?rev=930933&r1=930932&r2=930933&view=diff
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/XSSimpleTypeDelegate.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/dv/xs/XSSimpleTypeDelegate.java Mon Apr  5 19:33:10 2010
@@ -48,6 +48,10 @@ public class XSSimpleTypeDelegate
         }
         this.type = type;
     }
+    
+    public XSSimpleType getWrappedXSSimpleType() {
+        return type;
+    }
 
     public XSObjectList getAnnotations() {
         return type.getAnnotations();



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org