001: /*
002: * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
003: *
004: * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
005: *
006: * The contents of this file are subject to the terms of either the GNU
007: * General Public License Version 2 only ("GPL") or the Common
008: * Development and Distribution License("CDDL") (collectively, the
009: * "License"). You may not use this file except in compliance with the
010: * License. You can obtain a copy of the License at
011: * http://www.netbeans.org/cddl-gplv2.html
012: * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
013: * specific language governing permissions and limitations under the
014: * License. When distributing the software, include this License Header
015: * Notice in each file and include the License file at
016: * nbbuild/licenses/CDDL-GPL-2-CP. Sun designates this
017: * particular file as subject to the "Classpath" exception as provided
018: * by Sun in the GPL Version 2 section of the License file that
019: * accompanied this code. If applicable, add the following below the
020: * License Header, with the fields enclosed by brackets [] replaced by
021: * your own identifying information:
022: * "Portions Copyrighted [year] [name of copyright owner]"
023: *
024: * Contributor(s):
025: *
026: * The Original Software is NetBeans. The Initial Developer of the Original
027: * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
028: * Microsystems, Inc. All Rights Reserved.
029: *
030: * If you wish your version of this file to be governed by only the CDDL
031: * or only the GPL Version 2, indicate your decision by adding
032: * "[Contributor] elects to include this software in this distribution
033: * under the [CDDL or GPL Version 2] license." If you do not indicate a
034: * single choice of license, a recipient has the option to distribute
035: * your version of this file under either the CDDL, the GPL Version 2 or
036: * to extend the choice of license to its licensees as provided above.
037: * However, if you add GPL Version 2 code and therefore, elected the GPL
038: * Version 2 license, then the option applies only if the new code is
039: * made subject to such option by the copyright holder.
040: */
041: package org.netbeans.modules.visualweb.xhtml;
042:
043: /**
044: * <b>Tbody</b> is generated from xhtml.rng by Relaxer.
045: * This class is derived from:
046: *
047: * <!-- for programmer
048: * <element name="tbody">
049: * <ref name="tbody.attlist"/>
050: * <oneOrMore>
051: * <ref name="tr"/>
052: * </oneOrMore>
053: * </element>-->
054: * <!-- for javadoc -->
055: * <pre> <element name="tbody">
056: * <ref name="tbody.attlist"/>
057: * <oneOrMore>
058: * <ref name="tr"/>
059: * </oneOrMore>
060: * </element></pre>
061: *
062: * @version xhtml.rng (Tue Apr 20 01:31:08 PDT 2004)
063: * @author Relaxer 1.1b (http://www.relaxer.org)
064: */
065: public class Tbody {
066: public static final String DIR_LTR = "ltr";
067: public static final String DIR_RTL = "rtl";
068: public static final String ALIGN_LEFT = "left";
069: public static final String ALIGN_CENTER = "center";
070: public static final String ALIGN_RIGHT = "right";
071: public static final String ALIGN_JUSTIFY = "justify";
072: public static final String ALIGN_CHAR = "char";
073: public static final String VALIGN_TOP = "top";
074: public static final String VALIGN_MIDDLE = "middle";
075: public static final String VALIGN_BOTTOM = "bottom";
076: public static final String VALIGN_BASELINE = "baseline";
077: private String id_;
078: private String classValue_;
079: private String title_;
080: private String style_;
081: private String xmlLang_;
082: private String lang_;
083: private String dir_;
084: private String onclick_;
085: private String ondblclick_;
086: private String onmousedown_;
087: private String onmouseup_;
088: private String onmouseover_;
089: private String onmousemove_;
090: private String onmouseout_;
091: private String onkeypress_;
092: private String onkeydown_;
093: private String onkeyup_;
094: private String align_;
095: private String char_;
096: private String charoff_;
097: private String valign_;
098:
099: /**
100: * Creates a <code>Tbody</code>.
101: *
102: */
103: public Tbody() {
104: }
105:
106: /**
107: * Gets the String property <b>id</b>.
108: *
109: * @return String
110: */
111: public String getId() {
112: return (id_);
113: }
114:
115: /**
116: * Sets the String property <b>id</b>.
117: *
118: * @param id
119: */
120: public void setId(String id) {
121: this .id_ = id;
122: }
123:
124: /**
125: * Gets the String property <b>classValue</b>.
126: *
127: * @return String
128: */
129: public String getClassValue() {
130: return classValue_;
131: }
132:
133: /**
134: * Sets the String property <b>classValue</b>.
135: *
136: * @param classValue
137: */
138: public void setClassValue(String classValue) {
139: this .classValue_ = classValue;
140: }
141:
142: /**
143: * Gets the String property <b>title</b>.
144: *
145: * @return String
146: */
147: public String getTitle() {
148: return (title_);
149: }
150:
151: /**
152: * Sets the String property <b>title</b>.
153: *
154: * @param title
155: */
156: public void setTitle(String title) {
157: this .title_ = title;
158: }
159:
160: /**
161: * Gets the String property <b>style</b>.
162: *
163: * @return String
164: */
165: public String getStyle() {
166: return (style_);
167: }
168:
169: /**
170: * Sets the String property <b>style</b>.
171: *
172: * @param style
173: */
174: public void setStyle(String style) {
175: this .style_ = style;
176: }
177:
178: /**
179: * Gets the java.util.Locale property <b>xmlLang</b>.
180: *
181: * @return java.util.Locale
182: */
183: public String getXmlLang() {
184: return (xmlLang_);
185: }
186:
187: /**
188: * Sets the java.util.Locale property <b>xmlLang</b>.
189: *
190: * @param xmlLang
191: */
192: public void setXmlLang(String xmlLang) {
193: this .xmlLang_ = xmlLang;
194: }
195:
196: /**
197: * Gets the java.util.Locale property <b>lang</b>.
198: *
199: * @return java.util.Locale
200: */
201: public String getLang() {
202: return (lang_);
203: }
204:
205: /**
206: * Sets the java.util.Locale property <b>lang</b>.
207: *
208: * @param lang
209: */
210: public void setLang(String lang) {
211: this .lang_ = lang;
212: }
213:
214: /**
215: * Gets the String property <b>dir</b>.
216: *
217: * @return String
218: */
219: public String getDir() {
220: return (dir_);
221: }
222:
223: /**
224: * Sets the String property <b>dir</b>.
225: *
226: * @param dir
227: */
228: public void setDir(String dir) {
229: this .dir_ = dir;
230: }
231:
232: /**
233: * Gets the String property <b>onclick</b>.
234: *
235: * @return String
236: */
237: public String getOnclick() {
238: return (onclick_);
239: }
240:
241: /**
242: * Sets the String property <b>onclick</b>.
243: *
244: * @param onclick
245: */
246: public void setOnclick(String onclick) {
247: this .onclick_ = onclick;
248: }
249:
250: /**
251: * Gets the String property <b>ondblclick</b>.
252: *
253: * @return String
254: */
255: public String getOndblclick() {
256: return (ondblclick_);
257: }
258:
259: /**
260: * Sets the String property <b>ondblclick</b>.
261: *
262: * @param ondblclick
263: */
264: public void setOndblclick(String ondblclick) {
265: this .ondblclick_ = ondblclick;
266: }
267:
268: /**
269: * Gets the String property <b>onmousedown</b>.
270: *
271: * @return String
272: */
273: public String getOnmousedown() {
274: return (onmousedown_);
275: }
276:
277: /**
278: * Sets the String property <b>onmousedown</b>.
279: *
280: * @param onmousedown
281: */
282: public void setOnmousedown(String onmousedown) {
283: this .onmousedown_ = onmousedown;
284: }
285:
286: /**
287: * Gets the String property <b>onmouseup</b>.
288: *
289: * @return String
290: */
291: public String getOnmouseup() {
292: return (onmouseup_);
293: }
294:
295: /**
296: * Sets the String property <b>onmouseup</b>.
297: *
298: * @param onmouseup
299: */
300: public void setOnmouseup(String onmouseup) {
301: this .onmouseup_ = onmouseup;
302: }
303:
304: /**
305: * Gets the String property <b>onmouseover</b>.
306: *
307: * @return String
308: */
309: public String getOnmouseover() {
310: return (onmouseover_);
311: }
312:
313: /**
314: * Sets the String property <b>onmouseover</b>.
315: *
316: * @param onmouseover
317: */
318: public void setOnmouseover(String onmouseover) {
319: this .onmouseover_ = onmouseover;
320: }
321:
322: /**
323: * Gets the String property <b>onmousemove</b>.
324: *
325: * @return String
326: */
327: public String getOnmousemove() {
328: return (onmousemove_);
329: }
330:
331: /**
332: * Sets the String property <b>onmousemove</b>.
333: *
334: * @param onmousemove
335: */
336: public void setOnmousemove(String onmousemove) {
337: this .onmousemove_ = onmousemove;
338: }
339:
340: /**
341: * Gets the String property <b>onmouseout</b>.
342: *
343: * @return String
344: */
345: public String getOnmouseout() {
346: return (onmouseout_);
347: }
348:
349: /**
350: * Sets the String property <b>onmouseout</b>.
351: *
352: * @param onmouseout
353: */
354: public void setOnmouseout(String onmouseout) {
355: this .onmouseout_ = onmouseout;
356: }
357:
358: /**
359: * Gets the String property <b>onkeypress</b>.
360: *
361: * @return String
362: */
363: public String getOnkeypress() {
364: return (onkeypress_);
365: }
366:
367: /**
368: * Sets the String property <b>onkeypress</b>.
369: *
370: * @param onkeypress
371: */
372: public void setOnkeypress(String onkeypress) {
373: this .onkeypress_ = onkeypress;
374: }
375:
376: /**
377: * Gets the String property <b>onkeydown</b>.
378: *
379: * @return String
380: */
381: public String getOnkeydown() {
382: return (onkeydown_);
383: }
384:
385: /**
386: * Sets the String property <b>onkeydown</b>.
387: *
388: * @param onkeydown
389: */
390: public void setOnkeydown(String onkeydown) {
391: this .onkeydown_ = onkeydown;
392: }
393:
394: /**
395: * Gets the String property <b>onkeyup</b>.
396: *
397: * @return String
398: */
399: public String getOnkeyup() {
400: return (onkeyup_);
401: }
402:
403: /**
404: * Sets the String property <b>onkeyup</b>.
405: *
406: * @param onkeyup
407: */
408: public void setOnkeyup(String onkeyup) {
409: this .onkeyup_ = onkeyup;
410: }
411:
412: /**
413: * Gets the String property <b>align</b>.
414: *
415: * @return String
416: */
417: public String getAlign() {
418: return (align_);
419: }
420:
421: /**
422: * Sets the String property <b>align</b>.
423: *
424: * @param align
425: */
426: public void setAlign(String align) {
427: this .align_ = align;
428: }
429:
430: /**
431: * Gets the String property <b>char</b>.
432: *
433: * @return String
434: */
435: public String getChar() {
436: return (char_);
437: }
438:
439: /**
440: * Sets the String property <b>char</b>.
441: *
442: * @param charValue
443: */
444: public void setChar(String charValue) {
445: this .char_ = charValue;
446: }
447:
448: /**
449: * Gets the String property <b>charoff</b>.
450: *
451: * @return String
452: */
453: public String getCharoff() {
454: return (charoff_);
455: }
456:
457: /**
458: * Sets the String property <b>charoff</b>.
459: *
460: * @param charoff
461: */
462: public void setCharoff(String charoff) {
463: this .charoff_ = charoff;
464: }
465:
466: /**
467: * Gets the String property <b>valign</b>.
468: *
469: * @return String
470: */
471: public String getValign() {
472: return (valign_);
473: }
474:
475: /**
476: * Sets the String property <b>valign</b>.
477: *
478: * @param valign
479: */
480: public void setValign(String valign) {
481: this.valign_ = valign;
482: }
483: }
|