Since Properties is a Map you could use my MapEntry
<http://dellroad-stuff.googlecode.com/svn/trunk/publish/reports/javadoc/index.html?org/dellroad/stuff/jibx/MapEntry.html>
class or some variant thereof.

-Archie

On Thu, May 21, 2015 at 10:14 PM, Marvin Wolfthal <m...@weichi.com> wrote:

> Given a name-value pair element:
>
>
>
> <*xs**:complexType **name**="NVP"*>
>     <*xs**:attribute **name**="name" **type**="xs:string" **use*
> *="required"*/>
>     <*xs**:attribute **name**="value" **type**="xs:string" **use*
> *="required"*/>
> </*xs**:complexType*>
>
>
>
> and a collection:
>
>
> <*xs:complexType name="Variables"*>
>     <*xs:sequence*>
>         <*xs:element name="Variable" type="NVP" maxOccurs="unbounded"*/>
>     </*xs:sequence*>
> </*xs:complexType*>
>
>
>
> How would one map the collection to java.util.Properties?
>
>
>
> 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
>
>


-- 
Archie L. Cobbs
------------------------------------------------------------------------------
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