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.v200702;
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.v200702 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://docs.oasis-open.org/ws-rx/wsrm/200702", "Sequence");
private static final QName _AckRequested_QNAME = new QName("http://docs.oasis-open.org/ws-rx/wsrm/200702", "AckRequested");
private static final QName _SequenceFault_QNAME = new QName("http://docs.oasis-open.org/ws-rx/wsrm/200702", "SequenceFault");
private static final QName _CreateSequence_QNAME = new QName("http://docs.oasis-open.org/ws-rx/wsrm/200702", "CreateSequence");
private static final QName _CreateSequenceResponse_QNAME = new QName("http://docs.oasis-open.org/ws-rx/wsrm/200702", "CreateSequenceResponse");
private static final QName _CloseSequence_QNAME = new QName("http://docs.oasis-open.org/ws-rx/wsrm/200702", "CloseSequence");
private static final QName _CloseSequenceResponse_QNAME = new QName("http://docs.oasis-open.org/ws-rx/wsrm/200702", "CloseSequenceResponse");
private static final QName _TerminateSequence_QNAME = new QName("http://docs.oasis-open.org/ws-rx/wsrm/200702", "TerminateSequence");
private static final QName _TerminateSequenceResponse_QNAME = new QName("http://docs.oasis-open.org/ws-rx/wsrm/200702", "TerminateSequenceResponse");
private static final QName _AcksTo_QNAME = new QName("http://docs.oasis-open.org/ws-rx/wsrm/200702", "AcksTo");
private static final QName _UnsupportedElement_QNAME = new QName("http://docs.oasis-open.org/ws-rx/wsrm/200702", "UnsupportedElement");
/**
* 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 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 SequenceAcknowledgement.None }
*
* @return
* the new instance of {@link SequenceAcknowledgement.None }
*/
public SequenceAcknowledgement.None createSequenceAcknowledgementNone() {
return new SequenceAcknowledgement.None();
}
/**
* Create an instance of {@link SequenceAcknowledgement.Final }
*
* @return
* the new instance of {@link SequenceAcknowledgement.Final }
*/
public SequenceAcknowledgement.Final createSequenceAcknowledgementFinal() {
return new SequenceAcknowledgement.Final();
}
/**
* Create an instance of {@link AckRequestedType }
*
* @return
* the new instance of {@link AckRequestedType }
*/
public AckRequestedType createAckRequestedType() {
return new AckRequestedType();
}
/**
* Create an instance of {@link Address }
*
* @return
* the new instance of {@link Address }
*/
public Address createAddress() {
return new Address();
}
/**
* 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 CloseSequenceType }
*
* @return
* the new instance of {@link CloseSequenceType }
*/
public CloseSequenceType createCloseSequenceType() {
return new CloseSequenceType();
}
/**
* Create an instance of {@link CloseSequenceResponseType }
*
* @return
* the new instance of {@link CloseSequenceResponseType }
*/
public CloseSequenceResponseType createCloseSequenceResponseType() {
return new CloseSequenceResponseType();
}
/**
* Create an instance of {@link TerminateSequenceType }
*
* @return
* the new instance of {@link TerminateSequenceType }
*/
public TerminateSequenceType createTerminateSequenceType() {
return new TerminateSequenceType();
}
/**
* Create an instance of {@link TerminateSequenceResponseType }
*
* @return
* the new instance of {@link TerminateSequenceResponseType }
*/
public TerminateSequenceResponseType createTerminateSequenceResponseType() {
return new TerminateSequenceResponseType();
}
/**
* Create an instance of {@link Expires }
*
* @return
* the new instance of {@link Expires }
*/
public Expires createExpires() {
return new Expires();
}
/**
* Create an instance of {@link UsesSequenceSTR }
*
* @return
* the new instance of {@link UsesSequenceSTR }
*/
public UsesSequenceSTR createUsesSequenceSTR() {
return new UsesSequenceSTR();
}
/**
* Create an instance of {@link UsesSequenceSSL }
*
* @return
* the new instance of {@link UsesSequenceSSL }
*/
public UsesSequenceSSL createUsesSequenceSSL() {
return new UsesSequenceSSL();
}
/**
* Create an instance of {@link DetailType }
*
* @return
* the new instance of {@link DetailType }
*/
public DetailType createDetailType() {
return new DetailType();
}
/**
* 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 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://docs.oasis-open.org/ws-rx/wsrm/200702", 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://docs.oasis-open.org/ws-rx/wsrm/200702", 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://docs.oasis-open.org/ws-rx/wsrm/200702", 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://docs.oasis-open.org/ws-rx/wsrm/200702", 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://docs.oasis-open.org/ws-rx/wsrm/200702", 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 CloseSequenceType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link CloseSequenceType }{@code >}
*/
@XmlElementDecl(namespace = "http://docs.oasis-open.org/ws-rx/wsrm/200702", name = "CloseSequence")
public JAXBElement<CloseSequenceType> createCloseSequence(CloseSequenceType value) {
return new JAXBElement<>(_CloseSequence_QNAME, CloseSequenceType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link CloseSequenceResponseType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link CloseSequenceResponseType }{@code >}
*/
@XmlElementDecl(namespace = "http://docs.oasis-open.org/ws-rx/wsrm/200702", name = "CloseSequenceResponse")
public JAXBElement<CloseSequenceResponseType> createCloseSequenceResponse(CloseSequenceResponseType value) {
return new JAXBElement<>(_CloseSequenceResponse_QNAME, CloseSequenceResponseType.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://docs.oasis-open.org/ws-rx/wsrm/200702", 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 TerminateSequenceResponseType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link TerminateSequenceResponseType }{@code >}
*/
@XmlElementDecl(namespace = "http://docs.oasis-open.org/ws-rx/wsrm/200702", name = "TerminateSequenceResponse")
public JAXBElement<TerminateSequenceResponseType> createTerminateSequenceResponse(TerminateSequenceResponseType value) {
return new JAXBElement<>(_TerminateSequenceResponse_QNAME, TerminateSequenceResponseType.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://docs.oasis-open.org/ws-rx/wsrm/200702", name = "AcksTo")
public JAXBElement<EndpointReferenceType> createAcksTo(EndpointReferenceType value) {
return new JAXBElement<>(_AcksTo_QNAME, EndpointReferenceType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link QName }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link QName }{@code >}
*/
@XmlElementDecl(namespace = "http://docs.oasis-open.org/ws-rx/wsrm/200702", name = "UnsupportedElement")
public JAXBElement<QName> createUnsupportedElement(QName value) {
return new JAXBElement<>(_UnsupportedElement_QNAME, QName.class, null, value);
}
}