The following declaration

 

<xs:complexType name="Statement">
    <xs:simpleContent>
        <xs:extension base="xs:string">
            <xs:attribute name="name" type="xs:string"/>
       ...

        ... 

        </xs:extension>
    </xs:simpleContent>
</xs:complexType>

 

produces a class Statement where the text node is

 

private String string;

 

with accessors getString() and setString() - I'd like to have these
generated as getText() and setText()

 

How do I do that?

 

Thanks

 

 

Marvin Wolfthal

email: m...@weichi.com

 

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to