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

com.sun.xml.ws.tx.coord.v11.types.ObjectFactory Maven / Gradle / Ivy

The newest version!
/*
 * Copyright (c) 1997, 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
 */

package com.sun.xml.ws.tx.coord.v11.types;

import jakarta.xml.bind.JAXBElement;
import jakarta.xml.bind.annotation.XmlElementDecl;
import jakarta.xml.bind.annotation.XmlRegistry;
import javax.xml.namespace.QName;


/**
 * This object contains factory methods for each
 * Java content interface and Java element interface
 * generated in the com.sun.xml.ws.tx.coord.v11.types 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 { private final static QName _Register_QNAME = new QName("http://docs.oasis-open.org/ws-tx/wscoor/2006/06", "Register"); private final static QName _RegisterResponse_QNAME = new QName("http://docs.oasis-open.org/ws-tx/wscoor/2006/06", "RegisterResponse"); private final static QName _CreateCoordinationContext_QNAME = new QName("http://docs.oasis-open.org/ws-tx/wscoor/2006/06", "CreateCoordinationContext"); private final static QName _CreateCoordinationContextResponse_QNAME = new QName("http://docs.oasis-open.org/ws-tx/wscoor/2006/06", "CreateCoordinationContextResponse"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.sun.xml.ws.tx.coord.v11.types * */ public ObjectFactory() { } /** * Create an instance of {@link CoordinationContextType } * */ public CoordinationContextType createCoordinationContextType() { return new CoordinationContextType(); } /** * Create an instance of {@link CreateCoordinationContextType } * */ public CreateCoordinationContextType createCreateCoordinationContextType() { return new CreateCoordinationContextType(); } /** * Create an instance of {@link Expires } * */ public Expires createExpires() { return new Expires(); } /** * Create an instance of {@link RegisterType } * */ public RegisterType createRegisterType() { return new RegisterType(); } /** * Create an instance of {@link RegisterResponseType } * */ public RegisterResponseType createRegisterResponseType() { return new RegisterResponseType(); } /** * Create an instance of {@link CreateCoordinationContextResponseType } * */ public CreateCoordinationContextResponseType createCreateCoordinationContextResponseType() { return new CreateCoordinationContextResponseType(); } /** * Create an instance of {@link CoordinationContext } * */ public CoordinationContext createCoordinationContext() { return new CoordinationContext(); } /** * Create an instance of {@link CoordinationContextType.Identifier } * */ public CoordinationContextType.Identifier createCoordinationContextTypeIdentifier() { return new CoordinationContextType.Identifier(); } /** * Create an instance of {@link CreateCoordinationContextType.CurrentContext } * */ public CreateCoordinationContextType.CurrentContext createCreateCoordinationContextTypeCurrentContext() { return new CreateCoordinationContextType.CurrentContext(); } /** * Create an instance of {@link JAXBElement }{@code <}{@link RegisterType }{@code >}} * */ @XmlElementDecl(namespace = "http://docs.oasis-open.org/ws-tx/wscoor/2006/06", name = "Register") public JAXBElement createRegister(RegisterType value) { return new JAXBElement<>(_Register_QNAME, RegisterType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link RegisterResponseType }{@code >}} * */ @XmlElementDecl(namespace = "http://docs.oasis-open.org/ws-tx/wscoor/2006/06", name = "RegisterResponse") public JAXBElement createRegisterResponse(RegisterResponseType value) { return new JAXBElement<>(_RegisterResponse_QNAME, RegisterResponseType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CreateCoordinationContextType }{@code >}} * */ @XmlElementDecl(namespace = "http://docs.oasis-open.org/ws-tx/wscoor/2006/06", name = "CreateCoordinationContext") public JAXBElement createCreateCoordinationContext(CreateCoordinationContextType value) { return new JAXBElement<>(_CreateCoordinationContext_QNAME, CreateCoordinationContextType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CreateCoordinationContextResponseType }{@code >}} * */ @XmlElementDecl(namespace = "http://docs.oasis-open.org/ws-tx/wscoor/2006/06", name = "CreateCoordinationContextResponse") public JAXBElement createCreateCoordinationContextResponse(CreateCoordinationContextResponseType value) { return new JAXBElement<>(_CreateCoordinationContextResponse_QNAME, CreateCoordinationContextResponseType.class, null, value); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy