Package edu.mayo.bmi.guoqian.claml

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


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


          title.setName("ICD-11-alpha");
          title.setVersion("June 2010");
         
          claml.setTitle(title);
         
          Identifier identifier = factory.createIdentifier();
          identifier.setAuthority("WHO");
          identifier.setUid("id-to-be-added-later");
          claml.getIdentifier().add(identifier);
         
          Meta meta = factory.createMeta();
          meta.setName("lang");
          meta.setValue("en");
View Full Code Here

TOP

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

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.