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

Revision 43, 10.9 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 java.math.BigInteger;
12import javax.annotation.Generated;
13import javax.xml.bind.Unmarshaller;
14import javax.xml.bind.annotation.XmlAccessType;
15import javax.xml.bind.annotation.XmlAccessorType;
16import javax.xml.bind.annotation.XmlAttribute;
17import javax.xml.bind.annotation.XmlTransient;
18import javax.xml.bind.annotation.XmlType;
19import com.sun.xml.bind.Locatable;
20import com.sun.xml.bind.annotation.XmlLocation;
21import org.jvnet.jaxb2_commons.ppp.Child;
22import org.xml.sax.Locator;
23
24
25/**
26 * <p>Java class for PageMar complex type.
27 *
28 * <p>The following schema fragment specifies the expected content contained within this class.
29 *
30 * <pre>
31 * &lt;complexType name="PageMar">
32 *   &lt;complexContent>
33 *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
34 *       &lt;attribute name="top" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_SignedTwipsMeasure" />
35 *       &lt;attribute name="right" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_TwipsMeasure" />
36 *       &lt;attribute name="bottom" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_SignedTwipsMeasure" />
37 *       &lt;attribute name="left" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_TwipsMeasure" />
38 *       &lt;attribute name="header" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_TwipsMeasure" />
39 *       &lt;attribute name="footer" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_TwipsMeasure" />
40 *       &lt;attribute name="gutter" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_TwipsMeasure" />
41 *     &lt;/restriction>
42 *   &lt;/complexContent>
43 * &lt;/complexType>
44 * </pre>
45 *
46 *
47 */
48@XmlAccessorType(XmlAccessType.FIELD)
49@XmlType(name = "PageMar")
50@Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
51public class PageMar
52    implements Locatable, Child
53{
54
55    @XmlAttribute(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", required = true)
56    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
57    protected BigInteger top;
58    @XmlAttribute(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", required = true)
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 BigInteger right;
61    @XmlAttribute(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", required = true)
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    protected BigInteger bottom;
64    @XmlAttribute(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", required = true)
65    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
66    protected BigInteger left;
67    @XmlAttribute(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", required = true)
68    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
69    protected BigInteger header;
70    @XmlAttribute(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", required = true)
71    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
72    protected BigInteger footer;
73    @XmlAttribute(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", required = true)
74    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
75    protected BigInteger gutter;
76    @XmlTransient
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    private Object parent;
79    @XmlLocation
80    @XmlTransient
81    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
82    protected Locator locator;
83
84    /**
85     * Gets the value of the top property.
86     *
87     * @return
88     *     possible object is
89     *     {@link BigInteger }
90     *     
91     */
92    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
93    public BigInteger getTop() {
94        return top;
95    }
96
97    /**
98     * Sets the value of the top property.
99     *
100     * @param value
101     *     allowed object is
102     *     {@link BigInteger }
103     *     
104     */
105    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
106    public void setTop(BigInteger value) {
107        this.top = value;
108    }
109
110    /**
111     * Gets the value of the right property.
112     *
113     * @return
114     *     possible object is
115     *     {@link BigInteger }
116     *     
117     */
118    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
119    public BigInteger getRight() {
120        return right;
121    }
122
123    /**
124     * Sets the value of the right property.
125     *
126     * @param value
127     *     allowed object is
128     *     {@link BigInteger }
129     *     
130     */
131    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
132    public void setRight(BigInteger value) {
133        this.right = value;
134    }
135
136    /**
137     * Gets the value of the bottom property.
138     *
139     * @return
140     *     possible object is
141     *     {@link BigInteger }
142     *     
143     */
144    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
145    public BigInteger getBottom() {
146        return bottom;
147    }
148
149    /**
150     * Sets the value of the bottom property.
151     *
152     * @param value
153     *     allowed object is
154     *     {@link BigInteger }
155     *     
156     */
157    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
158    public void setBottom(BigInteger value) {
159        this.bottom = value;
160    }
161
162    /**
163     * Gets the value of the left property.
164     *
165     * @return
166     *     possible object is
167     *     {@link BigInteger }
168     *     
169     */
170    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
171    public BigInteger getLeft() {
172        return left;
173    }
174
175    /**
176     * Sets the value of the left property.
177     *
178     * @param value
179     *     allowed object is
180     *     {@link BigInteger }
181     *     
182     */
183    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
184    public void setLeft(BigInteger value) {
185        this.left = value;
186    }
187
188    /**
189     * Gets the value of the header property.
190     *
191     * @return
192     *     possible object is
193     *     {@link BigInteger }
194     *     
195     */
196    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
197    public BigInteger getHeader() {
198        return header;
199    }
200
201    /**
202     * Sets the value of the header property.
203     *
204     * @param value
205     *     allowed object is
206     *     {@link BigInteger }
207     *     
208     */
209    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
210    public void setHeader(BigInteger value) {
211        this.header = value;
212    }
213
214    /**
215     * Gets the value of the footer property.
216     *
217     * @return
218     *     possible object is
219     *     {@link BigInteger }
220     *     
221     */
222    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
223    public BigInteger getFooter() {
224        return footer;
225    }
226
227    /**
228     * Sets the value of the footer property.
229     *
230     * @param value
231     *     allowed object is
232     *     {@link BigInteger }
233     *     
234     */
235    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
236    public void setFooter(BigInteger value) {
237        this.footer = value;
238    }
239
240    /**
241     * Gets the value of the gutter property.
242     *
243     * @return
244     *     possible object is
245     *     {@link BigInteger }
246     *     
247     */
248    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
249    public BigInteger getGutter() {
250        return gutter;
251    }
252
253    /**
254     * Sets the value of the gutter property.
255     *
256     * @param value
257     *     allowed object is
258     *     {@link BigInteger }
259     *     
260     */
261    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
262    public void setGutter(BigInteger value) {
263        this.gutter = value;
264    }
265
266    /**
267     * Gets the parent object in the object tree representing the unmarshalled xml document.
268     *
269     * @return
270     *     The parent object.
271     */
272    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
273    public Object getParent() {
274        return this.parent;
275    }
276
277    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
278    public void setParent(Object parent) {
279        this.parent = parent;
280    }
281
282    /**
283     * This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
284     *
285     * @param parent
286     *     The parent object in the object tree.
287     * @param unmarshaller
288     *     The unmarshaller that generated the instance.
289     */
290    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
291    public void afterUnmarshal(Unmarshaller unmarshaller, Object parent) {
292        setParent(parent);
293    }
294
295    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
296    public Locator sourceLocation() {
297        return locator;
298    }
299
300    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
301    public void setSourceLocation(Locator newLocator) {
302        locator = newLocator;
303    }
304
305}
Note: See TracBrowser for help on using the repository browser.