Package edu.mayo.bmi.guoqian.claml

Examples of edu.mayo.bmi.guoqian.claml.Title


    /**
     * Create an instance of {@link Title }
     *
     */
    public Title createTitle() {
        return new Title();
    }
View Full Code Here


      ObjectFactory factory = new ObjectFactory();
     
          ClaML claml = factory.createClaML();
          claml.setVersion("2.0.0");
         
          Title title = factory.createTitle();
          title.setDate("2010-06-01");
          title.setName("ICD-11-alpha");
          title.setVersion("June 2010");
         
          claml.setTitle(title);
         
          Identifier identifier = factory.createIdentifier();
          identifier.setAuthority("WHO");
View Full Code Here

TOP

Related Classes of edu.mayo.bmi.guoqian.claml.Title

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.