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

Revision 43, 20.5 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.XmlTransient;
17import javax.xml.bind.annotation.XmlType;
18import com.sun.xml.bind.Locatable;
19import com.sun.xml.bind.annotation.XmlLocation;
20import org.jvnet.jaxb2_commons.ppp.Child;
21import org.xml.sax.Locator;
22
23
24/**
25 * <p>Java class for anonymous complex type.
26 *
27 * <p>The following schema fragment specifies the expected content contained within this class.
28 *
29 * <pre>
30 * &lt;complexType>
31 *   &lt;complexContent>
32 *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
33 *       &lt;sequence>
34 *         &lt;group ref="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}EG_RPrBase" 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 = "", propOrder = {
45    "rStyle",
46    "b",
47    "i",
48    "caps",
49    "smallCaps",
50    "strike",
51    "dstrike",
52    "outline",
53    "shadow",
54    "emboss",
55    "imprint",
56    "color",
57    "highlight",
58    "u",
59    "vertAlign"
60})
61@Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
62public class RPr implements Locatable, Child
63{
64
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 RPr.RStyle rStyle;
67    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
68    protected BooleanDefaultTrue b;
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 BooleanDefaultTrue i;
71    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
72    protected BooleanDefaultTrue caps;
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 BooleanDefaultTrue smallCaps;
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 strike;
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 BooleanDefaultTrue dstrike;
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 BooleanDefaultTrue outline;
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 BooleanDefaultTrue shadow;
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 BooleanDefaultTrue emboss;
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 BooleanDefaultTrue imprint;
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 Color color;
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 Highlight highlight;
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 Underline u;
93    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
94    protected VerticalAlignRun vertAlign;
95    @XmlTransient
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    private Object parent;
98    @XmlLocation
99    @XmlTransient
100    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
101    protected Locator locator;
102
103    /**
104     * Gets the value of the rStyle property.
105     *
106     * @return
107     *     possible object is
108     *     {@link RPr.RStyle }
109     *     
110     */
111    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
112    public RPr.RStyle getRStyle() {
113        return rStyle;
114    }
115
116    /**
117     * Sets the value of the rStyle property.
118     *
119     * @param value
120     *     allowed object is
121     *     {@link RPr.RStyle }
122     *     
123     */
124    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
125    public void setRStyle(RPr.RStyle value) {
126        this.rStyle = value;
127    }
128
129    /**
130     * Gets the value of the b property.
131     *
132     * @return
133     *     possible object is
134     *     {@link BooleanDefaultTrue }
135     *     
136     */
137    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
138    public BooleanDefaultTrue getB() {
139        return b;
140    }
141
142    /**
143     * Sets the value of the b property.
144     *
145     * @param value
146     *     allowed object is
147     *     {@link BooleanDefaultTrue }
148     *     
149     */
150    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
151    public void setB(BooleanDefaultTrue value) {
152        this.b = value;
153    }
154
155    /**
156     * Gets the value of the i property.
157     *
158     * @return
159     *     possible object is
160     *     {@link BooleanDefaultTrue }
161     *     
162     */
163    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
164    public BooleanDefaultTrue getI() {
165        return i;
166    }
167
168    /**
169     * Sets the value of the i property.
170     *
171     * @param value
172     *     allowed object is
173     *     {@link BooleanDefaultTrue }
174     *     
175     */
176    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
177    public void setI(BooleanDefaultTrue value) {
178        this.i = value;
179    }
180
181    /**
182     * Gets the value of the caps property.
183     *
184     * @return
185     *     possible object is
186     *     {@link BooleanDefaultTrue }
187     *     
188     */
189    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
190    public BooleanDefaultTrue getCaps() {
191        return caps;
192    }
193
194    /**
195     * Sets the value of the caps property.
196     *
197     * @param value
198     *     allowed object is
199     *     {@link BooleanDefaultTrue }
200     *     
201     */
202    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
203    public void setCaps(BooleanDefaultTrue value) {
204        this.caps = value;
205    }
206
207    /**
208     * Gets the value of the smallCaps property.
209     *
210     * @return
211     *     possible object is
212     *     {@link BooleanDefaultTrue }
213     *     
214     */
215    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
216    public BooleanDefaultTrue getSmallCaps() {
217        return smallCaps;
218    }
219
220    /**
221     * Sets the value of the smallCaps property.
222     *
223     * @param value
224     *     allowed object is
225     *     {@link BooleanDefaultTrue }
226     *     
227     */
228    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
229    public void setSmallCaps(BooleanDefaultTrue value) {
230        this.smallCaps = value;
231    }
232
233    /**
234     * Gets the value of the strike property.
235     *
236     * @return
237     *     possible object is
238     *     {@link BooleanDefaultTrue }
239     *     
240     */
241    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
242    public BooleanDefaultTrue getStrike() {
243        return strike;
244    }
245
246    /**
247     * Sets the value of the strike property.
248     *
249     * @param value
250     *     allowed object is
251     *     {@link BooleanDefaultTrue }
252     *     
253     */
254    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
255    public void setStrike(BooleanDefaultTrue value) {
256        this.strike = value;
257    }
258
259    /**
260     * Gets the value of the dstrike property.
261     *
262     * @return
263     *     possible object is
264     *     {@link BooleanDefaultTrue }
265     *     
266     */
267    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
268    public BooleanDefaultTrue getDstrike() {
269        return dstrike;
270    }
271
272    /**
273     * Sets the value of the dstrike property.
274     *
275     * @param value
276     *     allowed object is
277     *     {@link BooleanDefaultTrue }
278     *     
279     */
280    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
281    public void setDstrike(BooleanDefaultTrue value) {
282        this.dstrike = value;
283    }
284
285    /**
286     * Gets the value of the outline property.
287     *
288     * @return
289     *     possible object is
290     *     {@link BooleanDefaultTrue }
291     *     
292     */
293    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
294    public BooleanDefaultTrue getOutline() {
295        return outline;
296    }
297
298    /**
299     * Sets the value of the outline property.
300     *
301     * @param value
302     *     allowed object is
303     *     {@link BooleanDefaultTrue }
304     *     
305     */
306    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
307    public void setOutline(BooleanDefaultTrue value) {
308        this.outline = value;
309    }
310
311    /**
312     * Gets the value of the shadow property.
313     *
314     * @return
315     *     possible object is
316     *     {@link BooleanDefaultTrue }
317     *     
318     */
319    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
320    public BooleanDefaultTrue getShadow() {
321        return shadow;
322    }
323
324    /**
325     * Sets the value of the shadow property.
326     *
327     * @param value
328     *     allowed object is
329     *     {@link BooleanDefaultTrue }
330     *     
331     */
332    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
333    public void setShadow(BooleanDefaultTrue value) {
334        this.shadow = value;
335    }
336
337    /**
338     * Gets the value of the emboss property.
339     *
340     * @return
341     *     possible object is
342     *     {@link BooleanDefaultTrue }
343     *     
344     */
345    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
346    public BooleanDefaultTrue getEmboss() {
347        return emboss;
348    }
349
350    /**
351     * Sets the value of the emboss property.
352     *
353     * @param value
354     *     allowed object is
355     *     {@link BooleanDefaultTrue }
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 void setEmboss(BooleanDefaultTrue value) {
360        this.emboss = value;
361    }
362
363    /**
364     * Gets the value of the imprint property.
365     *
366     * @return
367     *     possible object is
368     *     {@link BooleanDefaultTrue }
369     *     
370     */
371    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
372    public BooleanDefaultTrue getImprint() {
373        return imprint;
374    }
375
376    /**
377     * Sets the value of the imprint property.
378     *
379     * @param value
380     *     allowed object is
381     *     {@link BooleanDefaultTrue }
382     *     
383     */
384    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
385    public void setImprint(BooleanDefaultTrue value) {
386        this.imprint = value;
387    }
388
389    /**
390     * Gets the value of the color property.
391     *
392     * @return
393     *     possible object is
394     *     {@link Color }
395     *     
396     */
397    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
398    public Color getColor() {
399        return color;
400    }
401
402    /**
403     * Sets the value of the color property.
404     *
405     * @param value
406     *     allowed object is
407     *     {@link Color }
408     *     
409     */
410    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
411    public void setColor(Color value) {
412        this.color = value;
413    }
414
415    /**
416     * Gets the value of the highlight property.
417     *
418     * @return
419     *     possible object is
420     *     {@link Highlight }
421     *     
422     */
423    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
424    public Highlight getHighlight() {
425        return highlight;
426    }
427
428    /**
429     * Sets the value of the highlight property.
430     *
431     * @param value
432     *     allowed object is
433     *     {@link Highlight }
434     *     
435     */
436    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
437    public void setHighlight(Highlight value) {
438        this.highlight = value;
439    }
440
441    /**
442     * Gets the value of the u property.
443     *
444     * @return
445     *     possible object is
446     *     {@link Underline }
447     *     
448     */
449    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
450    public Underline getU() {
451        return u;
452    }
453
454    /**
455     * Sets the value of the u property.
456     *
457     * @param value
458     *     allowed object is
459     *     {@link Underline }
460     *     
461     */
462    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
463    public void setU(Underline value) {
464        this.u = value;
465    }
466
467    /**
468     * Gets the value of the vertAlign property.
469     *
470     * @return
471     *     possible object is
472     *     {@link VerticalAlignRun }
473     *     
474     */
475    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
476    public VerticalAlignRun getVertAlign() {
477        return vertAlign;
478    }
479
480    /**
481     * Sets the value of the vertAlign property.
482     *
483     * @param value
484     *     allowed object is
485     *     {@link VerticalAlignRun }
486     *     
487     */
488    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
489    public void setVertAlign(VerticalAlignRun value) {
490        this.vertAlign = value;
491    }
492
493    /**
494     * Gets the parent object in the object tree representing the unmarshalled xml document.
495     *
496     * @return
497     *     The parent object.
498     */
499    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
500    public Object getParent() {
501        return this.parent;
502    }
503
504    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
505    public void setParent(Object parent) {
506        this.parent = parent;
507    }
508
509    /**
510     * This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
511     *
512     * @param parent
513     *     The parent object in the object tree.
514     * @param unmarshaller
515     *     The unmarshaller that generated the instance.
516     */
517    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
518    public void afterUnmarshal(Unmarshaller unmarshaller, Object parent) {
519        setParent(parent);
520    }
521
522    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
523    public Locator sourceLocation() {
524        return locator;
525    }
526
527    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
528    public void setSourceLocation(Locator newLocator) {
529        locator = newLocator;
530    }
531
532
533    /**
534     * <p>Java class for anonymous complex type.
535     *
536     * <p>The following schema fragment specifies the expected content contained within this class.
537     *
538     * <pre>
539     * &lt;complexType>
540     *   &lt;complexContent>
541     *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
542     *       &lt;attGroup ref="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_String"/>
543     *     &lt;/restriction>
544     *   &lt;/complexContent>
545     * &lt;/complexType>
546     * </pre>
547     *
548     *
549     */
550    @XmlAccessorType(XmlAccessType.FIELD)
551    @XmlType(name = "")
552    @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
553    public static class RStyle
554        implements Locatable, Child
555    {
556
557        @XmlAttribute(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", required = true)
558        @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
559        protected String val;
560        @XmlTransient
561        @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
562        private Object parent;
563        @XmlLocation
564        @XmlTransient
565        @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
566        protected Locator locator;
567
568        /**
569         * Gets the value of the val property.
570         *
571         * @return
572         *     possible object is
573         *     {@link String }
574         *     
575         */
576        @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
577        public String getVal() {
578            return val;
579        }
580
581        /**
582         * Sets the value of the val property.
583         *
584         * @param value
585         *     allowed object is
586         *     {@link String }
587         *     
588         */
589        @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
590        public void setVal(String value) {
591            this.val = value;
592        }
593
594        /**
595         * Gets the parent object in the object tree representing the unmarshalled xml document.
596         *
597         * @return
598         *     The parent object.
599         */
600        @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
601        public Object getParent() {
602            return this.parent;
603        }
604
605        @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
606        public void setParent(Object parent) {
607            this.parent = parent;
608        }
609
610        /**
611         * This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
612         *
613         * @param parent
614         *     The parent object in the object tree.
615         * @param unmarshaller
616         *     The unmarshaller that generated the instance.
617         */
618        @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
619        public void afterUnmarshal(Unmarshaller unmarshaller, Object parent) {
620            setParent(parent);
621        }
622
623        @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
624        public Locator sourceLocation() {
625            return locator;
626        }
627
628        @Generated(value = "com.sun.tools.xjc.Driver", date = "2007-12-19T02:20:48+10:00", comments = "JAXB RI v2.1.5-b01-fcs")
629        public void setSourceLocation(Locator newLocator) {
630            locator = newLocator;
631        }
632
633    }
634
635}
Note: See TracBrowser for help on using the repository browser.