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

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


 

    protected AESModel () throws XmlContentException {
     
      //set up base AES object structure     
        aes = new AudioObject ();
        aes.setSchemaVersion("1.0.0");
        aes.setID(audioObjectID);
        aes.setDisposition("");
        Identifier ident = new Identifier("","primaryIdentifier");
        ident.setIdentifierType("FILE_NAME");
View Full Code Here

TOP

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

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.