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

Revision 43, 5.3 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.annotation.Generated;
12import javax.xml.bind.Unmarshaller;
13import javax.xml.bind.annotation.XmlAccessType;
14import javax.xml.bind.annotation.XmlAccessorType;
15import javax.xml.bind.annotation.XmlSeeAlso;
16import javax.xml.bind.annotation.XmlTransient;
17import javax.xml.bind.annotation.XmlType;
18import com.sun.xml.bind.Locatable;
19import com.sun.xml.bind.annotation.XmlLocation;
20import org.jvnet.jaxb2_commons.ppp.Child;
21import org.xml.sax.Locator;
22
23
24/**
25 * <p>Java class for CT_TblPrBase complex type.
26 *
27 * <p>The following schema fragment specifies the expected content contained within this class.
28 *
29 * <pre>
30 * &lt;complexType name="CT_TblPrBase">
31 *   &lt;complexContent>
32 *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
33 *       &lt;sequence>
34 *         &lt;element ref="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}tblW" minOccurs="0"/>
35 *         &lt;element ref="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}tblBorders" minOccurs="0"/>
36 *       &lt;/sequence>
37 *     &lt;/restriction>
38 *   &lt;/complexContent>
39 * &lt;/complexType>
40 * </pre>
41 *
42 *
43 */
44@XmlAccessorType(XmlAccessType.FIELD)
45@XmlType(name = "CT_TblPrBase", propOrder = {
46    "tblW",
47    "tblBorders"
48})
49@XmlSeeAlso({
50    TblPr.class
51})
52@Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
53public class TblPrBase
54    implements Locatable, Child
55{
56
57    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
58    protected TblW tblW;
59    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
60    protected TblBorders tblBorders;
61    @XmlTransient
62    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
63    private Object parent;
64    @XmlLocation
65    @XmlTransient
66    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
67    protected Locator locator;
68
69    /**
70     * Gets the value of the tblW property.
71     *
72     * @return
73     *     possible object is
74     *     {@link TblW }
75     *     
76     */
77    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
78    public TblW getTblW() {
79        return tblW;
80    }
81
82    /**
83     * Sets the value of the tblW property.
84     *
85     * @param value
86     *     allowed object is
87     *     {@link TblW }
88     *     
89     */
90    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
91    public void setTblW(TblW value) {
92        this.tblW = value;
93    }
94
95    /**
96     * Gets the value of the tblBorders property.
97     *
98     * @return
99     *     possible object is
100     *     {@link TblBorders }
101     *     
102     */
103    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
104    public TblBorders getTblBorders() {
105        return tblBorders;
106    }
107
108    /**
109     * Sets the value of the tblBorders property.
110     *
111     * @param value
112     *     allowed object is
113     *     {@link TblBorders }
114     *     
115     */
116    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
117    public void setTblBorders(TblBorders value) {
118        this.tblBorders = value;
119    }
120
121    /**
122     * Gets the parent object in the object tree representing the unmarshalled xml document.
123     *
124     * @return
125     *     The parent object.
126     */
127    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
128    public Object getParent() {
129        return this.parent;
130    }
131
132    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
133    public void setParent(Object parent) {
134        this.parent = parent;
135    }
136
137    /**
138     * This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
139     *
140     * @param parent
141     *     The parent object in the object tree.
142     * @param unmarshaller
143     *     The unmarshaller that generated the instance.
144     */
145    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
146    public void afterUnmarshal(Unmarshaller unmarshaller, Object parent) {
147        setParent(parent);
148    }
149
150    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
151    public Locator sourceLocation() {
152        return locator;
153    }
154
155    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
156    public void setSourceLocation(Locator newLocator) {
157        locator = newLocator;
158    }
159
160}
Note: See TracBrowser for help on using the repository browser.