Package uk.gov.nationalarchives.droid.report.planets.domain

Examples of uk.gov.nationalarchives.droid.report.planets.domain.ObjectFactory


    /**
     * Generates planet xml.
     */
    public void generate() {
        try {
            ObjectFactory objFactory = new ObjectFactory();
            FileProfileType fileProfileType = objFactory
                    .createFileProfileType();
            JAXBElement<FileProfileType> fileProfile = objFactory
                    .createFileProfile(fileProfileType);

            PathsProcessedType pathProcessedType = getPathProcessed(objFactory);

            ByFormatType byFormatType = getGroupByPuid(objFactory);
View Full Code Here

TOP

Related Classes of uk.gov.nationalarchives.droid.report.planets.domain.ObjectFactory

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.