1
2 package org.xmlsoap.schemas.ws._2004._08.addressing;
3
4 import javax.xml.namespace.QName;
5 import jakarta.xml.bind.JAXBElement;
6 import jakarta.xml.bind.annotation.XmlElementDecl;
7 import jakarta.xml.bind.annotation.XmlRegistry;
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24 @XmlRegistry
25 public class ObjectFactory {
26
27 private static final QName _EndpointReference_QNAME = new QName("http://schemas.xmlsoap.org/ws/2004/08/addressing", "EndpointReference");
28 private static final QName _MessageID_QNAME = new QName("http://schemas.xmlsoap.org/ws/2004/08/addressing", "MessageID");
29 private static final QName _RelatesTo_QNAME = new QName("http://schemas.xmlsoap.org/ws/2004/08/addressing", "RelatesTo");
30 private static final QName _To_QNAME = new QName("http://schemas.xmlsoap.org/ws/2004/08/addressing", "To");
31 private static final QName _Action_QNAME = new QName("http://schemas.xmlsoap.org/ws/2004/08/addressing", "Action");
32 private static final QName _From_QNAME = new QName("http://schemas.xmlsoap.org/ws/2004/08/addressing", "From");
33 private static final QName _ReplyTo_QNAME = new QName("http://schemas.xmlsoap.org/ws/2004/08/addressing", "ReplyTo");
34 private static final QName _FaultTo_QNAME = new QName("http://schemas.xmlsoap.org/ws/2004/08/addressing", "FaultTo");
35 private static final QName _ReplyAfter_QNAME = new QName("http://schemas.xmlsoap.org/ws/2004/08/addressing", "ReplyAfter");
36 private static final QName _RetryAfter_QNAME = new QName("http://schemas.xmlsoap.org/ws/2004/08/addressing", "RetryAfter");
37
38
39
40
41
42 public ObjectFactory() {
43 }
44
45
46
47
48
49
50
51 public EndpointReferenceType createEndpointReferenceType() {
52 return new EndpointReferenceType();
53 }
54
55
56
57
58
59
60
61 public AttributedURI createAttributedURI() {
62 return new AttributedURI();
63 }
64
65
66
67
68
69
70
71 public Relationship createRelationship() {
72 return new Relationship();
73 }
74
75
76
77
78
79
80
81 public ReplyAfterType createReplyAfterType() {
82 return new ReplyAfterType();
83 }
84
85
86
87
88
89
90
91 public RetryAfterType createRetryAfterType() {
92 return new RetryAfterType();
93 }
94
95
96
97
98
99
100
101 public ReferencePropertiesType createReferencePropertiesType() {
102 return new ReferencePropertiesType();
103 }
104
105
106
107
108
109
110
111 public ReferenceParametersType createReferenceParametersType() {
112 return new ReferenceParametersType();
113 }
114
115
116
117
118
119
120
121 public ServiceNameType createServiceNameType() {
122 return new ServiceNameType();
123 }
124
125
126
127
128
129
130
131 public AttributedQName createAttributedQName() {
132 return new AttributedQName();
133 }
134
135
136
137
138
139
140
141
142
143 @XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2004/08/addressing", name = "EndpointReference")
144 public JAXBElement<EndpointReferenceType> createEndpointReference(EndpointReferenceType value) {
145 return new JAXBElement<>(_EndpointReference_QNAME, EndpointReferenceType.class, null, value);
146 }
147
148
149
150
151
152
153
154
155
156 @XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2004/08/addressing", name = "MessageID")
157 public JAXBElement<AttributedURI> createMessageID(AttributedURI value) {
158 return new JAXBElement<>(_MessageID_QNAME, AttributedURI.class, null, value);
159 }
160
161
162
163
164
165
166
167
168
169 @XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2004/08/addressing", name = "RelatesTo")
170 public JAXBElement<Relationship> createRelatesTo(Relationship value) {
171 return new JAXBElement<>(_RelatesTo_QNAME, Relationship.class, null, value);
172 }
173
174
175
176
177
178
179
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<>(_To_QNAME, AttributedURI.class, null, value);
185 }
186
187
188
189
190
191
192
193
194
195 @XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2004/08/addressing", name = "Action")
196 public JAXBElement<AttributedURI> createAction(AttributedURI value) {
197 return new JAXBElement<>(_Action_QNAME, AttributedURI.class, null, value);
198 }
199
200
201
202
203
204
205
206
207
208 @XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2004/08/addressing", name = "From")
209 public JAXBElement<EndpointReferenceType> createFrom(EndpointReferenceType value) {
210 return new JAXBElement<>(_From_QNAME, EndpointReferenceType.class, null, value);
211 }
212
213
214
215
216
217
218
219
220
221 @XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2004/08/addressing", name = "ReplyTo")
222 public JAXBElement<EndpointReferenceType> createReplyTo(EndpointReferenceType value) {
223 return new JAXBElement<>(_ReplyTo_QNAME, EndpointReferenceType.class, null, value);
224 }
225
226
227
228
229
230
231
232
233
234 @XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2004/08/addressing", name = "FaultTo")
235 public JAXBElement<EndpointReferenceType> createFaultTo(EndpointReferenceType value) {
236 return new JAXBElement<>(_FaultTo_QNAME, EndpointReferenceType.class, null, value);
237 }
238
239
240
241
242
243
244
245
246
247 @XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2004/08/addressing", name = "ReplyAfter")
248 public JAXBElement<ReplyAfterType> createReplyAfter(ReplyAfterType value) {
249 return new JAXBElement<>(_ReplyAfter_QNAME, ReplyAfterType.class, null, value);
250 }
251
252
253
254
255
256
257
258
259
260 @XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2004/08/addressing", name = "RetryAfter")
261 public JAXBElement<RetryAfterType> createRetryAfter(RetryAfterType value) {
262 return new JAXBElement<>(_RetryAfter_QNAME, RetryAfterType.class, null, value);
263 }
264
265 }