Package org.apache.padaf.xmpbox.schema

Examples of org.apache.padaf.xmpbox.schema.XMPBasicJobTicketSchema


     * return the created schema to enter information
     *
     * @return schema added in order to work on it
     */
    public XMPBasicJobTicketSchema createAndAddBasicJobTicketSchema () {
        XMPBasicJobTicketSchema sc = new XMPBasicJobTicketSchema(this);
        sc.setAboutAsSimple("");
        addSchema(sc);
        return sc;
    }
View Full Code Here

TOP

Related Classes of org.apache.padaf.xmpbox.schema.XMPBasicJobTicketSchema

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.