| 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 | |
|---|
| 9 | package org.docx4j.jaxb.document; |
|---|
| 10 | |
|---|
| 11 | import javax.annotation.Generated; |
|---|
| 12 | import javax.xml.bind.Unmarshaller; |
|---|
| 13 | import javax.xml.bind.annotation.XmlAccessType; |
|---|
| 14 | import javax.xml.bind.annotation.XmlAccessorType; |
|---|
| 15 | import javax.xml.bind.annotation.XmlAttribute; |
|---|
| 16 | import javax.xml.bind.annotation.XmlElement; |
|---|
| 17 | import javax.xml.bind.annotation.XmlTransient; |
|---|
| 18 | import javax.xml.bind.annotation.XmlType; |
|---|
| 19 | import com.sun.xml.bind.Locatable; |
|---|
| 20 | import com.sun.xml.bind.annotation.XmlLocation; |
|---|
| 21 | import org.jvnet.jaxb2_commons.ppp.Child; |
|---|
| 22 | import org.xml.sax.Locator; |
|---|
| 23 | |
|---|
| 24 | |
|---|
| 25 | /** |
|---|
| 26 | * <p>Java class for anonymous complex type. |
|---|
| 27 | * |
|---|
| 28 | * <p>The following schema fragment specifies the expected content contained within this class. |
|---|
| 29 | * |
|---|
| 30 | * <pre> |
|---|
| 31 | * <complexType> |
|---|
| 32 | * <complexContent> |
|---|
| 33 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> |
|---|
| 34 | * <sequence> |
|---|
| 35 | * <group ref="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_PPrBase"/> |
|---|
| 36 | * <sequence> |
|---|
| 37 | * <element ref="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}rPr" minOccurs="0"/> |
|---|
| 38 | * <element ref="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}sectPr" minOccurs="0"/> |
|---|
| 39 | * </sequence> |
|---|
| 40 | * </sequence> |
|---|
| 41 | * </restriction> |
|---|
| 42 | * </complexContent> |
|---|
| 43 | * </complexType> |
|---|
| 44 | * </pre> |
|---|
| 45 | * |
|---|
| 46 | * |
|---|
| 47 | */ |
|---|
| 48 | @XmlAccessorType(XmlAccessType.FIELD) |
|---|
| 49 | @XmlType(name = "", propOrder = { |
|---|
| 50 | "pStyle", |
|---|
| 51 | "keepNext", |
|---|
| 52 | "keepLines", |
|---|
| 53 | "pageBreakBefore", |
|---|
| 54 | "numPr", |
|---|
| 55 | "tabs", |
|---|
| 56 | "spacing", |
|---|
| 57 | "ind", |
|---|
| 58 | "jc", |
|---|
| 59 | "outlineLvl", |
|---|
| 60 | "rPr", |
|---|
| 61 | "sectPr" |
|---|
| 62 | }) |
|---|
| 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 | public class PPr |
|---|
| 65 | implements Locatable, Child |
|---|
| 66 | { |
|---|
| 67 | |
|---|
| 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 PPr.PStyle pStyle; |
|---|
| 70 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 71 | protected BooleanDefaultTrue keepNext; |
|---|
| 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 BooleanDefaultTrue keepLines; |
|---|
| 74 | @XmlElement(required = true) |
|---|
| 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 BooleanDefaultTrue pageBreakBefore; |
|---|
| 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 | protected NumPr numPr; |
|---|
| 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 | protected Tabs tabs; |
|---|
| 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 Spacing spacing; |
|---|
| 83 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 84 | protected Ind ind; |
|---|
| 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 Jc jc; |
|---|
| 87 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 88 | protected DecimalNumber outlineLvl; |
|---|
| 89 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 90 | protected RPr rPr; |
|---|
| 91 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 92 | protected SectPr sectPr; |
|---|
| 93 | @XmlTransient |
|---|
| 94 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 95 | private Object parent; |
|---|
| 96 | @XmlLocation |
|---|
| 97 | @XmlTransient |
|---|
| 98 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 99 | protected Locator locator; |
|---|
| 100 | |
|---|
| 101 | /** |
|---|
| 102 | * Gets the value of the pStyle property. |
|---|
| 103 | * |
|---|
| 104 | * @return |
|---|
| 105 | * possible object is |
|---|
| 106 | * {@link PPr.PStyle } |
|---|
| 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 PPr.PStyle getPStyle() { |
|---|
| 111 | return pStyle; |
|---|
| 112 | } |
|---|
| 113 | |
|---|
| 114 | /** |
|---|
| 115 | * Sets the value of the pStyle property. |
|---|
| 116 | * |
|---|
| 117 | * @param value |
|---|
| 118 | * allowed object is |
|---|
| 119 | * {@link PPr.PStyle } |
|---|
| 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 void setPStyle(PPr.PStyle value) { |
|---|
| 124 | this.pStyle = value; |
|---|
| 125 | } |
|---|
| 126 | |
|---|
| 127 | /** |
|---|
| 128 | * Gets the value of the keepNext property. |
|---|
| 129 | * |
|---|
| 130 | * @return |
|---|
| 131 | * possible object is |
|---|
| 132 | * {@link BooleanDefaultTrue } |
|---|
| 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 BooleanDefaultTrue getKeepNext() { |
|---|
| 137 | return keepNext; |
|---|
| 138 | } |
|---|
| 139 | |
|---|
| 140 | /** |
|---|
| 141 | * Sets the value of the keepNext property. |
|---|
| 142 | * |
|---|
| 143 | * @param value |
|---|
| 144 | * allowed object is |
|---|
| 145 | * {@link BooleanDefaultTrue } |
|---|
| 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 void setKeepNext(BooleanDefaultTrue value) { |
|---|
| 150 | this.keepNext = value; |
|---|
| 151 | } |
|---|
| 152 | |
|---|
| 153 | /** |
|---|
| 154 | * Gets the value of the keepLines property. |
|---|
| 155 | * |
|---|
| 156 | * @return |
|---|
| 157 | * possible object is |
|---|
| 158 | * {@link BooleanDefaultTrue } |
|---|
| 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 BooleanDefaultTrue getKeepLines() { |
|---|
| 163 | return keepLines; |
|---|
| 164 | } |
|---|
| 165 | |
|---|
| 166 | /** |
|---|
| 167 | * Sets the value of the keepLines property. |
|---|
| 168 | * |
|---|
| 169 | * @param value |
|---|
| 170 | * allowed object is |
|---|
| 171 | * {@link BooleanDefaultTrue } |
|---|
| 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 void setKeepLines(BooleanDefaultTrue value) { |
|---|
| 176 | this.keepLines = value; |
|---|
| 177 | } |
|---|
| 178 | |
|---|
| 179 | /** |
|---|
| 180 | * Gets the value of the pageBreakBefore property. |
|---|
| 181 | * |
|---|
| 182 | * @return |
|---|
| 183 | * possible object is |
|---|
| 184 | * {@link BooleanDefaultTrue } |
|---|
| 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 BooleanDefaultTrue getPageBreakBefore() { |
|---|
| 189 | return pageBreakBefore; |
|---|
| 190 | } |
|---|
| 191 | |
|---|
| 192 | /** |
|---|
| 193 | * Sets the value of the pageBreakBefore property. |
|---|
| 194 | * |
|---|
| 195 | * @param value |
|---|
| 196 | * allowed object is |
|---|
| 197 | * {@link BooleanDefaultTrue } |
|---|
| 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 void setPageBreakBefore(BooleanDefaultTrue value) { |
|---|
| 202 | this.pageBreakBefore = value; |
|---|
| 203 | } |
|---|
| 204 | |
|---|
| 205 | /** |
|---|
| 206 | * Gets the value of the numPr property. |
|---|
| 207 | * |
|---|
| 208 | * @return |
|---|
| 209 | * possible object is |
|---|
| 210 | * {@link NumPr } |
|---|
| 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 NumPr getNumPr() { |
|---|
| 215 | return numPr; |
|---|
| 216 | } |
|---|
| 217 | |
|---|
| 218 | /** |
|---|
| 219 | * Sets the value of the numPr property. |
|---|
| 220 | * |
|---|
| 221 | * @param value |
|---|
| 222 | * allowed object is |
|---|
| 223 | * {@link NumPr } |
|---|
| 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 void setNumPr(NumPr value) { |
|---|
| 228 | this.numPr = value; |
|---|
| 229 | } |
|---|
| 230 | |
|---|
| 231 | /** |
|---|
| 232 | * Gets the value of the tabs property. |
|---|
| 233 | * |
|---|
| 234 | * @return |
|---|
| 235 | * possible object is |
|---|
| 236 | * {@link Tabs } |
|---|
| 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 Tabs getTabs() { |
|---|
| 241 | return tabs; |
|---|
| 242 | } |
|---|
| 243 | |
|---|
| 244 | /** |
|---|
| 245 | * Sets the value of the tabs property. |
|---|
| 246 | * |
|---|
| 247 | * @param value |
|---|
| 248 | * allowed object is |
|---|
| 249 | * {@link Tabs } |
|---|
| 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 void setTabs(Tabs value) { |
|---|
| 254 | this.tabs = value; |
|---|
| 255 | } |
|---|
| 256 | |
|---|
| 257 | /** |
|---|
| 258 | * Gets the value of the spacing property. |
|---|
| 259 | * |
|---|
| 260 | * @return |
|---|
| 261 | * possible object is |
|---|
| 262 | * {@link Spacing } |
|---|
| 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 Spacing getSpacing() { |
|---|
| 267 | return spacing; |
|---|
| 268 | } |
|---|
| 269 | |
|---|
| 270 | /** |
|---|
| 271 | * Sets the value of the spacing property. |
|---|
| 272 | * |
|---|
| 273 | * @param value |
|---|
| 274 | * allowed object is |
|---|
| 275 | * {@link Spacing } |
|---|
| 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 void setSpacing(Spacing value) { |
|---|
| 280 | this.spacing = value; |
|---|
| 281 | } |
|---|
| 282 | |
|---|
| 283 | /** |
|---|
| 284 | * Gets the value of the ind property. |
|---|
| 285 | * |
|---|
| 286 | * @return |
|---|
| 287 | * possible object is |
|---|
| 288 | * {@link Ind } |
|---|
| 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 Ind getInd() { |
|---|
| 293 | return ind; |
|---|
| 294 | } |
|---|
| 295 | |
|---|
| 296 | /** |
|---|
| 297 | * Sets the value of the ind property. |
|---|
| 298 | * |
|---|
| 299 | * @param value |
|---|
| 300 | * allowed object is |
|---|
| 301 | * {@link Ind } |
|---|
| 302 | * |
|---|
| 303 | */ |
|---|
| 304 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 305 | public void setInd(Ind value) { |
|---|
| 306 | this.ind = value; |
|---|
| 307 | } |
|---|
| 308 | |
|---|
| 309 | /** |
|---|
| 310 | * Gets the value of the jc property. |
|---|
| 311 | * |
|---|
| 312 | * @return |
|---|
| 313 | * possible object is |
|---|
| 314 | * {@link Jc } |
|---|
| 315 | * |
|---|
| 316 | */ |
|---|
| 317 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 318 | public Jc getJc() { |
|---|
| 319 | return jc; |
|---|
| 320 | } |
|---|
| 321 | |
|---|
| 322 | /** |
|---|
| 323 | * Sets the value of the jc property. |
|---|
| 324 | * |
|---|
| 325 | * @param value |
|---|
| 326 | * allowed object is |
|---|
| 327 | * {@link Jc } |
|---|
| 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 setJc(Jc value) { |
|---|
| 332 | this.jc = value; |
|---|
| 333 | } |
|---|
| 334 | |
|---|
| 335 | /** |
|---|
| 336 | * Gets the value of the outlineLvl property. |
|---|
| 337 | * |
|---|
| 338 | * @return |
|---|
| 339 | * possible object is |
|---|
| 340 | * {@link DecimalNumber } |
|---|
| 341 | * |
|---|
| 342 | */ |
|---|
| 343 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 344 | public DecimalNumber getOutlineLvl() { |
|---|
| 345 | return outlineLvl; |
|---|
| 346 | } |
|---|
| 347 | |
|---|
| 348 | /** |
|---|
| 349 | * Sets the value of the outlineLvl property. |
|---|
| 350 | * |
|---|
| 351 | * @param value |
|---|
| 352 | * allowed object is |
|---|
| 353 | * {@link DecimalNumber } |
|---|
| 354 | * |
|---|
| 355 | */ |
|---|
| 356 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 357 | public void setOutlineLvl(DecimalNumber value) { |
|---|
| 358 | this.outlineLvl = value; |
|---|
| 359 | } |
|---|
| 360 | |
|---|
| 361 | /** |
|---|
| 362 | * Gets the value of the rPr property. |
|---|
| 363 | * |
|---|
| 364 | * @return |
|---|
| 365 | * possible object is |
|---|
| 366 | * {@link RPr } |
|---|
| 367 | * |
|---|
| 368 | */ |
|---|
| 369 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 370 | public RPr getRPr() { |
|---|
| 371 | return rPr; |
|---|
| 372 | } |
|---|
| 373 | |
|---|
| 374 | /** |
|---|
| 375 | * Sets the value of the rPr property. |
|---|
| 376 | * |
|---|
| 377 | * @param value |
|---|
| 378 | * allowed object is |
|---|
| 379 | * {@link RPr } |
|---|
| 380 | * |
|---|
| 381 | */ |
|---|
| 382 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 383 | public void setRPr(RPr value) { |
|---|
| 384 | this.rPr = value; |
|---|
| 385 | } |
|---|
| 386 | |
|---|
| 387 | /** |
|---|
| 388 | * Gets the value of the sectPr property. |
|---|
| 389 | * |
|---|
| 390 | * @return |
|---|
| 391 | * possible object is |
|---|
| 392 | * {@link SectPr } |
|---|
| 393 | * |
|---|
| 394 | */ |
|---|
| 395 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 396 | public SectPr getSectPr() { |
|---|
| 397 | return sectPr; |
|---|
| 398 | } |
|---|
| 399 | |
|---|
| 400 | /** |
|---|
| 401 | * Sets the value of the sectPr property. |
|---|
| 402 | * |
|---|
| 403 | * @param value |
|---|
| 404 | * allowed object is |
|---|
| 405 | * {@link SectPr } |
|---|
| 406 | * |
|---|
| 407 | */ |
|---|
| 408 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 409 | public void setSectPr(SectPr value) { |
|---|
| 410 | this.sectPr = value; |
|---|
| 411 | } |
|---|
| 412 | |
|---|
| 413 | /** |
|---|
| 414 | * Gets the parent object in the object tree representing the unmarshalled xml document. |
|---|
| 415 | * |
|---|
| 416 | * @return |
|---|
| 417 | * The parent object. |
|---|
| 418 | */ |
|---|
| 419 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 420 | public Object getParent() { |
|---|
| 421 | return this.parent; |
|---|
| 422 | } |
|---|
| 423 | |
|---|
| 424 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 425 | public void setParent(Object parent) { |
|---|
| 426 | this.parent = parent; |
|---|
| 427 | } |
|---|
| 428 | |
|---|
| 429 | /** |
|---|
| 430 | * This method is invoked by the JAXB implementation on each instance when unmarshalling completes. |
|---|
| 431 | * |
|---|
| 432 | * @param parent |
|---|
| 433 | * The parent object in the object tree. |
|---|
| 434 | * @param unmarshaller |
|---|
| 435 | * The unmarshaller that generated the instance. |
|---|
| 436 | */ |
|---|
| 437 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 438 | public void afterUnmarshal(Unmarshaller unmarshaller, Object parent) { |
|---|
| 439 | setParent(parent); |
|---|
| 440 | } |
|---|
| 441 | |
|---|
| 442 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 443 | public Locator sourceLocation() { |
|---|
| 444 | return locator; |
|---|
| 445 | } |
|---|
| 446 | |
|---|
| 447 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 448 | public void setSourceLocation(Locator newLocator) { |
|---|
| 449 | locator = newLocator; |
|---|
| 450 | } |
|---|
| 451 | |
|---|
| 452 | |
|---|
| 453 | /** |
|---|
| 454 | * <p>Java class for anonymous complex type. |
|---|
| 455 | * |
|---|
| 456 | * <p>The following schema fragment specifies the expected content contained within this class. |
|---|
| 457 | * |
|---|
| 458 | * <pre> |
|---|
| 459 | * <complexType> |
|---|
| 460 | * <complexContent> |
|---|
| 461 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> |
|---|
| 462 | * <attribute name="val" type="{http://www.w3.org/2001/XMLSchema}string" /> |
|---|
| 463 | * </restriction> |
|---|
| 464 | * </complexContent> |
|---|
| 465 | * </complexType> |
|---|
| 466 | * </pre> |
|---|
| 467 | * |
|---|
| 468 | * |
|---|
| 469 | */ |
|---|
| 470 | @XmlAccessorType(XmlAccessType.FIELD) |
|---|
| 471 | @XmlType(name = "") |
|---|
| 472 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 473 | public static class PStyle |
|---|
| 474 | implements Locatable, Child |
|---|
| 475 | { |
|---|
| 476 | |
|---|
| 477 | @XmlAttribute(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main") |
|---|
| 478 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 479 | protected String val; |
|---|
| 480 | @XmlTransient |
|---|
| 481 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 482 | private Object parent; |
|---|
| 483 | @XmlLocation |
|---|
| 484 | @XmlTransient |
|---|
| 485 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 486 | protected Locator locator; |
|---|
| 487 | |
|---|
| 488 | /** |
|---|
| 489 | * Gets the value of the val property. |
|---|
| 490 | * |
|---|
| 491 | * @return |
|---|
| 492 | * possible object is |
|---|
| 493 | * {@link String } |
|---|
| 494 | * |
|---|
| 495 | */ |
|---|
| 496 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 497 | public String getVal() { |
|---|
| 498 | return val; |
|---|
| 499 | } |
|---|
| 500 | |
|---|
| 501 | /** |
|---|
| 502 | * Sets the value of the val property. |
|---|
| 503 | * |
|---|
| 504 | * @param value |
|---|
| 505 | * allowed object is |
|---|
| 506 | * {@link String } |
|---|
| 507 | * |
|---|
| 508 | */ |
|---|
| 509 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 510 | public void setVal(String value) { |
|---|
| 511 | this.val = value; |
|---|
| 512 | } |
|---|
| 513 | |
|---|
| 514 | /** |
|---|
| 515 | * Gets the parent object in the object tree representing the unmarshalled xml document. |
|---|
| 516 | * |
|---|
| 517 | * @return |
|---|
| 518 | * The parent object. |
|---|
| 519 | */ |
|---|
| 520 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 521 | public Object getParent() { |
|---|
| 522 | return this.parent; |
|---|
| 523 | } |
|---|
| 524 | |
|---|
| 525 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 526 | public void setParent(Object parent) { |
|---|
| 527 | this.parent = parent; |
|---|
| 528 | } |
|---|
| 529 | |
|---|
| 530 | /** |
|---|
| 531 | * This method is invoked by the JAXB implementation on each instance when unmarshalling completes. |
|---|
| 532 | * |
|---|
| 533 | * @param parent |
|---|
| 534 | * The parent object in the object tree. |
|---|
| 535 | * @param unmarshaller |
|---|
| 536 | * The unmarshaller that generated the instance. |
|---|
| 537 | */ |
|---|
| 538 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 539 | public void afterUnmarshal(Unmarshaller unmarshaller, Object parent) { |
|---|
| 540 | setParent(parent); |
|---|
| 541 | } |
|---|
| 542 | |
|---|
| 543 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 544 | public Locator sourceLocation() { |
|---|
| 545 | return locator; |
|---|
| 546 | } |
|---|
| 547 | |
|---|
| 548 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 549 | public void setSourceLocation(Locator newLocator) { |
|---|
| 550 | locator = newLocator; |
|---|
| 551 | } |
|---|
| 552 | |
|---|
| 553 | } |
|---|
| 554 | |
|---|
| 555 | } |
|---|