You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xmlbeans.apache.org by "Haneef Ali (JIRA)" <xm...@xml.apache.org> on 2005/04/19 23:24:29 UTC

[jira] Commented: (XMLBEANS-138) Convinent method to get/set xsd:any in generated code

     [ http://issues.apache.org/jira/browse/XMLBEANS-138?page=comments#action_63231 ]
     
Haneef Ali commented on XMLBEANS-138:
-------------------------------------

I don't know about the complexity of this feature. But all the other competing technologies like JAXB, CASTOR, has similar feature.

Adding/retrieving  the objects using xmlcursor is getting tedious if the xsd:any is declared as maxOccurs="unbounded", since  there is no api like  insertXmlObject() in xmlcursor. Nowadays  most of the WS-*specs rely on xsd:any heavily and having no support for xsd:any makes life diffcult for the users. Atleast an api like insertXmlObject(XmlObject) in xmlcursor will make life little bit easier for setting xsd:any

> Convinent method to get/set  xsd:any in generated code
> ------------------------------------------------------
>
>          Key: XMLBEANS-138
>          URL: http://issues.apache.org/jira/browse/XMLBEANS-138
>      Project: XMLBeans
>         Type: New Feature
>     Reporter: Haneef Ali
>      Fix For: TBD

>
> XMLBeans generated code doesn't have any method to get/set xsd:any. Now users need to use xmlcursor to do this.  
> Required feature: 
>    Generate approprate methods like
>       XmlObject getAny()
>       void setAny(XmlObject )

-- 
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