Package com.sun.xml.registry.common.tools.bindings_v3

Examples of com.sun.xml.registry.common.tools.bindings_v3.PredefinedConcepts


    /**
     * Create an instance of {@link Command }
     *
     */
    public Command createCommand() {
        return new Command();
    }
View Full Code Here


    /**
     * Create an instance of {@link JAXRClassificationScheme }
     *
     */
    public JAXRClassificationScheme createJAXRClassificationScheme() {
        return new JAXRClassificationScheme();
    }
View Full Code Here

    /**
     * Create an instance of {@link JAXRConcept }
     *
     */
    public JAXRConcept createJAXRConcept() {
        return new JAXRConcept();
    }
View Full Code Here

    /**
     * Create an instance of {@link Namepattern }
     *
     */
    public Namepattern createNamepattern() {
        return new Namepattern();
    }
View Full Code Here

    /**
     * Create an instance of {@link PredefinedConcepts }
     *
     */
    public PredefinedConcepts createPredefinedConcepts() {
        return new PredefinedConcepts();
    }
View Full Code Here

    /**
     * Create an instance of {@link Result }
     *
     */
    public Result createResult() {
        return new Result();
    }
View Full Code Here

TOP

Related Classes of com.sun.xml.registry.common.tools.bindings_v3.PredefinedConcepts

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.