You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xmlbeans.apache.org by "Roshan Punnoose (JIRA)" <xm...@xml.apache.org> on 2005/03/24 16:24:34 UTC

[jira] Created: (XMLBEANS-132) XMLBeans should allow extension of interfaces in the inner classes

XMLBeans should allow extension of interfaces in the inner classes
------------------------------------------------------------------

         Key: XMLBEANS-132
         URL: http://issues.apache.org/jira/browse/XMLBEANS-132
     Project: XMLBeans
        Type: Improvement
  Components: Binding  
    Versions: Version 2 Beta 1    
    Reporter: Roshan Punnoose


I want to be able to use the interfaces/extensions feature on inner classes of the XmlBeans generated Document. For example, if XMLBeans generates a FooDocument with a Foo inner class, I was to be able to have my interface and extensions used for the Foo class. 

The major reason for this is that I need to be able to handle Foo with my own interface.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: dev-help@xmlbeans.apache.org


[jira] Commented: (XMLBEANS-132) XMLBeans should allow extension of interfaces in the inner classes

Posted by "Roshan Punnoose (JIRA)" <xm...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XMLBEANS-132?page=comments#action_61635 ]
     
Roshan Punnoose commented on XMLBEANS-132:
------------------------------------------

Thanks Dave.

> XMLBeans should allow extension of interfaces in the inner classes
> ------------------------------------------------------------------
>
>          Key: XMLBEANS-132
>          URL: http://issues.apache.org/jira/browse/XMLBEANS-132
>      Project: XMLBeans
>         Type: Improvement
>   Components: Binding
>     Versions: Version 2 Beta 1
>     Reporter: Roshan Punnoose

>
> I want to be able to use the interfaces/extensions feature on inner classes of the XmlBeans generated Document. For example, if XMLBeans generates a FooDocument with a Foo inner class, I was to be able to have my interface and extensions used for the Foo class. 
> The major reason for this is that I need to be able to handle Foo with my own interface.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: dev-help@xmlbeans.apache.org


[jira] Closed: (XMLBEANS-132) XMLBeans should allow extension of interfaces in the inner classes

Posted by "Jacob Danner (JIRA)" <xm...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XMLBEANS-132?page=all ]
     
Jacob Danner closed XMLBEANS-132:
---------------------------------


No additional comments, fix must have worked, closing

> XMLBeans should allow extension of interfaces in the inner classes
> ------------------------------------------------------------------
>
>          Key: XMLBEANS-132
>          URL: http://issues.apache.org/jira/browse/XMLBEANS-132
>      Project: XMLBeans
>         Type: Improvement
>   Components: Binding
>     Versions: Version 2 Beta 1
>     Reporter: Roshan Punnoose

>
> I want to be able to use the interfaces/extensions feature on inner classes of the XmlBeans generated Document. For example, if XMLBeans generates a FooDocument with a Foo inner class, I was to be able to have my interface and extensions used for the Foo class. 
> The major reason for this is that I need to be able to handle Foo with my own interface.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: dev-help@xmlbeans.apache.org


[jira] Resolved: (XMLBEANS-132) XMLBeans should allow extension of interfaces in the inner classes

Posted by "Jacob Danner (JIRA)" <xm...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XMLBEANS-132?page=history ]
     
Jacob Danner resolved XMLBEANS-132:
-----------------------------------

    Resolution: Won't Fix

Sounds like there was a solution. Resolving as won't fix

> XMLBeans should allow extension of interfaces in the inner classes
> ------------------------------------------------------------------
>
>          Key: XMLBEANS-132
>          URL: http://issues.apache.org/jira/browse/XMLBEANS-132
>      Project: XMLBeans
>         Type: Improvement
>   Components: Binding
>     Versions: Version 2 Beta 1
>     Reporter: Roshan Punnoose

>
> I want to be able to use the interfaces/extensions feature on inner classes of the XmlBeans generated Document. For example, if XMLBeans generates a FooDocument with a Foo inner class, I was to be able to have my interface and extensions used for the Foo class. 
> The major reason for this is that I need to be able to handle Foo with my own interface.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: dev-help@xmlbeans.apache.org


[jira] Commented: (XMLBEANS-132) XMLBeans should allow extension of interfaces in the inner classes

Posted by "David Fladung (JIRA)" <xm...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XMLBEANS-132?page=comments#action_61557 ]
     
David Fladung commented on XMLBEANS-132:
----------------------------------------

Define foo as a complexType, then define an element of this complexType. At that point you can use the extensions as you described.

> XMLBeans should allow extension of interfaces in the inner classes
> ------------------------------------------------------------------
>
>          Key: XMLBEANS-132
>          URL: http://issues.apache.org/jira/browse/XMLBEANS-132
>      Project: XMLBeans
>         Type: Improvement
>   Components: Binding
>     Versions: Version 2 Beta 1
>     Reporter: Roshan Punnoose

>
> I want to be able to use the interfaces/extensions feature on inner classes of the XmlBeans generated Document. For example, if XMLBeans generates a FooDocument with a Foo inner class, I was to be able to have my interface and extensions used for the Foo class. 
> The major reason for this is that I need to be able to handle Foo with my own interface.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: dev-help@xmlbeans.apache.org