Package ch.inftec.ju.util.xml.ns.ref

Examples of ch.inftec.ju.util.xml.ns.ref.RefNameType


 
  private ComplexRoot getComplexRoot() {
    ComplexRoot cr = new ComplexRoot();
    cr.setName("name");
    cr.setAge(BigInteger.valueOf(17L));
    cr.setRefName(new RefNameType());
    cr.getRefName().setFirstName("firstName");
    cr.getRefName().setLastName("lastName");
    return cr;
  }
View Full Code Here

TOP

Related Classes of ch.inftec.ju.util.xml.ns.ref.RefNameType

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.