source: trunk/docx4j/src/main/java/org/docx4j/dml/CTTextCharacterProperties.java @ 1041

Revision 1041, 26.1 KB checked in by jharrop, 2 years ago (diff)

More complete DML, generated from TC45 1.0 final, using dmlROOT.xsd

Line 
1/*
2 *  Copyright 2007-2008, Plutext Pty Ltd.
3 *   
4 *  This file is part of docx4j.
5
6    docx4j is licensed under the Apache License, Version 2.0 (the "License");
7    you may not use this file except in compliance with the License.
8
9    You may obtain a copy of the License at
10
11        http://www.apache.org/licenses/LICENSE-2.0
12
13    Unless required by applicable law or agreed to in writing, software
14    distributed under the License is distributed on an "AS IS" BASIS,
15    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16    See the License for the specific language governing permissions and
17    limitations under the License.
18
19 */
20
21
22package org.docx4j.dml;
23
24import javax.xml.bind.annotation.XmlAccessType;
25import javax.xml.bind.annotation.XmlAccessorType;
26import javax.xml.bind.annotation.XmlAttribute;
27import javax.xml.bind.annotation.XmlSchemaType;
28import javax.xml.bind.annotation.XmlType;
29
30
31/**
32 * <p>Java class for CT_TextCharacterProperties complex type.
33 *
34 * <p>The following schema fragment specifies the expected content contained within this class.
35 *
36 * <pre>
37 * &lt;complexType name="CT_TextCharacterProperties">
38 *   &lt;complexContent>
39 *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
40 *       &lt;sequence>
41 *         &lt;element name="ln" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_LineProperties" minOccurs="0"/>
42 *         &lt;group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_FillProperties" minOccurs="0"/>
43 *         &lt;group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_EffectProperties" minOccurs="0"/>
44 *         &lt;element name="highlight" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Color" minOccurs="0"/>
45 *         &lt;group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_TextUnderlineLine" minOccurs="0"/>
46 *         &lt;group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_TextUnderlineFill" minOccurs="0"/>
47 *         &lt;element name="latin" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TextFont" minOccurs="0"/>
48 *         &lt;element name="ea" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TextFont" minOccurs="0"/>
49 *         &lt;element name="cs" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TextFont" minOccurs="0"/>
50 *         &lt;element name="sym" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TextFont" minOccurs="0"/>
51 *         &lt;element name="hlinkClick" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Hyperlink" minOccurs="0"/>
52 *         &lt;element name="hlinkMouseOver" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Hyperlink" minOccurs="0"/>
53 *         &lt;element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
54 *       &lt;/sequence>
55 *       &lt;attribute name="kumimoji" type="{http://www.w3.org/2001/XMLSchema}boolean" />
56 *       &lt;attribute name="lang" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_TextLanguageID" />
57 *       &lt;attribute name="altLang" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_TextLanguageID" />
58 *       &lt;attribute name="sz" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_TextFontSize" />
59 *       &lt;attribute name="b" type="{http://www.w3.org/2001/XMLSchema}boolean" />
60 *       &lt;attribute name="i" type="{http://www.w3.org/2001/XMLSchema}boolean" />
61 *       &lt;attribute name="u" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_TextUnderlineType" />
62 *       &lt;attribute name="strike" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_TextStrikeType" />
63 *       &lt;attribute name="kern" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_TextNonNegativePoint" />
64 *       &lt;attribute name="cap" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_TextCapsType" />
65 *       &lt;attribute name="spc" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_TextPoint" />
66 *       &lt;attribute name="normalizeH" type="{http://www.w3.org/2001/XMLSchema}boolean" />
67 *       &lt;attribute name="baseline" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Percentage" />
68 *       &lt;attribute name="noProof" type="{http://www.w3.org/2001/XMLSchema}boolean" />
69 *       &lt;attribute name="dirty" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
70 *       &lt;attribute name="err" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
71 *       &lt;attribute name="smtClean" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
72 *       &lt;attribute name="smtId" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
73 *       &lt;attribute name="bmk" type="{http://www.w3.org/2001/XMLSchema}string" />
74 *     &lt;/restriction>
75 *   &lt;/complexContent>
76 * &lt;/complexType>
77 * </pre>
78 *
79 *
80 */
81@XmlAccessorType(XmlAccessType.FIELD)
82@XmlType(name = "CT_TextCharacterProperties", propOrder = {
83    "ln",
84    "noFill",
85    "solidFill",
86    "gradFill",
87    "blipFill",
88    "pattFill",
89    "grpFill",
90    "effectLst",
91    "effectDag",
92    "highlight",
93    "uLnTx",
94    "uLn",
95    "uFillTx",
96    "uFill",
97    "latin",
98    "ea",
99    "cs",
100    "sym",
101    "hlinkClick",
102    "hlinkMouseOver",
103    "extLst"
104})
105public class CTTextCharacterProperties {
106
107    protected CTLineProperties ln;
108    protected CTNoFillProperties noFill;
109    protected CTSolidColorFillProperties solidFill;
110    protected CTGradientFillProperties gradFill;
111    protected CTBlipFillProperties blipFill;
112    protected CTPatternFillProperties pattFill;
113    protected CTGroupFillProperties grpFill;
114    protected CTEffectList effectLst;
115    protected CTEffectContainer effectDag;
116    protected CTColor highlight;
117    protected CTTextUnderlineLineFollowText uLnTx;
118    protected CTLineProperties uLn;
119    protected CTTextUnderlineFillFollowText uFillTx;
120    protected CTTextUnderlineFillGroupWrapper uFill;
121    protected TextFont latin;
122    protected TextFont ea;
123    protected TextFont cs;
124    protected TextFont sym;
125    protected CTHyperlink hlinkClick;
126    protected CTHyperlink hlinkMouseOver;
127    protected CTOfficeArtExtensionList extLst;
128    @XmlAttribute
129    protected Boolean kumimoji;
130    @XmlAttribute
131    protected String lang;
132    @XmlAttribute
133    protected String altLang;
134    @XmlAttribute
135    protected Integer sz;
136    @XmlAttribute
137    protected Boolean b;
138    @XmlAttribute
139    protected Boolean i;
140    @XmlAttribute
141    protected STTextUnderlineType u;
142    @XmlAttribute
143    protected STTextStrikeType strike;
144    @XmlAttribute
145    protected Integer kern;
146    @XmlAttribute
147    protected STTextCapsType cap;
148    @XmlAttribute
149    protected Integer spc;
150    @XmlAttribute
151    protected Boolean normalizeH;
152    @XmlAttribute
153    protected Integer baseline;
154    @XmlAttribute
155    protected Boolean noProof;
156    @XmlAttribute
157    protected Boolean dirty;
158    @XmlAttribute
159    protected Boolean err;
160    @XmlAttribute
161    protected Boolean smtClean;
162    @XmlAttribute
163    @XmlSchemaType(name = "unsignedInt")
164    protected Long smtId;
165    @XmlAttribute
166    protected String bmk;
167
168    /**
169     * Gets the value of the ln property.
170     *
171     * @return
172     *     possible object is
173     *     {@link CTLineProperties }
174     *     
175     */
176    public CTLineProperties getLn() {
177        return ln;
178    }
179
180    /**
181     * Sets the value of the ln property.
182     *
183     * @param value
184     *     allowed object is
185     *     {@link CTLineProperties }
186     *     
187     */
188    public void setLn(CTLineProperties value) {
189        this.ln = value;
190    }
191
192    /**
193     * Gets the value of the noFill property.
194     *
195     * @return
196     *     possible object is
197     *     {@link CTNoFillProperties }
198     *     
199     */
200    public CTNoFillProperties getNoFill() {
201        return noFill;
202    }
203
204    /**
205     * Sets the value of the noFill property.
206     *
207     * @param value
208     *     allowed object is
209     *     {@link CTNoFillProperties }
210     *     
211     */
212    public void setNoFill(CTNoFillProperties value) {
213        this.noFill = value;
214    }
215
216    /**
217     * Gets the value of the solidFill property.
218     *
219     * @return
220     *     possible object is
221     *     {@link CTSolidColorFillProperties }
222     *     
223     */
224    public CTSolidColorFillProperties getSolidFill() {
225        return solidFill;
226    }
227
228    /**
229     * Sets the value of the solidFill property.
230     *
231     * @param value
232     *     allowed object is
233     *     {@link CTSolidColorFillProperties }
234     *     
235     */
236    public void setSolidFill(CTSolidColorFillProperties value) {
237        this.solidFill = value;
238    }
239
240    /**
241     * Gets the value of the gradFill property.
242     *
243     * @return
244     *     possible object is
245     *     {@link CTGradientFillProperties }
246     *     
247     */
248    public CTGradientFillProperties getGradFill() {
249        return gradFill;
250    }
251
252    /**
253     * Sets the value of the gradFill property.
254     *
255     * @param value
256     *     allowed object is
257     *     {@link CTGradientFillProperties }
258     *     
259     */
260    public void setGradFill(CTGradientFillProperties value) {
261        this.gradFill = value;
262    }
263
264    /**
265     * Gets the value of the blipFill property.
266     *
267     * @return
268     *     possible object is
269     *     {@link CTBlipFillProperties }
270     *     
271     */
272    public CTBlipFillProperties getBlipFill() {
273        return blipFill;
274    }
275
276    /**
277     * Sets the value of the blipFill property.
278     *
279     * @param value
280     *     allowed object is
281     *     {@link CTBlipFillProperties }
282     *     
283     */
284    public void setBlipFill(CTBlipFillProperties value) {
285        this.blipFill = value;
286    }
287
288    /**
289     * Gets the value of the pattFill property.
290     *
291     * @return
292     *     possible object is
293     *     {@link CTPatternFillProperties }
294     *     
295     */
296    public CTPatternFillProperties getPattFill() {
297        return pattFill;
298    }
299
300    /**
301     * Sets the value of the pattFill property.
302     *
303     * @param value
304     *     allowed object is
305     *     {@link CTPatternFillProperties }
306     *     
307     */
308    public void setPattFill(CTPatternFillProperties value) {
309        this.pattFill = value;
310    }
311
312    /**
313     * Gets the value of the grpFill property.
314     *
315     * @return
316     *     possible object is
317     *     {@link CTGroupFillProperties }
318     *     
319     */
320    public CTGroupFillProperties getGrpFill() {
321        return grpFill;
322    }
323
324    /**
325     * Sets the value of the grpFill property.
326     *
327     * @param value
328     *     allowed object is
329     *     {@link CTGroupFillProperties }
330     *     
331     */
332    public void setGrpFill(CTGroupFillProperties value) {
333        this.grpFill = value;
334    }
335
336    /**
337     * Gets the value of the effectLst property.
338     *
339     * @return
340     *     possible object is
341     *     {@link CTEffectList }
342     *     
343     */
344    public CTEffectList getEffectLst() {
345        return effectLst;
346    }
347
348    /**
349     * Sets the value of the effectLst property.
350     *
351     * @param value
352     *     allowed object is
353     *     {@link CTEffectList }
354     *     
355     */
356    public void setEffectLst(CTEffectList value) {
357        this.effectLst = value;
358    }
359
360    /**
361     * Gets the value of the effectDag property.
362     *
363     * @return
364     *     possible object is
365     *     {@link CTEffectContainer }
366     *     
367     */
368    public CTEffectContainer getEffectDag() {
369        return effectDag;
370    }
371
372    /**
373     * Sets the value of the effectDag property.
374     *
375     * @param value
376     *     allowed object is
377     *     {@link CTEffectContainer }
378     *     
379     */
380    public void setEffectDag(CTEffectContainer value) {
381        this.effectDag = value;
382    }
383
384    /**
385     * Gets the value of the highlight property.
386     *
387     * @return
388     *     possible object is
389     *     {@link CTColor }
390     *     
391     */
392    public CTColor getHighlight() {
393        return highlight;
394    }
395
396    /**
397     * Sets the value of the highlight property.
398     *
399     * @param value
400     *     allowed object is
401     *     {@link CTColor }
402     *     
403     */
404    public void setHighlight(CTColor value) {
405        this.highlight = value;
406    }
407
408    /**
409     * Gets the value of the uLnTx property.
410     *
411     * @return
412     *     possible object is
413     *     {@link CTTextUnderlineLineFollowText }
414     *     
415     */
416    public CTTextUnderlineLineFollowText getULnTx() {
417        return uLnTx;
418    }
419
420    /**
421     * Sets the value of the uLnTx property.
422     *
423     * @param value
424     *     allowed object is
425     *     {@link CTTextUnderlineLineFollowText }
426     *     
427     */
428    public void setULnTx(CTTextUnderlineLineFollowText value) {
429        this.uLnTx = value;
430    }
431
432    /**
433     * Gets the value of the uLn property.
434     *
435     * @return
436     *     possible object is
437     *     {@link CTLineProperties }
438     *     
439     */
440    public CTLineProperties getULn() {
441        return uLn;
442    }
443
444    /**
445     * Sets the value of the uLn property.
446     *
447     * @param value
448     *     allowed object is
449     *     {@link CTLineProperties }
450     *     
451     */
452    public void setULn(CTLineProperties value) {
453        this.uLn = value;
454    }
455
456    /**
457     * Gets the value of the uFillTx property.
458     *
459     * @return
460     *     possible object is
461     *     {@link CTTextUnderlineFillFollowText }
462     *     
463     */
464    public CTTextUnderlineFillFollowText getUFillTx() {
465        return uFillTx;
466    }
467
468    /**
469     * Sets the value of the uFillTx property.
470     *
471     * @param value
472     *     allowed object is
473     *     {@link CTTextUnderlineFillFollowText }
474     *     
475     */
476    public void setUFillTx(CTTextUnderlineFillFollowText value) {
477        this.uFillTx = value;
478    }
479
480    /**
481     * Gets the value of the uFill property.
482     *
483     * @return
484     *     possible object is
485     *     {@link CTTextUnderlineFillGroupWrapper }
486     *     
487     */
488    public CTTextUnderlineFillGroupWrapper getUFill() {
489        return uFill;
490    }
491
492    /**
493     * Sets the value of the uFill property.
494     *
495     * @param value
496     *     allowed object is
497     *     {@link CTTextUnderlineFillGroupWrapper }
498     *     
499     */
500    public void setUFill(CTTextUnderlineFillGroupWrapper value) {
501        this.uFill = value;
502    }
503
504    /**
505     * Gets the value of the latin property.
506     *
507     * @return
508     *     possible object is
509     *     {@link TextFont }
510     *     
511     */
512    public TextFont getLatin() {
513        return latin;
514    }
515
516    /**
517     * Sets the value of the latin property.
518     *
519     * @param value
520     *     allowed object is
521     *     {@link TextFont }
522     *     
523     */
524    public void setLatin(TextFont value) {
525        this.latin = value;
526    }
527
528    /**
529     * Gets the value of the ea property.
530     *
531     * @return
532     *     possible object is
533     *     {@link TextFont }
534     *     
535     */
536    public TextFont getEa() {
537        return ea;
538    }
539
540    /**
541     * Sets the value of the ea property.
542     *
543     * @param value
544     *     allowed object is
545     *     {@link TextFont }
546     *     
547     */
548    public void setEa(TextFont value) {
549        this.ea = value;
550    }
551
552    /**
553     * Gets the value of the cs property.
554     *
555     * @return
556     *     possible object is
557     *     {@link TextFont }
558     *     
559     */
560    public TextFont getCs() {
561        return cs;
562    }
563
564    /**
565     * Sets the value of the cs property.
566     *
567     * @param value
568     *     allowed object is
569     *     {@link TextFont }
570     *     
571     */
572    public void setCs(TextFont value) {
573        this.cs = value;
574    }
575
576    /**
577     * Gets the value of the sym property.
578     *
579     * @return
580     *     possible object is
581     *     {@link TextFont }
582     *     
583     */
584    public TextFont getSym() {
585        return sym;
586    }
587
588    /**
589     * Sets the value of the sym property.
590     *
591     * @param value
592     *     allowed object is
593     *     {@link TextFont }
594     *     
595     */
596    public void setSym(TextFont value) {
597        this.sym = value;
598    }
599
600    /**
601     * Gets the value of the hlinkClick property.
602     *
603     * @return
604     *     possible object is
605     *     {@link CTHyperlink }
606     *     
607     */
608    public CTHyperlink getHlinkClick() {
609        return hlinkClick;
610    }
611
612    /**
613     * Sets the value of the hlinkClick property.
614     *
615     * @param value
616     *     allowed object is
617     *     {@link CTHyperlink }
618     *     
619     */
620    public void setHlinkClick(CTHyperlink value) {
621        this.hlinkClick = value;
622    }
623
624    /**
625     * Gets the value of the hlinkMouseOver property.
626     *
627     * @return
628     *     possible object is
629     *     {@link CTHyperlink }
630     *     
631     */
632    public CTHyperlink getHlinkMouseOver() {
633        return hlinkMouseOver;
634    }
635
636    /**
637     * Sets the value of the hlinkMouseOver property.
638     *
639     * @param value
640     *     allowed object is
641     *     {@link CTHyperlink }
642     *     
643     */
644    public void setHlinkMouseOver(CTHyperlink value) {
645        this.hlinkMouseOver = value;
646    }
647
648    /**
649     * Gets the value of the extLst property.
650     *
651     * @return
652     *     possible object is
653     *     {@link CTOfficeArtExtensionList }
654     *     
655     */
656    public CTOfficeArtExtensionList getExtLst() {
657        return extLst;
658    }
659
660    /**
661     * Sets the value of the extLst property.
662     *
663     * @param value
664     *     allowed object is
665     *     {@link CTOfficeArtExtensionList }
666     *     
667     */
668    public void setExtLst(CTOfficeArtExtensionList value) {
669        this.extLst = value;
670    }
671
672    /**
673     * Gets the value of the kumimoji property.
674     *
675     * @return
676     *     possible object is
677     *     {@link Boolean }
678     *     
679     */
680    public Boolean isKumimoji() {
681        return kumimoji;
682    }
683
684    /**
685     * Sets the value of the kumimoji property.
686     *
687     * @param value
688     *     allowed object is
689     *     {@link Boolean }
690     *     
691     */
692    public void setKumimoji(Boolean value) {
693        this.kumimoji = value;
694    }
695
696    /**
697     * Gets the value of the lang property.
698     *
699     * @return
700     *     possible object is
701     *     {@link String }
702     *     
703     */
704    public String getLang() {
705        return lang;
706    }
707
708    /**
709     * Sets the value of the lang property.
710     *
711     * @param value
712     *     allowed object is
713     *     {@link String }
714     *     
715     */
716    public void setLang(String value) {
717        this.lang = value;
718    }
719
720    /**
721     * Gets the value of the altLang property.
722     *
723     * @return
724     *     possible object is
725     *     {@link String }
726     *     
727     */
728    public String getAltLang() {
729        return altLang;
730    }
731
732    /**
733     * Sets the value of the altLang property.
734     *
735     * @param value
736     *     allowed object is
737     *     {@link String }
738     *     
739     */
740    public void setAltLang(String value) {
741        this.altLang = value;
742    }
743
744    /**
745     * Gets the value of the sz property.
746     *
747     * @return
748     *     possible object is
749     *     {@link Integer }
750     *     
751     */
752    public Integer getSz() {
753        return sz;
754    }
755
756    /**
757     * Sets the value of the sz property.
758     *
759     * @param value
760     *     allowed object is
761     *     {@link Integer }
762     *     
763     */
764    public void setSz(Integer value) {
765        this.sz = value;
766    }
767
768    /**
769     * Gets the value of the b property.
770     *
771     * @return
772     *     possible object is
773     *     {@link Boolean }
774     *     
775     */
776    public Boolean isB() {
777        return b;
778    }
779
780    /**
781     * Sets the value of the b property.
782     *
783     * @param value
784     *     allowed object is
785     *     {@link Boolean }
786     *     
787     */
788    public void setB(Boolean value) {
789        this.b = value;
790    }
791
792    /**
793     * Gets the value of the i property.
794     *
795     * @return
796     *     possible object is
797     *     {@link Boolean }
798     *     
799     */
800    public Boolean isI() {
801        return i;
802    }
803
804    /**
805     * Sets the value of the i property.
806     *
807     * @param value
808     *     allowed object is
809     *     {@link Boolean }
810     *     
811     */
812    public void setI(Boolean value) {
813        this.i = value;
814    }
815
816    /**
817     * Gets the value of the u property.
818     *
819     * @return
820     *     possible object is
821     *     {@link STTextUnderlineType }
822     *     
823     */
824    public STTextUnderlineType getU() {
825        return u;
826    }
827
828    /**
829     * Sets the value of the u property.
830     *
831     * @param value
832     *     allowed object is
833     *     {@link STTextUnderlineType }
834     *     
835     */
836    public void setU(STTextUnderlineType value) {
837        this.u = value;
838    }
839
840    /**
841     * Gets the value of the strike property.
842     *
843     * @return
844     *     possible object is
845     *     {@link STTextStrikeType }
846     *     
847     */
848    public STTextStrikeType getStrike() {
849        return strike;
850    }
851
852    /**
853     * Sets the value of the strike property.
854     *
855     * @param value
856     *     allowed object is
857     *     {@link STTextStrikeType }
858     *     
859     */
860    public void setStrike(STTextStrikeType value) {
861        this.strike = value;
862    }
863
864    /**
865     * Gets the value of the kern property.
866     *
867     * @return
868     *     possible object is
869     *     {@link Integer }
870     *     
871     */
872    public Integer getKern() {
873        return kern;
874    }
875
876    /**
877     * Sets the value of the kern property.
878     *
879     * @param value
880     *     allowed object is
881     *     {@link Integer }
882     *     
883     */
884    public void setKern(Integer value) {
885        this.kern = value;
886    }
887
888    /**
889     * Gets the value of the cap property.
890     *
891     * @return
892     *     possible object is
893     *     {@link STTextCapsType }
894     *     
895     */
896    public STTextCapsType getCap() {
897        return cap;
898    }
899
900    /**
901     * Sets the value of the cap property.
902     *
903     * @param value
904     *     allowed object is
905     *     {@link STTextCapsType }
906     *     
907     */
908    public void setCap(STTextCapsType value) {
909        this.cap = value;
910    }
911
912    /**
913     * Gets the value of the spc property.
914     *
915     * @return
916     *     possible object is
917     *     {@link Integer }
918     *     
919     */
920    public Integer getSpc() {
921        return spc;
922    }
923
924    /**
925     * Sets the value of the spc property.
926     *
927     * @param value
928     *     allowed object is
929     *     {@link Integer }
930     *     
931     */
932    public void setSpc(Integer value) {
933        this.spc = value;
934    }
935
936    /**
937     * Gets the value of the normalizeH property.
938     *
939     * @return
940     *     possible object is
941     *     {@link Boolean }
942     *     
943     */
944    public Boolean isNormalizeH() {
945        return normalizeH;
946    }
947
948    /**
949     * Sets the value of the normalizeH property.
950     *
951     * @param value
952     *     allowed object is
953     *     {@link Boolean }
954     *     
955     */
956    public void setNormalizeH(Boolean value) {
957        this.normalizeH = value;
958    }
959
960    /**
961     * Gets the value of the baseline property.
962     *
963     * @return
964     *     possible object is
965     *     {@link Integer }
966     *     
967     */
968    public Integer getBaseline() {
969        return baseline;
970    }
971
972    /**
973     * Sets the value of the baseline property.
974     *
975     * @param value
976     *     allowed object is
977     *     {@link Integer }
978     *     
979     */
980    public void setBaseline(Integer value) {
981        this.baseline = value;
982    }
983
984    /**
985     * Gets the value of the noProof property.
986     *
987     * @return
988     *     possible object is
989     *     {@link Boolean }
990     *     
991     */
992    public Boolean isNoProof() {
993        return noProof;
994    }
995
996    /**
997     * Sets the value of the noProof property.
998     *
999     * @param value
1000     *     allowed object is
1001     *     {@link Boolean }
1002     *     
1003     */
1004    public void setNoProof(Boolean value) {
1005        this.noProof = value;
1006    }
1007
1008    /**
1009     * Gets the value of the dirty property.
1010     *
1011     * @return
1012     *     possible object is
1013     *     {@link Boolean }
1014     *     
1015     */
1016    public boolean isDirty() {
1017        if (dirty == null) {
1018            return true;
1019        } else {
1020            return dirty;
1021        }
1022    }
1023
1024    /**
1025     * Sets the value of the dirty property.
1026     *
1027     * @param value
1028     *     allowed object is
1029     *     {@link Boolean }
1030     *     
1031     */
1032    public void setDirty(Boolean value) {
1033        this.dirty = value;
1034    }
1035
1036    /**
1037     * Gets the value of the err property.
1038     *
1039     * @return
1040     *     possible object is
1041     *     {@link Boolean }
1042     *     
1043     */
1044    public boolean isErr() {
1045        if (err == null) {
1046            return false;
1047        } else {
1048            return err;
1049        }
1050    }
1051
1052    /**
1053     * Sets the value of the err property.
1054     *
1055     * @param value
1056     *     allowed object is
1057     *     {@link Boolean }
1058     *     
1059     */
1060    public void setErr(Boolean value) {
1061        this.err = value;
1062    }
1063
1064    /**
1065     * Gets the value of the smtClean property.
1066     *
1067     * @return
1068     *     possible object is
1069     *     {@link Boolean }
1070     *     
1071     */
1072    public boolean isSmtClean() {
1073        if (smtClean == null) {
1074            return true;
1075        } else {
1076            return smtClean;
1077        }
1078    }
1079
1080    /**
1081     * Sets the value of the smtClean property.
1082     *
1083     * @param value
1084     *     allowed object is
1085     *     {@link Boolean }
1086     *     
1087     */
1088    public void setSmtClean(Boolean value) {
1089        this.smtClean = value;
1090    }
1091
1092    /**
1093     * Gets the value of the smtId property.
1094     *
1095     * @return
1096     *     possible object is
1097     *     {@link Long }
1098     *     
1099     */
1100    public long getSmtId() {
1101        if (smtId == null) {
1102            return  0L;
1103        } else {
1104            return smtId;
1105        }
1106    }
1107
1108    /**
1109     * Sets the value of the smtId property.
1110     *
1111     * @param value
1112     *     allowed object is
1113     *     {@link Long }
1114     *     
1115     */
1116    public void setSmtId(Long value) {
1117        this.smtId = value;
1118    }
1119
1120    /**
1121     * Gets the value of the bmk property.
1122     *
1123     * @return
1124     *     possible object is
1125     *     {@link String }
1126     *     
1127     */
1128    public String getBmk() {
1129        return bmk;
1130    }
1131
1132    /**
1133     * Sets the value of the bmk property.
1134     *
1135     * @param value
1136     *     allowed object is
1137     *     {@link String }
1138     *     
1139     */
1140    public void setBmk(String value) {
1141        this.bmk = value;
1142    }
1143
1144}
Note: See TracBrowser for help on using the repository browser.