tags:

views:

44

answers:

0

Hi,

Can anybody please help me by providing the java code using JAXB to create an xml file covering the code below:

<possibleValues>
    <possibleValue representsNull="false" cannotBeSoleTarget="false">
        <displayName>True</displayName>
        <value>True</value>
    </possibleValue>
    <possibleValue representsNull="false" cannotBeSoleTarget="false">
        <displayName>False</displayName>
        <value>False</value>
    </possibleValue>
</possibleValues>