Source Code Cross Referenced for PreferenceType.java in  » Portal » stringbeans-3.5 » com » nabhinc » portal » config » 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 » Portal » stringbeans 3.5 » com.nabhinc.portal.config 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


001:        /*
002:         * (C) Copyright 2000 - 2005 Nabh Information Systems, Inc.
003:         *
004:         * This program is free software; you can redistribute it and/or
005:         * modify it under the terms of the GNU General Public License
006:         * as published by the Free Software Foundation; either version 2
007:         * of the License, or (at your option) any later version.
008:         *
009:         * This program is distributed in the hope that it will be useful,
010:         * but WITHOUT ANY WARRANTY; without even the implied warranty of
011:         * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
012:         * GNU General Public License for more details.
013:         *
014:         * You should have received a copy of the GNU General Public License
015:         * along with this program; if not, write to the Free Software
016:         * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
017:         *
018:         */
019:
020:        //
021:        // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.4-b18-fcs 
022:        // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
023:        // Any modifications to this file will be lost upon recompilation of the source schema. 
024:        // Generated on: 2005.03.04 at 10:20:40 PST 
025:        //
026:
027:        package com.nabhinc.portal.config;
028:
029:        /**
030:         * Persistent preference values that may be used for customization
031:         * and personalization by the portlet.
032:         * Used in: portlet-preferences
033:         * 
034:         * Java content class for preferenceType complex type.
035:         * <p>The following schema fragment specifies the expected content contained within this java content object. (defined at file:/C:/Sun/jwsdp-1.5/jaxb/lib/portlet-app_1_0.xsd line 318)
036:         * <p>
037:         * <pre>
038:         * &lt;complexType name="preferenceType">
039:         *   &lt;complexContent>
040:         *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
041:         *       &lt;sequence>
042:         *         &lt;element name="name" type="{http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd}nameType"/>
043:         *         &lt;element name="value" type="{http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd}valueType" maxOccurs="unbounded" minOccurs="0"/>
044:         *         &lt;element name="read-only" type="{http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd}read-onlyType" minOccurs="0"/>
045:         *       &lt;/sequence>
046:         *       &lt;attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
047:         *     &lt;/restriction>
048:         *   &lt;/complexContent>
049:         * &lt;/complexType>
050:         * </pre>
051:         * 
052:         */
053:        public interface PreferenceType {
054:
055:            /**
056:             * Gets the value of the Value property.
057:             * 
058:             * <p>
059:             * This accessor method returns a reference to the live list,
060:             * not a snapshot. Therefore any modification you make to the
061:             * returned list will be present inside the JAXB object.
062:             * This is why there is not a <CODE>set</CODE> method for the Value property.
063:             * 
064:             * <p>
065:             * For example, to add a new item, do as follows:
066:             * <pre>
067:             *    getValue().add(newItem);
068:             * </pre>
069:             * 
070:             * 
071:             * <p>
072:             * Objects of the following type(s) are allowed in the list
073:             * {@link com.nabhinc.portal.config.ValueType}
074:             * 
075:             */
076:            java.util.List getValue();
077:
078:            /**
079:             * Gets the value of the readOnly property.
080:             * 
081:             * @return
082:             *     possible object is
083:             *     {@link java.lang.String}
084:             */
085:            java.lang.String getReadOnly();
086:
087:            /**
088:             * Sets the value of the readOnly property.
089:             * 
090:             * @param value
091:             *     allowed object is
092:             *     {@link java.lang.String}
093:             */
094:            void setReadOnly(java.lang.String value);
095:
096:            /**
097:             * Gets the value of the name property.
098:             * 
099:             * @return
100:             *     possible object is
101:             *     {@link com.nabhinc.portal.config.NameType}
102:             */
103:            com.nabhinc.portal.config.NameType getName();
104:
105:            /**
106:             * Sets the value of the name property.
107:             * 
108:             * @param value
109:             *     allowed object is
110:             *     {@link com.nabhinc.portal.config.NameType}
111:             */
112:            void setName(com.nabhinc.portal.config.NameType value);
113:
114:            /**
115:             * Gets the value of the id property.
116:             * 
117:             * @return
118:             *     possible object is
119:             *     {@link java.lang.String}
120:             */
121:            java.lang.String getId();
122:
123:            /**
124:             * Sets the value of the id property.
125:             * 
126:             * @param value
127:             *     allowed object is
128:             *     {@link java.lang.String}
129:             */
130:            void setId(java.lang.String value);
131:
132:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.