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

Revision 43, 12.0 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 Ind complex type.
27 *
28 * <p>The following schema fragment specifies the expected content contained within this class.
29 *
30 * <pre>
31 * &lt;complexType name="Ind">
32 *   &lt;complexContent>
33 *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
34 *       &lt;attribute name="left" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_SignedTwipsMeasure" />
35 *       &lt;attribute name="leftChars" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
36 *       &lt;attribute name="right" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_SignedTwipsMeasure" />
37 *       &lt;attribute name="rightChars" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
38 *       &lt;attribute name="hanging" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_TwipsMeasure" />
39 *       &lt;attribute name="hangingChars" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
40 *       &lt;attribute name="firstLine" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_TwipsMeasure" />
41 *       &lt;attribute name="firstLineChars" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
42 *     &lt;/restriction>
43 *   &lt;/complexContent>
44 * &lt;/complexType>
45 * </pre>
46 *
47 *
48 */
49@XmlAccessorType(XmlAccessType.FIELD)
50@XmlType(name = "Ind")
51@Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
52public class Ind
53    implements Locatable, Child
54{
55
56    @XmlAttribute(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main")
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 BigInteger left;
59    @XmlAttribute(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main")
60    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
61    protected BigInteger leftChars;
62    @XmlAttribute(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main")
63    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
64    protected BigInteger right;
65    @XmlAttribute(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main")
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 BigInteger rightChars;
68    @XmlAttribute(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main")
69    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
70    protected BigInteger hanging;
71    @XmlAttribute(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main")
72    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
73    protected BigInteger hangingChars;
74    @XmlAttribute(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main")
75    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
76    protected BigInteger firstLine;
77    @XmlAttribute(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main")
78    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
79    protected BigInteger firstLineChars;
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    private Object parent;
83    @XmlLocation
84    @XmlTransient
85    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
86    protected Locator locator;
87
88    /**
89     * Gets the value of the left property.
90     *
91     * @return
92     *     possible object is
93     *     {@link BigInteger }
94     *     
95     */
96    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
97    public BigInteger getLeft() {
98        return left;
99    }
100
101    /**
102     * Sets the value of the left property.
103     *
104     * @param value
105     *     allowed object is
106     *     {@link BigInteger }
107     *     
108     */
109    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
110    public void setLeft(BigInteger value) {
111        this.left = value;
112    }
113
114    /**
115     * Gets the value of the leftChars property.
116     *
117     * @return
118     *     possible object is
119     *     {@link BigInteger }
120     *     
121     */
122    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
123    public BigInteger getLeftChars() {
124        return leftChars;
125    }
126
127    /**
128     * Sets the value of the leftChars property.
129     *
130     * @param value
131     *     allowed object is
132     *     {@link BigInteger }
133     *     
134     */
135    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
136    public void setLeftChars(BigInteger value) {
137        this.leftChars = value;
138    }
139
140    /**
141     * Gets the value of the right property.
142     *
143     * @return
144     *     possible object is
145     *     {@link BigInteger }
146     *     
147     */
148    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
149    public BigInteger getRight() {
150        return right;
151    }
152
153    /**
154     * Sets the value of the right property.
155     *
156     * @param value
157     *     allowed object is
158     *     {@link BigInteger }
159     *     
160     */
161    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
162    public void setRight(BigInteger value) {
163        this.right = value;
164    }
165
166    /**
167     * Gets the value of the rightChars property.
168     *
169     * @return
170     *     possible object is
171     *     {@link BigInteger }
172     *     
173     */
174    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
175    public BigInteger getRightChars() {
176        return rightChars;
177    }
178
179    /**
180     * Sets the value of the rightChars property.
181     *
182     * @param value
183     *     allowed object is
184     *     {@link BigInteger }
185     *     
186     */
187    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
188    public void setRightChars(BigInteger value) {
189        this.rightChars = value;
190    }
191
192    /**
193     * Gets the value of the hanging property.
194     *
195     * @return
196     *     possible object is
197     *     {@link BigInteger }
198     *     
199     */
200    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
201    public BigInteger getHanging() {
202        return hanging;
203    }
204
205    /**
206     * Sets the value of the hanging property.
207     *
208     * @param value
209     *     allowed object is
210     *     {@link BigInteger }
211     *     
212     */
213    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
214    public void setHanging(BigInteger value) {
215        this.hanging = value;
216    }
217
218    /**
219     * Gets the value of the hangingChars property.
220     *
221     * @return
222     *     possible object is
223     *     {@link BigInteger }
224     *     
225     */
226    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
227    public BigInteger getHangingChars() {
228        return hangingChars;
229    }
230
231    /**
232     * Sets the value of the hangingChars property.
233     *
234     * @param value
235     *     allowed object is
236     *     {@link BigInteger }
237     *     
238     */
239    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
240    public void setHangingChars(BigInteger value) {
241        this.hangingChars = value;
242    }
243
244    /**
245     * Gets the value of the firstLine property.
246     *
247     * @return
248     *     possible object is
249     *     {@link BigInteger }
250     *     
251     */
252    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
253    public BigInteger getFirstLine() {
254        return firstLine;
255    }
256
257    /**
258     * Sets the value of the firstLine property.
259     *
260     * @param value
261     *     allowed object is
262     *     {@link BigInteger }
263     *     
264     */
265    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
266    public void setFirstLine(BigInteger value) {
267        this.firstLine = value;
268    }
269
270    /**
271     * Gets the value of the firstLineChars property.
272     *
273     * @return
274     *     possible object is
275     *     {@link BigInteger }
276     *     
277     */
278    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
279    public BigInteger getFirstLineChars() {
280        return firstLineChars;
281    }
282
283    /**
284     * Sets the value of the firstLineChars property.
285     *
286     * @param value
287     *     allowed object is
288     *     {@link BigInteger }
289     *     
290     */
291    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
292    public void setFirstLineChars(BigInteger value) {
293        this.firstLineChars = value;
294    }
295
296    /**
297     * Gets the parent object in the object tree representing the unmarshalled xml document.
298     *
299     * @return
300     *     The parent object.
301     */
302    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
303    public Object getParent() {
304        return this.parent;
305    }
306
307    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
308    public void setParent(Object parent) {
309        this.parent = parent;
310    }
311
312    /**
313     * This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
314     *
315     * @param parent
316     *     The parent object in the object tree.
317     * @param unmarshaller
318     *     The unmarshaller that generated the instance.
319     */
320    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
321    public void afterUnmarshal(Unmarshaller unmarshaller, Object parent) {
322        setParent(parent);
323    }
324
325    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
326    public Locator sourceLocation() {
327        return locator;
328    }
329
330    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
331    public void setSourceLocation(Locator newLocator) {
332        locator = newLocator;
333    }
334
335}
Note: See TracBrowser for help on using the repository browser.