In XmlBeans, I have a compiled schema and I create an instance through the MyStuff stuff = MyStuff.Factory.newInstance() method. But in a part of my application I need to treat ...
MyStuff stuff = MyStuff.Factory.newInstance()