Package edu.harvard.hul.ois.ots.schemas.AES

Examples of edu.harvard.hul.ois.ots.schemas.AES.Use


    }
   
   
    protected void setDummyUseType() throws XmlContentException {
      if(aes.getUses().size() == 0) {
        Use use = new Use();
        aes.addUse(use);
        use.setUseType("OTHER");
        use.setOtherType("unknown");
      }
    }
View Full Code Here

TOP

Related Classes of edu.harvard.hul.ois.ots.schemas.AES.Use

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.