Examples of RefNameType


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
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.