public class TestInnerParticleExtension extends TestCase {
public void testTestElement(){
TestElement testElement = new TestElement();
ChildElement_type0 childElement_type0[] = new ChildElement_type0[2];
childElement_type0[0] = new ChildElement_type0();
childElement_type0[0].setTestAttribute("Test Attribute");
ParentTypeChoice[] parentTypeChoices = new ParentTypeChoice[2];
parentTypeChoices[0] = new ParentTypeChoice();
parentTypeChoices[0].setParam1("param1");
parentTypeChoices[1] = new ParentTypeChoice();
parentTypeChoices[1].setParam2("param2");
childElement_type0[0].setParentTypeChoice(parentTypeChoices);
childElement_type0[1] = new ChildElement_type0();
childElement_type0[1].setTestAttribute("Test Attribute");
parentTypeChoices = new ParentTypeChoice[2];
parentTypeChoices[0] = new ParentTypeChoice();
parentTypeChoices[0].setParam1("param1");