} catch (java.rmi.RemoteException re) {
throw new junit.framework.AssertionFailedError("complexSequenceReturn Exception caught: " + re );
}
String[] optArray = new String[] {"abc", "def"};
byte[][] byteArray = new byte[][] { new byte[] {'a', 'b', 'c'}, new byte[] {'x', 'y', 'z'} };
B b = new B();
A a = new A();
a.setC(3);
b.setD(a);
_elemWComplex elemWComplex = new _elemWComplex();
StringParameter sp = new StringParameter("sweet!");
sp.setDescription("Pass this as an element and an attribute...wow!");
elemWComplex.setOne( new Simple("one"));