Package com.sun.xml.registry.uddi.bindings_v2_2

Examples of com.sun.xml.registry.uddi.bindings_v2_2.TModelInstanceInfo


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


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

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

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

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

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

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

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

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

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

TOP

Related Classes of com.sun.xml.registry.uddi.bindings_v2_2.TModelInstanceInfo

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.