Source Code Cross Referenced for Object.java in  » IDE-Netbeans » visualweb.api.designer » org » netbeans » modules » visualweb » xhtml » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » IDE Netbeans » visualweb.api.designer » org.netbeans.modules.visualweb.xhtml 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


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>Object</b> is generated from xhtml.rng by Relaxer.
045:         * This class is derived from:
046:         *
047:         * <!-- for programmer
048:         * <element name="object">
049:         *     <ref name="object.attlist"/>
050:         *     <!-- No restrictions on mixed content in TREX. -->
051:         *     <zeroOrMore>
052:         *       <ref name="param"/>
053:         *     </zeroOrMore>
054:         *     <ref name="Flow.model"/>
055:         *   </element>-->
056:         * <!-- for javadoc -->
057:         * <pre> &lt;element name="object"&gt;
058:         *     &lt;ref name="object.attlist"/&gt;
059:         *     &lt;!-- No restrictions on mixed content in TREX. --&gt;
060:         *     &lt;zeroOrMore&gt;
061:         *       &lt;ref name="param"/&gt;
062:         *     &lt;/zeroOrMore&gt;
063:         *     &lt;ref name="Flow.model"/&gt;
064:         *   &lt;/element&gt;</pre>
065:         *
066:         * @version xhtml.rng (Tue Apr 20 01:31:08 PDT 2004)
067:         * @author  Relaxer 1.1b (http://www.relaxer.org)
068:         */
069:        public class Object {
070:            public static final String DIR_LTR = "ltr";
071:            public static final String DIR_RTL = "rtl";
072:            public static final String DECLARE_DECLARE = "declare";
073:            public static final String ALIGN_TOP = "top";
074:            public static final String ALIGN_MIDDLE = "middle";
075:            public static final String ALIGN_BOTTOM = "bottom";
076:            public static final String ALIGN_LEFT = "left";
077:            public static final String ALIGN_RIGHT = "right";
078:            private String id_;
079:            private String classValue_;
080:            private String title_;
081:            private String style_;
082:            private String xmlLang_;
083:            private String lang_;
084:            private String dir_;
085:            private String onclick_;
086:            private String ondblclick_;
087:            private String onmousedown_;
088:            private String onmouseup_;
089:            private String onmouseover_;
090:            private String onmousemove_;
091:            private String onmouseout_;
092:            private String onkeypress_;
093:            private String onkeydown_;
094:            private String onkeyup_;
095:            private String declare_;
096:            private String classid_;
097:            private String codebase_;
098:            private String data_;
099:            private String type_;
100:            private String codetype_;
101:            private String archive_;
102:            private String standby_;
103:            private String height_;
104:            private String width_;
105:            private String name_;
106:            private String tabindex_;
107:            private String usemap_;
108:            private String align_;
109:            private String border_;
110:            private String hspace_;
111:            private String vspace_;
112:
113:            /**
114:             * Creates a <code>Object</code>.
115:             *
116:             */
117:            public Object() {
118:            }
119:
120:            /**
121:             * Gets the String property <b>id</b>.
122:             *
123:             * @return String
124:             */
125:            public String getId() {
126:                return (id_);
127:            }
128:
129:            /**
130:             * Sets the String property <b>id</b>.
131:             *
132:             * @param id
133:             */
134:            public void setId(String id) {
135:                this .id_ = id;
136:            }
137:
138:            /**
139:             * Gets the String property <b>classValue</b>.
140:             *
141:             * @return String
142:             */
143:            public String getClassValue() {
144:                return classValue_;
145:            }
146:
147:            /**
148:             * Sets the String property <b>classValue</b>.
149:             *
150:             * @param classValue
151:             */
152:            public void setClassValue(String classValue) {
153:                this .classValue_ = classValue;
154:            }
155:
156:            /**
157:             * Gets the String property <b>title</b>.
158:             *
159:             * @return String
160:             */
161:            public String getTitle() {
162:                return (title_);
163:            }
164:
165:            /**
166:             * Sets the String property <b>title</b>.
167:             *
168:             * @param title
169:             */
170:            public void setTitle(String title) {
171:                this .title_ = title;
172:            }
173:
174:            /**
175:             * Gets the String property <b>style</b>.
176:             *
177:             * @return String
178:             */
179:            public String getStyle() {
180:                return (style_);
181:            }
182:
183:            /**
184:             * Sets the String property <b>style</b>.
185:             *
186:             * @param style
187:             */
188:            public void setStyle(String style) {
189:                this .style_ = style;
190:            }
191:
192:            /**
193:             * Gets the java.util.Locale property <b>xmlLang</b>.
194:             *
195:             * @return java.util.Locale
196:             */
197:            public String getXmlLang() {
198:                return (xmlLang_);
199:            }
200:
201:            /**
202:             * Sets the java.util.Locale property <b>xmlLang</b>.
203:             *
204:             * @param xmlLang
205:             */
206:            public void setXmlLang(String xmlLang) {
207:                this .xmlLang_ = xmlLang;
208:            }
209:
210:            /**
211:             * Gets the java.util.Locale property <b>lang</b>.
212:             *
213:             * @return java.util.Locale
214:             */
215:            public String getLang() {
216:                return (lang_);
217:            }
218:
219:            /**
220:             * Sets the java.util.Locale property <b>lang</b>.
221:             *
222:             * @param lang
223:             */
224:            public void setLang(String lang) {
225:                this .lang_ = lang;
226:            }
227:
228:            /**
229:             * Gets the String property <b>dir</b>.
230:             *
231:             * @return String
232:             */
233:            public String getDir() {
234:                return (dir_);
235:            }
236:
237:            /**
238:             * Sets the String property <b>dir</b>.
239:             *
240:             * @param dir
241:             */
242:            public void setDir(String dir) {
243:                this .dir_ = dir;
244:            }
245:
246:            /**
247:             * Gets the String property <b>onclick</b>.
248:             *
249:             * @return String
250:             */
251:            public String getOnclick() {
252:                return (onclick_);
253:            }
254:
255:            /**
256:             * Sets the String property <b>onclick</b>.
257:             *
258:             * @param onclick
259:             */
260:            public void setOnclick(String onclick) {
261:                this .onclick_ = onclick;
262:            }
263:
264:            /**
265:             * Gets the String property <b>ondblclick</b>.
266:             *
267:             * @return String
268:             */
269:            public String getOndblclick() {
270:                return (ondblclick_);
271:            }
272:
273:            /**
274:             * Sets the String property <b>ondblclick</b>.
275:             *
276:             * @param ondblclick
277:             */
278:            public void setOndblclick(String ondblclick) {
279:                this .ondblclick_ = ondblclick;
280:            }
281:
282:            /**
283:             * Gets the String property <b>onmousedown</b>.
284:             *
285:             * @return String
286:             */
287:            public String getOnmousedown() {
288:                return (onmousedown_);
289:            }
290:
291:            /**
292:             * Sets the String property <b>onmousedown</b>.
293:             *
294:             * @param onmousedown
295:             */
296:            public void setOnmousedown(String onmousedown) {
297:                this .onmousedown_ = onmousedown;
298:            }
299:
300:            /**
301:             * Gets the String property <b>onmouseup</b>.
302:             *
303:             * @return String
304:             */
305:            public String getOnmouseup() {
306:                return (onmouseup_);
307:            }
308:
309:            /**
310:             * Sets the String property <b>onmouseup</b>.
311:             *
312:             * @param onmouseup
313:             */
314:            public void setOnmouseup(String onmouseup) {
315:                this .onmouseup_ = onmouseup;
316:            }
317:
318:            /**
319:             * Gets the String property <b>onmouseover</b>.
320:             *
321:             * @return String
322:             */
323:            public String getOnmouseover() {
324:                return (onmouseover_);
325:            }
326:
327:            /**
328:             * Sets the String property <b>onmouseover</b>.
329:             *
330:             * @param onmouseover
331:             */
332:            public void setOnmouseover(String onmouseover) {
333:                this .onmouseover_ = onmouseover;
334:            }
335:
336:            /**
337:             * Gets the String property <b>onmousemove</b>.
338:             *
339:             * @return String
340:             */
341:            public String getOnmousemove() {
342:                return (onmousemove_);
343:            }
344:
345:            /**
346:             * Sets the String property <b>onmousemove</b>.
347:             *
348:             * @param onmousemove
349:             */
350:            public void setOnmousemove(String onmousemove) {
351:                this .onmousemove_ = onmousemove;
352:            }
353:
354:            /**
355:             * Gets the String property <b>onmouseout</b>.
356:             *
357:             * @return String
358:             */
359:            public String getOnmouseout() {
360:                return (onmouseout_);
361:            }
362:
363:            /**
364:             * Sets the String property <b>onmouseout</b>.
365:             *
366:             * @param onmouseout
367:             */
368:            public void setOnmouseout(String onmouseout) {
369:                this .onmouseout_ = onmouseout;
370:            }
371:
372:            /**
373:             * Gets the String property <b>onkeypress</b>.
374:             *
375:             * @return String
376:             */
377:            public String getOnkeypress() {
378:                return (onkeypress_);
379:            }
380:
381:            /**
382:             * Sets the String property <b>onkeypress</b>.
383:             *
384:             * @param onkeypress
385:             */
386:            public void setOnkeypress(String onkeypress) {
387:                this .onkeypress_ = onkeypress;
388:            }
389:
390:            /**
391:             * Gets the String property <b>onkeydown</b>.
392:             *
393:             * @return String
394:             */
395:            public String getOnkeydown() {
396:                return (onkeydown_);
397:            }
398:
399:            /**
400:             * Sets the String property <b>onkeydown</b>.
401:             *
402:             * @param onkeydown
403:             */
404:            public void setOnkeydown(String onkeydown) {
405:                this .onkeydown_ = onkeydown;
406:            }
407:
408:            /**
409:             * Gets the String property <b>onkeyup</b>.
410:             *
411:             * @return String
412:             */
413:            public String getOnkeyup() {
414:                return (onkeyup_);
415:            }
416:
417:            /**
418:             * Sets the String property <b>onkeyup</b>.
419:             *
420:             * @param onkeyup
421:             */
422:            public void setOnkeyup(String onkeyup) {
423:                this .onkeyup_ = onkeyup;
424:            }
425:
426:            /**
427:             * Gets the String property <b>declare</b>.
428:             *
429:             * @return String
430:             */
431:            public String getDeclare() {
432:                return (declare_);
433:            }
434:
435:            /**
436:             * Sets the String property <b>declare</b>.
437:             *
438:             * @param declare
439:             */
440:            public void setDeclare(String declare) {
441:                this .declare_ = declare;
442:            }
443:
444:            /**
445:             * Gets the String property <b>classid</b>.
446:             *
447:             * @return String
448:             */
449:            public String getClassid() {
450:                return (classid_);
451:            }
452:
453:            /**
454:             * Sets the String property <b>classid</b>.
455:             *
456:             * @param classid
457:             */
458:            public void setClassid(String classid) {
459:                this .classid_ = classid;
460:            }
461:
462:            /**
463:             * Gets the String property <b>codebase</b>.
464:             *
465:             * @return String
466:             */
467:            public String getCodebase() {
468:                return (codebase_);
469:            }
470:
471:            /**
472:             * Sets the String property <b>codebase</b>.
473:             *
474:             * @param codebase
475:             */
476:            public void setCodebase(String codebase) {
477:                this .codebase_ = codebase;
478:            }
479:
480:            /**
481:             * Gets the String property <b>data</b>.
482:             *
483:             * @return String
484:             */
485:            public String getData() {
486:                return (data_);
487:            }
488:
489:            /**
490:             * Sets the String property <b>data</b>.
491:             *
492:             * @param data
493:             */
494:            public void setData(String data) {
495:                this .data_ = data;
496:            }
497:
498:            /**
499:             * Gets the String property <b>type</b>.
500:             *
501:             * @return String
502:             */
503:            public String getType() {
504:                return (type_);
505:            }
506:
507:            /**
508:             * Sets the String property <b>type</b>.
509:             *
510:             * @param type
511:             */
512:            public void setType(String type) {
513:                this .type_ = type;
514:            }
515:
516:            /**
517:             * Gets the String property <b>codetype</b>.
518:             *
519:             * @return String
520:             */
521:            public String getCodetype() {
522:                return (codetype_);
523:            }
524:
525:            /**
526:             * Sets the String property <b>codetype</b>.
527:             *
528:             * @param codetype
529:             */
530:            public void setCodetype(String codetype) {
531:                this .codetype_ = codetype;
532:            }
533:
534:            /**
535:             * Gets the String property <b>archive</b>.
536:             *
537:             * @return String
538:             */
539:            public String getArchive() {
540:                return (archive_);
541:            }
542:
543:            /**
544:             * Sets the String property <b>archive</b>.
545:             *
546:             * @param archive
547:             */
548:            public void setArchive(String archive) {
549:                this .archive_ = archive;
550:            }
551:
552:            /**
553:             * Gets the String property <b>standby</b>.
554:             *
555:             * @return String
556:             */
557:            public String getStandby() {
558:                return (standby_);
559:            }
560:
561:            /**
562:             * Sets the String property <b>standby</b>.
563:             *
564:             * @param standby
565:             */
566:            public void setStandby(String standby) {
567:                this .standby_ = standby;
568:            }
569:
570:            /**
571:             * Gets the String property <b>height</b>.
572:             *
573:             * @return String
574:             */
575:            public String getHeight() {
576:                return (height_);
577:            }
578:
579:            /**
580:             * Sets the String property <b>height</b>.
581:             *
582:             * @param height
583:             */
584:            public void setHeight(String height) {
585:                this .height_ = height;
586:            }
587:
588:            /**
589:             * Gets the String property <b>width</b>.
590:             *
591:             * @return String
592:             */
593:            public String getWidth() {
594:                return (width_);
595:            }
596:
597:            /**
598:             * Sets the String property <b>width</b>.
599:             *
600:             * @param width
601:             */
602:            public void setWidth(String width) {
603:                this .width_ = width;
604:            }
605:
606:            /**
607:             * Gets the String property <b>name</b>.
608:             *
609:             * @return String
610:             */
611:            public String getName() {
612:                return (name_);
613:            }
614:
615:            /**
616:             * Sets the String property <b>name</b>.
617:             *
618:             * @param name
619:             */
620:            public void setName(String name) {
621:                this .name_ = name;
622:            }
623:
624:            /**
625:             * Gets the String property <b>tabindex</b>.
626:             *
627:             * @return String
628:             */
629:            public String getTabindex() {
630:                return (tabindex_);
631:            }
632:
633:            /**
634:             * Sets the String property <b>tabindex</b>.
635:             *
636:             * @param tabindex
637:             */
638:            public void setTabindex(String tabindex) {
639:                this .tabindex_ = tabindex;
640:            }
641:
642:            /**
643:             * Gets the String property <b>usemap</b>.
644:             *
645:             * @return String
646:             */
647:            public String getUsemap() {
648:                return (usemap_);
649:            }
650:
651:            /**
652:             * Sets the String property <b>usemap</b>.
653:             *
654:             * @param usemap
655:             */
656:            public void setUsemap(String usemap) {
657:                this .usemap_ = usemap;
658:            }
659:
660:            /**
661:             * Gets the String property <b>align</b>.
662:             *
663:             * @return String
664:             */
665:            public String getAlign() {
666:                return (align_);
667:            }
668:
669:            /**
670:             * Sets the String property <b>align</b>.
671:             *
672:             * @param align
673:             */
674:            public void setAlign(String align) {
675:                this .align_ = align;
676:            }
677:
678:            /**
679:             * Gets the String property <b>border</b>.
680:             *
681:             * @return String
682:             */
683:            public String getBorder() {
684:                return (border_);
685:            }
686:
687:            /**
688:             * Sets the String property <b>border</b>.
689:             *
690:             * @param border
691:             */
692:            public void setBorder(String border) {
693:                this .border_ = border;
694:            }
695:
696:            /**
697:             * Gets the String property <b>hspace</b>.
698:             *
699:             * @return String
700:             */
701:            public String getHspace() {
702:                return (hspace_);
703:            }
704:
705:            /**
706:             * Sets the String property <b>hspace</b>.
707:             *
708:             * @param hspace
709:             */
710:            public void setHspace(String hspace) {
711:                this .hspace_ = hspace;
712:            }
713:
714:            /**
715:             * Gets the String property <b>vspace</b>.
716:             *
717:             * @return String
718:             */
719:            public String getVspace() {
720:                return (vspace_);
721:            }
722:
723:            /**
724:             * Sets the String property <b>vspace</b>.
725:             *
726:             * @param vspace
727:             */
728:            public void setVspace(String vspace) {
729:                this.vspace_ = vspace;
730:            }
731:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.