This project has retired. For details please refer to its Attic page.
ObjectFactory xref

1   
2   package org.apache.chemistry.opencmis.commons.impl.jaxb;
3   
4   import java.math.BigInteger;
5   import javax.xml.bind.JAXBElement;
6   import javax.xml.bind.annotation.XmlElementDecl;
7   import javax.xml.bind.annotation.XmlRegistry;
8   import javax.xml.namespace.QName;
9   
10  
11  /**
12   * This object contains factory methods for each 
13   * Java content interface and Java element interface 
14   * generated in the org.apache.chemistry.opencmis.commons.impl.jaxb package. 
15   * <p>An ObjectFactory allows you to programatically 
16   * construct new instances of the Java representation 
17   * for XML content. The Java representation of XML 
18   * content can consist of schema derived interfaces 
19   * and classes representing the binding of schema 
20   * type definitions, element declarations and model 
21   * groups.  Factory methods for each of these are 
22   * provided in this class.
23   * 
24   */
25  @XmlRegistry
26  public class ObjectFactory {
27  
28      private final static QName _Query_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200908/", "query");
29      private final static QName _CmisFault_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200908/", "cmisFault");
30      private final static QName _Acl_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200908/", "acl");
31      private final static QName _AllowableActions_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/core/200908/", "allowableActions");
32      private final static QName _GetRepositoryInfoExtension_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200908/", "extension");
33      private final static QName _DeleteTreeAllVersions_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200908/", "allVersions");
34      private final static QName _DeleteTreeContinueOnFailure_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200908/", "continueOnFailure");
35      private final static QName _DeleteTreeUnfileObjects_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200908/", "unfileObjects");
36      private final static QName _GetPropertiesOfLatestVersionFilter_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200908/", "filter");
37      private final static QName _QuerySkipCount_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200908/", "skipCount");
38      private final static QName _QueryMaxItems_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200908/", "maxItems");
39      private final static QName _QueryIncludeRelationships_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200908/", "includeRelationships");
40      private final static QName _QueryIncludeAllowableActions_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200908/", "includeAllowableActions");
41      private final static QName _QueryRenditionFilter_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200908/", "renditionFilter");
42      private final static QName _QuerySearchAllVersions_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200908/", "searchAllVersions");
43      private final static QName _GetObjectIncludeACL_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200908/", "includeACL");
44      private final static QName _GetObjectIncludePolicyIds_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200908/", "includePolicyIds");
45      private final static QName _GetACLOnlyBasicPermissions_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200908/", "onlyBasicPermissions");
46      private final static QName _GetContentStreamOffset_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200908/", "offset");
47      private final static QName _GetContentStreamLength_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200908/", "length");
48      private final static QName _GetContentStreamStreamId_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200908/", "streamId");
49      private final static QName _GetFolderTreeDepth_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200908/", "depth");
50      private final static QName _GetFolderTreeIncludePathSegment_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200908/", "includePathSegment");
51      private final static QName _CreateDocumentRemoveACEs_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200908/", "removeACEs");
52      private final static QName _CreateDocumentContentStream_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200908/", "contentStream");
53      private final static QName _CreateDocumentFolderId_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200908/", "folderId");
54      private final static QName _CreateDocumentAddACEs_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200908/", "addACEs");
55      private final static QName _CreateDocumentVersioningState_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200908/", "versioningState");
56      private final static QName _GetObjectParentsIncludeRelativePathSegment_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200908/", "includeRelativePathSegment");
57      private final static QName _GetChildrenOrderBy_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200908/", "orderBy");
58      private final static QName _UpdatePropertiesChangeToken_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200908/", "changeToken");
59      private final static QName _GetContentChangesIncludeProperties_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200908/", "includeProperties");
60      private final static QName _GetContentChangesChangeLogToken_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200908/", "changeLogToken");
61      private final static QName _SetContentStreamOverwriteFlag_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200908/", "overwriteFlag");
62      private final static QName _GetTypeDescendantsTypeId_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200908/", "typeId");
63      private final static QName _GetTypeDescendantsIncludePropertyDefinitions_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200908/", "includePropertyDefinitions");
64      private final static QName _CheckInMajor_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200908/", "major");
65      private final static QName _CheckInProperties_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200908/", "properties");
66      private final static QName _CheckInCheckinComment_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200908/", "checkinComment");
67      private final static QName _ApplyACLACLPropagation_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200908/", "ACLPropagation");
68      private final static QName _GetObjectRelationshipsRelationshipDirection_QNAME = new QName("http://docs.oasis-open.org/ns/cmis/messaging/200908/", "relationshipDirection");
69  
70      /**
71       * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.chemistry.opencmis.commons.impl.jaxb
72       * 
73       */
74      public ObjectFactory() {
75      }
76  
77      /**
78       * Create an instance of {@link DeleteTree }
79       * 
80       */
81      public DeleteTree createDeleteTree() {
82          return new DeleteTree();
83      }
84  
85      /**
86       * Create an instance of {@link CmisChoiceBoolean }
87       * 
88       */
89      public CmisChoiceBoolean createCmisChoiceBoolean() {
90          return new CmisChoiceBoolean();
91      }
92  
93      /**
94       * Create an instance of {@link DeleteTreeResponse.FailedToDelete }
95       * 
96       */
97      public DeleteTreeResponse.FailedToDelete createDeleteTreeResponseFailedToDelete() {
98          return new DeleteTreeResponse.FailedToDelete();
99      }
100 
101     /**
102      * Create an instance of {@link GetPropertiesOfLatestVersion }
103      * 
104      */
105     public GetPropertiesOfLatestVersion createGetPropertiesOfLatestVersion() {
106         return new GetPropertiesOfLatestVersion();
107     }
108 
109     /**
110      * Create an instance of {@link Query }
111      * 
112      */
113     public Query createQuery() {
114         return new Query();
115     }
116 
117     /**
118      * Create an instance of {@link MoveObjectResponse }
119      * 
120      */
121     public MoveObjectResponse createMoveObjectResponse() {
122         return new MoveObjectResponse();
123     }
124 
125     /**
126      * Create an instance of {@link CmisPropertiesType }
127      * 
128      */
129     public CmisPropertiesType createCmisPropertiesType() {
130         return new CmisPropertiesType();
131     }
132 
133     /**
134      * Create an instance of {@link CheckOutResponse }
135      * 
136      */
137     public CheckOutResponse createCheckOutResponse() {
138         return new CheckOutResponse();
139     }
140 
141     /**
142      * Create an instance of {@link CmisObjectParentsType }
143      * 
144      */
145     public CmisObjectParentsType createCmisObjectParentsType() {
146         return new CmisObjectParentsType();
147     }
148 
149     /**
150      * Create an instance of {@link GetObject }
151      * 
152      */
153     public GetObject createGetObject() {
154         return new GetObject();
155     }
156 
157     /**
158      * Create an instance of {@link GetACL }
159      * 
160      */
161     public GetACL createGetACL() {
162         return new GetACL();
163     }
164 
165     /**
166      * Create an instance of {@link GetFolderParent }
167      * 
168      */
169     public GetFolderParent createGetFolderParent() {
170         return new GetFolderParent();
171     }
172 
173     /**
174      * Create an instance of {@link GetContentStream }
175      * 
176      */
177     public GetContentStream createGetContentStream() {
178         return new GetContentStream();
179     }
180 
181     /**
182      * Create an instance of {@link CheckInResponse }
183      * 
184      */
185     public CheckInResponse createCheckInResponse() {
186         return new CheckInResponse();
187     }
188 
189     /**
190      * Create an instance of {@link CmisPermissionDefinition }
191      * 
192      */
193     public CmisPermissionDefinition createCmisPermissionDefinition() {
194         return new CmisPermissionDefinition();
195     }
196 
197     /**
198      * Create an instance of {@link GetFolderTree }
199      * 
200      */
201     public GetFolderTree createGetFolderTree() {
202         return new GetFolderTree();
203     }
204 
205     /**
206      * Create an instance of {@link CmisChoiceDecimal }
207      * 
208      */
209     public CmisChoiceDecimal createCmisChoiceDecimal() {
210         return new CmisChoiceDecimal();
211     }
212 
213     /**
214      * Create an instance of {@link CmisQueryType }
215      * 
216      */
217     public CmisQueryType createCmisQueryType() {
218         return new CmisQueryType();
219     }
220 
221     /**
222      * Create an instance of {@link CmisContentStreamType }
223      * 
224      */
225     public CmisContentStreamType createCmisContentStreamType() {
226         return new CmisContentStreamType();
227     }
228 
229     /**
230      * Create an instance of {@link CmisTypeRelationshipDefinitionType }
231      * 
232      */
233     public CmisTypeRelationshipDefinitionType createCmisTypeRelationshipDefinitionType() {
234         return new CmisTypeRelationshipDefinitionType();
235     }
236 
237     /**
238      * Create an instance of {@link CmisPropertyBoolean }
239      * 
240      */
241     public CmisPropertyBoolean createCmisPropertyBoolean() {
242         return new CmisPropertyBoolean();
243     }
244 
245     /**
246      * Create an instance of {@link GetObjectParents }
247      * 
248      */
249     public GetObjectParents createGetObjectParents() {
250         return new GetObjectParents();
251     }
252 
253     /**
254      * Create an instance of {@link GetObjectRelationshipsResponse }
255      * 
256      */
257     public GetObjectRelationshipsResponse createGetObjectRelationshipsResponse() {
258         return new GetObjectRelationshipsResponse();
259     }
260 
261     /**
262      * Create an instance of {@link GetTypeDescendantsResponse }
263      * 
264      */
265     public GetTypeDescendantsResponse createGetTypeDescendantsResponse() {
266         return new GetTypeDescendantsResponse();
267     }
268 
269     /**
270      * Create an instance of {@link GetChildren }
271      * 
272      */
273     public GetChildren createGetChildren() {
274         return new GetChildren();
275     }
276 
277     /**
278      * Create an instance of {@link GetObjectByPath }
279      * 
280      */
281     public GetObjectByPath createGetObjectByPath() {
282         return new GetObjectByPath();
283     }
284 
285     /**
286      * Create an instance of {@link GetObjectParentsResponse }
287      * 
288      */
289     public GetObjectParentsResponse createGetObjectParentsResponse() {
290         return new GetObjectParentsResponse();
291     }
292 
293     /**
294      * Create an instance of {@link GetRepositories }
295      * 
296      */
297     public GetRepositories createGetRepositories() {
298         return new GetRepositories();
299     }
300 
301     /**
302      * Create an instance of {@link CmisAccessControlListType }
303      * 
304      */
305     public CmisAccessControlListType createCmisAccessControlListType() {
306         return new CmisAccessControlListType();
307     }
308 
309     /**
310      * Create an instance of {@link CmisListOfIdsType }
311      * 
312      */
313     public CmisListOfIdsType createCmisListOfIdsType() {
314         return new CmisListOfIdsType();
315     }
316 
317     /**
318      * Create an instance of {@link CmisChoiceString }
319      * 
320      */
321     public CmisChoiceString createCmisChoiceString() {
322         return new CmisChoiceString();
323     }
324 
325     /**
326      * Create an instance of {@link GetRepositoriesResponse }
327      * 
328      */
329     public GetRepositoriesResponse createGetRepositoriesResponse() {
330         return new GetRepositoriesResponse();
331     }
332 
333     /**
334      * Create an instance of {@link CmisPropertyUriDefinitionType }
335      * 
336      */
337     public CmisPropertyUriDefinitionType createCmisPropertyUriDefinitionType() {
338         return new CmisPropertyUriDefinitionType();
339     }
340 
341     /**
342      * Create an instance of {@link GetContentChanges }
343      * 
344      */
345     public GetContentChanges createGetContentChanges() {
346         return new GetContentChanges();
347     }
348 
349     /**
350      * Create an instance of {@link CmisAllowableActionsType }
351      * 
352      */
353     public CmisAllowableActionsType createCmisAllowableActionsType() {
354         return new CmisAllowableActionsType();
355     }
356 
357     /**
358      * Create an instance of {@link CheckOut }
359      * 
360      */
361     public CheckOut createCheckOut() {
362         return new CheckOut();
363     }
364 
365     /**
366      * Create an instance of {@link UpdatePropertiesResponse }
367      * 
368      */
369     public UpdatePropertiesResponse createUpdatePropertiesResponse() {
370         return new UpdatePropertiesResponse();
371     }
372 
373     /**
374      * Create an instance of {@link RemovePolicy }
375      * 
376      */
377     public RemovePolicy createRemovePolicy() {
378         return new RemovePolicy();
379     }
380 
381     /**
382      * Create an instance of {@link QueryResponse }
383      * 
384      */
385     public QueryResponse createQueryResponse() {
386         return new QueryResponse();
387     }
388 
389     /**
390      * Create an instance of {@link MoveObject }
391      * 
392      */
393     public MoveObject createMoveObject() {
394         return new MoveObject();
395     }
396 
397     /**
398      * Create an instance of {@link CmisPropertyInteger }
399      * 
400      */
401     public CmisPropertyInteger createCmisPropertyInteger() {
402         return new CmisPropertyInteger();
403     }
404 
405     /**
406      * Create an instance of {@link GetRepositoryInfoResponse }
407      * 
408      */
409     public GetRepositoryInfoResponse createGetRepositoryInfoResponse() {
410         return new GetRepositoryInfoResponse();
411     }
412 
413     /**
414      * Create an instance of {@link GetACLResponse }
415      * 
416      */
417     public GetACLResponse createGetACLResponse() {
418         return new GetACLResponse();
419     }
420 
421     /**
422      * Create an instance of {@link SetContentStream }
423      * 
424      */
425     public SetContentStream createSetContentStream() {
426         return new SetContentStream();
427     }
428 
429     /**
430      * Create an instance of {@link GetTypeDescendants }
431      * 
432      */
433     public GetTypeDescendants createGetTypeDescendants() {
434         return new GetTypeDescendants();
435     }
436 
437     /**
438      * Create an instance of {@link CheckIn }
439      * 
440      */
441     public CheckIn createCheckIn() {
442         return new CheckIn();
443     }
444 
445     /**
446      * Create an instance of {@link SetContentStreamResponse }
447      * 
448      */
449     public SetContentStreamResponse createSetContentStreamResponse() {
450         return new SetContentStreamResponse();
451     }
452 
453     /**
454      * Create an instance of {@link CmisTypeDefinitionListType }
455      * 
456      */
457     public CmisTypeDefinitionListType createCmisTypeDefinitionListType() {
458         return new CmisTypeDefinitionListType();
459     }
460 
461     /**
462      * Create an instance of {@link CmisPropertyHtml }
463      * 
464      */
465     public CmisPropertyHtml createCmisPropertyHtml() {
466         return new CmisPropertyHtml();
467     }
468 
469     /**
470      * Create an instance of {@link DeleteContentStreamResponse }
471      * 
472      */
473     public DeleteContentStreamResponse createDeleteContentStreamResponse() {
474         return new DeleteContentStreamResponse();
475     }
476 
477     /**
478      * Create an instance of {@link RemoveObjectFromFolderResponse }
479      * 
480      */
481     public RemoveObjectFromFolderResponse createRemoveObjectFromFolderResponse() {
482         return new RemoveObjectFromFolderResponse();
483     }
484 
485     /**
486      * Create an instance of {@link GetAppliedPolicies }
487      * 
488      */
489     public GetAppliedPolicies createGetAppliedPolicies() {
490         return new GetAppliedPolicies();
491     }
492 
493     /**
494      * Create an instance of {@link ApplyPolicyResponse }
495      * 
496      */
497     public ApplyPolicyResponse createApplyPolicyResponse() {
498         return new ApplyPolicyResponse();
499     }
500 
501     /**
502      * Create an instance of {@link CmisPropertyBooleanDefinitionType }
503      * 
504      */
505     public CmisPropertyBooleanDefinitionType createCmisPropertyBooleanDefinitionType() {
506         return new CmisPropertyBooleanDefinitionType();
507     }
508 
509     /**
510      * Create an instance of {@link AddObjectToFolder }
511      * 
512      */
513     public AddObjectToFolder createAddObjectToFolder() {
514         return new AddObjectToFolder();
515     }
516 
517     /**
518      * Create an instance of {@link CmisRepositoryInfoType }
519      * 
520      */
521     public CmisRepositoryInfoType createCmisRepositoryInfoType() {
522         return new CmisRepositoryInfoType();
523     }
524 
525     /**
526      * Create an instance of {@link CmisTypeDefinitionType }
527      * 
528      */
529     public CmisTypeDefinitionType createCmisTypeDefinitionType() {
530         return new CmisTypeDefinitionType();
531     }
532 
533     /**
534      * Create an instance of {@link RemoveObjectFromFolder }
535      * 
536      */
537     public RemoveObjectFromFolder createRemoveObjectFromFolder() {
538         return new RemoveObjectFromFolder();
539     }
540 
541     /**
542      * Create an instance of {@link GetAppliedPoliciesResponse }
543      * 
544      */
545     public GetAppliedPoliciesResponse createGetAppliedPoliciesResponse() {
546         return new GetAppliedPoliciesResponse();
547     }
548 
549     /**
550      * Create an instance of {@link GetDescendantsResponse }
551      * 
552      */
553     public GetDescendantsResponse createGetDescendantsResponse() {
554         return new GetDescendantsResponse();
555     }
556 
557     /**
558      * Create an instance of {@link DeleteObject }
559      * 
560      */
561     public DeleteObject createDeleteObject() {
562         return new DeleteObject();
563     }
564 
565     /**
566      * Create an instance of {@link CreateFolder }
567      * 
568      */
569     public CreateFolder createCreateFolder() {
570         return new CreateFolder();
571     }
572 
573     /**
574      * Create an instance of {@link CmisPropertyDecimal }
575      * 
576      */
577     public CmisPropertyDecimal createCmisPropertyDecimal() {
578         return new CmisPropertyDecimal();
579     }
580 
581     /**
582      * Create an instance of {@link CmisObjectInFolderListType }
583      * 
584      */
585     public CmisObjectInFolderListType createCmisObjectInFolderListType() {
586         return new CmisObjectInFolderListType();
587     }
588 
589     /**
590      * Create an instance of {@link GetProperties }
591      * 
592      */
593     public GetProperties createGetProperties() {
594         return new GetProperties();
595     }
596 
597     /**
598      * Create an instance of {@link CmisPropertyDateTimeDefinitionType }
599      * 
600      */
601     public CmisPropertyDateTimeDefinitionType createCmisPropertyDateTimeDefinitionType() {
602         return new CmisPropertyDateTimeDefinitionType();
603     }
604 
605     /**
606      * Create an instance of {@link GetRenditionsResponse }
607      * 
608      */
609     public GetRenditionsResponse createGetRenditionsResponse() {
610         return new GetRenditionsResponse();
611     }
612 
613     /**
614      * Create an instance of {@link CmisChoice }
615      * 
616      */
617     public CmisChoice createCmisChoice() {
618         return new CmisChoice();
619     }
620 
621     /**
622      * Create an instance of {@link CmisTypeFolderDefinitionType }
623      * 
624      */
625     public CmisTypeFolderDefinitionType createCmisTypeFolderDefinitionType() {
626         return new CmisTypeFolderDefinitionType();
627     }
628 
629     /**
630      * Create an instance of {@link RemovePolicyResponse }
631      * 
632      */
633     public RemovePolicyResponse createRemovePolicyResponse() {
634         return new RemovePolicyResponse();
635     }
636 
637     /**
638      * Create an instance of {@link CreateRelationshipResponse }
639      * 
640      */
641     public CreateRelationshipResponse createCreateRelationshipResponse() {
642         return new CreateRelationshipResponse();
643     }
644 
645     /**
646      * Create an instance of {@link GetObjectByPathResponse }
647      * 
648      */
649     public GetObjectByPathResponse createGetObjectByPathResponse() {
650         return new GetObjectByPathResponse();
651     }
652 
653     /**
654      * Create an instance of {@link CmisPermissionMapping }
655      * 
656      */
657     public CmisPermissionMapping createCmisPermissionMapping() {
658         return new CmisPermissionMapping();
659     }
660 
661     /**
662      * Create an instance of {@link GetContentChangesResponse }
663      * 
664      */
665     public GetContentChangesResponse createGetContentChangesResponse() {
666         return new GetContentChangesResponse();
667     }
668 
669     /**
670      * Create an instance of {@link DeleteTreeResponse }
671      * 
672      */
673     public DeleteTreeResponse createDeleteTreeResponse() {
674         return new DeleteTreeResponse();
675     }
676 
677     /**
678      * Create an instance of {@link CmisChoiceDateTime }
679      * 
680      */
681     public CmisChoiceDateTime createCmisChoiceDateTime() {
682         return new CmisChoiceDateTime();
683     }
684 
685     /**
686      * Create an instance of {@link GetPropertiesResponse }
687      * 
688      */
689     public GetPropertiesResponse createGetPropertiesResponse() {
690         return new GetPropertiesResponse();
691     }
692 
693     /**
694      * Create an instance of {@link GetObjectRelationships }
695      * 
696      */
697     public GetObjectRelationships createGetObjectRelationships() {
698         return new GetObjectRelationships();
699     }
700 
701     /**
702      * Create an instance of {@link CmisPropertyStringDefinitionType }
703      * 
704      */
705     public CmisPropertyStringDefinitionType createCmisPropertyStringDefinitionType() {
706         return new CmisPropertyStringDefinitionType();
707     }
708 
709     /**
710      * Create an instance of {@link GetRepositoryInfo }
711      * 
712      */
713     public GetRepositoryInfo createGetRepositoryInfo() {
714         return new GetRepositoryInfo();
715     }
716 
717     /**
718      * Create an instance of {@link GetCheckedOutDocsResponse }
719      * 
720      */
721     public GetCheckedOutDocsResponse createGetCheckedOutDocsResponse() {
722         return new GetCheckedOutDocsResponse();
723     }
724 
725     /**
726      * Create an instance of {@link CmisChoiceId }
727      * 
728      */
729     public CmisChoiceId createCmisChoiceId() {
730         return new CmisChoiceId();
731     }
732 
733     /**
734      * Create an instance of {@link CmisFaultType }
735      * 
736      */
737     public CmisFaultType createCmisFaultType() {
738         return new CmisFaultType();
739     }
740 
741     /**
742      * Create an instance of {@link CmisPropertyIntegerDefinitionType }
743      * 
744      */
745     public CmisPropertyIntegerDefinitionType createCmisPropertyIntegerDefinitionType() {
746         return new CmisPropertyIntegerDefinitionType();
747     }
748 
749     /**
750      * Create an instance of {@link CmisAccessControlEntryType }
751      * 
752      */
753     public CmisAccessControlEntryType createCmisAccessControlEntryType() {
754         return new CmisAccessControlEntryType();
755     }
756 
757     /**
758      * Create an instance of {@link CmisObjectType }
759      * 
760      */
761     public CmisObjectType createCmisObjectType() {
762         return new CmisObjectType();
763     }
764 
765     /**
766      * Create an instance of {@link CmisPropertyHtmlDefinitionType }
767      * 
768      */
769     public CmisPropertyHtmlDefinitionType createCmisPropertyHtmlDefinitionType() {
770         return new CmisPropertyHtmlDefinitionType();
771     }
772 
773     /**
774      * Create an instance of {@link GetFolderParentResponse }
775      * 
776      */
777     public GetFolderParentResponse createGetFolderParentResponse() {
778         return new GetFolderParentResponse();
779     }
780 
781     /**
782      * Create an instance of {@link GetAllVersions }
783      * 
784      */
785     public GetAllVersions createGetAllVersions() {
786         return new GetAllVersions();
787     }
788 
789     /**
790      * Create an instance of {@link DeleteObjectResponse }
791      * 
792      */
793     public DeleteObjectResponse createDeleteObjectResponse() {
794         return new DeleteObjectResponse();
795     }
796 
797     /**
798      * Create an instance of {@link GetRenditions }
799      * 
800      */
801     public GetRenditions createGetRenditions() {
802         return new GetRenditions();
803     }
804 
805     /**
806      * Create an instance of {@link CmisTypePolicyDefinitionType }
807      * 
808      */
809     public CmisTypePolicyDefinitionType createCmisTypePolicyDefinitionType() {
810         return new CmisTypePolicyDefinitionType();
811     }
812 
813     /**
814      * Create an instance of {@link CmisRepositoryCapabilitiesType }
815      * 
816      */
817     public CmisRepositoryCapabilitiesType createCmisRepositoryCapabilitiesType() {
818         return new CmisRepositoryCapabilitiesType();
819     }
820 
821     /**
822      * Create an instance of {@link CreateFolderResponse }
823      * 
824      */
825     public CreateFolderResponse createCreateFolderResponse() {
826         return new CreateFolderResponse();
827     }
828 
829     /**
830      * Create an instance of {@link CreateDocument }
831      * 
832      */
833     public CreateDocument createCreateDocument() {
834         return new CreateDocument();
835     }
836 
837     /**
838      * Create an instance of {@link GetPropertiesOfLatestVersionResponse }
839      * 
840      */
841     public GetPropertiesOfLatestVersionResponse createGetPropertiesOfLatestVersionResponse() {
842         return new GetPropertiesOfLatestVersionResponse();
843     }
844 
845     /**
846      * Create an instance of {@link CmisRepositoryEntryType }
847      * 
848      */
849     public CmisRepositoryEntryType createCmisRepositoryEntryType() {
850         return new CmisRepositoryEntryType();
851     }
852 
853     /**
854      * Create an instance of {@link CmisObjectInFolderContainerType }
855      * 
856      */
857     public CmisObjectInFolderContainerType createCmisObjectInFolderContainerType() {
858         return new CmisObjectInFolderContainerType();
859     }
860 
861     /**
862      * Create an instance of {@link CreateRelationship }
863      * 
864      */
865     public CreateRelationship createCreateRelationship() {
866         return new CreateRelationship();
867     }
868 
869     /**
870      * Create an instance of {@link CmisPropertyDateTime }
871      * 
872      */
873     public CmisPropertyDateTime createCmisPropertyDateTime() {
874         return new CmisPropertyDateTime();
875     }
876 
877     /**
878      * Create an instance of {@link CreateDocumentResponse }
879      * 
880      */
881     public CreateDocumentResponse createCreateDocumentResponse() {
882         return new CreateDocumentResponse();
883     }
884 
885     /**
886      * Create an instance of {@link CmisObjectInFolderType }
887      * 
888      */
889     public CmisObjectInFolderType createCmisObjectInFolderType() {
890         return new CmisObjectInFolderType();
891     }
892 
893     /**
894      * Create an instance of {@link GetAllVersionsResponse }
895      * 
896      */
897     public GetAllVersionsResponse createGetAllVersionsResponse() {
898         return new GetAllVersionsResponse();
899     }
900 
901     /**
902      * Create an instance of {@link ApplyACLResponse }
903      * 
904      */
905     public ApplyACLResponse createApplyACLResponse() {
906         return new ApplyACLResponse();
907     }
908 
909     /**
910      * Create an instance of {@link CmisChoiceUri }
911      * 
912      */
913     public CmisChoiceUri createCmisChoiceUri() {
914         return new CmisChoiceUri();
915     }
916 
917     /**
918      * Create an instance of {@link CmisACLCapabilityType }
919      * 
920      */
921     public CmisACLCapabilityType createCmisACLCapabilityType() {
922         return new CmisACLCapabilityType();
923     }
924 
925     /**
926      * Create an instance of {@link CmisTypeContainer }
927      * 
928      */
929     public CmisTypeContainer createCmisTypeContainer() {
930         return new CmisTypeContainer();
931     }
932 
933     /**
934      * Create an instance of {@link UpdateProperties }
935      * 
936      */
937     public UpdateProperties createUpdateProperties() {
938         return new UpdateProperties();
939     }
940 
941     /**
942      * Create an instance of {@link CmisPropertyDecimalDefinitionType }
943      * 
944      */
945     public CmisPropertyDecimalDefinitionType createCmisPropertyDecimalDefinitionType() {
946         return new CmisPropertyDecimalDefinitionType();
947     }
948 
949     /**
950      * Create an instance of {@link GetAllowableActions }
951      * 
952      */
953     public GetAllowableActions createGetAllowableActions() {
954         return new GetAllowableActions();
955     }
956 
957     /**
958      * Create an instance of {@link CancelCheckOut }
959      * 
960      */
961     public CancelCheckOut createCancelCheckOut() {
962         return new CancelCheckOut();
963     }
964 
965     /**
966      * Create an instance of {@link CmisPropertyUri }
967      * 
968      */
969     public CmisPropertyUri createCmisPropertyUri() {
970         return new CmisPropertyUri();
971     }
972 
973     /**
974      * Create an instance of {@link GetFolderTreeResponse }
975      * 
976      */
977     public GetFolderTreeResponse createGetFolderTreeResponse() {
978         return new GetFolderTreeResponse();
979     }
980 
981     /**
982      * Create an instance of {@link CreateDocumentFromSourceResponse }
983      * 
984      */
985     public CreateDocumentFromSourceResponse createCreateDocumentFromSourceResponse() {
986         return new CreateDocumentFromSourceResponse();
987     }
988 
989     /**
990      * Create an instance of {@link ApplyPolicy }
991      * 
992      */
993     public ApplyPolicy createApplyPolicy() {
994         return new ApplyPolicy();
995     }
996 
997     /**
998      * Create an instance of {@link CmisPropertyIdDefinitionType }
999      * 
1000      */
1001     public CmisPropertyIdDefinitionType createCmisPropertyIdDefinitionType() {
1002         return new CmisPropertyIdDefinitionType();
1003     }
1004 
1005     /**
1006      * Create an instance of {@link GetTypeDefinition }
1007      * 
1008      */
1009     public GetTypeDefinition createGetTypeDefinition() {
1010         return new GetTypeDefinition();
1011     }
1012 
1013     /**
1014      * Create an instance of {@link GetDescendants }
1015      * 
1016      */
1017     public GetDescendants createGetDescendants() {
1018         return new GetDescendants();
1019     }
1020 
1021     /**
1022      * Create an instance of {@link CmisACLType }
1023      * 
1024      */
1025     public CmisACLType createCmisACLType() {
1026         return new CmisACLType();
1027     }
1028 
1029     /**
1030      * Create an instance of {@link CmisTypeDocumentDefinitionType }
1031      * 
1032      */
1033     public CmisTypeDocumentDefinitionType createCmisTypeDocumentDefinitionType() {
1034         return new CmisTypeDocumentDefinitionType();
1035     }
1036 
1037     /**
1038      * Create an instance of {@link CmisProperty }
1039      * 
1040      */
1041     public CmisProperty createCmisProperty() {
1042         return new CmisProperty();
1043     }
1044 
1045     /**
1046      * Create an instance of {@link GetTypeChildrenResponse }
1047      * 
1048      */
1049     public GetTypeChildrenResponse createGetTypeChildrenResponse() {
1050         return new GetTypeChildrenResponse();
1051     }
1052 
1053     /**
1054      * Create an instance of {@link GetObjectResponse }
1055      * 
1056      */
1057     public GetObjectResponse createGetObjectResponse() {
1058         return new GetObjectResponse();
1059     }
1060 
1061     /**
1062      * Create an instance of {@link CreatePolicy }
1063      * 
1064      */
1065     public CreatePolicy createCreatePolicy() {
1066         return new CreatePolicy();
1067     }
1068 
1069     /**
1070      * Create an instance of {@link ApplyACL }
1071      * 
1072      */
1073     public ApplyACL createApplyACL() {
1074         return new ApplyACL();
1075     }
1076 
1077     /**
1078      * Create an instance of {@link CmisChoiceHtml }
1079      * 
1080      */
1081     public CmisChoiceHtml createCmisChoiceHtml() {
1082         return new CmisChoiceHtml();
1083     }
1084 
1085     /**
1086      * Create an instance of {@link CmisChangeEventType }
1087      * 
1088      */
1089     public CmisChangeEventType createCmisChangeEventType() {
1090         return new CmisChangeEventType();
1091     }
1092 
1093     /**
1094      * Create an instance of {@link CmisChoiceInteger }
1095      * 
1096      */
1097     public CmisChoiceInteger createCmisChoiceInteger() {
1098         return new CmisChoiceInteger();
1099     }
1100 
1101     /**
1102      * Create an instance of {@link CmisPropertyId }
1103      * 
1104      */
1105     public CmisPropertyId createCmisPropertyId() {
1106         return new CmisPropertyId();
1107     }
1108 
1109     /**
1110      * Create an instance of {@link GetAllowableActionsResponse }
1111      * 
1112      */
1113     public GetAllowableActionsResponse createGetAllowableActionsResponse() {
1114         return new GetAllowableActionsResponse();
1115     }
1116 
1117     /**
1118      * Create an instance of {@link GetObjectOfLatestVersionResponse }
1119      * 
1120      */
1121     public GetObjectOfLatestVersionResponse createGetObjectOfLatestVersionResponse() {
1122         return new GetObjectOfLatestVersionResponse();
1123     }
1124 
1125     /**
1126      * Create an instance of {@link CancelCheckOutResponse }
1127      * 
1128      */
1129     public CancelCheckOutResponse createCancelCheckOutResponse() {
1130         return new CancelCheckOutResponse();
1131     }
1132 
1133     /**
1134      * Create an instance of {@link AddObjectToFolderResponse }
1135      * 
1136      */
1137     public AddObjectToFolderResponse createAddObjectToFolderResponse() {
1138         return new AddObjectToFolderResponse();
1139     }
1140 
1141     /**
1142      * Create an instance of {@link GetContentStreamResponse }
1143      * 
1144      */
1145     public GetContentStreamResponse createGetContentStreamResponse() {
1146         return new GetContentStreamResponse();
1147     }
1148 
1149     /**
1150      * Create an instance of {@link GetCheckedOutDocs }
1151      * 
1152      */
1153     public GetCheckedOutDocs createGetCheckedOutDocs() {
1154         return new GetCheckedOutDocs();
1155     }
1156 
1157     /**
1158      * Create an instance of {@link CmisExtensionType }
1159      * 
1160      */
1161     public CmisExtensionType createCmisExtensionType() {
1162         return new CmisExtensionType();
1163     }
1164 
1165     /**
1166      * Create an instance of {@link CreatePolicyResponse }
1167      * 
1168      */
1169     public CreatePolicyResponse createCreatePolicyResponse() {
1170         return new CreatePolicyResponse();
1171     }
1172 
1173     /**
1174      * Create an instance of {@link CmisPropertyDefinitionType }
1175      * 
1176      */
1177     public CmisPropertyDefinitionType createCmisPropertyDefinitionType() {
1178         return new CmisPropertyDefinitionType();
1179     }
1180 
1181     /**
1182      * Create an instance of {@link CmisObjectListType }
1183      * 
1184      */
1185     public CmisObjectListType createCmisObjectListType() {
1186         return new CmisObjectListType();
1187     }
1188 
1189     /**
1190      * Create an instance of {@link GetTypeChildren }
1191      * 
1192      */
1193     public GetTypeChildren createGetTypeChildren() {
1194         return new GetTypeChildren();
1195     }
1196 
1197     /**
1198      * Create an instance of {@link CmisPropertyString }
1199      * 
1200      */
1201     public CmisPropertyString createCmisPropertyString() {
1202         return new CmisPropertyString();
1203     }
1204 
1205     /**
1206      * Create an instance of {@link GetTypeDefinitionResponse }
1207      * 
1208      */
1209     public GetTypeDefinitionResponse createGetTypeDefinitionResponse() {
1210         return new GetTypeDefinitionResponse();
1211     }
1212 
1213     /**
1214      * Create an instance of {@link CreateDocumentFromSource }
1215      * 
1216      */
1217     public CreateDocumentFromSource createCreateDocumentFromSource() {
1218         return new CreateDocumentFromSource();
1219     }
1220 
1221     /**
1222      * Create an instance of {@link GetObjectOfLatestVersion }
1223      * 
1224      */
1225     public GetObjectOfLatestVersion createGetObjectOfLatestVersion() {
1226         return new GetObjectOfLatestVersion();
1227     }
1228 
1229     /**
1230      * Create an instance of {@link CmisAccessControlPrincipalType }
1231      * 
1232      */
1233     public CmisAccessControlPrincipalType createCmisAccessControlPrincipalType() {
1234         return new CmisAccessControlPrincipalType();
1235     }
1236 
1237     /**
1238      * Create an instance of {@link DeleteContentStream }
1239      * 
1240      */
1241     public DeleteContentStream createDeleteContentStream() {
1242         return new DeleteContentStream();
1243     }
1244 
1245     /**
1246      * Create an instance of {@link GetChildrenResponse }
1247      * 
1248      */
1249     public GetChildrenResponse createGetChildrenResponse() {
1250         return new GetChildrenResponse();
1251     }
1252 
1253     /**
1254      * Create an instance of {@link CmisRenditionType }
1255      * 
1256      */
1257     public CmisRenditionType createCmisRenditionType() {
1258         return new CmisRenditionType();
1259     }
1260 
1261     /**
1262      * Create an instance of {@link JAXBElement }{@code <}{@link CmisQueryType }{@code >}}
1263      * 
1264      */
1265     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/core/200908/", name = "query")
1266     public JAXBElement<CmisQueryType> createQuery(CmisQueryType value) {
1267         return new JAXBElement<CmisQueryType>(_Query_QNAME, CmisQueryType.class, null, value);
1268     }
1269 
1270     /**
1271      * Create an instance of {@link JAXBElement }{@code <}{@link CmisFaultType }{@code >}}
1272      * 
1273      */
1274     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "cmisFault")
1275     public JAXBElement<CmisFaultType> createCmisFault(CmisFaultType value) {
1276         return new JAXBElement<CmisFaultType>(_CmisFault_QNAME, CmisFaultType.class, null, value);
1277     }
1278 
1279     /**
1280      * Create an instance of {@link JAXBElement }{@code <}{@link CmisAccessControlListType }{@code >}}
1281      * 
1282      */
1283     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/core/200908/", name = "acl")
1284     public JAXBElement<CmisAccessControlListType> createAcl(CmisAccessControlListType value) {
1285         return new JAXBElement<CmisAccessControlListType>(_Acl_QNAME, CmisAccessControlListType.class, null, value);
1286     }
1287 
1288     /**
1289      * Create an instance of {@link JAXBElement }{@code <}{@link CmisAllowableActionsType }{@code >}}
1290      * 
1291      */
1292     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/core/200908/", name = "allowableActions")
1293     public JAXBElement<CmisAllowableActionsType> createAllowableActions(CmisAllowableActionsType value) {
1294         return new JAXBElement<CmisAllowableActionsType>(_AllowableActions_QNAME, CmisAllowableActionsType.class, null, value);
1295     }
1296 
1297     /**
1298      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
1299      * 
1300      */
1301     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = GetRepositoryInfo.class)
1302     public JAXBElement<CmisExtensionType> createGetRepositoryInfoExtension(CmisExtensionType value) {
1303         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, GetRepositoryInfo.class, value);
1304     }
1305 
1306     /**
1307      * Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}
1308      * 
1309      */
1310     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "allVersions", scope = DeleteTree.class)
1311     public JAXBElement<Boolean> createDeleteTreeAllVersions(Boolean value) {
1312         return new JAXBElement<Boolean>(_DeleteTreeAllVersions_QNAME, Boolean.class, DeleteTree.class, value);
1313     }
1314 
1315     /**
1316      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
1317      * 
1318      */
1319     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = DeleteTree.class)
1320     public JAXBElement<CmisExtensionType> createDeleteTreeExtension(CmisExtensionType value) {
1321         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, DeleteTree.class, value);
1322     }
1323 
1324     /**
1325      * Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}
1326      * 
1327      */
1328     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "continueOnFailure", scope = DeleteTree.class)
1329     public JAXBElement<Boolean> createDeleteTreeContinueOnFailure(Boolean value) {
1330         return new JAXBElement<Boolean>(_DeleteTreeContinueOnFailure_QNAME, Boolean.class, DeleteTree.class, value);
1331     }
1332 
1333     /**
1334      * Create an instance of {@link JAXBElement }{@code <}{@link EnumUnfileObject }{@code >}}
1335      * 
1336      */
1337     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "unfileObjects", scope = DeleteTree.class)
1338     public JAXBElement<EnumUnfileObject> createDeleteTreeUnfileObjects(EnumUnfileObject value) {
1339         return new JAXBElement<EnumUnfileObject>(_DeleteTreeUnfileObjects_QNAME, EnumUnfileObject.class, DeleteTree.class, value);
1340     }
1341 
1342     /**
1343      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
1344      * 
1345      */
1346     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "filter", scope = GetPropertiesOfLatestVersion.class)
1347     public JAXBElement<String> createGetPropertiesOfLatestVersionFilter(String value) {
1348         return new JAXBElement<String>(_GetPropertiesOfLatestVersionFilter_QNAME, String.class, GetPropertiesOfLatestVersion.class, value);
1349     }
1350 
1351     /**
1352      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
1353      * 
1354      */
1355     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = GetPropertiesOfLatestVersion.class)
1356     public JAXBElement<CmisExtensionType> createGetPropertiesOfLatestVersionExtension(CmisExtensionType value) {
1357         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, GetPropertiesOfLatestVersion.class, value);
1358     }
1359 
1360     /**
1361      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
1362      * 
1363      */
1364     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = MoveObjectResponse.class)
1365     public JAXBElement<CmisExtensionType> createMoveObjectResponseExtension(CmisExtensionType value) {
1366         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, MoveObjectResponse.class, value);
1367     }
1368 
1369     /**
1370      * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}}
1371      * 
1372      */
1373     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "skipCount", scope = Query.class)
1374     public JAXBElement<BigInteger> createQuerySkipCount(BigInteger value) {
1375         return new JAXBElement<BigInteger>(_QuerySkipCount_QNAME, BigInteger.class, Query.class, value);
1376     }
1377 
1378     /**
1379      * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}}
1380      * 
1381      */
1382     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "maxItems", scope = Query.class)
1383     public JAXBElement<BigInteger> createQueryMaxItems(BigInteger value) {
1384         return new JAXBElement<BigInteger>(_QueryMaxItems_QNAME, BigInteger.class, Query.class, value);
1385     }
1386 
1387     /**
1388      * Create an instance of {@link JAXBElement }{@code <}{@link EnumIncludeRelationships }{@code >}}
1389      * 
1390      */
1391     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "includeRelationships", scope = Query.class)
1392     public JAXBElement<EnumIncludeRelationships> createQueryIncludeRelationships(EnumIncludeRelationships value) {
1393         return new JAXBElement<EnumIncludeRelationships>(_QueryIncludeRelationships_QNAME, EnumIncludeRelationships.class, Query.class, value);
1394     }
1395 
1396     /**
1397      * Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}
1398      * 
1399      */
1400     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "includeAllowableActions", scope = Query.class)
1401     public JAXBElement<Boolean> createQueryIncludeAllowableActions(Boolean value) {
1402         return new JAXBElement<Boolean>(_QueryIncludeAllowableActions_QNAME, Boolean.class, Query.class, value);
1403     }
1404 
1405     /**
1406      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
1407      * 
1408      */
1409     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "renditionFilter", scope = Query.class)
1410     public JAXBElement<String> createQueryRenditionFilter(String value) {
1411         return new JAXBElement<String>(_QueryRenditionFilter_QNAME, String.class, Query.class, value);
1412     }
1413 
1414     /**
1415      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
1416      * 
1417      */
1418     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = Query.class)
1419     public JAXBElement<CmisExtensionType> createQueryExtension(CmisExtensionType value) {
1420         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, Query.class, value);
1421     }
1422 
1423     /**
1424      * Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}
1425      * 
1426      */
1427     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "searchAllVersions", scope = Query.class)
1428     public JAXBElement<Boolean> createQuerySearchAllVersions(Boolean value) {
1429         return new JAXBElement<Boolean>(_QuerySearchAllVersions_QNAME, Boolean.class, Query.class, value);
1430     }
1431 
1432     /**
1433      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
1434      * 
1435      */
1436     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = CheckOutResponse.class)
1437     public JAXBElement<CmisExtensionType> createCheckOutResponseExtension(CmisExtensionType value) {
1438         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, CheckOutResponse.class, value);
1439     }
1440 
1441     /**
1442      * Create an instance of {@link JAXBElement }{@code <}{@link EnumIncludeRelationships }{@code >}}
1443      * 
1444      */
1445     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "includeRelationships", scope = GetObject.class)
1446     public JAXBElement<EnumIncludeRelationships> createGetObjectIncludeRelationships(EnumIncludeRelationships value) {
1447         return new JAXBElement<EnumIncludeRelationships>(_QueryIncludeRelationships_QNAME, EnumIncludeRelationships.class, GetObject.class, value);
1448     }
1449 
1450     /**
1451      * Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}
1452      * 
1453      */
1454     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "includeAllowableActions", scope = GetObject.class)
1455     public JAXBElement<Boolean> createGetObjectIncludeAllowableActions(Boolean value) {
1456         return new JAXBElement<Boolean>(_QueryIncludeAllowableActions_QNAME, Boolean.class, GetObject.class, value);
1457     }
1458 
1459     /**
1460      * Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}
1461      * 
1462      */
1463     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "includeACL", scope = GetObject.class)
1464     public JAXBElement<Boolean> createGetObjectIncludeACL(Boolean value) {
1465         return new JAXBElement<Boolean>(_GetObjectIncludeACL_QNAME, Boolean.class, GetObject.class, value);
1466     }
1467 
1468     /**
1469      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
1470      * 
1471      */
1472     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "renditionFilter", scope = GetObject.class)
1473     public JAXBElement<String> createGetObjectRenditionFilter(String value) {
1474         return new JAXBElement<String>(_QueryRenditionFilter_QNAME, String.class, GetObject.class, value);
1475     }
1476 
1477     /**
1478      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
1479      * 
1480      */
1481     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "filter", scope = GetObject.class)
1482     public JAXBElement<String> createGetObjectFilter(String value) {
1483         return new JAXBElement<String>(_GetPropertiesOfLatestVersionFilter_QNAME, String.class, GetObject.class, value);
1484     }
1485 
1486     /**
1487      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
1488      * 
1489      */
1490     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = GetObject.class)
1491     public JAXBElement<CmisExtensionType> createGetObjectExtension(CmisExtensionType value) {
1492         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, GetObject.class, value);
1493     }
1494 
1495     /**
1496      * Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}
1497      * 
1498      */
1499     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "includePolicyIds", scope = GetObject.class)
1500     public JAXBElement<Boolean> createGetObjectIncludePolicyIds(Boolean value) {
1501         return new JAXBElement<Boolean>(_GetObjectIncludePolicyIds_QNAME, Boolean.class, GetObject.class, value);
1502     }
1503 
1504     /**
1505      * Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}
1506      * 
1507      */
1508     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "onlyBasicPermissions", scope = GetACL.class)
1509     public JAXBElement<Boolean> createGetACLOnlyBasicPermissions(Boolean value) {
1510         return new JAXBElement<Boolean>(_GetACLOnlyBasicPermissions_QNAME, Boolean.class, GetACL.class, value);
1511     }
1512 
1513     /**
1514      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
1515      * 
1516      */
1517     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = GetACL.class)
1518     public JAXBElement<CmisExtensionType> createGetACLExtension(CmisExtensionType value) {
1519         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, GetACL.class, value);
1520     }
1521 
1522     /**
1523      * Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}
1524      * 
1525      */
1526     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "includeAllowableActions", scope = GetAllVersions.class)
1527     public JAXBElement<Boolean> createGetAllVersionsIncludeAllowableActions(Boolean value) {
1528         return new JAXBElement<Boolean>(_QueryIncludeAllowableActions_QNAME, Boolean.class, GetAllVersions.class, value);
1529     }
1530 
1531     /**
1532      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
1533      * 
1534      */
1535     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "filter", scope = GetAllVersions.class)
1536     public JAXBElement<String> createGetAllVersionsFilter(String value) {
1537         return new JAXBElement<String>(_GetPropertiesOfLatestVersionFilter_QNAME, String.class, GetAllVersions.class, value);
1538     }
1539 
1540     /**
1541      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
1542      * 
1543      */
1544     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = GetAllVersions.class)
1545     public JAXBElement<CmisExtensionType> createGetAllVersionsExtension(CmisExtensionType value) {
1546         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, GetAllVersions.class, value);
1547     }
1548 
1549     /**
1550      * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}}
1551      * 
1552      */
1553     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "offset", scope = GetContentStream.class)
1554     public JAXBElement<BigInteger> createGetContentStreamOffset(BigInteger value) {
1555         return new JAXBElement<BigInteger>(_GetContentStreamOffset_QNAME, BigInteger.class, GetContentStream.class, value);
1556     }
1557 
1558     /**
1559      * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}}
1560      * 
1561      */
1562     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "length", scope = GetContentStream.class)
1563     public JAXBElement<BigInteger> createGetContentStreamLength(BigInteger value) {
1564         return new JAXBElement<BigInteger>(_GetContentStreamLength_QNAME, BigInteger.class, GetContentStream.class, value);
1565     }
1566 
1567     /**
1568      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
1569      * 
1570      */
1571     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = GetContentStream.class)
1572     public JAXBElement<CmisExtensionType> createGetContentStreamExtension(CmisExtensionType value) {
1573         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, GetContentStream.class, value);
1574     }
1575 
1576     /**
1577      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
1578      * 
1579      */
1580     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "streamId", scope = GetContentStream.class)
1581     public JAXBElement<String> createGetContentStreamStreamId(String value) {
1582         return new JAXBElement<String>(_GetContentStreamStreamId_QNAME, String.class, GetContentStream.class, value);
1583     }
1584 
1585     /**
1586      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
1587      * 
1588      */
1589     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = GetFolderParent.class)
1590     public JAXBElement<CmisExtensionType> createGetFolderParentExtension(CmisExtensionType value) {
1591         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, GetFolderParent.class, value);
1592     }
1593 
1594     /**
1595      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
1596      * 
1597      */
1598     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = CheckInResponse.class)
1599     public JAXBElement<CmisExtensionType> createCheckInResponseExtension(CmisExtensionType value) {
1600         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, CheckInResponse.class, value);
1601     }
1602 
1603     /**
1604      * Create an instance of {@link JAXBElement }{@code <}{@link EnumIncludeRelationships }{@code >}}
1605      * 
1606      */
1607     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "includeRelationships", scope = GetFolderTree.class)
1608     public JAXBElement<EnumIncludeRelationships> createGetFolderTreeIncludeRelationships(EnumIncludeRelationships value) {
1609         return new JAXBElement<EnumIncludeRelationships>(_QueryIncludeRelationships_QNAME, EnumIncludeRelationships.class, GetFolderTree.class, value);
1610     }
1611 
1612     /**
1613      * Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}
1614      * 
1615      */
1616     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "includeAllowableActions", scope = GetFolderTree.class)
1617     public JAXBElement<Boolean> createGetFolderTreeIncludeAllowableActions(Boolean value) {
1618         return new JAXBElement<Boolean>(_QueryIncludeAllowableActions_QNAME, Boolean.class, GetFolderTree.class, value);
1619     }
1620 
1621     /**
1622      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
1623      * 
1624      */
1625     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "renditionFilter", scope = GetFolderTree.class)
1626     public JAXBElement<String> createGetFolderTreeRenditionFilter(String value) {
1627         return new JAXBElement<String>(_QueryRenditionFilter_QNAME, String.class, GetFolderTree.class, value);
1628     }
1629 
1630     /**
1631      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
1632      * 
1633      */
1634     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "filter", scope = GetFolderTree.class)
1635     public JAXBElement<String> createGetFolderTreeFilter(String value) {
1636         return new JAXBElement<String>(_GetPropertiesOfLatestVersionFilter_QNAME, String.class, GetFolderTree.class, value);
1637     }
1638 
1639     /**
1640      * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}}
1641      * 
1642      */
1643     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "depth", scope = GetFolderTree.class)
1644     public JAXBElement<BigInteger> createGetFolderTreeDepth(BigInteger value) {
1645         return new JAXBElement<BigInteger>(_GetFolderTreeDepth_QNAME, BigInteger.class, GetFolderTree.class, value);
1646     }
1647 
1648     /**
1649      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
1650      * 
1651      */
1652     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = GetFolderTree.class)
1653     public JAXBElement<CmisExtensionType> createGetFolderTreeExtension(CmisExtensionType value) {
1654         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, GetFolderTree.class, value);
1655     }
1656 
1657     /**
1658      * Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}
1659      * 
1660      */
1661     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "includePathSegment", scope = GetFolderTree.class)
1662     public JAXBElement<Boolean> createGetFolderTreeIncludePathSegment(Boolean value) {
1663         return new JAXBElement<Boolean>(_GetFolderTreeIncludePathSegment_QNAME, Boolean.class, GetFolderTree.class, value);
1664     }
1665 
1666     /**
1667      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
1668      * 
1669      */
1670     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = DeleteObjectResponse.class)
1671     public JAXBElement<CmisExtensionType> createDeleteObjectResponseExtension(CmisExtensionType value) {
1672         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, DeleteObjectResponse.class, value);
1673     }
1674 
1675     /**
1676      * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}}
1677      * 
1678      */
1679     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "skipCount", scope = GetRenditions.class)
1680     public JAXBElement<BigInteger> createGetRenditionsSkipCount(BigInteger value) {
1681         return new JAXBElement<BigInteger>(_QuerySkipCount_QNAME, BigInteger.class, GetRenditions.class, value);
1682     }
1683 
1684     /**
1685      * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}}
1686      * 
1687      */
1688     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "maxItems", scope = GetRenditions.class)
1689     public JAXBElement<BigInteger> createGetRenditionsMaxItems(BigInteger value) {
1690         return new JAXBElement<BigInteger>(_QueryMaxItems_QNAME, BigInteger.class, GetRenditions.class, value);
1691     }
1692 
1693     /**
1694      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
1695      * 
1696      */
1697     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "renditionFilter", scope = GetRenditions.class)
1698     public JAXBElement<String> createGetRenditionsRenditionFilter(String value) {
1699         return new JAXBElement<String>(_QueryRenditionFilter_QNAME, String.class, GetRenditions.class, value);
1700     }
1701 
1702     /**
1703      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
1704      * 
1705      */
1706     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = GetRenditions.class)
1707     public JAXBElement<CmisExtensionType> createGetRenditionsExtension(CmisExtensionType value) {
1708         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, GetRenditions.class, value);
1709     }
1710 
1711     /**
1712      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
1713      * 
1714      */
1715     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = CreateFolderResponse.class)
1716     public JAXBElement<CmisExtensionType> createCreateFolderResponseExtension(CmisExtensionType value) {
1717         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, CreateFolderResponse.class, value);
1718     }
1719 
1720     /**
1721      * Create an instance of {@link JAXBElement }{@code <}{@link CmisAccessControlListType }{@code >}}
1722      * 
1723      */
1724     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "removeACEs", scope = CreateDocument.class)
1725     public JAXBElement<CmisAccessControlListType> createCreateDocumentRemoveACEs(CmisAccessControlListType value) {
1726         return new JAXBElement<CmisAccessControlListType>(_CreateDocumentRemoveACEs_QNAME, CmisAccessControlListType.class, CreateDocument.class, value);
1727     }
1728 
1729     /**
1730      * Create an instance of {@link JAXBElement }{@code <}{@link CmisContentStreamType }{@code >}}
1731      * 
1732      */
1733     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "contentStream", scope = CreateDocument.class)
1734     public JAXBElement<CmisContentStreamType> createCreateDocumentContentStream(CmisContentStreamType value) {
1735         return new JAXBElement<CmisContentStreamType>(_CreateDocumentContentStream_QNAME, CmisContentStreamType.class, CreateDocument.class, value);
1736     }
1737 
1738     /**
1739      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
1740      * 
1741      */
1742     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "folderId", scope = CreateDocument.class)
1743     public JAXBElement<String> createCreateDocumentFolderId(String value) {
1744         return new JAXBElement<String>(_CreateDocumentFolderId_QNAME, String.class, CreateDocument.class, value);
1745     }
1746 
1747     /**
1748      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
1749      * 
1750      */
1751     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = CreateDocument.class)
1752     public JAXBElement<CmisExtensionType> createCreateDocumentExtension(CmisExtensionType value) {
1753         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, CreateDocument.class, value);
1754     }
1755 
1756     /**
1757      * Create an instance of {@link JAXBElement }{@code <}{@link CmisAccessControlListType }{@code >}}
1758      * 
1759      */
1760     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "addACEs", scope = CreateDocument.class)
1761     public JAXBElement<CmisAccessControlListType> createCreateDocumentAddACEs(CmisAccessControlListType value) {
1762         return new JAXBElement<CmisAccessControlListType>(_CreateDocumentAddACEs_QNAME, CmisAccessControlListType.class, CreateDocument.class, value);
1763     }
1764 
1765     /**
1766      * Create an instance of {@link JAXBElement }{@code <}{@link EnumVersioningState }{@code >}}
1767      * 
1768      */
1769     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "versioningState", scope = CreateDocument.class)
1770     public JAXBElement<EnumVersioningState> createCreateDocumentVersioningState(EnumVersioningState value) {
1771         return new JAXBElement<EnumVersioningState>(_CreateDocumentVersioningState_QNAME, EnumVersioningState.class, CreateDocument.class, value);
1772     }
1773 
1774     /**
1775      * Create an instance of {@link JAXBElement }{@code <}{@link EnumIncludeRelationships }{@code >}}
1776      * 
1777      */
1778     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "includeRelationships", scope = GetObjectParents.class)
1779     public JAXBElement<EnumIncludeRelationships> createGetObjectParentsIncludeRelationships(EnumIncludeRelationships value) {
1780         return new JAXBElement<EnumIncludeRelationships>(_QueryIncludeRelationships_QNAME, EnumIncludeRelationships.class, GetObjectParents.class, value);
1781     }
1782 
1783     /**
1784      * Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}
1785      * 
1786      */
1787     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "includeAllowableActions", scope = GetObjectParents.class)
1788     public JAXBElement<Boolean> createGetObjectParentsIncludeAllowableActions(Boolean value) {
1789         return new JAXBElement<Boolean>(_QueryIncludeAllowableActions_QNAME, Boolean.class, GetObjectParents.class, value);
1790     }
1791 
1792     /**
1793      * Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}
1794      * 
1795      */
1796     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "includeRelativePathSegment", scope = GetObjectParents.class)
1797     public JAXBElement<Boolean> createGetObjectParentsIncludeRelativePathSegment(Boolean value) {
1798         return new JAXBElement<Boolean>(_GetObjectParentsIncludeRelativePathSegment_QNAME, Boolean.class, GetObjectParents.class, value);
1799     }
1800 
1801     /**
1802      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
1803      * 
1804      */
1805     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "renditionFilter", scope = GetObjectParents.class)
1806     public JAXBElement<String> createGetObjectParentsRenditionFilter(String value) {
1807         return new JAXBElement<String>(_QueryRenditionFilter_QNAME, String.class, GetObjectParents.class, value);
1808     }
1809 
1810     /**
1811      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
1812      * 
1813      */
1814     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "filter", scope = GetObjectParents.class)
1815     public JAXBElement<String> createGetObjectParentsFilter(String value) {
1816         return new JAXBElement<String>(_GetPropertiesOfLatestVersionFilter_QNAME, String.class, GetObjectParents.class, value);
1817     }
1818 
1819     /**
1820      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
1821      * 
1822      */
1823     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = GetObjectParents.class)
1824     public JAXBElement<CmisExtensionType> createGetObjectParentsExtension(CmisExtensionType value) {
1825         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, GetObjectParents.class, value);
1826     }
1827 
1828     /**
1829      * Create an instance of {@link JAXBElement }{@code <}{@link CmisAccessControlListType }{@code >}}
1830      * 
1831      */
1832     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "removeACEs", scope = CreateRelationship.class)
1833     public JAXBElement<CmisAccessControlListType> createCreateRelationshipRemoveACEs(CmisAccessControlListType value) {
1834         return new JAXBElement<CmisAccessControlListType>(_CreateDocumentRemoveACEs_QNAME, CmisAccessControlListType.class, CreateRelationship.class, value);
1835     }
1836 
1837     /**
1838      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
1839      * 
1840      */
1841     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = CreateRelationship.class)
1842     public JAXBElement<CmisExtensionType> createCreateRelationshipExtension(CmisExtensionType value) {
1843         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, CreateRelationship.class, value);
1844     }
1845 
1846     /**
1847      * Create an instance of {@link JAXBElement }{@code <}{@link CmisAccessControlListType }{@code >}}
1848      * 
1849      */
1850     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "addACEs", scope = CreateRelationship.class)
1851     public JAXBElement<CmisAccessControlListType> createCreateRelationshipAddACEs(CmisAccessControlListType value) {
1852         return new JAXBElement<CmisAccessControlListType>(_CreateDocumentAddACEs_QNAME, CmisAccessControlListType.class, CreateRelationship.class, value);
1853     }
1854 
1855     /**
1856      * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}}
1857      * 
1858      */
1859     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "skipCount", scope = GetChildren.class)
1860     public JAXBElement<BigInteger> createGetChildrenSkipCount(BigInteger value) {
1861         return new JAXBElement<BigInteger>(_QuerySkipCount_QNAME, BigInteger.class, GetChildren.class, value);
1862     }
1863 
1864     /**
1865      * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}}
1866      * 
1867      */
1868     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "maxItems", scope = GetChildren.class)
1869     public JAXBElement<BigInteger> createGetChildrenMaxItems(BigInteger value) {
1870         return new JAXBElement<BigInteger>(_QueryMaxItems_QNAME, BigInteger.class, GetChildren.class, value);
1871     }
1872 
1873     /**
1874      * Create an instance of {@link JAXBElement }{@code <}{@link EnumIncludeRelationships }{@code >}}
1875      * 
1876      */
1877     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "includeRelationships", scope = GetChildren.class)
1878     public JAXBElement<EnumIncludeRelationships> createGetChildrenIncludeRelationships(EnumIncludeRelationships value) {
1879         return new JAXBElement<EnumIncludeRelationships>(_QueryIncludeRelationships_QNAME, EnumIncludeRelationships.class, GetChildren.class, value);
1880     }
1881 
1882     /**
1883      * Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}
1884      * 
1885      */
1886     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "includeAllowableActions", scope = GetChildren.class)
1887     public JAXBElement<Boolean> createGetChildrenIncludeAllowableActions(Boolean value) {
1888         return new JAXBElement<Boolean>(_QueryIncludeAllowableActions_QNAME, Boolean.class, GetChildren.class, value);
1889     }
1890 
1891     /**
1892      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
1893      * 
1894      */
1895     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "renditionFilter", scope = GetChildren.class)
1896     public JAXBElement<String> createGetChildrenRenditionFilter(String value) {
1897         return new JAXBElement<String>(_QueryRenditionFilter_QNAME, String.class, GetChildren.class, value);
1898     }
1899 
1900     /**
1901      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
1902      * 
1903      */
1904     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "filter", scope = GetChildren.class)
1905     public JAXBElement<String> createGetChildrenFilter(String value) {
1906         return new JAXBElement<String>(_GetPropertiesOfLatestVersionFilter_QNAME, String.class, GetChildren.class, value);
1907     }
1908 
1909     /**
1910      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
1911      * 
1912      */
1913     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "orderBy", scope = GetChildren.class)
1914     public JAXBElement<String> createGetChildrenOrderBy(String value) {
1915         return new JAXBElement<String>(_GetChildrenOrderBy_QNAME, String.class, GetChildren.class, value);
1916     }
1917 
1918     /**
1919      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
1920      * 
1921      */
1922     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = GetChildren.class)
1923     public JAXBElement<CmisExtensionType> createGetChildrenExtension(CmisExtensionType value) {
1924         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, GetChildren.class, value);
1925     }
1926 
1927     /**
1928      * Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}
1929      * 
1930      */
1931     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "includePathSegment", scope = GetChildren.class)
1932     public JAXBElement<Boolean> createGetChildrenIncludePathSegment(Boolean value) {
1933         return new JAXBElement<Boolean>(_GetFolderTreeIncludePathSegment_QNAME, Boolean.class, GetChildren.class, value);
1934     }
1935 
1936     /**
1937      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
1938      * 
1939      */
1940     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = CreateDocumentResponse.class)
1941     public JAXBElement<CmisExtensionType> createCreateDocumentResponseExtension(CmisExtensionType value) {
1942         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, CreateDocumentResponse.class, value);
1943     }
1944 
1945     /**
1946      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
1947      * 
1948      */
1949     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = GetRepositories.class)
1950     public JAXBElement<CmisExtensionType> createGetRepositoriesExtension(CmisExtensionType value) {
1951         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, GetRepositories.class, value);
1952     }
1953 
1954     /**
1955      * Create an instance of {@link JAXBElement }{@code <}{@link EnumIncludeRelationships }{@code >}}
1956      * 
1957      */
1958     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "includeRelationships", scope = GetObjectByPath.class)
1959     public JAXBElement<EnumIncludeRelationships> createGetObjectByPathIncludeRelationships(EnumIncludeRelationships value) {
1960         return new JAXBElement<EnumIncludeRelationships>(_QueryIncludeRelationships_QNAME, EnumIncludeRelationships.class, GetObjectByPath.class, value);
1961     }
1962 
1963     /**
1964      * Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}
1965      * 
1966      */
1967     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "includeAllowableActions", scope = GetObjectByPath.class)
1968     public JAXBElement<Boolean> createGetObjectByPathIncludeAllowableActions(Boolean value) {
1969         return new JAXBElement<Boolean>(_QueryIncludeAllowableActions_QNAME, Boolean.class, GetObjectByPath.class, value);
1970     }
1971 
1972     /**
1973      * Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}
1974      * 
1975      */
1976     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "includeACL", scope = GetObjectByPath.class)
1977     public JAXBElement<Boolean> createGetObjectByPathIncludeACL(Boolean value) {
1978         return new JAXBElement<Boolean>(_GetObjectIncludeACL_QNAME, Boolean.class, GetObjectByPath.class, value);
1979     }
1980 
1981     /**
1982      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
1983      * 
1984      */
1985     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "renditionFilter", scope = GetObjectByPath.class)
1986     public JAXBElement<String> createGetObjectByPathRenditionFilter(String value) {
1987         return new JAXBElement<String>(_QueryRenditionFilter_QNAME, String.class, GetObjectByPath.class, value);
1988     }
1989 
1990     /**
1991      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
1992      * 
1993      */
1994     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "filter", scope = GetObjectByPath.class)
1995     public JAXBElement<String> createGetObjectByPathFilter(String value) {
1996         return new JAXBElement<String>(_GetPropertiesOfLatestVersionFilter_QNAME, String.class, GetObjectByPath.class, value);
1997     }
1998 
1999     /**
2000      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
2001      * 
2002      */
2003     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = GetObjectByPath.class)
2004     public JAXBElement<CmisExtensionType> createGetObjectByPathExtension(CmisExtensionType value) {
2005         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, GetObjectByPath.class, value);
2006     }
2007 
2008     /**
2009      * Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}
2010      * 
2011      */
2012     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "includePolicyIds", scope = GetObjectByPath.class)
2013     public JAXBElement<Boolean> createGetObjectByPathIncludePolicyIds(Boolean value) {
2014         return new JAXBElement<Boolean>(_GetObjectIncludePolicyIds_QNAME, Boolean.class, GetObjectByPath.class, value);
2015     }
2016 
2017     /**
2018      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
2019      * 
2020      */
2021     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "changeToken", scope = UpdateProperties.class)
2022     public JAXBElement<String> createUpdatePropertiesChangeToken(String value) {
2023         return new JAXBElement<String>(_UpdatePropertiesChangeToken_QNAME, String.class, UpdateProperties.class, value);
2024     }
2025 
2026     /**
2027      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
2028      * 
2029      */
2030     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = UpdateProperties.class)
2031     public JAXBElement<CmisExtensionType> createUpdatePropertiesExtension(CmisExtensionType value) {
2032         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, UpdateProperties.class, value);
2033     }
2034 
2035     /**
2036      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
2037      * 
2038      */
2039     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = GetAllowableActions.class)
2040     public JAXBElement<CmisExtensionType> createGetAllowableActionsExtension(CmisExtensionType value) {
2041         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, GetAllowableActions.class, value);
2042     }
2043 
2044     /**
2045      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
2046      * 
2047      */
2048     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = CancelCheckOut.class)
2049     public JAXBElement<CmisExtensionType> createCancelCheckOutExtension(CmisExtensionType value) {
2050         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, CancelCheckOut.class, value);
2051     }
2052 
2053     /**
2054      * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}}
2055      * 
2056      */
2057     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "maxItems", scope = GetContentChanges.class)
2058     public JAXBElement<BigInteger> createGetContentChangesMaxItems(BigInteger value) {
2059         return new JAXBElement<BigInteger>(_QueryMaxItems_QNAME, BigInteger.class, GetContentChanges.class, value);
2060     }
2061 
2062     /**
2063      * Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}
2064      * 
2065      */
2066     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "includeACL", scope = GetContentChanges.class)
2067     public JAXBElement<Boolean> createGetContentChangesIncludeACL(Boolean value) {
2068         return new JAXBElement<Boolean>(_GetObjectIncludeACL_QNAME, Boolean.class, GetContentChanges.class, value);
2069     }
2070 
2071     /**
2072      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
2073      * 
2074      */
2075     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "filter", scope = GetContentChanges.class)
2076     public JAXBElement<String> createGetContentChangesFilter(String value) {
2077         return new JAXBElement<String>(_GetPropertiesOfLatestVersionFilter_QNAME, String.class, GetContentChanges.class, value);
2078     }
2079 
2080     /**
2081      * Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}
2082      * 
2083      */
2084     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "includeProperties", scope = GetContentChanges.class)
2085     public JAXBElement<Boolean> createGetContentChangesIncludeProperties(Boolean value) {
2086         return new JAXBElement<Boolean>(_GetContentChangesIncludeProperties_QNAME, Boolean.class, GetContentChanges.class, value);
2087     }
2088 
2089     /**
2090      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
2091      * 
2092      */
2093     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "changeLogToken", scope = GetContentChanges.class)
2094     public JAXBElement<String> createGetContentChangesChangeLogToken(String value) {
2095         return new JAXBElement<String>(_GetContentChangesChangeLogToken_QNAME, String.class, GetContentChanges.class, value);
2096     }
2097 
2098     /**
2099      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
2100      * 
2101      */
2102     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = GetContentChanges.class)
2103     public JAXBElement<CmisExtensionType> createGetContentChangesExtension(CmisExtensionType value) {
2104         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, GetContentChanges.class, value);
2105     }
2106 
2107     /**
2108      * Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}
2109      * 
2110      */
2111     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "includePolicyIds", scope = GetContentChanges.class)
2112     public JAXBElement<Boolean> createGetContentChangesIncludePolicyIds(Boolean value) {
2113         return new JAXBElement<Boolean>(_GetObjectIncludePolicyIds_QNAME, Boolean.class, GetContentChanges.class, value);
2114     }
2115 
2116     /**
2117      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
2118      * 
2119      */
2120     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = CreateDocumentFromSourceResponse.class)
2121     public JAXBElement<CmisExtensionType> createCreateDocumentFromSourceResponseExtension(CmisExtensionType value) {
2122         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, CreateDocumentFromSourceResponse.class, value);
2123     }
2124 
2125     /**
2126      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
2127      * 
2128      */
2129     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = ApplyPolicy.class)
2130     public JAXBElement<CmisExtensionType> createApplyPolicyExtension(CmisExtensionType value) {
2131         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, ApplyPolicy.class, value);
2132     }
2133 
2134     /**
2135      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
2136      * 
2137      */
2138     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = CheckOut.class)
2139     public JAXBElement<CmisExtensionType> createCheckOutExtension(CmisExtensionType value) {
2140         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, CheckOut.class, value);
2141     }
2142 
2143     /**
2144      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
2145      * 
2146      */
2147     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = GetTypeDefinition.class)
2148     public JAXBElement<CmisExtensionType> createGetTypeDefinitionExtension(CmisExtensionType value) {
2149         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, GetTypeDefinition.class, value);
2150     }
2151 
2152     /**
2153      * Create an instance of {@link JAXBElement }{@code <}{@link EnumIncludeRelationships }{@code >}}
2154      * 
2155      */
2156     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "includeRelationships", scope = GetDescendants.class)
2157     public JAXBElement<EnumIncludeRelationships> createGetDescendantsIncludeRelationships(EnumIncludeRelationships value) {
2158         return new JAXBElement<EnumIncludeRelationships>(_QueryIncludeRelationships_QNAME, EnumIncludeRelationships.class, GetDescendants.class, value);
2159     }
2160 
2161     /**
2162      * Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}
2163      * 
2164      */
2165     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "includeAllowableActions", scope = GetDescendants.class)
2166     public JAXBElement<Boolean> createGetDescendantsIncludeAllowableActions(Boolean value) {
2167         return new JAXBElement<Boolean>(_QueryIncludeAllowableActions_QNAME, Boolean.class, GetDescendants.class, value);
2168     }
2169 
2170     /**
2171      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
2172      * 
2173      */
2174     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "renditionFilter", scope = GetDescendants.class)
2175     public JAXBElement<String> createGetDescendantsRenditionFilter(String value) {
2176         return new JAXBElement<String>(_QueryRenditionFilter_QNAME, String.class, GetDescendants.class, value);
2177     }
2178 
2179     /**
2180      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
2181      * 
2182      */
2183     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "filter", scope = GetDescendants.class)
2184     public JAXBElement<String> createGetDescendantsFilter(String value) {
2185         return new JAXBElement<String>(_GetPropertiesOfLatestVersionFilter_QNAME, String.class, GetDescendants.class, value);
2186     }
2187 
2188     /**
2189      * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}}
2190      * 
2191      */
2192     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "depth", scope = GetDescendants.class)
2193     public JAXBElement<BigInteger> createGetDescendantsDepth(BigInteger value) {
2194         return new JAXBElement<BigInteger>(_GetFolderTreeDepth_QNAME, BigInteger.class, GetDescendants.class, value);
2195     }
2196 
2197     /**
2198      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
2199      * 
2200      */
2201     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = GetDescendants.class)
2202     public JAXBElement<CmisExtensionType> createGetDescendantsExtension(CmisExtensionType value) {
2203         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, GetDescendants.class, value);
2204     }
2205 
2206     /**
2207      * Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}
2208      * 
2209      */
2210     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "includePathSegment", scope = GetDescendants.class)
2211     public JAXBElement<Boolean> createGetDescendantsIncludePathSegment(Boolean value) {
2212         return new JAXBElement<Boolean>(_GetFolderTreeIncludePathSegment_QNAME, Boolean.class, GetDescendants.class, value);
2213     }
2214 
2215     /**
2216      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
2217      * 
2218      */
2219     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = UpdatePropertiesResponse.class)
2220     public JAXBElement<CmisExtensionType> createUpdatePropertiesResponseExtension(CmisExtensionType value) {
2221         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, UpdatePropertiesResponse.class, value);
2222     }
2223 
2224     /**
2225      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
2226      * 
2227      */
2228     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = RemovePolicy.class)
2229     public JAXBElement<CmisExtensionType> createRemovePolicyExtension(CmisExtensionType value) {
2230         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, RemovePolicy.class, value);
2231     }
2232 
2233     /**
2234      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
2235      * 
2236      */
2237     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = MoveObject.class)
2238     public JAXBElement<CmisExtensionType> createMoveObjectExtension(CmisExtensionType value) {
2239         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, MoveObject.class, value);
2240     }
2241 
2242     /**
2243      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
2244      * 
2245      */
2246     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "changeToken", scope = SetContentStream.class)
2247     public JAXBElement<String> createSetContentStreamChangeToken(String value) {
2248         return new JAXBElement<String>(_UpdatePropertiesChangeToken_QNAME, String.class, SetContentStream.class, value);
2249     }
2250 
2251     /**
2252      * Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}
2253      * 
2254      */
2255     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "overwriteFlag", scope = SetContentStream.class)
2256     public JAXBElement<Boolean> createSetContentStreamOverwriteFlag(Boolean value) {
2257         return new JAXBElement<Boolean>(_SetContentStreamOverwriteFlag_QNAME, Boolean.class, SetContentStream.class, value);
2258     }
2259 
2260     /**
2261      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
2262      * 
2263      */
2264     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = SetContentStream.class)
2265     public JAXBElement<CmisExtensionType> createSetContentStreamExtension(CmisExtensionType value) {
2266         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, SetContentStream.class, value);
2267     }
2268 
2269     /**
2270      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
2271      * 
2272      */
2273     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "typeId", scope = GetTypeDescendants.class)
2274     public JAXBElement<String> createGetTypeDescendantsTypeId(String value) {
2275         return new JAXBElement<String>(_GetTypeDescendantsTypeId_QNAME, String.class, GetTypeDescendants.class, value);
2276     }
2277 
2278     /**
2279      * Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}
2280      * 
2281      */
2282     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "includePropertyDefinitions", scope = GetTypeDescendants.class)
2283     public JAXBElement<Boolean> createGetTypeDescendantsIncludePropertyDefinitions(Boolean value) {
2284         return new JAXBElement<Boolean>(_GetTypeDescendantsIncludePropertyDefinitions_QNAME, Boolean.class, GetTypeDescendants.class, value);
2285     }
2286 
2287     /**
2288      * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}}
2289      * 
2290      */
2291     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "depth", scope = GetTypeDescendants.class)
2292     public JAXBElement<BigInteger> createGetTypeDescendantsDepth(BigInteger value) {
2293         return new JAXBElement<BigInteger>(_GetFolderTreeDepth_QNAME, BigInteger.class, GetTypeDescendants.class, value);
2294     }
2295 
2296     /**
2297      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
2298      * 
2299      */
2300     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = GetTypeDescendants.class)
2301     public JAXBElement<CmisExtensionType> createGetTypeDescendantsExtension(CmisExtensionType value) {
2302         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, GetTypeDescendants.class, value);
2303     }
2304 
2305     /**
2306      * Create an instance of {@link JAXBElement }{@code <}{@link CmisAccessControlListType }{@code >}}
2307      * 
2308      */
2309     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "removeACEs", scope = CheckIn.class)
2310     public JAXBElement<CmisAccessControlListType> createCheckInRemoveACEs(CmisAccessControlListType value) {
2311         return new JAXBElement<CmisAccessControlListType>(_CreateDocumentRemoveACEs_QNAME, CmisAccessControlListType.class, CheckIn.class, value);
2312     }
2313 
2314     /**
2315      * Create an instance of {@link JAXBElement }{@code <}{@link CmisContentStreamType }{@code >}}
2316      * 
2317      */
2318     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "contentStream", scope = CheckIn.class)
2319     public JAXBElement<CmisContentStreamType> createCheckInContentStream(CmisContentStreamType value) {
2320         return new JAXBElement<CmisContentStreamType>(_CreateDocumentContentStream_QNAME, CmisContentStreamType.class, CheckIn.class, value);
2321     }
2322 
2323     /**
2324      * Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}
2325      * 
2326      */
2327     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "major", scope = CheckIn.class)
2328     public JAXBElement<Boolean> createCheckInMajor(Boolean value) {
2329         return new JAXBElement<Boolean>(_CheckInMajor_QNAME, Boolean.class, CheckIn.class, value);
2330     }
2331 
2332     /**
2333      * Create an instance of {@link JAXBElement }{@code <}{@link CmisPropertiesType }{@code >}}
2334      * 
2335      */
2336     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "properties", scope = CheckIn.class)
2337     public JAXBElement<CmisPropertiesType> createCheckInProperties(CmisPropertiesType value) {
2338         return new JAXBElement<CmisPropertiesType>(_CheckInProperties_QNAME, CmisPropertiesType.class, CheckIn.class, value);
2339     }
2340 
2341     /**
2342      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
2343      * 
2344      */
2345     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = CheckIn.class)
2346     public JAXBElement<CmisExtensionType> createCheckInExtension(CmisExtensionType value) {
2347         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, CheckIn.class, value);
2348     }
2349 
2350     /**
2351      * Create an instance of {@link JAXBElement }{@code <}{@link CmisAccessControlListType }{@code >}}
2352      * 
2353      */
2354     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "addACEs", scope = CheckIn.class)
2355     public JAXBElement<CmisAccessControlListType> createCheckInAddACEs(CmisAccessControlListType value) {
2356         return new JAXBElement<CmisAccessControlListType>(_CreateDocumentAddACEs_QNAME, CmisAccessControlListType.class, CheckIn.class, value);
2357     }
2358 
2359     /**
2360      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
2361      * 
2362      */
2363     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "checkinComment", scope = CheckIn.class)
2364     public JAXBElement<String> createCheckInCheckinComment(String value) {
2365         return new JAXBElement<String>(_CheckInCheckinComment_QNAME, String.class, CheckIn.class, value);
2366     }
2367 
2368     /**
2369      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
2370      * 
2371      */
2372     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = SetContentStreamResponse.class)
2373     public JAXBElement<CmisExtensionType> createSetContentStreamResponseExtension(CmisExtensionType value) {
2374         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, SetContentStreamResponse.class, value);
2375     }
2376 
2377     /**
2378      * Create an instance of {@link JAXBElement }{@code <}{@link CmisAccessControlListType }{@code >}}
2379      * 
2380      */
2381     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "removeACEs", scope = CreatePolicy.class)
2382     public JAXBElement<CmisAccessControlListType> createCreatePolicyRemoveACEs(CmisAccessControlListType value) {
2383         return new JAXBElement<CmisAccessControlListType>(_CreateDocumentRemoveACEs_QNAME, CmisAccessControlListType.class, CreatePolicy.class, value);
2384     }
2385 
2386     /**
2387      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
2388      * 
2389      */
2390     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "folderId", scope = CreatePolicy.class)
2391     public JAXBElement<String> createCreatePolicyFolderId(String value) {
2392         return new JAXBElement<String>(_CreateDocumentFolderId_QNAME, String.class, CreatePolicy.class, value);
2393     }
2394 
2395     /**
2396      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
2397      * 
2398      */
2399     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = CreatePolicy.class)
2400     public JAXBElement<CmisExtensionType> createCreatePolicyExtension(CmisExtensionType value) {
2401         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, CreatePolicy.class, value);
2402     }
2403 
2404     /**
2405      * Create an instance of {@link JAXBElement }{@code <}{@link CmisAccessControlListType }{@code >}}
2406      * 
2407      */
2408     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "addACEs", scope = CreatePolicy.class)
2409     public JAXBElement<CmisAccessControlListType> createCreatePolicyAddACEs(CmisAccessControlListType value) {
2410         return new JAXBElement<CmisAccessControlListType>(_CreateDocumentAddACEs_QNAME, CmisAccessControlListType.class, CreatePolicy.class, value);
2411     }
2412 
2413     /**
2414      * Create an instance of {@link JAXBElement }{@code <}{@link EnumACLPropagation }{@code >}}
2415      * 
2416      */
2417     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "ACLPropagation", scope = ApplyACL.class)
2418     public JAXBElement<EnumACLPropagation> createApplyACLACLPropagation(EnumACLPropagation value) {
2419         return new JAXBElement<EnumACLPropagation>(_ApplyACLACLPropagation_QNAME, EnumACLPropagation.class, ApplyACL.class, value);
2420     }
2421 
2422     /**
2423      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
2424      * 
2425      */
2426     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = ApplyACL.class)
2427     public JAXBElement<CmisExtensionType> createApplyACLExtension(CmisExtensionType value) {
2428         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, ApplyACL.class, value);
2429     }
2430 
2431     /**
2432      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
2433      * 
2434      */
2435     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = DeleteContentStreamResponse.class)
2436     public JAXBElement<CmisExtensionType> createDeleteContentStreamResponseExtension(CmisExtensionType value) {
2437         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, DeleteContentStreamResponse.class, value);
2438     }
2439 
2440     /**
2441      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
2442      * 
2443      */
2444     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = RemoveObjectFromFolderResponse.class)
2445     public JAXBElement<CmisExtensionType> createRemoveObjectFromFolderResponseExtension(CmisExtensionType value) {
2446         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, RemoveObjectFromFolderResponse.class, value);
2447     }
2448 
2449     /**
2450      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
2451      * 
2452      */
2453     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = ApplyPolicyResponse.class)
2454     public JAXBElement<CmisExtensionType> createApplyPolicyResponseExtension(CmisExtensionType value) {
2455         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, ApplyPolicyResponse.class, value);
2456     }
2457 
2458     /**
2459      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
2460      * 
2461      */
2462     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "filter", scope = GetAppliedPolicies.class)
2463     public JAXBElement<String> createGetAppliedPoliciesFilter(String value) {
2464         return new JAXBElement<String>(_GetPropertiesOfLatestVersionFilter_QNAME, String.class, GetAppliedPolicies.class, value);
2465     }
2466 
2467     /**
2468      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
2469      * 
2470      */
2471     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = GetAppliedPolicies.class)
2472     public JAXBElement<CmisExtensionType> createGetAppliedPoliciesExtension(CmisExtensionType value) {
2473         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, GetAppliedPolicies.class, value);
2474     }
2475 
2476     /**
2477      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
2478      * 
2479      */
2480     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = AddObjectToFolder.class)
2481     public JAXBElement<CmisExtensionType> createAddObjectToFolderExtension(CmisExtensionType value) {
2482         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, AddObjectToFolder.class, value);
2483     }
2484 
2485     /**
2486      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
2487      * 
2488      */
2489     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "folderId", scope = RemoveObjectFromFolder.class)
2490     public JAXBElement<String> createRemoveObjectFromFolderFolderId(String value) {
2491         return new JAXBElement<String>(_CreateDocumentFolderId_QNAME, String.class, RemoveObjectFromFolder.class, value);
2492     }
2493 
2494     /**
2495      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
2496      * 
2497      */
2498     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = RemoveObjectFromFolder.class)
2499     public JAXBElement<CmisExtensionType> createRemoveObjectFromFolderExtension(CmisExtensionType value) {
2500         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, RemoveObjectFromFolder.class, value);
2501     }
2502 
2503     /**
2504      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
2505      * 
2506      */
2507     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = CancelCheckOutResponse.class)
2508     public JAXBElement<CmisExtensionType> createCancelCheckOutResponseExtension(CmisExtensionType value) {
2509         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, CancelCheckOutResponse.class, value);
2510     }
2511 
2512     /**
2513      * Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}
2514      * 
2515      */
2516     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "allVersions", scope = DeleteObject.class)
2517     public JAXBElement<Boolean> createDeleteObjectAllVersions(Boolean value) {
2518         return new JAXBElement<Boolean>(_DeleteTreeAllVersions_QNAME, Boolean.class, DeleteObject.class, value);
2519     }
2520 
2521     /**
2522      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
2523      * 
2524      */
2525     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = DeleteObject.class)
2526     public JAXBElement<CmisExtensionType> createDeleteObjectExtension(CmisExtensionType value) {
2527         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, DeleteObject.class, value);
2528     }
2529 
2530     /**
2531      * Create an instance of {@link JAXBElement }{@code <}{@link CmisAccessControlListType }{@code >}}
2532      * 
2533      */
2534     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "removeACEs", scope = CreateFolder.class)
2535     public JAXBElement<CmisAccessControlListType> createCreateFolderRemoveACEs(CmisAccessControlListType value) {
2536         return new JAXBElement<CmisAccessControlListType>(_CreateDocumentRemoveACEs_QNAME, CmisAccessControlListType.class, CreateFolder.class, value);
2537     }
2538 
2539     /**
2540      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
2541      * 
2542      */
2543     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = CreateFolder.class)
2544     public JAXBElement<CmisExtensionType> createCreateFolderExtension(CmisExtensionType value) {
2545         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, CreateFolder.class, value);
2546     }
2547 
2548     /**
2549      * Create an instance of {@link JAXBElement }{@code <}{@link CmisAccessControlListType }{@code >}}
2550      * 
2551      */
2552     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "addACEs", scope = CreateFolder.class)
2553     public JAXBElement<CmisAccessControlListType> createCreateFolderAddACEs(CmisAccessControlListType value) {
2554         return new JAXBElement<CmisAccessControlListType>(_CreateDocumentAddACEs_QNAME, CmisAccessControlListType.class, CreateFolder.class, value);
2555     }
2556 
2557     /**
2558      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
2559      * 
2560      */
2561     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = AddObjectToFolderResponse.class)
2562     public JAXBElement<CmisExtensionType> createAddObjectToFolderResponseExtension(CmisExtensionType value) {
2563         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, AddObjectToFolderResponse.class, value);
2564     }
2565 
2566     /**
2567      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
2568      * 
2569      */
2570     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "filter", scope = GetProperties.class)
2571     public JAXBElement<String> createGetPropertiesFilter(String value) {
2572         return new JAXBElement<String>(_GetPropertiesOfLatestVersionFilter_QNAME, String.class, GetProperties.class, value);
2573     }
2574 
2575     /**
2576      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
2577      * 
2578      */
2579     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = GetProperties.class)
2580     public JAXBElement<CmisExtensionType> createGetPropertiesExtension(CmisExtensionType value) {
2581         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, GetProperties.class, value);
2582     }
2583 
2584     /**
2585      * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}}
2586      * 
2587      */
2588     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "skipCount", scope = GetCheckedOutDocs.class)
2589     public JAXBElement<BigInteger> createGetCheckedOutDocsSkipCount(BigInteger value) {
2590         return new JAXBElement<BigInteger>(_QuerySkipCount_QNAME, BigInteger.class, GetCheckedOutDocs.class, value);
2591     }
2592 
2593     /**
2594      * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}}
2595      * 
2596      */
2597     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "maxItems", scope = GetCheckedOutDocs.class)
2598     public JAXBElement<BigInteger> createGetCheckedOutDocsMaxItems(BigInteger value) {
2599         return new JAXBElement<BigInteger>(_QueryMaxItems_QNAME, BigInteger.class, GetCheckedOutDocs.class, value);
2600     }
2601 
2602     /**
2603      * Create an instance of {@link JAXBElement }{@code <}{@link EnumIncludeRelationships }{@code >}}
2604      * 
2605      */
2606     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "includeRelationships", scope = GetCheckedOutDocs.class)
2607     public JAXBElement<EnumIncludeRelationships> createGetCheckedOutDocsIncludeRelationships(EnumIncludeRelationships value) {
2608         return new JAXBElement<EnumIncludeRelationships>(_QueryIncludeRelationships_QNAME, EnumIncludeRelationships.class, GetCheckedOutDocs.class, value);
2609     }
2610 
2611     /**
2612      * Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}
2613      * 
2614      */
2615     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "includeAllowableActions", scope = GetCheckedOutDocs.class)
2616     public JAXBElement<Boolean> createGetCheckedOutDocsIncludeAllowableActions(Boolean value) {
2617         return new JAXBElement<Boolean>(_QueryIncludeAllowableActions_QNAME, Boolean.class, GetCheckedOutDocs.class, value);
2618     }
2619 
2620     /**
2621      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
2622      * 
2623      */
2624     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "folderId", scope = GetCheckedOutDocs.class)
2625     public JAXBElement<String> createGetCheckedOutDocsFolderId(String value) {
2626         return new JAXBElement<String>(_CreateDocumentFolderId_QNAME, String.class, GetCheckedOutDocs.class, value);
2627     }
2628 
2629     /**
2630      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
2631      * 
2632      */
2633     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "renditionFilter", scope = GetCheckedOutDocs.class)
2634     public JAXBElement<String> createGetCheckedOutDocsRenditionFilter(String value) {
2635         return new JAXBElement<String>(_QueryRenditionFilter_QNAME, String.class, GetCheckedOutDocs.class, value);
2636     }
2637 
2638     /**
2639      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
2640      * 
2641      */
2642     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "filter", scope = GetCheckedOutDocs.class)
2643     public JAXBElement<String> createGetCheckedOutDocsFilter(String value) {
2644         return new JAXBElement<String>(_GetPropertiesOfLatestVersionFilter_QNAME, String.class, GetCheckedOutDocs.class, value);
2645     }
2646 
2647     /**
2648      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
2649      * 
2650      */
2651     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "orderBy", scope = GetCheckedOutDocs.class)
2652     public JAXBElement<String> createGetCheckedOutDocsOrderBy(String value) {
2653         return new JAXBElement<String>(_GetChildrenOrderBy_QNAME, String.class, GetCheckedOutDocs.class, value);
2654     }
2655 
2656     /**
2657      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
2658      * 
2659      */
2660     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = GetCheckedOutDocs.class)
2661     public JAXBElement<CmisExtensionType> createGetCheckedOutDocsExtension(CmisExtensionType value) {
2662         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, GetCheckedOutDocs.class, value);
2663     }
2664 
2665     /**
2666      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
2667      * 
2668      */
2669     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = CreatePolicyResponse.class)
2670     public JAXBElement<CmisExtensionType> createCreatePolicyResponseExtension(CmisExtensionType value) {
2671         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, CreatePolicyResponse.class, value);
2672     }
2673 
2674     /**
2675      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
2676      * 
2677      */
2678     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = RemovePolicyResponse.class)
2679     public JAXBElement<CmisExtensionType> createRemovePolicyResponseExtension(CmisExtensionType value) {
2680         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, RemovePolicyResponse.class, value);
2681     }
2682 
2683     /**
2684      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
2685      * 
2686      */
2687     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = CreateRelationshipResponse.class)
2688     public JAXBElement<CmisExtensionType> createCreateRelationshipResponseExtension(CmisExtensionType value) {
2689         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, CreateRelationshipResponse.class, value);
2690     }
2691 
2692     /**
2693      * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}}
2694      * 
2695      */
2696     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "skipCount", scope = GetTypeChildren.class)
2697     public JAXBElement<BigInteger> createGetTypeChildrenSkipCount(BigInteger value) {
2698         return new JAXBElement<BigInteger>(_QuerySkipCount_QNAME, BigInteger.class, GetTypeChildren.class, value);
2699     }
2700 
2701     /**
2702      * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}}
2703      * 
2704      */
2705     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "maxItems", scope = GetTypeChildren.class)
2706     public JAXBElement<BigInteger> createGetTypeChildrenMaxItems(BigInteger value) {
2707         return new JAXBElement<BigInteger>(_QueryMaxItems_QNAME, BigInteger.class, GetTypeChildren.class, value);
2708     }
2709 
2710     /**
2711      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
2712      * 
2713      */
2714     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "typeId", scope = GetTypeChildren.class)
2715     public JAXBElement<String> createGetTypeChildrenTypeId(String value) {
2716         return new JAXBElement<String>(_GetTypeDescendantsTypeId_QNAME, String.class, GetTypeChildren.class, value);
2717     }
2718 
2719     /**
2720      * Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}
2721      * 
2722      */
2723     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "includePropertyDefinitions", scope = GetTypeChildren.class)
2724     public JAXBElement<Boolean> createGetTypeChildrenIncludePropertyDefinitions(Boolean value) {
2725         return new JAXBElement<Boolean>(_GetTypeDescendantsIncludePropertyDefinitions_QNAME, Boolean.class, GetTypeChildren.class, value);
2726     }
2727 
2728     /**
2729      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
2730      * 
2731      */
2732     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = GetTypeChildren.class)
2733     public JAXBElement<CmisExtensionType> createGetTypeChildrenExtension(CmisExtensionType value) {
2734         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, GetTypeChildren.class, value);
2735     }
2736 
2737     /**
2738      * Create an instance of {@link JAXBElement }{@code <}{@link CmisAccessControlListType }{@code >}}
2739      * 
2740      */
2741     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "removeACEs", scope = CreateDocumentFromSource.class)
2742     public JAXBElement<CmisAccessControlListType> createCreateDocumentFromSourceRemoveACEs(CmisAccessControlListType value) {
2743         return new JAXBElement<CmisAccessControlListType>(_CreateDocumentRemoveACEs_QNAME, CmisAccessControlListType.class, CreateDocumentFromSource.class, value);
2744     }
2745 
2746     /**
2747      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
2748      * 
2749      */
2750     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "folderId", scope = CreateDocumentFromSource.class)
2751     public JAXBElement<String> createCreateDocumentFromSourceFolderId(String value) {
2752         return new JAXBElement<String>(_CreateDocumentFolderId_QNAME, String.class, CreateDocumentFromSource.class, value);
2753     }
2754 
2755     /**
2756      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
2757      * 
2758      */
2759     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = CreateDocumentFromSource.class)
2760     public JAXBElement<CmisExtensionType> createCreateDocumentFromSourceExtension(CmisExtensionType value) {
2761         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, CreateDocumentFromSource.class, value);
2762     }
2763 
2764     /**
2765      * Create an instance of {@link JAXBElement }{@code <}{@link CmisAccessControlListType }{@code >}}
2766      * 
2767      */
2768     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "addACEs", scope = CreateDocumentFromSource.class)
2769     public JAXBElement<CmisAccessControlListType> createCreateDocumentFromSourceAddACEs(CmisAccessControlListType value) {
2770         return new JAXBElement<CmisAccessControlListType>(_CreateDocumentAddACEs_QNAME, CmisAccessControlListType.class, CreateDocumentFromSource.class, value);
2771     }
2772 
2773     /**
2774      * Create an instance of {@link JAXBElement }{@code <}{@link EnumVersioningState }{@code >}}
2775      * 
2776      */
2777     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "versioningState", scope = CreateDocumentFromSource.class)
2778     public JAXBElement<EnumVersioningState> createCreateDocumentFromSourceVersioningState(EnumVersioningState value) {
2779         return new JAXBElement<EnumVersioningState>(_CreateDocumentVersioningState_QNAME, EnumVersioningState.class, CreateDocumentFromSource.class, value);
2780     }
2781 
2782     /**
2783      * Create an instance of {@link JAXBElement }{@code <}{@link EnumIncludeRelationships }{@code >}}
2784      * 
2785      */
2786     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "includeRelationships", scope = GetObjectOfLatestVersion.class)
2787     public JAXBElement<EnumIncludeRelationships> createGetObjectOfLatestVersionIncludeRelationships(EnumIncludeRelationships value) {
2788         return new JAXBElement<EnumIncludeRelationships>(_QueryIncludeRelationships_QNAME, EnumIncludeRelationships.class, GetObjectOfLatestVersion.class, value);
2789     }
2790 
2791     /**
2792      * Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}
2793      * 
2794      */
2795     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "includeAllowableActions", scope = GetObjectOfLatestVersion.class)
2796     public JAXBElement<Boolean> createGetObjectOfLatestVersionIncludeAllowableActions(Boolean value) {
2797         return new JAXBElement<Boolean>(_QueryIncludeAllowableActions_QNAME, Boolean.class, GetObjectOfLatestVersion.class, value);
2798     }
2799 
2800     /**
2801      * Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}
2802      * 
2803      */
2804     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "includeACL", scope = GetObjectOfLatestVersion.class)
2805     public JAXBElement<Boolean> createGetObjectOfLatestVersionIncludeACL(Boolean value) {
2806         return new JAXBElement<Boolean>(_GetObjectIncludeACL_QNAME, Boolean.class, GetObjectOfLatestVersion.class, value);
2807     }
2808 
2809     /**
2810      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
2811      * 
2812      */
2813     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "renditionFilter", scope = GetObjectOfLatestVersion.class)
2814     public JAXBElement<String> createGetObjectOfLatestVersionRenditionFilter(String value) {
2815         return new JAXBElement<String>(_QueryRenditionFilter_QNAME, String.class, GetObjectOfLatestVersion.class, value);
2816     }
2817 
2818     /**
2819      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
2820      * 
2821      */
2822     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "filter", scope = GetObjectOfLatestVersion.class)
2823     public JAXBElement<String> createGetObjectOfLatestVersionFilter(String value) {
2824         return new JAXBElement<String>(_GetPropertiesOfLatestVersionFilter_QNAME, String.class, GetObjectOfLatestVersion.class, value);
2825     }
2826 
2827     /**
2828      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
2829      * 
2830      */
2831     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = GetObjectOfLatestVersion.class)
2832     public JAXBElement<CmisExtensionType> createGetObjectOfLatestVersionExtension(CmisExtensionType value) {
2833         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, GetObjectOfLatestVersion.class, value);
2834     }
2835 
2836     /**
2837      * Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}
2838      * 
2839      */
2840     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "includePolicyIds", scope = GetObjectOfLatestVersion.class)
2841     public JAXBElement<Boolean> createGetObjectOfLatestVersionIncludePolicyIds(Boolean value) {
2842         return new JAXBElement<Boolean>(_GetObjectIncludePolicyIds_QNAME, Boolean.class, GetObjectOfLatestVersion.class, value);
2843     }
2844 
2845     /**
2846      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
2847      * 
2848      */
2849     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = DeleteContentStream.class)
2850     public JAXBElement<CmisExtensionType> createDeleteContentStreamExtension(CmisExtensionType value) {
2851         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, DeleteContentStream.class, value);
2852     }
2853 
2854     /**
2855      * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}}
2856      * 
2857      */
2858     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "skipCount", scope = GetObjectRelationships.class)
2859     public JAXBElement<BigInteger> createGetObjectRelationshipsSkipCount(BigInteger value) {
2860         return new JAXBElement<BigInteger>(_QuerySkipCount_QNAME, BigInteger.class, GetObjectRelationships.class, value);
2861     }
2862 
2863     /**
2864      * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}}
2865      * 
2866      */
2867     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "maxItems", scope = GetObjectRelationships.class)
2868     public JAXBElement<BigInteger> createGetObjectRelationshipsMaxItems(BigInteger value) {
2869         return new JAXBElement<BigInteger>(_QueryMaxItems_QNAME, BigInteger.class, GetObjectRelationships.class, value);
2870     }
2871 
2872     /**
2873      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
2874      * 
2875      */
2876     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "typeId", scope = GetObjectRelationships.class)
2877     public JAXBElement<String> createGetObjectRelationshipsTypeId(String value) {
2878         return new JAXBElement<String>(_GetTypeDescendantsTypeId_QNAME, String.class, GetObjectRelationships.class, value);
2879     }
2880 
2881     /**
2882      * Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}
2883      * 
2884      */
2885     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "includeAllowableActions", scope = GetObjectRelationships.class)
2886     public JAXBElement<Boolean> createGetObjectRelationshipsIncludeAllowableActions(Boolean value) {
2887         return new JAXBElement<Boolean>(_QueryIncludeAllowableActions_QNAME, Boolean.class, GetObjectRelationships.class, value);
2888     }
2889 
2890     /**
2891      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
2892      * 
2893      */
2894     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "filter", scope = GetObjectRelationships.class)
2895     public JAXBElement<String> createGetObjectRelationshipsFilter(String value) {
2896         return new JAXBElement<String>(_GetPropertiesOfLatestVersionFilter_QNAME, String.class, GetObjectRelationships.class, value);
2897     }
2898 
2899     /**
2900      * Create an instance of {@link JAXBElement }{@code <}{@link EnumRelationshipDirection }{@code >}}
2901      * 
2902      */
2903     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "relationshipDirection", scope = GetObjectRelationships.class)
2904     public JAXBElement<EnumRelationshipDirection> createGetObjectRelationshipsRelationshipDirection(EnumRelationshipDirection value) {
2905         return new JAXBElement<EnumRelationshipDirection>(_GetObjectRelationshipsRelationshipDirection_QNAME, EnumRelationshipDirection.class, GetObjectRelationships.class, value);
2906     }
2907 
2908     /**
2909      * Create an instance of {@link JAXBElement }{@code <}{@link CmisExtensionType }{@code >}}
2910      * 
2911      */
2912     @XmlElementDecl(namespace = "http://docs.oasis-open.org/ns/cmis/messaging/200908/", name = "extension", scope = GetObjectRelationships.class)
2913     public JAXBElement<CmisExtensionType> createGetObjectRelationshipsExtension(CmisExtensionType value) {
2914         return new JAXBElement<CmisExtensionType>(_GetRepositoryInfoExtension_QNAME, CmisExtensionType.class, GetObjectRelationships.class, value);
2915     }
2916 
2917 }