| 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.XmlRootElement; |
|---|
| 17 | import javax.xml.bind.annotation.XmlSchemaType; |
|---|
| 18 | import javax.xml.bind.annotation.XmlTransient; |
|---|
| 19 | import javax.xml.bind.annotation.XmlType; |
|---|
| 20 | import com.sun.xml.bind.Locatable; |
|---|
| 21 | import com.sun.xml.bind.annotation.XmlLocation; |
|---|
| 22 | import org.jvnet.jaxb2_commons.ppp.Child; |
|---|
| 23 | import 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 | * <complexType> |
|---|
| 33 | * <complexContent> |
|---|
| 34 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> |
|---|
| 35 | * <attGroup ref="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Border"/> |
|---|
| 36 | * </restriction> |
|---|
| 37 | * </complexContent> |
|---|
| 38 | * </complexType> |
|---|
| 39 | * </pre> |
|---|
| 40 | * |
|---|
| 41 | * |
|---|
| 42 | */ |
|---|
| 43 | @XmlAccessorType(XmlAccessType.FIELD) |
|---|
| 44 | @XmlType(name = "") |
|---|
| 45 | @XmlRootElement(name = "bottom") |
|---|
| 46 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 47 | public class Bottom |
|---|
| 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 color; |
|---|
| 59 | @XmlAttribute(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main") |
|---|
| 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 themeColor; |
|---|
| 63 | @XmlAttribute(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main") |
|---|
| 64 | @XmlSchemaType(name = "anySimpleType") |
|---|
| 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 String themeTint; |
|---|
| 67 | @XmlAttribute(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main") |
|---|
| 68 | @XmlSchemaType(name = "anySimpleType") |
|---|
| 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 String themeShade; |
|---|
| 71 | @XmlAttribute(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main") |
|---|
| 72 | @XmlSchemaType(name = "anySimpleType") |
|---|
| 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 | protected String sz; |
|---|
| 75 | @XmlAttribute(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main") |
|---|
| 76 | @XmlSchemaType(name = "anySimpleType") |
|---|
| 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 String space; |
|---|
| 79 | @XmlAttribute(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main") |
|---|
| 80 | @XmlSchemaType(name = "anySimpleType") |
|---|
| 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 String shadow; |
|---|
| 83 | @XmlAttribute(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main") |
|---|
| 84 | @XmlSchemaType(name = "anySimpleType") |
|---|
| 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 String frame; |
|---|
| 87 | @XmlTransient |
|---|
| 88 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 89 | private Object parent; |
|---|
| 90 | @XmlLocation |
|---|
| 91 | @XmlTransient |
|---|
| 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 | protected Locator locator; |
|---|
| 94 | |
|---|
| 95 | /** |
|---|
| 96 | * Gets the value of the val property. |
|---|
| 97 | * |
|---|
| 98 | * @return |
|---|
| 99 | * possible object is |
|---|
| 100 | * {@link String } |
|---|
| 101 | * |
|---|
| 102 | */ |
|---|
| 103 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 104 | public String getVal() { |
|---|
| 105 | return val; |
|---|
| 106 | } |
|---|
| 107 | |
|---|
| 108 | /** |
|---|
| 109 | * Sets the value of the val property. |
|---|
| 110 | * |
|---|
| 111 | * @param value |
|---|
| 112 | * allowed object is |
|---|
| 113 | * {@link String } |
|---|
| 114 | * |
|---|
| 115 | */ |
|---|
| 116 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 117 | public void setVal(String value) { |
|---|
| 118 | this.val = value; |
|---|
| 119 | } |
|---|
| 120 | |
|---|
| 121 | /** |
|---|
| 122 | * Gets the value of the color property. |
|---|
| 123 | * |
|---|
| 124 | * @return |
|---|
| 125 | * possible object is |
|---|
| 126 | * {@link String } |
|---|
| 127 | * |
|---|
| 128 | */ |
|---|
| 129 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 130 | public String getColor() { |
|---|
| 131 | return color; |
|---|
| 132 | } |
|---|
| 133 | |
|---|
| 134 | /** |
|---|
| 135 | * Sets the value of the color property. |
|---|
| 136 | * |
|---|
| 137 | * @param value |
|---|
| 138 | * allowed object is |
|---|
| 139 | * {@link String } |
|---|
| 140 | * |
|---|
| 141 | */ |
|---|
| 142 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 143 | public void setColor(String value) { |
|---|
| 144 | this.color = value; |
|---|
| 145 | } |
|---|
| 146 | |
|---|
| 147 | /** |
|---|
| 148 | * Gets the value of the themeColor property. |
|---|
| 149 | * |
|---|
| 150 | * @return |
|---|
| 151 | * possible object is |
|---|
| 152 | * {@link String } |
|---|
| 153 | * |
|---|
| 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 String getThemeColor() { |
|---|
| 157 | return themeColor; |
|---|
| 158 | } |
|---|
| 159 | |
|---|
| 160 | /** |
|---|
| 161 | * Sets the value of the themeColor property. |
|---|
| 162 | * |
|---|
| 163 | * @param value |
|---|
| 164 | * allowed object is |
|---|
| 165 | * {@link String } |
|---|
| 166 | * |
|---|
| 167 | */ |
|---|
| 168 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 169 | public void setThemeColor(String value) { |
|---|
| 170 | this.themeColor = value; |
|---|
| 171 | } |
|---|
| 172 | |
|---|
| 173 | /** |
|---|
| 174 | * Gets the value of the themeTint property. |
|---|
| 175 | * |
|---|
| 176 | * @return |
|---|
| 177 | * possible object is |
|---|
| 178 | * {@link String } |
|---|
| 179 | * |
|---|
| 180 | */ |
|---|
| 181 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 182 | public String getThemeTint() { |
|---|
| 183 | return themeTint; |
|---|
| 184 | } |
|---|
| 185 | |
|---|
| 186 | /** |
|---|
| 187 | * Sets the value of the themeTint property. |
|---|
| 188 | * |
|---|
| 189 | * @param value |
|---|
| 190 | * allowed object is |
|---|
| 191 | * {@link String } |
|---|
| 192 | * |
|---|
| 193 | */ |
|---|
| 194 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 195 | public void setThemeTint(String value) { |
|---|
| 196 | this.themeTint = value; |
|---|
| 197 | } |
|---|
| 198 | |
|---|
| 199 | /** |
|---|
| 200 | * Gets the value of the themeShade property. |
|---|
| 201 | * |
|---|
| 202 | * @return |
|---|
| 203 | * possible object is |
|---|
| 204 | * {@link String } |
|---|
| 205 | * |
|---|
| 206 | */ |
|---|
| 207 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 208 | public String getThemeShade() { |
|---|
| 209 | return themeShade; |
|---|
| 210 | } |
|---|
| 211 | |
|---|
| 212 | /** |
|---|
| 213 | * Sets the value of the themeShade property. |
|---|
| 214 | * |
|---|
| 215 | * @param value |
|---|
| 216 | * allowed object is |
|---|
| 217 | * {@link String } |
|---|
| 218 | * |
|---|
| 219 | */ |
|---|
| 220 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 221 | public void setThemeShade(String value) { |
|---|
| 222 | this.themeShade = value; |
|---|
| 223 | } |
|---|
| 224 | |
|---|
| 225 | /** |
|---|
| 226 | * Gets the value of the sz property. |
|---|
| 227 | * |
|---|
| 228 | * @return |
|---|
| 229 | * possible object is |
|---|
| 230 | * {@link String } |
|---|
| 231 | * |
|---|
| 232 | */ |
|---|
| 233 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 234 | public String getSz() { |
|---|
| 235 | return sz; |
|---|
| 236 | } |
|---|
| 237 | |
|---|
| 238 | /** |
|---|
| 239 | * Sets the value of the sz property. |
|---|
| 240 | * |
|---|
| 241 | * @param value |
|---|
| 242 | * allowed object is |
|---|
| 243 | * {@link String } |
|---|
| 244 | * |
|---|
| 245 | */ |
|---|
| 246 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 247 | public void setSz(String value) { |
|---|
| 248 | this.sz = value; |
|---|
| 249 | } |
|---|
| 250 | |
|---|
| 251 | /** |
|---|
| 252 | * Gets the value of the space property. |
|---|
| 253 | * |
|---|
| 254 | * @return |
|---|
| 255 | * possible object is |
|---|
| 256 | * {@link String } |
|---|
| 257 | * |
|---|
| 258 | */ |
|---|
| 259 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 260 | public String getSpace() { |
|---|
| 261 | return space; |
|---|
| 262 | } |
|---|
| 263 | |
|---|
| 264 | /** |
|---|
| 265 | * Sets the value of the space property. |
|---|
| 266 | * |
|---|
| 267 | * @param value |
|---|
| 268 | * allowed object is |
|---|
| 269 | * {@link String } |
|---|
| 270 | * |
|---|
| 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 void setSpace(String value) { |
|---|
| 274 | this.space = value; |
|---|
| 275 | } |
|---|
| 276 | |
|---|
| 277 | /** |
|---|
| 278 | * Gets the value of the shadow property. |
|---|
| 279 | * |
|---|
| 280 | * @return |
|---|
| 281 | * possible object is |
|---|
| 282 | * {@link String } |
|---|
| 283 | * |
|---|
| 284 | */ |
|---|
| 285 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 286 | public String getShadow() { |
|---|
| 287 | return shadow; |
|---|
| 288 | } |
|---|
| 289 | |
|---|
| 290 | /** |
|---|
| 291 | * Sets the value of the shadow property. |
|---|
| 292 | * |
|---|
| 293 | * @param value |
|---|
| 294 | * allowed object is |
|---|
| 295 | * {@link String } |
|---|
| 296 | * |
|---|
| 297 | */ |
|---|
| 298 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 299 | public void setShadow(String value) { |
|---|
| 300 | this.shadow = value; |
|---|
| 301 | } |
|---|
| 302 | |
|---|
| 303 | /** |
|---|
| 304 | * Gets the value of the frame property. |
|---|
| 305 | * |
|---|
| 306 | * @return |
|---|
| 307 | * possible object is |
|---|
| 308 | * {@link String } |
|---|
| 309 | * |
|---|
| 310 | */ |
|---|
| 311 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 312 | public String getFrame() { |
|---|
| 313 | return frame; |
|---|
| 314 | } |
|---|
| 315 | |
|---|
| 316 | /** |
|---|
| 317 | * Sets the value of the frame property. |
|---|
| 318 | * |
|---|
| 319 | * @param value |
|---|
| 320 | * allowed object is |
|---|
| 321 | * {@link String } |
|---|
| 322 | * |
|---|
| 323 | */ |
|---|
| 324 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 325 | public void setFrame(String value) { |
|---|
| 326 | this.frame = value; |
|---|
| 327 | } |
|---|
| 328 | |
|---|
| 329 | /** |
|---|
| 330 | * Gets the parent object in the object tree representing the unmarshalled xml document. |
|---|
| 331 | * |
|---|
| 332 | * @return |
|---|
| 333 | * The parent object. |
|---|
| 334 | */ |
|---|
| 335 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 336 | public Object getParent() { |
|---|
| 337 | return this.parent; |
|---|
| 338 | } |
|---|
| 339 | |
|---|
| 340 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 341 | public void setParent(Object parent) { |
|---|
| 342 | this.parent = parent; |
|---|
| 343 | } |
|---|
| 344 | |
|---|
| 345 | /** |
|---|
| 346 | * This method is invoked by the JAXB implementation on each instance when unmarshalling completes. |
|---|
| 347 | * |
|---|
| 348 | * @param parent |
|---|
| 349 | * The parent object in the object tree. |
|---|
| 350 | * @param unmarshaller |
|---|
| 351 | * The unmarshaller that generated the instance. |
|---|
| 352 | */ |
|---|
| 353 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 354 | public void afterUnmarshal(Unmarshaller unmarshaller, Object parent) { |
|---|
| 355 | setParent(parent); |
|---|
| 356 | } |
|---|
| 357 | |
|---|
| 358 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 359 | public Locator sourceLocation() { |
|---|
| 360 | return locator; |
|---|
| 361 | } |
|---|
| 362 | |
|---|
| 363 | @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs") |
|---|
| 364 | public void setSourceLocation(Locator newLocator) { |
|---|
| 365 | locator = newLocator; |
|---|
| 366 | } |
|---|
| 367 | |
|---|
| 368 | } |
|---|