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

org.apache.cxf.ws.rm.v200702.ObjectFactory Maven / Gradle / Ivy

There is a newer version: 2.7.18
Show newest version
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2012.05.30 at 11:04:53 AM EDT 
//


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

import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElementDecl;
import javax.xml.bind.annotation.XmlRegistry;
import javax.xml.namespace.QName;
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.v200702 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 _AckRequested_QNAME = new QName("http://docs.oasis-open.org/ws-rx/wsrm/200702", "AckRequested"); private final static QName _CloseSequence_QNAME = new QName("http://docs.oasis-open.org/ws-rx/wsrm/200702", "CloseSequence"); private final static QName _CreateSequenceResponse_QNAME = new QName("http://docs.oasis-open.org/ws-rx/wsrm/200702", "CreateSequenceResponse"); private final static QName _CreateSequence_QNAME = new QName("http://docs.oasis-open.org/ws-rx/wsrm/200702", "CreateSequence"); private final static QName _UnsupportedElement_QNAME = new QName("http://docs.oasis-open.org/ws-rx/wsrm/200702", "UnsupportedElement"); private final static QName _AcksTo_QNAME = new QName("http://docs.oasis-open.org/ws-rx/wsrm/200702", "AcksTo"); private final static QName _SequenceFault_QNAME = new QName("http://docs.oasis-open.org/ws-rx/wsrm/200702", "SequenceFault"); private final static QName _Sequence_QNAME = new QName("http://docs.oasis-open.org/ws-rx/wsrm/200702", "Sequence"); private final static QName _TerminateSequenceResponse_QNAME = new QName("http://docs.oasis-open.org/ws-rx/wsrm/200702", "TerminateSequenceResponse"); private final static QName _CloseSequenceResponse_QNAME = new QName("http://docs.oasis-open.org/ws-rx/wsrm/200702", "CloseSequenceResponse"); private final static QName _TerminateSequence_QNAME = new QName("http://docs.oasis-open.org/ws-rx/wsrm/200702", "TerminateSequence"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.cxf.ws.rm.v200702 * */ public ObjectFactory() { } /** * Create an instance of {@link Expires } * */ public Expires createExpires() { return new Expires(); } /** * Create an instance of {@link TerminateSequenceResponseType } * */ public TerminateSequenceResponseType createTerminateSequenceResponseType() { return new TerminateSequenceResponseType(); } /** * Create an instance of {@link DetailType } * */ public DetailType createDetailType() { return new DetailType(); } /** * Create an instance of {@link AcceptType } * */ public AcceptType createAcceptType() { return new AcceptType(); } /** * Create an instance of {@link CloseSequenceResponseType } * */ public CloseSequenceResponseType createCloseSequenceResponseType() { return new CloseSequenceResponseType(); } /** * Create an instance of {@link SequenceAcknowledgement.AcknowledgementRange } * */ public SequenceAcknowledgement.AcknowledgementRange createSequenceAcknowledgementAcknowledgementRange() { return new SequenceAcknowledgement.AcknowledgementRange(); } /** * Create an instance of {@link SequenceAcknowledgement } * */ public SequenceAcknowledgement createSequenceAcknowledgement() { return new SequenceAcknowledgement(); } /** * Create an instance of {@link SequenceType } * */ public SequenceType createSequenceType() { return new SequenceType(); } /** * Create an instance of {@link UsesSequenceSSL } * */ public UsesSequenceSSL createUsesSequenceSSL() { return new UsesSequenceSSL(); } /** * Create an instance of {@link Identifier } * */ public Identifier createIdentifier() { return new Identifier(); } /** * Create an instance of {@link CreateSequenceType } * */ public CreateSequenceType createCreateSequenceType() { return new CreateSequenceType(); } /** * Create an instance of {@link Address } * */ public Address createAddress() { return new Address(); } /** * Create an instance of {@link TerminateSequenceType } * */ public TerminateSequenceType createTerminateSequenceType() { return new TerminateSequenceType(); } /** * Create an instance of {@link UsesSequenceSTR } * */ public UsesSequenceSTR createUsesSequenceSTR() { return new UsesSequenceSTR(); } /** * Create an instance of {@link CloseSequenceType } * */ public CloseSequenceType createCloseSequenceType() { return new CloseSequenceType(); } /** * Create an instance of {@link SequenceAcknowledgement.Final } * */ public SequenceAcknowledgement.Final createSequenceAcknowledgementFinal() { return new SequenceAcknowledgement.Final(); } /** * Create an instance of {@link OfferType } * */ public OfferType createOfferType() { return new OfferType(); } /** * Create an instance of {@link CreateSequenceResponseType } * */ public CreateSequenceResponseType createCreateSequenceResponseType() { return new CreateSequenceResponseType(); } /** * Create an instance of {@link SequenceAcknowledgement.None } * */ public SequenceAcknowledgement.None createSequenceAcknowledgementNone() { return new SequenceAcknowledgement.None(); } /** * Create an instance of {@link AckRequestedType } * */ public AckRequestedType createAckRequestedType() { return new AckRequestedType(); } /** * Create an instance of {@link SequenceFaultType } * */ public SequenceFaultType createSequenceFaultType() { return new SequenceFaultType(); } /** * Create an instance of {@link JAXBElement }{@code <}{@link AckRequestedType }{@code >}} * */ @XmlElementDecl(namespace = "http://docs.oasis-open.org/ws-rx/wsrm/200702", name = "AckRequested") public JAXBElement createAckRequested(AckRequestedType value) { return new JAXBElement(_AckRequested_QNAME, AckRequestedType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CloseSequenceType }{@code >}} * */ @XmlElementDecl(namespace = "http://docs.oasis-open.org/ws-rx/wsrm/200702", name = "CloseSequence") public JAXBElement createCloseSequence(CloseSequenceType value) { return new JAXBElement(_CloseSequence_QNAME, CloseSequenceType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CreateSequenceResponseType }{@code >}} * */ @XmlElementDecl(namespace = "http://docs.oasis-open.org/ws-rx/wsrm/200702", name = "CreateSequenceResponse") public JAXBElement createCreateSequenceResponse(CreateSequenceResponseType value) { return new JAXBElement(_CreateSequenceResponse_QNAME, CreateSequenceResponseType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CreateSequenceType }{@code >}} * */ @XmlElementDecl(namespace = "http://docs.oasis-open.org/ws-rx/wsrm/200702", name = "CreateSequence") public JAXBElement createCreateSequence(CreateSequenceType value) { return new JAXBElement(_CreateSequence_QNAME, CreateSequenceType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link QName }{@code >}} * */ @XmlElementDecl(namespace = "http://docs.oasis-open.org/ws-rx/wsrm/200702", name = "UnsupportedElement") public JAXBElement createUnsupportedElement(QName value) { return new JAXBElement(_UnsupportedElement_QNAME, QName.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link EndpointReferenceType }{@code >}} * */ @XmlElementDecl(namespace = "http://docs.oasis-open.org/ws-rx/wsrm/200702", name = "AcksTo") public JAXBElement createAcksTo(EndpointReferenceType value) { return new JAXBElement(_AcksTo_QNAME, EndpointReferenceType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SequenceFaultType }{@code >}} * */ @XmlElementDecl(namespace = "http://docs.oasis-open.org/ws-rx/wsrm/200702", name = "SequenceFault") public JAXBElement createSequenceFault(SequenceFaultType value) { return new JAXBElement(_SequenceFault_QNAME, SequenceFaultType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SequenceType }{@code >}} * */ @XmlElementDecl(namespace = "http://docs.oasis-open.org/ws-rx/wsrm/200702", name = "Sequence") public JAXBElement createSequence(SequenceType value) { return new JAXBElement(_Sequence_QNAME, SequenceType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link TerminateSequenceResponseType }{@code >}} * */ @XmlElementDecl(namespace = "http://docs.oasis-open.org/ws-rx/wsrm/200702", name = "TerminateSequenceResponse") public JAXBElement createTerminateSequenceResponse(TerminateSequenceResponseType value) { return new JAXBElement(_TerminateSequenceResponse_QNAME, TerminateSequenceResponseType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CloseSequenceResponseType }{@code >}} * */ @XmlElementDecl(namespace = "http://docs.oasis-open.org/ws-rx/wsrm/200702", name = "CloseSequenceResponse") public JAXBElement createCloseSequenceResponse(CloseSequenceResponseType value) { return new JAXBElement(_CloseSequenceResponse_QNAME, CloseSequenceResponseType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link TerminateSequenceType }{@code >}} * */ @XmlElementDecl(namespace = "http://docs.oasis-open.org/ws-rx/wsrm/200702", name = "TerminateSequence") public JAXBElement createTerminateSequence(TerminateSequenceType value) { return new JAXBElement(_TerminateSequence_QNAME, TerminateSequenceType.class, null, value); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy