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

Revision 43, 6.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.XmlAttribute;
16import javax.xml.bind.annotation.XmlRootElement;
17import javax.xml.bind.annotation.XmlSchemaType;
18import javax.xml.bind.annotation.XmlTransient;
19import javax.xml.bind.annotation.XmlType;
20import com.sun.xml.bind.Locatable;
21import com.sun.xml.bind.annotation.XmlLocation;
22import org.jvnet.jaxb2_commons.ppp.Child;
23import org.xml.sax.Locator;
24
25
26/**
27 * <p>Java class for anonymous complex type.
28 *
29 * <p>The following schema fragment specifies the expected content contained within this class.
30 *
31 * <pre>
32 * &lt;complexType>
33 *   &lt;complexContent>
34 *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
35 *       &lt;attGroup ref="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TabStop"/>
36 *     &lt;/restriction>
37 *   &lt;/complexContent>
38 * &lt;/complexType>
39 * </pre>
40 *
41 *
42 */
43@XmlAccessorType(XmlAccessType.FIELD)
44@XmlType(name = "")
45@XmlRootElement(name = "tab")
46@Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
47public class Tab
48    implements Locatable, Child
49{
50
51    @XmlAttribute(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", required = true)
52    @XmlSchemaType(name = "anySimpleType")
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 String val;
55    @XmlAttribute(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main")
56    @XmlSchemaType(name = "anySimpleType")
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 String leader;
59    @XmlAttribute(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", required = true)
60    @XmlSchemaType(name = "anySimpleType")
61    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
62    protected String pos;
63    @XmlTransient
64    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
65    private Object parent;
66    @XmlLocation
67    @XmlTransient
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 Locator locator;
70
71    /**
72     * Gets the value of the val property.
73     *
74     * @return
75     *     possible object is
76     *     {@link String }
77     *     
78     */
79    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
80    public String getVal() {
81        return val;
82    }
83
84    /**
85     * Sets the value of the val property.
86     *
87     * @param value
88     *     allowed object is
89     *     {@link String }
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 void setVal(String value) {
94        this.val = value;
95    }
96
97    /**
98     * Gets the value of the leader property.
99     *
100     * @return
101     *     possible object is
102     *     {@link String }
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 String getLeader() {
107        return leader;
108    }
109
110    /**
111     * Sets the value of the leader property.
112     *
113     * @param value
114     *     allowed object is
115     *     {@link String }
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 void setLeader(String value) {
120        this.leader = value;
121    }
122
123    /**
124     * Gets the value of the pos property.
125     *
126     * @return
127     *     possible object is
128     *     {@link String }
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 String getPos() {
133        return pos;
134    }
135
136    /**
137     * Sets the value of the pos property.
138     *
139     * @param value
140     *     allowed object is
141     *     {@link String }
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 void setPos(String value) {
146        this.pos = value;
147    }
148
149    /**
150     * Gets the parent object in the object tree representing the unmarshalled xml document.
151     *
152     * @return
153     *     The parent object.
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 Object getParent() {
157        return this.parent;
158    }
159
160    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
161    public void setParent(Object parent) {
162        this.parent = parent;
163    }
164
165    /**
166     * This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
167     *
168     * @param parent
169     *     The parent object in the object tree.
170     * @param unmarshaller
171     *     The unmarshaller that generated the instance.
172     */
173    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
174    public void afterUnmarshal(Unmarshaller unmarshaller, Object parent) {
175        setParent(parent);
176    }
177
178    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
179    public Locator sourceLocation() {
180        return locator;
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 setSourceLocation(Locator newLocator) {
185        locator = newLocator;
186    }
187
188}
Note: See TracBrowser for help on using the repository browser.