ObjectFactory.java

//
// This file was generated by the Eclipse Implementation of JAXB, v4.0.5 
// See https://eclipse-ee4j.github.io/jaxb-ri 
// Any modifications to this file will be lost upon recompilation of the source schema. 
//


package org.apache.cxf.ws.rm.v200502wsa15;

import javax.xml.namespace.QName;
import jakarta.xml.bind.JAXBElement;
import jakarta.xml.bind.annotation.XmlElementDecl;
import jakarta.xml.bind.annotation.XmlRegistry;
import org.apache.cxf.ws.addressing.EndpointReferenceType;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the org.apache.cxf.ws.rm.v200502wsa15 package. 
 * <p>An ObjectFactory allows you to programmatically 
 * 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 static final QName _Sequence_QNAME = new QName("http://schemas.xmlsoap.org/ws/2005/02/rm", "Sequence");
    private static final QName _AckRequested_QNAME = new QName("http://schemas.xmlsoap.org/ws/2005/02/rm", "AckRequested");
    private static final QName _SequenceFault_QNAME = new QName("http://schemas.xmlsoap.org/ws/2005/02/rm", "SequenceFault");
    private static final QName _CreateSequence_QNAME = new QName("http://schemas.xmlsoap.org/ws/2005/02/rm", "CreateSequence");
    private static final QName _CreateSequenceResponse_QNAME = new QName("http://schemas.xmlsoap.org/ws/2005/02/rm", "CreateSequenceResponse");
    private static final QName _TerminateSequence_QNAME = new QName("http://schemas.xmlsoap.org/ws/2005/02/rm", "TerminateSequence");
    private static final QName _AcksTo_QNAME = new QName("http://schemas.xmlsoap.org/ws/2005/02/rm", "AcksTo");

    /**
     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.cxf.ws.rm.v200502wsa15
     * 
     */
    public ObjectFactory() {
    }

    /**
     * Create an instance of {@link SequenceAcknowledgement }
     * 
     * @return
     *     the new instance of {@link SequenceAcknowledgement }
     */
    public SequenceAcknowledgement createSequenceAcknowledgement() {
        return new SequenceAcknowledgement();
    }

    /**
     * Create an instance of {@link SequenceType }
     * 
     * @return
     *     the new instance of {@link SequenceType }
     */
    public SequenceType createSequenceType() {
        return new SequenceType();
    }

    /**
     * Create an instance of {@link Identifier }
     * 
     * @return
     *     the new instance of {@link Identifier }
     */
    public Identifier createIdentifier() {
        return new Identifier();
    }

    /**
     * Create an instance of {@link SequenceAcknowledgement.AcknowledgementRange }
     * 
     * @return
     *     the new instance of {@link SequenceAcknowledgement.AcknowledgementRange }
     */
    public SequenceAcknowledgement.AcknowledgementRange createSequenceAcknowledgementAcknowledgementRange() {
        return new SequenceAcknowledgement.AcknowledgementRange();
    }

    /**
     * Create an instance of {@link AckRequestedType }
     * 
     * @return
     *     the new instance of {@link AckRequestedType }
     */
    public AckRequestedType createAckRequestedType() {
        return new AckRequestedType();
    }

    /**
     * Create an instance of {@link SequenceFaultType }
     * 
     * @return
     *     the new instance of {@link SequenceFaultType }
     */
    public SequenceFaultType createSequenceFaultType() {
        return new SequenceFaultType();
    }

    /**
     * Create an instance of {@link CreateSequenceType }
     * 
     * @return
     *     the new instance of {@link CreateSequenceType }
     */
    public CreateSequenceType createCreateSequenceType() {
        return new CreateSequenceType();
    }

    /**
     * Create an instance of {@link CreateSequenceResponseType }
     * 
     * @return
     *     the new instance of {@link CreateSequenceResponseType }
     */
    public CreateSequenceResponseType createCreateSequenceResponseType() {
        return new CreateSequenceResponseType();
    }

    /**
     * Create an instance of {@link TerminateSequenceType }
     * 
     * @return
     *     the new instance of {@link TerminateSequenceType }
     */
    public TerminateSequenceType createTerminateSequenceType() {
        return new TerminateSequenceType();
    }

    /**
     * Create an instance of {@link Expires }
     * 
     * @return
     *     the new instance of {@link Expires }
     */
    public Expires createExpires() {
        return new Expires();
    }

    /**
     * Create an instance of {@link OfferType }
     * 
     * @return
     *     the new instance of {@link OfferType }
     */
    public OfferType createOfferType() {
        return new OfferType();
    }

    /**
     * Create an instance of {@link AcceptType }
     * 
     * @return
     *     the new instance of {@link AcceptType }
     */
    public AcceptType createAcceptType() {
        return new AcceptType();
    }

    /**
     * Create an instance of {@link SequenceType.LastMessage }
     * 
     * @return
     *     the new instance of {@link SequenceType.LastMessage }
     */
    public SequenceType.LastMessage createSequenceTypeLastMessage() {
        return new SequenceType.LastMessage();
    }

    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link SequenceType }{@code >}
     * 
     * @param value
     *     Java instance representing xml element's value.
     * @return
     *     the new instance of {@link JAXBElement }{@code <}{@link SequenceType }{@code >}
     */
    @XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2005/02/rm", name = "Sequence")
    public JAXBElement<SequenceType> createSequence(SequenceType value) {
        return new JAXBElement<>(_Sequence_QNAME, SequenceType.class, null, value);
    }

    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link AckRequestedType }{@code >}
     * 
     * @param value
     *     Java instance representing xml element's value.
     * @return
     *     the new instance of {@link JAXBElement }{@code <}{@link AckRequestedType }{@code >}
     */
    @XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2005/02/rm", name = "AckRequested")
    public JAXBElement<AckRequestedType> createAckRequested(AckRequestedType value) {
        return new JAXBElement<>(_AckRequested_QNAME, AckRequestedType.class, null, value);
    }

    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link SequenceFaultType }{@code >}
     * 
     * @param value
     *     Java instance representing xml element's value.
     * @return
     *     the new instance of {@link JAXBElement }{@code <}{@link SequenceFaultType }{@code >}
     */
    @XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2005/02/rm", name = "SequenceFault")
    public JAXBElement<SequenceFaultType> createSequenceFault(SequenceFaultType value) {
        return new JAXBElement<>(_SequenceFault_QNAME, SequenceFaultType.class, null, value);
    }

    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link CreateSequenceType }{@code >}
     * 
     * @param value
     *     Java instance representing xml element's value.
     * @return
     *     the new instance of {@link JAXBElement }{@code <}{@link CreateSequenceType }{@code >}
     */
    @XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2005/02/rm", name = "CreateSequence")
    public JAXBElement<CreateSequenceType> createCreateSequence(CreateSequenceType value) {
        return new JAXBElement<>(_CreateSequence_QNAME, CreateSequenceType.class, null, value);
    }

    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link CreateSequenceResponseType }{@code >}
     * 
     * @param value
     *     Java instance representing xml element's value.
     * @return
     *     the new instance of {@link JAXBElement }{@code <}{@link CreateSequenceResponseType }{@code >}
     */
    @XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2005/02/rm", name = "CreateSequenceResponse")
    public JAXBElement<CreateSequenceResponseType> createCreateSequenceResponse(CreateSequenceResponseType value) {
        return new JAXBElement<>(_CreateSequenceResponse_QNAME, CreateSequenceResponseType.class, null, value);
    }

    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link TerminateSequenceType }{@code >}
     * 
     * @param value
     *     Java instance representing xml element's value.
     * @return
     *     the new instance of {@link JAXBElement }{@code <}{@link TerminateSequenceType }{@code >}
     */
    @XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2005/02/rm", name = "TerminateSequence")
    public JAXBElement<TerminateSequenceType> createTerminateSequence(TerminateSequenceType value) {
        return new JAXBElement<>(_TerminateSequence_QNAME, TerminateSequenceType.class, null, value);
    }

    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link EndpointReferenceType }{@code >}
     * 
     * @param value
     *     Java instance representing xml element's value.
     * @return
     *     the new instance of {@link JAXBElement }{@code <}{@link EndpointReferenceType }{@code >}
     */
    @XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2005/02/rm", name = "AcksTo")
    public JAXBElement<EndpointReferenceType> createAcksTo(EndpointReferenceType value) {
        return new JAXBElement<>(_AcksTo_QNAME, EndpointReferenceType.class, null, value);
    }

}