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

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