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.manager;
import javax.xml.namespace.QName;
import jakarta.xml.bind.JAXBElement;
import jakarta.xml.bind.annotation.XmlElementDecl;
import jakarta.xml.bind.annotation.XmlRegistry;
/**
* This object contains factory methods for each
* Java content interface and Java element interface
* generated in the org.apache.cxf.ws.rm.manager 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 _DeliveryAssurance_QNAME = new QName("http://cxf.apache.org/ws/rm/manager", "deliveryAssurance");
private static final QName _SourcePolicy_QNAME = new QName("http://cxf.apache.org/ws/rm/manager", "sourcePolicy");
private static final QName _DestinationPolicy_QNAME = new QName("http://cxf.apache.org/ws/rm/manager", "destinationPolicy");
private static final QName _RM10AddressingNamespace_QNAME = new QName("http://cxf.apache.org/ws/rm/manager", "RM10AddressingNamespace");
/**
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.cxf.ws.rm.manager
*
*/
public ObjectFactory() {
}
/**
* Create an instance of {@link DeliveryAssuranceType }
*
* @return
* the new instance of {@link DeliveryAssuranceType }
*/
public DeliveryAssuranceType createDeliveryAssuranceType() {
return new DeliveryAssuranceType();
}
/**
* Create an instance of {@link SourcePolicyType }
*
* @return
* the new instance of {@link SourcePolicyType }
*/
public SourcePolicyType createSourcePolicyType() {
return new SourcePolicyType();
}
/**
* Create an instance of {@link DestinationPolicyType }
*
* @return
* the new instance of {@link DestinationPolicyType }
*/
public DestinationPolicyType createDestinationPolicyType() {
return new DestinationPolicyType();
}
/**
* Create an instance of {@link RM10AddressingNamespaceType }
*
* @return
* the new instance of {@link RM10AddressingNamespaceType }
*/
public RM10AddressingNamespaceType createRM10AddressingNamespaceType() {
return new RM10AddressingNamespaceType();
}
/**
* Create an instance of {@link SequenceTerminationPolicyType }
*
* @return
* the new instance of {@link SequenceTerminationPolicyType }
*/
public SequenceTerminationPolicyType createSequenceTerminationPolicyType() {
return new SequenceTerminationPolicyType();
}
/**
* Create an instance of {@link AcksPolicyType }
*
* @return
* the new instance of {@link AcksPolicyType }
*/
public AcksPolicyType createAcksPolicyType() {
return new AcksPolicyType();
}
/**
* Create an instance of {@link RetryPolicyType }
*
* @return
* the new instance of {@link RetryPolicyType }
*/
public RetryPolicyType createRetryPolicyType() {
return new RetryPolicyType();
}
/**
* Create an instance of {@link DeliveryAssuranceType.AtMostOnce }
*
* @return
* the new instance of {@link DeliveryAssuranceType.AtMostOnce }
*/
public DeliveryAssuranceType.AtMostOnce createDeliveryAssuranceTypeAtMostOnce() {
return new DeliveryAssuranceType.AtMostOnce();
}
/**
* Create an instance of {@link DeliveryAssuranceType.AtLeastOnce }
*
* @return
* the new instance of {@link DeliveryAssuranceType.AtLeastOnce }
*/
public DeliveryAssuranceType.AtLeastOnce createDeliveryAssuranceTypeAtLeastOnce() {
return new DeliveryAssuranceType.AtLeastOnce();
}
/**
* Create an instance of {@link DeliveryAssuranceType.ExactlyOnce }
*
* @return
* the new instance of {@link DeliveryAssuranceType.ExactlyOnce }
*/
public DeliveryAssuranceType.ExactlyOnce createDeliveryAssuranceTypeExactlyOnce() {
return new DeliveryAssuranceType.ExactlyOnce();
}
/**
* Create an instance of {@link DeliveryAssuranceType.InOrder }
*
* @return
* the new instance of {@link DeliveryAssuranceType.InOrder }
*/
public DeliveryAssuranceType.InOrder createDeliveryAssuranceTypeInOrder() {
return new DeliveryAssuranceType.InOrder();
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link DeliveryAssuranceType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link DeliveryAssuranceType }{@code >}
*/
@XmlElementDecl(namespace = "http://cxf.apache.org/ws/rm/manager", name = "deliveryAssurance")
public JAXBElement<DeliveryAssuranceType> createDeliveryAssurance(DeliveryAssuranceType value) {
return new JAXBElement<>(_DeliveryAssurance_QNAME, DeliveryAssuranceType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link SourcePolicyType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link SourcePolicyType }{@code >}
*/
@XmlElementDecl(namespace = "http://cxf.apache.org/ws/rm/manager", name = "sourcePolicy")
public JAXBElement<SourcePolicyType> createSourcePolicy(SourcePolicyType value) {
return new JAXBElement<>(_SourcePolicy_QNAME, SourcePolicyType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link DestinationPolicyType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link DestinationPolicyType }{@code >}
*/
@XmlElementDecl(namespace = "http://cxf.apache.org/ws/rm/manager", name = "destinationPolicy")
public JAXBElement<DestinationPolicyType> createDestinationPolicy(DestinationPolicyType value) {
return new JAXBElement<>(_DestinationPolicy_QNAME, DestinationPolicyType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link RM10AddressingNamespaceType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link RM10AddressingNamespaceType }{@code >}
*/
@XmlElementDecl(namespace = "http://cxf.apache.org/ws/rm/manager", name = "RM10AddressingNamespace")
public JAXBElement<RM10AddressingNamespaceType> createRM10AddressingNamespace(RM10AddressingNamespaceType value) {
return new JAXBElement<>(_RM10AddressingNamespace_QNAME, RM10AddressingNamespaceType.class, null, value);
}
}