DataBeanOpaque

The binding framework is implemented in the class called DataBeanOpaque, which represents an XML document. All generated root classes extend class DataBeanOpaque. In addition to providing all methods for serializing and deserializing XML, DataBeanOpaque also provides methods that expose access to the root name and doc type of a particular document instance.

Individual DataBeans use the functionality of the binding framework by extending the class DataBeanOpaque.