For getting the parsing call parseAndMapToVO method of ParseAndBind with target XML file its XSD and the VO to which it should get mapped to.
As a second step if you want to bind 2 different objects use bean_2_bean_Binding with source object, destination object and a mapping properties file.
This properties file should comprise of mappings as shown below:
Source Bean Property, Dest Bean Property
REGNO=REG_NO (direct mapping to VO properties)
INDNO=nomDet.IND (VO inside a VO)
For getting the parsing call parseAndMapToVO method of ParseAndBind with target XML file its XSD and the VO to which it should get mapped to. As a second step if you want to bind 2 different objects use bean_2_bean_Binding with source object, destination object and a mapping properties file. This properties file should comprise of mappings as shown below: Source Bean Property, Dest Bean Property REGNO=REG_NO (direct mapping to VO properties) INDNO=nomDet.IND (VO inside a VO)