Package org.apache.ws.jaxme.test.misc.jaxb.impl

Examples of org.apache.ws.jaxme.test.misc.jaxb.impl.SomeClass


  /** Verify that the interface "SomeClass" with the implementation
   * "SomeClass" exists and has an attribute "SomeAttribute", and
   * a child element "SomeElement".
   */
  public void testJaxbClass() {
    org.apache.ws.jaxme.test.misc.jaxb.SomeClass sc = new SomeClass();
    sc.setSomeAttribute("2");
    sc.setSomeElement(2);
  }
View Full Code Here


  /** Verify that the interface "SomeClass" with the implementation
   * "SomeClass" exists and has an attribute "SomeAttribute", and
   * a child element "SomeElement".
   */
  public void testJaxbClass() {
    org.apache.ws.jaxme.test.misc.jaxb.SomeClass sc = new SomeClass();
    sc.setSomeAttribute("2");
    sc.setSomeElement(2);
  }
View Full Code Here

  /** Verify that the interface "SomeClass" with the implementation
   * "SomeClass" exists and has an attribute "SomeAttribute", and
   * a child element "SomeElement".
   */
  public void testJaxbClass() {
    org.apache.ws.jaxme.test.misc.jaxb.SomeClass sc = new SomeClass();
    sc.setSomeAttribute("2");
    sc.setSomeElement(2);
  }
View Full Code Here

  /** Verify that the interface "SomeClass" with the implementation
   * "SomeClass" exists and has an attribute "SomeAttribute", and
   * a child element "SomeElement".
   */
  public void testJaxbClass() {
    org.apache.ws.jaxme.test.misc.jaxb.SomeClass sc = new SomeClass();
    sc.setSomeAttribute("2");
    sc.setSomeElement(2);
  }
View Full Code Here

  /** Verify that the interface "SomeClass" with the implementation
   * "SomeClass" exists and has an attribute "SomeAttribute", and
   * a child element "SomeElement".
   */
  public void testJaxbClass() {
    org.apache.ws.jaxme.test.misc.jaxb.SomeClass sc = new SomeClass();
    sc.setSomeAttribute("2");
    sc.setSomeElement(2);
  }
View Full Code Here

TOP

Related Classes of org.apache.ws.jaxme.test.misc.jaxb.impl.SomeClass

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.