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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to