Package org.jboss.test.xb.builder.object.type.accessor.support

Examples of org.jboss.test.xb.builder.object.type.accessor.support.Sequence


      super(name);
   }

   public void testUnmarshal() throws Exception
   {
      Sequence sequence = unmarshalObject(Sequence.class);
      assertEquals("one", sequence.getOne());
      assertEquals("two", sequence.getTwo());
      assertEquals("three", sequence.getThree());
   }
View Full Code Here

TOP

Related Classes of org.jboss.test.xb.builder.object.type.accessor.support.Sequence

Copyright © 2018 www.massapicom. 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.