All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sun.xml.ws.rx.mc.protocol.wsmc200702.ObjectFactory Maven / Gradle / Ivy

The newest version!
/*
 * Copyright (c) 2010, 2022 Oracle and/or its affiliates. All rights reserved.
 *
 * This program and the accompanying materials are made available under the
 * terms of the Eclipse Distribution License v. 1.0, which is available at
 * http://www.eclipse.org/org/documents/edl-v10.php.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.3 in JDK 1.6
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2009.02.10 at 06:38:58 PM CET
//


package com.sun.xml.ws.rx.mc.protocol.wsmc200702;

import jakarta.xml.bind.annotation.XmlRegistry;


/**
 * This object contains factory methods for each
 * Java content interface and Java element interface
 * generated in the com.sun.xml.ws.rx.mc.protocol.wsmc200702 package.
 * 

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.ws.rx.mc.protocol.wsmc200702 * */ public ObjectFactory() { } /** * Create an instance of {@link MessagePendingElement } * */ public MessagePendingElement createMessagePendingElement() { return new MessagePendingElement(); } /** * Create an instance of {@link ExtensibleUri } * */ public ExtensibleUri createExtensibleUri() { return new ExtensibleUri(); } /** * Create an instance of {@link UnsupportedSelectionType } * */ public UnsupportedSelectionType createUnsupportedSelectionType() { return new UnsupportedSelectionType(); } /** * Create an instance of {@link MakeConnectionElement } * */ public MakeConnectionElement createMakeConnectionElement() { return new MakeConnectionElement(); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy