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

org.apache.cxf.ws.addressing.v200408.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 10:55:35 AM EDT 
//


package org.apache.cxf.ws.addressing.v200408;

import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElementDecl;
import javax.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 org.apache.cxf.ws.addressing.v200408 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 _RelatesTo_QNAME = new QName("http://schemas.xmlsoap.org/ws/2004/08/addressing", "RelatesTo"); private final static QName _To_QNAME = new QName("http://schemas.xmlsoap.org/ws/2004/08/addressing", "To"); private final static QName _MessageID_QNAME = new QName("http://schemas.xmlsoap.org/ws/2004/08/addressing", "MessageID"); private final static QName _FaultTo_QNAME = new QName("http://schemas.xmlsoap.org/ws/2004/08/addressing", "FaultTo"); private final static QName _ReplyTo_QNAME = new QName("http://schemas.xmlsoap.org/ws/2004/08/addressing", "ReplyTo"); private final static QName _Action_QNAME = new QName("http://schemas.xmlsoap.org/ws/2004/08/addressing", "Action"); private final static QName _EndpointReference_QNAME = new QName("http://schemas.xmlsoap.org/ws/2004/08/addressing", "EndpointReference"); private final static QName _From_QNAME = new QName("http://schemas.xmlsoap.org/ws/2004/08/addressing", "From"); private final static QName _ReplyAfter_QNAME = new QName("http://schemas.xmlsoap.org/ws/2004/08/addressing", "ReplyAfter"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.cxf.ws.addressing.v200408 * */ public ObjectFactory() { } /** * Create an instance of {@link Relationship } * */ public Relationship createRelationship() { return new Relationship(); } /** * Create an instance of {@link ReferencePropertiesType } * */ public ReferencePropertiesType createReferencePropertiesType() { return new ReferencePropertiesType(); } /** * Create an instance of {@link ServiceNameType } * */ public ServiceNameType createServiceNameType() { return new ServiceNameType(); } /** * Create an instance of {@link EndpointReferenceType } * */ public EndpointReferenceType createEndpointReferenceType() { return new EndpointReferenceType(); } /** * Create an instance of {@link ReferenceParametersType } * */ public ReferenceParametersType createReferenceParametersType() { return new ReferenceParametersType(); } /** * Create an instance of {@link AttributedQName } * */ public AttributedQName createAttributedQName() { return new AttributedQName(); } /** * Create an instance of {@link AttributedURI } * */ public AttributedURI createAttributedURI() { return new AttributedURI(); } /** * Create an instance of {@link ReplyAfterType } * */ public ReplyAfterType createReplyAfterType() { return new ReplyAfterType(); } /** * Create an instance of {@link JAXBElement }{@code <}{@link Relationship }{@code >}} * */ @XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2004/08/addressing", name = "RelatesTo") public JAXBElement createRelatesTo(Relationship value) { return new JAXBElement(_RelatesTo_QNAME, Relationship.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link AttributedURI }{@code >}} * */ @XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2004/08/addressing", name = "To") public JAXBElement createTo(AttributedURI value) { return new JAXBElement(_To_QNAME, AttributedURI.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link AttributedURI }{@code >}} * */ @XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2004/08/addressing", name = "MessageID") public JAXBElement createMessageID(AttributedURI value) { return new JAXBElement(_MessageID_QNAME, AttributedURI.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link EndpointReferenceType }{@code >}} * */ @XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2004/08/addressing", name = "FaultTo") public JAXBElement createFaultTo(EndpointReferenceType value) { return new JAXBElement(_FaultTo_QNAME, EndpointReferenceType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link EndpointReferenceType }{@code >}} * */ @XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2004/08/addressing", name = "ReplyTo") public JAXBElement createReplyTo(EndpointReferenceType value) { return new JAXBElement(_ReplyTo_QNAME, EndpointReferenceType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link AttributedURI }{@code >}} * */ @XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2004/08/addressing", name = "Action") public JAXBElement createAction(AttributedURI value) { return new JAXBElement(_Action_QNAME, AttributedURI.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link EndpointReferenceType }{@code >}} * */ @XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2004/08/addressing", name = "EndpointReference") public JAXBElement createEndpointReference(EndpointReferenceType value) { return new JAXBElement(_EndpointReference_QNAME, EndpointReferenceType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link EndpointReferenceType }{@code >}} * */ @XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2004/08/addressing", name = "From") public JAXBElement createFrom(EndpointReferenceType value) { return new JAXBElement(_From_QNAME, EndpointReferenceType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link ReplyAfterType }{@code >}} * */ @XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2004/08/addressing", name = "ReplyAfter") public JAXBElement createReplyAfter(ReplyAfterType value) { return new JAXBElement(_ReplyAfter_QNAME, ReplyAfterType.class, null, value); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy