Examples of RootWithChoiceCollectionXmlType


Examples of org.jboss.test.xb.builder.object.type.jbossxmlmodelgroup.support.RootWithChoiceCollectionXmlType

      super(name);
   }

   public void testUnmarshalling() throws Exception
   {
      RootWithChoiceCollectionXmlType o = unmarshalObject(RootWithChoiceCollectionXmlType.class);
      ChoiceCollectionXmlType choices = o.getChoices();
      assertEquals("a", choices.getA());
      assertEquals("e", choices.getE());
      assertEquals("value", choices.getValue());
      assertNotNull(choices);
      assertEquals(2, choices.size());
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.