KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > xmlsoap > schemas > ws > _2004 > _08 > addressing > ObjectFactory


1 //
2
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.0-b26-ea3
3
// See <a HREF="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
4
// Any modifications to this file will be lost upon recompilation of the source schema.
5
// Generated on: 2006.02.24 at 05:55:09 PM PST
6
//
7

8
9 package org.xmlsoap.schemas.ws._2004._08.addressing;
10
11 import javax.xml.bind.JAXBElement;
12 import javax.xml.bind.annotation.XmlElementDecl;
13 import javax.xml.bind.annotation.XmlRegistry;
14 import javax.xml.namespace.QName JavaDoc;
15 import org.xmlsoap.schemas.ws._2004._08.addressing.AttributedQName;
16 import org.xmlsoap.schemas.ws._2004._08.addressing.AttributedURI;
17 import org.xmlsoap.schemas.ws._2004._08.addressing.EndpointReferenceType;
18 import org.xmlsoap.schemas.ws._2004._08.addressing.ObjectFactory;
19 import org.xmlsoap.schemas.ws._2004._08.addressing.ReferenceParametersType;
20 import org.xmlsoap.schemas.ws._2004._08.addressing.ReferencePropertiesType;
21 import org.xmlsoap.schemas.ws._2004._08.addressing.Relationship;
22 import org.xmlsoap.schemas.ws._2004._08.addressing.ReplyAfterType;
23 import org.xmlsoap.schemas.ws._2004._08.addressing.ServiceNameType;
24
25
26 /**
27  * This object contains factory methods for each
28  * Java content interface and Java element interface
29  * generated in the org.xmlsoap.schemas.ws._2004._08.addressing package.
30  * <p>An ObjectFactory allows you to programatically
31  * construct new instances of the Java representation
32  * for XML content. The Java representation of XML
33  * content can consist of schema derived interfaces
34  * and classes representing the binding of schema
35  * type definitions, element declarations and model
36  * groups. Factory methods for each of these are
37  * provided in this class.
38  *
39  */

