Hi everyone. I have something like that :  

 public class garage
{
 private Car car;
 private string j;
 private int k;
}
 
public class Car
{
 private int h;
}

i know how do like this using castor : 
<root>
    <garage>
       <j>value</j>
       <k>value</k>
       <Car>
         <h>value />
       <Car>
   </garage>
 </root>

It is possible to do something like this: and how ?
<root>
    <garage>
       <j>value</j>
       <k>value</k>
       <h>value</h>
   </garage>
 </root>

Thanks for answer.greeting
-- 
View this message in context: 
http://www.nabble.com/class-in-class-tf4807201.html#a13753673
Sent from the Castor - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to