/**
* Tests, whether the binding has moved the schema to the proper
* package and whether the string constants have been created.
*/
public void testBindings() throws Exception {
FooType foo = new ObjectFactory().createFoo();
foo.setBar(YesNoTypeClass.YES);
foo.setBool(Boolean.TRUE);
ImpFooType impFoo = new org.apache.ws.jaxme.test.bindings.imported.vo.ObjectFactory().createImpFoo();
impFoo.setXyz(org.apache.ws.jaxme.test.bindings.imported.vo.YesNoTypeClass.NO);
impFoo.setRequiredLong(1L);