View Javadoc
1   /**
2    * This Source Code Form is subject to the terms of the Mozilla Public
3    * License, v. 2.0. If a copy of the MPL was not distributed with this
4    * file, You can obtain one at http://mozilla.org/MPL/2.0/.
5    *
6    * If it is not possible or desirable to put the notice in a particular
7    * file, then You may include the notice in a location (such as a LICENSE
8    * file in a relevant directory) where a recipient would be likely to look
9    * for such a notice.
10  
11   * 
12   */
13   
14  /*  ---------------------------------------------------------------------------
15   *  U.S. Government, Department of the Army
16   *  Army Materiel Command
17   *  Research Development Engineering Command
18   *  Communications Electronics Research Development and Engineering Center
19   *  ---------------------------------------------------------------------------
20   */
21  
22  package org.oasis_open.docs.wsrf.rp_2;
23  
24  import javax.xml.bind.JAXBElement;
25  import javax.xml.bind.annotation.XmlElementDecl;
26  import javax.xml.bind.annotation.XmlRegistry;
27  import javax.xml.namespace.QName;
28  
29  
30  
31  /**
32   * This object contains factory methods for each 
33   * Java content interface and Java element interface 
34   * generated in the org.oasis_open.docs.wsrf.rp_2 package. 
35   * <p>An ObjectFactory allows you to programatically 
36   * construct new instances of the Java representation 
37   * for XML content. The Java representation of XML 
38   * content can consist of schema derived interfaces 
39   * and classes representing the binding of schema 
40   * type definitions, element declarations and model 
41   * groups.  Factory methods for each of these are 
42   * provided in this class.
43   * 
44   */
45  @XmlRegistry
46  public class ObjectFactory {
47  
48      private final static QName _InvalidModificationFault_QNAME = new QName("http://docs.oasis-open.org/wsrf/rp-2", "InvalidModificationFault");
49      private final static QName _InvalidQueryExpressionFault_QNAME = new QName("http://docs.oasis-open.org/wsrf/rp-2", "InvalidQueryExpressionFault");
50      private final static QName _UnknownQueryExpressionDialectFault_QNAME = new QName("http://docs.oasis-open.org/wsrf/rp-2", "UnknownQueryExpressionDialectFault");
51      private final static QName _UnableToPutResourcePropertyDocumentFault_QNAME = new QName("http://docs.oasis-open.org/wsrf/rp-2", "UnableToPutResourcePropertyDocumentFault");
52      private final static QName _Update_QNAME = new QName("http://docs.oasis-open.org/wsrf/rp-2", "Update");
53      private final static QName _QueryEvaluationErrorFault_QNAME = new QName("http://docs.oasis-open.org/wsrf/rp-2", "QueryEvaluationErrorFault");
54      private final static QName _InvalidResourcePropertyQNameFault_QNAME = new QName("http://docs.oasis-open.org/wsrf/rp-2", "InvalidResourcePropertyQNameFault");
55      private final static QName _UpdateResourcePropertiesRequestFailedFault_QNAME = new QName("http://docs.oasis-open.org/wsrf/rp-2", "UpdateResourcePropertiesRequestFailedFault");
56      private final static QName _QueryExpressionDialect_QNAME = new QName("http://docs.oasis-open.org/wsrf/rp-2", "QueryExpressionDialect");
57      private final static QName _DeleteResourcePropertiesRequestFailedFault_QNAME = new QName("http://docs.oasis-open.org/wsrf/rp-2", "DeleteResourcePropertiesRequestFailedFault");
58      private final static QName _ResourcePropertyValueChangeNotification_QNAME = new QName("http://docs.oasis-open.org/wsrf/rp-2", "ResourcePropertyValueChangeNotification");
59      private final static QName _InsertResourcePropertiesRequestFailedFault_QNAME = new QName("http://docs.oasis-open.org/wsrf/rp-2", "InsertResourcePropertiesRequestFailedFault");
60      private final static QName _SetResourcePropertyRequestFailedFault_QNAME = new QName("http://docs.oasis-open.org/wsrf/rp-2", "SetResourcePropertyRequestFailedFault");
61      private final static QName _GetResourceProperty_QNAME = new QName("http://docs.oasis-open.org/wsrf/rp-2", "GetResourceProperty");
62      private final static QName _Insert_QNAME = new QName("http://docs.oasis-open.org/wsrf/rp-2", "Insert");
63      private final static QName _UnableToModifyResourcePropertyFault_QNAME = new QName("http://docs.oasis-open.org/wsrf/rp-2", "UnableToModifyResourcePropertyFault");
64      private final static QName _GetMultipleResourcePropertiesResponse_QNAME = new QName("http://docs.oasis-open.org/wsrf/rp-2", "GetMultipleResourcePropertiesResponse");
65      private final static QName _QueryExpression_QNAME = new QName("http://docs.oasis-open.org/wsrf/rp-2", "QueryExpression");
66      private final static QName _Delete_QNAME = new QName("http://docs.oasis-open.org/wsrf/rp-2", "Delete");
67      private final static QName _ResourcePropertyValueChangeNotificationTypeOldValues_QNAME = new QName("http://docs.oasis-open.org/wsrf/rp-2", "OldValues");
68  
69      /**
70       * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.oasis_open.docs.wsrf.rp_2
71       * 
72       */
73      public ObjectFactory() {
74      }
75  
76      /**
77       * Create an instance of {@link InsertResourceProperties }
78       * 
79       */
80      public InsertResourceProperties createInsertResourceProperties() {
81          return new InsertResourceProperties();
82      }
83  
84      /**
85       * Create an instance of {@link InsertType }
86       * 
87       */
88      public InsertType createInsertType() {
89          return new InsertType();
90      }
91  
92      /**
93       * Create an instance of {@link UnableToPutResourcePropertyDocumentFaultType }
94       * 
95       */
96      public UnableToPutResourcePropertyDocumentFaultType createUnableToPutResourcePropertyDocumentFaultType() {
97          return new UnableToPutResourcePropertyDocumentFaultType();
98      }
99  
100     /**
101      * Create an instance of {@link QueryResourcePropertiesResponse }
102      * 
103      */
104     public QueryResourcePropertiesResponse createQueryResourcePropertiesResponse() {
105         return new QueryResourcePropertiesResponse();
106     }
107 
108     /**
109      * Create an instance of {@link PutResourcePropertyDocumentResponse }
110      * 
111      */
112     public PutResourcePropertyDocumentResponse createPutResourcePropertyDocumentResponse() {
113         return new PutResourcePropertyDocumentResponse();
114     }
115 
116     /**
117      * Create an instance of {@link UpdateResourcePropertiesResponse }
118      * 
119      */
120     public UpdateResourcePropertiesResponse createUpdateResourcePropertiesResponse() {
121         return new UpdateResourcePropertiesResponse();
122     }
123 
124     /**
125      * Create an instance of {@link ResourcePropertyChangeFailureType }
126      * 
127      */
128     public ResourcePropertyChangeFailureType createResourcePropertyChangeFailureType() {
129         return new ResourcePropertyChangeFailureType();
130     }
131 
132     /**
133      * Create an instance of {@link QueryEvaluationErrorFaultType }
134      * 
135      */
136     public QueryEvaluationErrorFaultType createQueryEvaluationErrorFaultType() {
137         return new QueryEvaluationErrorFaultType();
138     }
139 
140     /**
141      * Create an instance of {@link InsertResourcePropertiesResponse }
142      * 
143      */
144     public InsertResourcePropertiesResponse createInsertResourcePropertiesResponse() {
145         return new InsertResourcePropertiesResponse();
146     }
147 
148     /**
149      * Create an instance of {@link SetResourceProperties }
150      * 
151      */
152     public SetResourceProperties createSetResourceProperties() {
153         return new SetResourceProperties();
154     }
155 
156     /**
157      * Create an instance of {@link SetResourcePropertiesResponse }
158      * 
159      */
160     public SetResourcePropertiesResponse createSetResourcePropertiesResponse() {
161         return new SetResourcePropertiesResponse();
162     }
163 
164     /**
165      * Create an instance of {@link InvalidQueryExpressionFaultType }
166      * 
167      */
168     public InvalidQueryExpressionFaultType createInvalidQueryExpressionFaultType() {
169         return new InvalidQueryExpressionFaultType();
170     }
171 
172     /**
173      * Create an instance of {@link DeleteResourceProperties }
174      * 
175      */
176     public DeleteResourceProperties createDeleteResourceProperties() {
177         return new DeleteResourceProperties();
178     }
179 
180     /**
181      * Create an instance of {@link UpdateType }
182      * 
183      */
184     public UpdateType createUpdateType() {
185         return new UpdateType();
186     }
187 
188     /**
189      * Create an instance of {@link DeleteResourcePropertiesRequestFailedFaultType }
190      * 
191      */
192     public DeleteResourcePropertiesRequestFailedFaultType createDeleteResourcePropertiesRequestFailedFaultType() {
193         return new DeleteResourcePropertiesRequestFailedFaultType();
194     }
195 
196     /**
197      * Create an instance of {@link InvalidResourcePropertyQNameFaultType }
198      * 
199      */
200     public InvalidResourcePropertyQNameFaultType createInvalidResourcePropertyQNameFaultType() {
201         return new InvalidResourcePropertyQNameFaultType();
202     }
203 
204     /**
205      * Create an instance of {@link GetResourcePropertyDocument }
206      * 
207      */
208     public GetResourcePropertyDocument createGetResourcePropertyDocument() {
209         return new GetResourcePropertyDocument();
210     }
211 
212     /**
213      * Create an instance of {@link QueryExpressionRPDocument }
214      * 
215      */
216     public QueryExpressionRPDocument createQueryExpressionRPDocument() {
217         return new QueryExpressionRPDocument();
218     }
219 
220     /**
221      * Create an instance of {@link DeleteType }
222      * 
223      */
224     public DeleteType createDeleteType() {
225         return new DeleteType();
226     }
227 
228     /**
229      * Create an instance of {@link InvalidModificationFaultType }
230      * 
231      */
232     public InvalidModificationFaultType createInvalidModificationFaultType() {
233         return new InvalidModificationFaultType();
234     }
235 
236     /**
237      * Create an instance of {@link GetResourcePropertyResponse }
238      * 
239      */
240     public GetResourcePropertyResponse createGetResourcePropertyResponse() {
241         return new GetResourcePropertyResponse();
242     }
243 
244     /**
245      * Create an instance of {@link UpdateResourcePropertiesRequestFailedFaultType }
246      * 
247      */
248     public UpdateResourcePropertiesRequestFailedFaultType createUpdateResourcePropertiesRequestFailedFaultType() {
249         return new UpdateResourcePropertiesRequestFailedFaultType();
250     }
251 
252     /**
253      * Create an instance of {@link InsertResourcePropertiesRequestFailedFaultType }
254      * 
255      */
256     public InsertResourcePropertiesRequestFailedFaultType createInsertResourcePropertiesRequestFailedFaultType() {
257         return new InsertResourcePropertiesRequestFailedFaultType();
258     }
259 
260     /**
261      * Create an instance of {@link QueryExpressionType }
262      * 
263      */
264     public QueryExpressionType createQueryExpressionType() {
265         return new QueryExpressionType();
266     }
267 
268     /**
269      * Create an instance of {@link UnableToModifyResourcePropertyFaultType }
270      * 
271      */
272     public UnableToModifyResourcePropertyFaultType createUnableToModifyResourcePropertyFaultType() {
273         return new UnableToModifyResourcePropertyFaultType();
274     }
275 
276     /**
277      * Create an instance of {@link GetMultipleResourceProperties }
278      * 
279      */
280     public GetMultipleResourceProperties createGetMultipleResourceProperties() {
281         return new GetMultipleResourceProperties();
282     }
283 
284     /**
285      * Create an instance of {@link SetResourcePropertyRequestFailedFaultType }
286      * 
287      */
288     public SetResourcePropertyRequestFailedFaultType createSetResourcePropertyRequestFailedFaultType() {
289         return new SetResourcePropertyRequestFailedFaultType();
290     }
291 
292     /**
293      * Create an instance of {@link UpdateResourceProperties }
294      * 
295      */
296     public UpdateResourceProperties createUpdateResourceProperties() {
297         return new UpdateResourceProperties();
298     }
299 
300     /**
301      * Create an instance of {@link ResourcePropertyValueChangeNotificationType }
302      * 
303      */
304     public ResourcePropertyValueChangeNotificationType createResourcePropertyValueChangeNotificationType() {
305         return new ResourcePropertyValueChangeNotificationType();
306     }
307 
308     /**
309      * Create an instance of {@link PutResourcePropertyDocument }
310      * 
311      */
312     public PutResourcePropertyDocument createPutResourcePropertyDocument() {
313         return new PutResourcePropertyDocument();
314     }
315 
316     /**
317      * Create an instance of {@link ResourcePropertyChangeFailureType.RequestedValue }
318      * 
319      */
320     public ResourcePropertyChangeFailureType.RequestedValue createResourcePropertyChangeFailureTypeRequestedValue() {
321         return new ResourcePropertyChangeFailureType.RequestedValue();
322     }
323 
324     /**
325      * Create an instance of {@link UnknownQueryExpressionDialectFaultType }
326      * 
327      */
328     public UnknownQueryExpressionDialectFaultType createUnknownQueryExpressionDialectFaultType() {
329         return new UnknownQueryExpressionDialectFaultType();
330     }
331 
332     /**
333      * Create an instance of {@link DeleteResourcePropertiesResponse }
334      * 
335      */
336     public DeleteResourcePropertiesResponse createDeleteResourcePropertiesResponse() {
337         return new DeleteResourcePropertiesResponse();
338     }
339 
340     /**
341      * Create an instance of {@link GetResourcePropertyDocumentResponse }
342      * 
343      */
344     public GetResourcePropertyDocumentResponse createGetResourcePropertyDocumentResponse() {
345         return new GetResourcePropertyDocumentResponse();
346     }
347 
348     /**
349      * Create an instance of {@link ResourcePropertyChangeFailureType.CurrentValue }
350      * 
351      */
352     public ResourcePropertyChangeFailureType.CurrentValue createResourcePropertyChangeFailureTypeCurrentValue() {
353         return new ResourcePropertyChangeFailureType.CurrentValue();
354     }
355 
356     /**
357      * Create an instance of {@link QueryResourceProperties }
358      * 
359      */
360     public QueryResourceProperties createQueryResourceProperties() {
361         return new QueryResourceProperties();
362     }
363 
364     /**
365      * Create an instance of {@link JAXBElement }{@code <}{@link InvalidModificationFaultType }{@code >}}
366      * 
367      */
368     @XmlElementDecl(namespace = "http://docs.oasis-open.org/wsrf/rp-2", name = "InvalidModificationFault")
369     public JAXBElement<InvalidModificationFaultType> createInvalidModificationFault(InvalidModificationFaultType value) {
370         return new JAXBElement<InvalidModificationFaultType>(_InvalidModificationFault_QNAME, InvalidModificationFaultType.class, null, value);
371     }
372 
373     /**
374      * Create an instance of {@link JAXBElement }{@code <}{@link InvalidQueryExpressionFaultType }{@code >}}
375      * 
376      */
377     @XmlElementDecl(namespace = "http://docs.oasis-open.org/wsrf/rp-2", name = "InvalidQueryExpressionFault")
378     public JAXBElement<InvalidQueryExpressionFaultType> createInvalidQueryExpressionFault(InvalidQueryExpressionFaultType value) {
379         return new JAXBElement<InvalidQueryExpressionFaultType>(_InvalidQueryExpressionFault_QNAME, InvalidQueryExpressionFaultType.class, null, value);
380     }
381 
382     /**
383      * Create an instance of {@link JAXBElement }{@code <}{@link UnknownQueryExpressionDialectFaultType }{@code >}}
384      * 
385      */
386     @XmlElementDecl(namespace = "http://docs.oasis-open.org/wsrf/rp-2", name = "UnknownQueryExpressionDialectFault")
387     public JAXBElement<UnknownQueryExpressionDialectFaultType> createUnknownQueryExpressionDialectFault(UnknownQueryExpressionDialectFaultType value) {
388         return new JAXBElement<UnknownQueryExpressionDialectFaultType>(_UnknownQueryExpressionDialectFault_QNAME, UnknownQueryExpressionDialectFaultType.class, null, value);
389     }
390 
391     /**
392      * Create an instance of {@link JAXBElement }{@code <}{@link UnableToPutResourcePropertyDocumentFaultType }{@code >}}
393      * 
394      */
395     @XmlElementDecl(namespace = "http://docs.oasis-open.org/wsrf/rp-2", name = "UnableToPutResourcePropertyDocumentFault")
396     public JAXBElement<UnableToPutResourcePropertyDocumentFaultType> createUnableToPutResourcePropertyDocumentFault(UnableToPutResourcePropertyDocumentFaultType value) {
397         return new JAXBElement<UnableToPutResourcePropertyDocumentFaultType>(_UnableToPutResourcePropertyDocumentFault_QNAME, UnableToPutResourcePropertyDocumentFaultType.class, null, value);
398     }
399 
400     /**
401      * Create an instance of {@link JAXBElement }{@code <}{@link UpdateType }{@code >}}
402      * 
403      */
404     @XmlElementDecl(namespace = "http://docs.oasis-open.org/wsrf/rp-2", name = "Update")
405     public JAXBElement<UpdateType> createUpdate(UpdateType value) {
406         return new JAXBElement<UpdateType>(_Update_QNAME, UpdateType.class, null, value);
407     }
408 
409     /**
410      * Create an instance of {@link JAXBElement }{@code <}{@link QueryEvaluationErrorFaultType }{@code >}}
411      * 
412      */
413     @XmlElementDecl(namespace = "http://docs.oasis-open.org/wsrf/rp-2", name = "QueryEvaluationErrorFault")
414     public JAXBElement<QueryEvaluationErrorFaultType> createQueryEvaluationErrorFault(QueryEvaluationErrorFaultType value) {
415         return new JAXBElement<QueryEvaluationErrorFaultType>(_QueryEvaluationErrorFault_QNAME, QueryEvaluationErrorFaultType.class, null, value);
416     }
417 
418     /**
419      * Create an instance of {@link JAXBElement }{@code <}{@link InvalidResourcePropertyQNameFaultType }{@code >}}
420      * 
421      */
422     @XmlElementDecl(namespace = "http://docs.oasis-open.org/wsrf/rp-2", name = "InvalidResourcePropertyQNameFault")
423     public JAXBElement<InvalidResourcePropertyQNameFaultType> createInvalidResourcePropertyQNameFault(InvalidResourcePropertyQNameFaultType value) {
424         return new JAXBElement<InvalidResourcePropertyQNameFaultType>(_InvalidResourcePropertyQNameFault_QNAME, InvalidResourcePropertyQNameFaultType.class, null, value);
425     }
426 
427     /**
428      * Create an instance of {@link JAXBElement }{@code <}{@link UpdateResourcePropertiesRequestFailedFaultType }{@code >}}
429      * 
430      */
431     @XmlElementDecl(namespace = "http://docs.oasis-open.org/wsrf/rp-2", name = "UpdateResourcePropertiesRequestFailedFault")
432     public JAXBElement<UpdateResourcePropertiesRequestFailedFaultType> createUpdateResourcePropertiesRequestFailedFault(UpdateResourcePropertiesRequestFailedFaultType value) {
433         return new JAXBElement<UpdateResourcePropertiesRequestFailedFaultType>(_UpdateResourcePropertiesRequestFailedFault_QNAME, UpdateResourcePropertiesRequestFailedFaultType.class, null, value);
434     }
435 
436     /**
437      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
438      * 
439      */
440     @XmlElementDecl(namespace = "http://docs.oasis-open.org/wsrf/rp-2", name = "QueryExpressionDialect")
441     public JAXBElement<String> createQueryExpressionDialect(String value) {
442         return new JAXBElement<String>(_QueryExpressionDialect_QNAME, String.class, null, value);
443     }
444 
445     /**
446      * Create an instance of {@link JAXBElement }{@code <}{@link DeleteResourcePropertiesRequestFailedFaultType }{@code >}}
447      * 
448      */
449     @XmlElementDecl(namespace = "http://docs.oasis-open.org/wsrf/rp-2", name = "DeleteResourcePropertiesRequestFailedFault")
450     public JAXBElement<DeleteResourcePropertiesRequestFailedFaultType> createDeleteResourcePropertiesRequestFailedFault(DeleteResourcePropertiesRequestFailedFaultType value) {
451         return new JAXBElement<DeleteResourcePropertiesRequestFailedFaultType>(_DeleteResourcePropertiesRequestFailedFault_QNAME, DeleteResourcePropertiesRequestFailedFaultType.class, null, value);
452     }
453 
454     /**
455      * Create an instance of {@link JAXBElement }{@code <}{@link ResourcePropertyValueChangeNotificationType }{@code >}}
456      * 
457      */
458     @XmlElementDecl(namespace = "http://docs.oasis-open.org/wsrf/rp-2", name = "ResourcePropertyValueChangeNotification")
459     public JAXBElement<ResourcePropertyValueChangeNotificationType> createResourcePropertyValueChangeNotification(ResourcePropertyValueChangeNotificationType value) {
460         return new JAXBElement<ResourcePropertyValueChangeNotificationType>(_ResourcePropertyValueChangeNotification_QNAME, ResourcePropertyValueChangeNotificationType.class, null, value);
461     }
462 
463     /**
464      * Create an instance of {@link JAXBElement }{@code <}{@link InsertResourcePropertiesRequestFailedFaultType }{@code >}}
465      * 
466      */
467     @XmlElementDecl(namespace = "http://docs.oasis-open.org/wsrf/rp-2", name = "InsertResourcePropertiesRequestFailedFault")
468     public JAXBElement<InsertResourcePropertiesRequestFailedFaultType> createInsertResourcePropertiesRequestFailedFault(InsertResourcePropertiesRequestFailedFaultType value) {
469         return new JAXBElement<InsertResourcePropertiesRequestFailedFaultType>(_InsertResourcePropertiesRequestFailedFault_QNAME, InsertResourcePropertiesRequestFailedFaultType.class, null, value);
470     }
471 
472     /**
473      * Create an instance of {@link JAXBElement }{@code <}{@link SetResourcePropertyRequestFailedFaultType }{@code >}}
474      * 
475      */
476     @XmlElementDecl(namespace = "http://docs.oasis-open.org/wsrf/rp-2", name = "SetResourcePropertyRequestFailedFault")
477     public JAXBElement<SetResourcePropertyRequestFailedFaultType> createSetResourcePropertyRequestFailedFault(SetResourcePropertyRequestFailedFaultType value) {
478         return new JAXBElement<SetResourcePropertyRequestFailedFaultType>(_SetResourcePropertyRequestFailedFault_QNAME, SetResourcePropertyRequestFailedFaultType.class, null, value);
479     }
480 
481     /**
482      * Create an instance of {@link JAXBElement }{@code <}{@link QName }{@code >}}
483      * 
484      */
485     @XmlElementDecl(namespace = "http://docs.oasis-open.org/wsrf/rp-2", name = "GetResourceProperty")
486     public JAXBElement<QName> createGetResourceProperty(QName value) {
487         return new JAXBElement<QName>(_GetResourceProperty_QNAME, QName.class, null, value);
488     }
489 
490     /**
491      * Create an instance of {@link JAXBElement }{@code <}{@link InsertType }{@code >}}
492      * 
493      */
494     @XmlElementDecl(namespace = "http://docs.oasis-open.org/wsrf/rp-2", name = "Insert")
495     public JAXBElement<InsertType> createInsert(InsertType value) {
496         return new JAXBElement<InsertType>(_Insert_QNAME, InsertType.class, null, value);
497     }
498 
499     /**
500      * Create an instance of {@link JAXBElement }{@code <}{@link UnableToModifyResourcePropertyFaultType }{@code >}}
501      * 
502      */
503     @XmlElementDecl(namespace = "http://docs.oasis-open.org/wsrf/rp-2", name = "UnableToModifyResourcePropertyFault")
504     public JAXBElement<UnableToModifyResourcePropertyFaultType> createUnableToModifyResourcePropertyFault(UnableToModifyResourcePropertyFaultType value) {
505         return new JAXBElement<UnableToModifyResourcePropertyFaultType>(_UnableToModifyResourcePropertyFault_QNAME, UnableToModifyResourcePropertyFaultType.class, null, value);
506     }
507 
508     /**
509      * Create an instance of {@link JAXBElement }{@code <}{@link EsmPropertiesType }{@code >}}
510      * 
511 
512     @XmlElementDecl(namespace = "http://docs.oasis-open.org/wsrf/rp-2", name = "GetMultipleResourcePropertiesResponse")
513     public JAXBElement<EsmPropertiesType> createGetMultipleResourcePropertiesResponse(EsmPropertiesType value) {
514         return new JAXBElement<EsmPropertiesType>(_GetMultipleResourcePropertiesResponse_QNAME, EsmPropertiesType.class, null, value);
515     }     *
516 
517     /**
518      * Create an instance of {@link JAXBElement }{@code <}{@link QueryExpressionType }{@code >}}
519      * 
520      */
521     @XmlElementDecl(namespace = "http://docs.oasis-open.org/wsrf/rp-2", name = "QueryExpression")
522     public JAXBElement<QueryExpressionType> createQueryExpression(QueryExpressionType value) {
523         return new JAXBElement<QueryExpressionType>(_QueryExpression_QNAME, QueryExpressionType.class, null, value);
524     }
525 
526     /**
527      * Create an instance of {@link JAXBElement }{@code <}{@link DeleteType }{@code >}}
528      * 
529      */
530     @XmlElementDecl(namespace = "http://docs.oasis-open.org/wsrf/rp-2", name = "Delete")
531     public JAXBElement<DeleteType> createDelete(DeleteType value) {
532         return new JAXBElement<DeleteType>(_Delete_QNAME, DeleteType.class, null, value);
533     }
534 
535     /**
536      * Create an instance of {@link JAXBElement }{@code <}{@link EsmPropertiesChoiceType }{@code >}}
537      */
538 
539     @XmlElementDecl(namespace = "http://docs.oasis-open.org/wsrf/rp-2", name = "OldValues", scope = ResourcePropertyValueChangeNotificationType.class)
540     public JAXBElement<Object> createResourcePropertyValueChangeNotificationTypeOldValues(Object value) {
541         return new JAXBElement<Object>(_ResourcePropertyValueChangeNotificationTypeOldValues_QNAME, Object.class, ResourcePropertyValueChangeNotificationType.class, value);
542     }     
543 
544 }