40 @XmlRegistry
41 public class ObjectFactory {
42
43     private final static QName JavaDoc _MessageID_QNAME = new QName JavaDoc("http://schemas.xmlsoap.org/ws/2004/08/addressing", "MessageID");
44     private final static QName JavaDoc _From_QNAME = new QName JavaDoc("http://schemas.xmlsoap.org/ws/2004/08/addressing", "From");
45     private final static QName JavaDoc _RelatesTo_QNAME = new QName JavaDoc("http://schemas.xmlsoap.org/ws/2004/08/addressing", "RelatesTo");
46     private final static QName JavaDoc _Action_QNAME = new QName JavaDoc("http://schemas.xmlsoap.org/ws/2004/08/addressing", "Action");
47     private final static QName JavaDoc _ReplyAfter_QNAME = new QName JavaDoc("http://schemas.xmlsoap.org/ws/2004/08/addressing", "ReplyAfter");
48     private final static QName JavaDoc _FaultTo_QNAME = new QName JavaDoc("http://schemas.xmlsoap.org/ws/2004/08/addressing", "FaultTo");
49     private final static QName JavaDoc _To_QNAME = new QName JavaDoc("http://schemas.xmlsoap.org/ws/2004/08/addressing", "To");
50     private final static QName JavaDoc _EndpointReference_QNAME = new QName JavaDoc("http://schemas.xmlsoap.org/ws/2004/08/addressing", "EndpointReference");
51     private final static QName JavaDoc _ReplyTo_QNAME = new QName JavaDoc("http://schemas.xmlsoap.org/ws/2004/08/addressing", "ReplyTo");
52
53     /**
54      * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.xmlsoap.schemas.ws._2004._08.addressing
55      *
56      */

57     public ObjectFactory() {
58     }
59
60     /**
61      * Create an instance of {@link ServiceNameType }
62      *
63      */

64     public ServiceNameType createServiceNameType() {
65         return new ServiceNameType();
66     }
67
68     /**
69      * Create an instance of {@link EndpointReferenceType }
70      *
71      */

72     public EndpointReferenceType createEndpointReferenceType() {
73         return new EndpointReferenceType();
74     }
75
76     /**
77      * Create an instance of {@link AttributedQName }
78      *
79      */

80     public AttributedQName createAttributedQName() {
81         return new AttributedQName();
82     }
83
84     /**
85      * Create an instance of {@link AttributedURI }
86      *
87      */

88     public AttributedURI createAttributedURI() {
89         return new AttributedURI();
90     }
91
92     /**
93      * Create an instance of {@link ReferenceParametersType }
94      *
95      */

96     public ReferenceParametersType createReferenceParametersType() {
97         return new ReferenceParametersType();
98     }
99
100     /**
101      * Create an instance of {@link ReplyAfterType }
102      *
103      */

104     public ReplyAfterType createReplyAfterType() {
105         return new ReplyAfterType();
106     }
107
108     /**
109      * Create an instance of {@link Relationship }
110      *
111      */

112     public Relationship createRelationship() {
113         return new Relationship();
114     }
115
116     /**
117      * Create an instance of {@link ReferencePropertiesType }
118      *
119      */

120     public ReferencePropertiesType createReferencePropertiesType() {
121         return new ReferencePropertiesType();
122     }
123
124     /**
125      * Create an instance of {@link JAXBElement }{@code <}{@link AttributedURI }{@code >}}
126      *
127      */

128     @XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2004/08/addressing", name = "MessageID")
129     public JAXBElement<AttributedURI> createMessageID(AttributedURI value) {
130         return new JAXBElement<AttributedURI>(_MessageID_QNAME, AttributedURI.class, null, value);
131     }
132
133     /**
134      * Create an instance of {@link JAXBElement }{@code <}{@link EndpointReferenceType }{@code >}}
135      *
136      */

137     @XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2004/08/addressing", name = "From")
138     public JAXBElement<EndpointReferenceType> createFrom(EndpointReferenceType value) {
139         return new JAXBElement<EndpointReferenceType>(_From_QNAME, EndpointReferenceType.class, null, value);
140     }
141
142     /**
143      * Create an instance of {@link JAXBElement }{@code <}{@link Relationship }{@code >}}
144      *
145      */

146     @XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2004/08/addressing", name = "RelatesTo")
147     public JAXBElement<Relationship> createRelatesTo(Relationship value) {
148         return new JAXBElement<Relationship>(_RelatesTo_QNAME, Relationship.class, null, value);
149     }
150
151     /**
152      * Create an instance of {@link JAXBElement }{@code <}{@link AttributedURI }{@code >}}
153      *
154      */

155     @XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2004/08/addressing", name = "Action")
156     public JAXBElement<AttributedURI> createAction(AttributedURI value) {
157         return new JAXBElement<AttributedURI>(_Action_QNAME, AttributedURI.class, null, value);
158     }
159
160     /**
161      * Create an instance of {@link JAXBElement }{@code <}{@link ReplyAfterType }{@code >}}
162      *
163      */

164     @XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2004/08/addressing", name = "ReplyAfter")
165     public JAXBElement<ReplyAfterType> createReplyAfter(ReplyAfterType value) {
166         return new JAXBElement<ReplyAfterType>(_ReplyAfter_QNAME, ReplyAfterType.class, null, value);
167     }
168
169     /**
170      * Create an instance of {@link JAXBElement }{@code <}{@link EndpointReferenceType }{@code >}}
171      *
172      */

173     @XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2004/08/addressing", name = "FaultTo")
174     public JAXBElement<EndpointReferenceType> createFaultTo(EndpointReferenceType value) {
175         return new JAXBElement<EndpointReferenceType>(_FaultTo_QNAME, EndpointReferenceType.class, null, value);
176     }
177
178     /**
179      * Create an instance of {@link JAXBElement }{@code <}{@link AttributedURI }{@code >}}
180      *
181      */

182     @XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2004/08/addressing", name = "To")
183     public JAXBElement<AttributedURI> createTo(AttributedURI value) {
184         return new JAXBElement<AttributedURI>(_To_QNAME, AttributedURI.class, null, value);
185     }
186
187     /**
188      * Create an instance of {@link JAXBElement }{@code <}{@link EndpointReferenceType }{@code >}}
189      *
190      */

191     @XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2004/08/addressing", name = "EndpointReference")
192     public JAXBElement<EndpointReferenceType> createEndpointReference(EndpointReferenceType value) {
193         return new JAXBElement<EndpointReferenceType>(_EndpointReference_QNAME, EndpointReferenceType.class, null, value);
194     }
195
196     /**
197      * Create an instance of {@link JAXBElement }{@code <}{@link EndpointReferenceType }{@code >}}
198      *
199      */

200     @XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2004/08/addressing", name = "ReplyTo")
201     public JAXBElement<EndpointReferenceType> createReplyTo(EndpointReferenceType value) {
202         return new JAXBElement<EndpointReferenceType>(_ReplyTo_QNAME, EndpointReferenceType.class, null, value);
203     }
204
205 }
206
Popular Tags