Hi,
Sorry if this is a newbie question, I'm a newbie. All my elements declared as xs:string are being generated as top-level classes.

<xs:element name="PrimaryNamedInsuredFlag" type="xs:string"/>

<xs:element name="CustomerRecord">
<xs:complexType>
<xs:sequence>
<xs:element ref="PrimaryNamedInsuredFlag"/>
                . . .

Is there a way to do this?

class  CustomerRecord
{
    private String primaryNamedInsuredFlag;


    String getPrimaryNamedInsuredFlag()
    {
        return primaryNamedInsured;



------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
jibx-devs mailing list
jibx-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-devs

Reply via email to