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

Source Code of com.sun.xml.registry.common.tools.bindings_v3.ObjectFactory

/*
* The contents of this file are subject to the terms
* of the Common Development and Distribution License
* (the License).  You may not use this file except in
* compliance with the License.
*
* You can obtain a copy of the license at
* https://glassfish.dev.java.net/public/CDDLv1.0.html or
* glassfish/bootstrap/legal/CDDLv1.0.txt.
* See the License for the specific language governing
* permissions and limitations under the License.
*
* When distributing Covered Code, include this CDDL
* Header Notice in each file and include the License file
* at glassfish/bootstrap/legal/CDDLv1.0.txt. 
* If applicable, add the following below the CDDL Header,
* with the fields enclosed by brackets [] replaced by
* you own identifying information:
* "Portions Copyrighted [year] [name of copyright owner]"
*
* Copyright 2007 Sun Microsystems, Inc. All rights reserved.
*/


//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-3010
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2005.11.23 at 04:24:57 PM IST
//


package com.sun.xml.registry.common.tools.bindings_v3;

import javax.xml.bind.annotation.XmlRegistry;
import com.sun.xml.registry.common.tools.bindings_v3.Command;
import com.sun.xml.registry.common.tools.bindings_v3.JAXRClassificationScheme;
import com.sun.xml.registry.common.tools.bindings_v3.JAXRConcept;
import com.sun.xml.registry.common.tools.bindings_v3.Namepattern;
import com.sun.xml.registry.common.tools.bindings_v3.ObjectFactory;
import com.sun.xml.registry.common.tools.bindings_v3.PredefinedConcepts;
import com.sun.xml.registry.common.tools.bindings_v3.Result;


/**
* This object contains factory methods for each
* Java content interface and Java element interface
* generated in the com.sun.xml.registry.common.tools.bindings_v3 package.
* <p>An ObjectFactory allows you to programatically
* construct new instances of the Java representation
* for XML content. The Java representation of XML
* content can consist of schema derived interfaces
* and classes representing the binding of schema
* type definitions, element declarations and model
* groups.  Factory methods for each of these are
* provided in this class.
*
*/
@XmlRegistry
public class ObjectFactory {


    /**
     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.sun.xml.registry.common.tools.bindings_v3
     *
     */
    public ObjectFactory() {
    }

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

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

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

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

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

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

}
TOP

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

TOP
Copyright © 2018 www.massapi.com. 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.