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

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


      //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");
        aes.setPrimaryIdentifier(ident);
             
      face = new Face();
      face.setLabel("face 1");
      face.setDirection("NONE");
View Full Code Here

TOP

Related Classes of edu.harvard.hul.ois.ots.schemas.AES.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.