source: branches/jaxb/target/generated-sources/org/docx4j/jaxb/document/ObjectFactory.java @ 43

Revision 43, 25.1 KB checked in by jharrop, 4 years ago (diff)

Use BooleanDefaultTrue? for schema elements which do default to true, but which had ST_OnOff.

Line 
1//
2// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.1.5-b01-fcs
3// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
4// Any modifications to this file will be lost upon recompilation of the source schema.
5// Generated on: 2007.12.19 at 02:20:48 PM GMT+10:00
6//
7
8
9package org.docx4j.jaxb.document;
10
11import javax.xml.bind.JAXBElement;
12import javax.xml.bind.annotation.XmlElementDecl;
13import javax.xml.bind.annotation.XmlRegistry;
14import javax.xml.namespace.QName;
15
16
17/**
18 * This object contains factory methods for each
19 * Java content interface and Java element interface
20 * generated in the org.docx4j.jaxb.document package.
21 * <p>An ObjectFactory allows you to programatically
22 * construct new instances of the Java representation
23 * for XML content. The Java representation of XML
24 * content can consist of schema derived interfaces
25 * and classes representing the binding of schema
26 * type definitions, element declarations and model
27 * groups.  Factory methods for each of these are
28 * provided in this class.
29 *
30 */
31@XmlRegistry
32public class ObjectFactory {
33
34    private final static QName _Tbl_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "tbl");
35    private final static QName _TblPrEx_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "tblPrEx");
36    private final static QName _Ins_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "ins");
37    private final static QName _Sdt_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "sdt");
38    private final static QName _T_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "t");
39    private final static QName _P_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "p");
40    private final static QName _SdtPr_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "sdtPr");
41    private final static QName _TcPr_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "tcPr");
42    private final static QName _TblPr_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "tblPr");
43    private final static QName _Body_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "body");
44    private final static QName _SectPr_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "sectPr");
45    private final static QName _DelText_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "delText");
46    private final static QName _Tr_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "tr");
47    private final static QName _VAlign_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "vAlign");
48    private final static QName _TrPr_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "trPr");
49    private final static QName _NoWrap_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "noWrap");
50    private final static QName _TblBorders_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "tblBorders");
51    private final static QName _DelInstrText_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "delInstrText");
52    private final static QName _InstrText_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "instrText");
53    private final static QName _TcBorders_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "tcBorders");
54    private final static QName _Document_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "document");
55    private final static QName _Id_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "id");
56    private final static QName _SdtContent_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "sdtContent");
57    private final static QName _Tc_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "tc");
58    private final static QName _Del_QNAME = new QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "del");
59
60    /**
61     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.docx4j.jaxb.document
62     *
63     */
64    public ObjectFactory() {
65    }
66
67    /**
68     * Create an instance of {@link Tbl }
69     *
70     */
71    public Tbl createTbl() {
72        return new Tbl();
73    }
74
75    /**
76     * Create an instance of {@link PPr }
77     *
78     */
79    public PPr createPPr() {
80        return new PPr();
81    }
82
83    /**
84     * Create an instance of {@link DecimalNumber }
85     *
86     */
87    public DecimalNumber createDecimalNumber() {
88        return new DecimalNumber();
89    }
90
91    /**
92     * Create an instance of {@link TrPrBase }
93     *
94     */
95    public TrPrBase createTrPrBase() {
96        return new TrPrBase();
97    }
98
99    /**
100     * Create an instance of {@link DayShort }
101     *
102     */
103    public DayShort createDayShort() {
104        return new DayShort();
105    }
106
107    /**
108     * Create an instance of {@link VerticalAlignRun }
109     *
110     */
111    public VerticalAlignRun createVerticalAlignRun() {
112        return new VerticalAlignRun();
113    }
114
115    /**
116     * Create an instance of {@link MonthLong }
117     *
118     */
119    public MonthLong createMonthLong() {
120        return new MonthLong();
121    }
122
123    /**
124     * Create an instance of {@link TblPrBase }
125     *
126     */
127    public TblPrBase createTblPrBase() {
128        return new TblPrBase();
129    }
130
131    /**
132     * Create an instance of {@link Document }
133     *
134     */
135    public Document createDocument() {
136        return new Document();
137    }
138
139    /**
140     * Create an instance of {@link TcBorders }
141     *
142     */
143    public TcBorders createTcBorders() {
144        return new TcBorders();
145    }
146
147    /**
148     * Create an instance of {@link TcPrBase }
149     *
150     */
151    public TcPrBase createTcPrBase() {
152        return new TcPrBase();
153    }
154
155    /**
156     * Create an instance of {@link Highlight }
157     *
158     */
159    public Highlight createHighlight() {
160        return new Highlight();
161    }
162
163    /**
164     * Create an instance of {@link LastRenderedPageBreak }
165     *
166     */
167    public LastRenderedPageBreak createLastRenderedPageBreak() {
168        return new LastRenderedPageBreak();
169    }
170
171    /**
172     * Create an instance of {@link YearShort }
173     *
174     */
175    public YearShort createYearShort() {
176        return new YearShort();
177    }
178
179    /**
180     * Create an instance of {@link HMerge }
181     *
182     */
183    public HMerge createHMerge() {
184        return new HMerge();
185    }
186
187    /**
188     * Create an instance of {@link R }
189     *
190     */
191    public R createR() {
192        return new R();
193    }
194
195    /**
196     * Create an instance of {@link Tl2Br }
197     *
198     */
199    public Tl2Br createTl2Br() {
200        return new Tl2Br();
201    }
202
203    /**
204     * Create an instance of {@link InsideV }
205     *
206     */
207    public InsideV createInsideV() {
208        return new InsideV();
209    }
210
211    /**
212     * Create an instance of {@link TblPrEx }
213     *
214     */
215    public TblPrEx createTblPrEx() {
216        return new TblPrEx();
217    }
218
219    /**
220     * Create an instance of {@link Tr2Bl }
221     *
222     */
223    public Tr2Bl createTr2Bl() {
224        return new Tr2Bl();
225    }
226
227    /**
228     * Create an instance of {@link NoBreakHyphen }
229     *
230     */
231    public NoBreakHyphen createNoBreakHyphen() {
232        return new NoBreakHyphen();
233    }
234
235    /**
236     * Create an instance of {@link EndnoteRef }
237     *
238     */
239    public EndnoteRef createEndnoteRef() {
240        return new EndnoteRef();
241    }
242
243    /**
244     * Create an instance of {@link TcPrInner }
245     *
246     */
247    public TcPrInner createTcPrInner() {
248        return new TcPrInner();
249    }
250
251    /**
252     * Create an instance of {@link Shd }
253     *
254     */
255    public Shd createShd() {
256        return new Shd();
257    }
258
259    /**
260     * Create an instance of {@link RPr.RStyle }
261     *
262     */
263    public RPr.RStyle createRPrRStyle() {
264        return new RPr.RStyle();
265    }
266
267    /**
268     * Create an instance of {@link Bottom }
269     *
270     */
271    public Bottom createBottom() {
272        return new Bottom();
273    }
274
275    /**
276     * Create an instance of {@link TblPrExBase }
277     *
278     */
279    public TblPrExBase createTblPrExBase() {
280        return new TblPrExBase();
281    }
282
283    /**
284     * Create an instance of {@link Tabs }
285     *
286     */
287    public Tabs createTabs() {
288        return new Tabs();
289    }
290
291    /**
292     * Create an instance of {@link NumPr }
293     *
294     */
295    public NumPr createNumPr() {
296        return new NumPr();
297    }
298
299    /**
300     * Create an instance of {@link Separator }
301     *
302     */
303    public Separator createSeparator() {
304        return new Separator();
305    }
306
307    /**
308     * Create an instance of {@link Br }
309     *
310     */
311    public Br createBr() {
312        return new Br();
313    }
314
315    /**
316     * Create an instance of {@link Lock }
317     *
318     */
319    public Lock createLock() {
320        return new Lock();
321    }
322
323    /**
324     * Create an instance of {@link FootnoteRef }
325     *
326     */
327    public FootnoteRef createFootnoteRef() {
328        return new FootnoteRef();
329    }
330
331    /**
332     * Create an instance of {@link TcType }
333     *
334     */
335    public TcType createTcType() {
336        return new TcType();
337    }
338
339    /**
340     * Create an instance of {@link SdtPr.Alias }
341     *
342     */
343    public SdtPr.Alias createSdtPrAlias() {
344        return new SdtPr.Alias();
345    }
346
347    /**
348     * Create an instance of {@link CTVerticalJc }
349     *
350     */
351    public CTVerticalJc createCTVerticalJc() {
352        return new CTVerticalJc();
353    }
354
355    /**
356     * Create an instance of {@link Color }
357     *
358     */
359    public Color createColor() {
360        return new Color();
361    }
362
363    /**
364     * Create an instance of {@link TblPr }
365     *
366     */
367    public TblPr createTblPr() {
368        return new TblPr();
369    }
370
371    /**
372     * Create an instance of {@link P }
373     *
374     */
375    public P createP() {
376        return new P();
377    }
378
379    /**
380     * Create an instance of {@link Tab }
381     *
382     */
383    public Tab createTab() {
384        return new Tab();
385    }
386
387    /**
388     * Create an instance of {@link BooleanDefaultTrue }
389     *
390     */
391    public BooleanDefaultTrue createBooleanDefaultTrue() {
392        return new BooleanDefaultTrue();
393    }
394
395    /**
396     * Create an instance of {@link PgNum }
397     *
398     */
399    public PgNum createPgNum() {
400        return new PgNum();
401    }
402
403    /**
404     * Create an instance of {@link InsideH }
405     *
406     */
407    public InsideH createInsideH() {
408        return new InsideH();
409    }
410
411    /**
412     * Create an instance of {@link Left }
413     *
414     */
415    public Left createLeft() {
416        return new Left();
417    }
418
419    /**
420     * Create an instance of {@link DayLong }
421     *
422     */
423    public DayLong createDayLong() {
424        return new DayLong();
425    }
426
427    /**
428     * Create an instance of {@link TcPr }
429     *
430     */
431    public TcPr createTcPr() {
432        return new TcPr();
433    }
434
435    /**
436     * Create an instance of {@link Underline }
437     *
438     */
439    public Underline createUnderline() {
440        return new Underline();
441    }
442
443    /**
444     * Create an instance of {@link TblBorders }
445     *
446     */
447    public TblBorders createTblBorders() {
448        return new TblBorders();
449    }
450
451    /**
452     * Create an instance of {@link ContinuationSeparator }
453     *
454     */
455    public ContinuationSeparator createContinuationSeparator() {
456        return new ContinuationSeparator();
457    }
458
459    /**
460     * Create an instance of {@link VMerge }
461     *
462     */
463    public VMerge createVMerge() {
464        return new VMerge();
465    }
466
467    /**
468     * Create an instance of {@link Sym }
469     *
470     */
471    public Sym createSym() {
472        return new Sym();
473    }
474
475    /**
476     * Create an instance of {@link YearLong }
477     *
478     */
479    public YearLong createYearLong() {
480        return new YearLong();
481    }
482
483    /**
484     * Create an instance of {@link Text }
485     *
486     */
487    public Text createText() {
488        return new Text();
489    }
490
491    /**
492     * Create an instance of {@link Spacing }
493     *
494     */
495    public Spacing createSpacing() {
496        return new Spacing();
497    }
498
499    /**
500     * Create an instance of {@link SdtPr.Tag }
501     *
502     */
503    public SdtPr.Tag createSdtPrTag() {
504        return new SdtPr.Tag();
505    }
506
507    /**
508     * Create an instance of {@link PageNumber }
509     *
510     */
511    public PageNumber createPageNumber() {
512        return new PageNumber();
513    }
514
515    /**
516     * Create an instance of {@link SdtContentBlock }
517     *
518     */
519    public SdtContentBlock createSdtContentBlock() {
520        return new SdtContentBlock();
521    }
522
523    /**
524     * Create an instance of {@link RPr }
525     *
526     */
527    public RPr createRPr() {
528        return new RPr();
529    }
530
531    /**
532     * Create an instance of {@link AnnotationRef }
533     *
534     */
535    public AnnotationRef createAnnotationRef() {
536        return new AnnotationRef();
537    }
538
539    /**
540     * Create an instance of {@link Jc }
541     *
542     */
543    public Jc createJc() {
544        return new Jc();
545    }
546
547    /**
548     * Create an instance of {@link Row }
549     *
550     */
551    public Row createRow() {
552        return new Row();
553    }
554
555    /**
556     * Create an instance of {@link Ptab }
557     *
558     */
559    public Ptab createPtab() {
560        return new Ptab();
561    }
562
563    /**
564     * Create an instance of {@link Ind }
565     *
566     */
567    public Ind createInd() {
568        return new Ind();
569    }
570
571    /**
572     * Create an instance of {@link MonthShort }
573     *
574     */
575    public MonthShort createMonthShort() {
576        return new MonthShort();
577    }
578
579    /**
580     * Create an instance of {@link PageSz }
581     *
582     */
583    public PageSz createPageSz() {
584        return new PageSz();
585    }
586
587    /**
588     * Create an instance of {@link TcW }
589     *
590     */
591    public TcW createTcW() {
592        return new TcW();
593    }
594
595    /**
596     * Create an instance of {@link Cr }
597     *
598     */
599    public Cr createCr() {
600        return new Cr();
601    }
602
603    /**
604     * Create an instance of {@link SdtBlock }
605     *
606     */
607    public SdtBlock createSdtBlock() {
608        return new SdtBlock();
609    }
610
611    /**
612     * Create an instance of {@link PPr.PStyle }
613     *
614     */
615    public PPr.PStyle createPPrPStyle() {
616        return new PPr.PStyle();
617    }
618
619    /**
620     * Create an instance of {@link TblW }
621     *
622     */
623    public TblW createTblW() {
624        return new TblW();
625    }
626
627    /**
628     * Create an instance of {@link OnOff }
629     *
630     */
631    public OnOff createOnOff() {
632        return new OnOff();
633    }
634
635    /**
636     * Create an instance of {@link SoftHyphen }
637     *
638     */
639    public SoftHyphen createSoftHyphen() {
640        return new SoftHyphen();
641    }
642
643    /**
644     * Create an instance of {@link SectType }
645     *
646     */
647    public SectType createSectType() {
648        return new SectType();
649    }
650
651    /**
652     * Create an instance of {@link SdtPr }
653     *
654     */
655    public SdtPr createSdtPr() {
656        return new SdtPr();
657    }
658
659    /**
660     * Create an instance of {@link Body }
661     *
662     */
663    public Body createBody() {
664        return new Body();
665    }
666
667    /**
668     * Create an instance of {@link Top }
669     *
670     */
671    public Top createTop() {
672        return new Top();
673    }
674
675    /**
676     * Create an instance of {@link RunTrackChange }
677     *
678     */
679    public RunTrackChange createRunTrackChange() {
680        return new RunTrackChange();
681    }
682
683    /**
684     * Create an instance of {@link SectPr }
685     *
686     */
687    public SectPr createSectPr() {
688        return new SectPr();
689    }
690
691    /**
692     * Create an instance of {@link TrPr }
693     *
694     */
695    public TrPr createTrPr() {
696        return new TrPr();
697    }
698
699    /**
700     * Create an instance of {@link Right }
701     *
702     */
703    public Right createRight() {
704        return new Right();
705    }
706
707    /**
708     * Create an instance of {@link PageMar }
709     *
710     */
711    public PageMar createPageMar() {
712        return new PageMar();
713    }
714
715    /**
716     * Create an instance of {@link JAXBElement }{@code <}{@link Tbl }{@code >}}
717     *
718     */
719    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "tbl")
720    public JAXBElement<Tbl> createTbl(Tbl value) {
721        return new JAXBElement<Tbl>(_Tbl_QNAME, Tbl.class, null, value);
722    }
723
724    /**
725     * Create an instance of {@link JAXBElement }{@code <}{@link TblPrEx }{@code >}}
726     *
727     */
728    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "tblPrEx")
729    public JAXBElement<TblPrEx> createTblPrEx(TblPrEx value) {
730        return new JAXBElement<TblPrEx>(_TblPrEx_QNAME, TblPrEx.class, null, value);
731    }
732
733    /**
734     * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}}
735     *
736     */
737    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "ins")
738    public JAXBElement<RunTrackChange> createIns(RunTrackChange value) {
739        return new JAXBElement<RunTrackChange>(_Ins_QNAME, RunTrackChange.class, null, value);
740    }
741
742    /**
743     * Create an instance of {@link JAXBElement }{@code <}{@link SdtBlock }{@code >}}
744     *
745     */
746    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "sdt")
747    public JAXBElement<SdtBlock> createSdt(SdtBlock value) {
748        return new JAXBElement<SdtBlock>(_Sdt_QNAME, SdtBlock.class, null, value);
749    }
750
751    /**
752     * Create an instance of {@link JAXBElement }{@code <}{@link Text }{@code >}}
753     *
754     */
755    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "t")
756    public JAXBElement<Text> createT(Text value) {
757        return new JAXBElement<Text>(_T_QNAME, Text.class, null, value);
758    }
759
760    /**
761     * Create an instance of {@link JAXBElement }{@code <}{@link P }{@code >}}
762     *
763     */
764    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "p")
765    public JAXBElement<P> createP(P value) {
766        return new JAXBElement<P>(_P_QNAME, P.class, null, value);
767    }
768
769    /**
770     * Create an instance of {@link JAXBElement }{@code <}{@link SdtPr }{@code >}}
771     *
772     */
773    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "sdtPr")
774    public JAXBElement<SdtPr> createSdtPr(SdtPr value) {
775        return new JAXBElement<SdtPr>(_SdtPr_QNAME, SdtPr.class, null, value);
776    }
777
778    /**
779     * Create an instance of {@link JAXBElement }{@code <}{@link TcPr }{@code >}}
780     *
781     */
782    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "tcPr")
783    public JAXBElement<TcPr> createTcPr(TcPr value) {
784        return new JAXBElement<TcPr>(_TcPr_QNAME, TcPr.class, null, value);
785    }
786
787    /**
788     * Create an instance of {@link JAXBElement }{@code <}{@link TblPr }{@code >}}
789     *
790     */
791    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "tblPr")
792    public JAXBElement<TblPr> createTblPr(TblPr value) {
793        return new JAXBElement<TblPr>(_TblPr_QNAME, TblPr.class, null, value);
794    }
795
796    /**
797     * Create an instance of {@link JAXBElement }{@code <}{@link Body }{@code >}}
798     *
799     */
800    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "body")
801    public JAXBElement<Body> createBody(Body value) {
802        return new JAXBElement<Body>(_Body_QNAME, Body.class, null, value);
803    }
804
805    /**
806     * Create an instance of {@link JAXBElement }{@code <}{@link SectPr }{@code >}}
807     *
808     */
809    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "sectPr")
810    public JAXBElement<SectPr> createSectPr(SectPr value) {
811        return new JAXBElement<SectPr>(_SectPr_QNAME, SectPr.class, null, value);
812    }
813
814    /**
815     * Create an instance of {@link JAXBElement }{@code <}{@link Text }{@code >}}
816     *
817     */
818    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "delText")
819    public JAXBElement<Text> createDelText(Text value) {
820        return new JAXBElement<Text>(_DelText_QNAME, Text.class, null, value);
821    }
822
823    /**
824     * Create an instance of {@link JAXBElement }{@code <}{@link Row }{@code >}}
825     *
826     */
827    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "tr")
828    public JAXBElement<Row> createTr(Row value) {
829        return new JAXBElement<Row>(_Tr_QNAME, Row.class, null, value);
830    }
831
832    /**
833     * Create an instance of {@link JAXBElement }{@code <}{@link CTVerticalJc }{@code >}}
834     *
835     */
836    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "vAlign")
837    public JAXBElement<CTVerticalJc> createVAlign(CTVerticalJc value) {
838        return new JAXBElement<CTVerticalJc>(_VAlign_QNAME, CTVerticalJc.class, null, value);
839    }
840
841    /**
842     * Create an instance of {@link JAXBElement }{@code <}{@link TrPr }{@code >}}
843     *
844     */
845    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "trPr")
846    public JAXBElement<TrPr> createTrPr(TrPr value) {
847        return new JAXBElement<TrPr>(_TrPr_QNAME, TrPr.class, null, value);
848    }
849
850    /**
851     * Create an instance of {@link JAXBElement }{@code <}{@link OnOff }{@code >}}
852     *
853     */
854    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "noWrap")
855    public JAXBElement<OnOff> createNoWrap(OnOff value) {
856        return new JAXBElement<OnOff>(_NoWrap_QNAME, OnOff.class, null, value);
857    }
858
859    /**
860     * Create an instance of {@link JAXBElement }{@code <}{@link TblBorders }{@code >}}
861     *
862     */
863    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "tblBorders")
864    public JAXBElement<TblBorders> createTblBorders(TblBorders value) {
865        return new JAXBElement<TblBorders>(_TblBorders_QNAME, TblBorders.class, null, value);
866    }
867
868    /**
869     * Create an instance of {@link JAXBElement }{@code <}{@link Text }{@code >}}
870     *
871     */
872    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "delInstrText")
873    public JAXBElement<Text> createDelInstrText(Text value) {
874        return new JAXBElement<Text>(_DelInstrText_QNAME, Text.class, null, value);
875    }
876
877    /**
878     * Create an instance of {@link JAXBElement }{@code <}{@link Text }{@code >}}
879     *
880     */
881    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "instrText")
882    public JAXBElement<Text> createInstrText(Text value) {
883        return new JAXBElement<Text>(_InstrText_QNAME, Text.class, null, value);
884    }
885
886    /**
887     * Create an instance of {@link JAXBElement }{@code <}{@link TcBorders }{@code >}}
888     *
889     */
890    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "tcBorders")
891    public JAXBElement<TcBorders> createTcBorders(TcBorders value) {
892        return new JAXBElement<TcBorders>(_TcBorders_QNAME, TcBorders.class, null, value);
893    }
894
895    /**
896     * Create an instance of {@link JAXBElement }{@code <}{@link Document }{@code >}}
897     *
898     */
899    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "document")
900    public JAXBElement<Document> createDocument(Document value) {
901        return new JAXBElement<Document>(_Document_QNAME, Document.class, null, value);
902    }
903
904    /**
905     * Create an instance of {@link JAXBElement }{@code <}{@link DecimalNumber }{@code >}}
906     *
907     */
908    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "id")
909    public JAXBElement<DecimalNumber> createId(DecimalNumber value) {
910        return new JAXBElement<DecimalNumber>(_Id_QNAME, DecimalNumber.class, null, value);
911    }
912
913    /**
914     * Create an instance of {@link JAXBElement }{@code <}{@link SdtContentBlock }{@code >}}
915     *
916     */
917    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "sdtContent")
918    public JAXBElement<SdtContentBlock> createSdtContent(SdtContentBlock value) {
919        return new JAXBElement<SdtContentBlock>(_SdtContent_QNAME, SdtContentBlock.class, null, value);
920    }
921
922    /**
923     * Create an instance of {@link JAXBElement }{@code <}{@link TcType }{@code >}}
924     *
925     */
926    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "tc")
927    public JAXBElement<TcType> createTc(TcType value) {
928        return new JAXBElement<TcType>(_Tc_QNAME, TcType.class, null, value);
929    }
930
931    /**
932     * Create an instance of {@link JAXBElement }{@code <}{@link RunTrackChange }{@code >}}
933     *
934     */
935    @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "del")
936    public JAXBElement<RunTrackChange> createDel(RunTrackChange value) {
937        return new JAXBElement<RunTrackChange>(_Del_QNAME, RunTrackChange.class, null, value);
938    }
939
940}
Note: See TracBrowser for help on using the repository browser.