Source Code Cross Referenced for SettingDef.java in  » ESB » cbesb-1.2 » com » bostechcorp » cbesb » trn » x10 » 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 » ESB » cbesb 1.2 » com.bostechcorp.cbesb.trn.x10 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


001:        /*
002:         * XML Type:  settingDef
003:         * Namespace: http://cbesb.bostechcorp.com/trn/1.0
004:         * Java type: com.bostechcorp.cbesb.trn.x10.SettingDef
005:         *
006:         * Automatically generated - do not modify.
007:         */
008:        package com.bostechcorp.cbesb.trn.x10;
009:
010:        /**
011:         * An XML settingDef(@http://cbesb.bostechcorp.com/trn/1.0).
012:         *
013:         * This is a complex type.
014:         */
015:        public interface SettingDef extends org.apache.xmlbeans.XmlObject {
016:            public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) schema.system.s0B3B7136B4851F6C7339FF1D42F95F8A.TypeSystemHolder.typeSystem
017:                    .resolveHandle("settingdeff895type");
018:
019:            /**
020:             * Gets the "name" attribute
021:             */
022:            java.lang.String getName();
023:
024:            /**
025:             * Gets (as xml) the "name" attribute
026:             */
027:            org.apache.xmlbeans.XmlString xgetName();
028:
029:            /**
030:             * True if has "name" attribute
031:             */
032:            boolean isSetName();
033:
034:            /**
035:             * Sets the "name" attribute
036:             */
037:            void setName(java.lang.String name);
038:
039:            /**
040:             * Sets (as xml) the "name" attribute
041:             */
042:            void xsetName(org.apache.xmlbeans.XmlString name);
043:
044:            /**
045:             * Unsets the "name" attribute
046:             */
047:            void unsetName();
048:
049:            /**
050:             * Gets the "value" attribute
051:             */
052:            java.lang.String getValue();
053:
054:            /**
055:             * Gets (as xml) the "value" attribute
056:             */
057:            org.apache.xmlbeans.XmlString xgetValue();
058:
059:            /**
060:             * True if has "value" attribute
061:             */
062:            boolean isSetValue();
063:
064:            /**
065:             * Sets the "value" attribute
066:             */
067:            void setValue(java.lang.String value);
068:
069:            /**
070:             * Sets (as xml) the "value" attribute
071:             */
072:            void xsetValue(org.apache.xmlbeans.XmlString value);
073:
074:            /**
075:             * Unsets the "value" attribute
076:             */
077:            void unsetValue();
078:
079:            /**
080:             * A factory class with static methods for creating instances
081:             * of this type.
082:             */
083:
084:            public static final class Factory {
085:                public static com.bostechcorp.cbesb.trn.x10.SettingDef newInstance() {
086:                    return (com.bostechcorp.cbesb.trn.x10.SettingDef) org.apache.xmlbeans.XmlBeans
087:                            .getContextTypeLoader().newInstance(type, null);
088:                }
089:
090:                public static com.bostechcorp.cbesb.trn.x10.SettingDef newInstance(
091:                        org.apache.xmlbeans.XmlOptions options) {
092:                    return (com.bostechcorp.cbesb.trn.x10.SettingDef) org.apache.xmlbeans.XmlBeans
093:                            .getContextTypeLoader().newInstance(type, options);
094:                }
095:
096:                public static com.bostechcorp.cbesb.trn.x10.SettingDef parse(
097:                        java.lang.String s)
098:                        throws org.apache.xmlbeans.XmlException {
099:                    return (com.bostechcorp.cbesb.trn.x10.SettingDef) org.apache.xmlbeans.XmlBeans
100:                            .getContextTypeLoader().parse(s, type, null);
101:                }
102:
103:                public static com.bostechcorp.cbesb.trn.x10.SettingDef parse(
104:                        java.lang.String s,
105:                        org.apache.xmlbeans.XmlOptions options)
106:                        throws org.apache.xmlbeans.XmlException {
107:                    return (com.bostechcorp.cbesb.trn.x10.SettingDef) org.apache.xmlbeans.XmlBeans
108:                            .getContextTypeLoader().parse(s, type, options);
109:                }
110:
111:                public static com.bostechcorp.cbesb.trn.x10.SettingDef parse(
112:                        java.io.File f)
113:                        throws org.apache.xmlbeans.XmlException,
114:                        java.io.IOException {
115:                    return (com.bostechcorp.cbesb.trn.x10.SettingDef) org.apache.xmlbeans.XmlBeans
116:                            .getContextTypeLoader().parse(f, type, null);
117:                }
118:
119:                public static com.bostechcorp.cbesb.trn.x10.SettingDef parse(
120:                        java.io.File f, org.apache.xmlbeans.XmlOptions options)
121:                        throws org.apache.xmlbeans.XmlException,
122:                        java.io.IOException {
123:                    return (com.bostechcorp.cbesb.trn.x10.SettingDef) org.apache.xmlbeans.XmlBeans
124:                            .getContextTypeLoader().parse(f, type, options);
125:                }
126:
127:                public static com.bostechcorp.cbesb.trn.x10.SettingDef parse(
128:                        java.net.URL u)
129:                        throws org.apache.xmlbeans.XmlException,
130:                        java.io.IOException {
131:                    return (com.bostechcorp.cbesb.trn.x10.SettingDef) org.apache.xmlbeans.XmlBeans
132:                            .getContextTypeLoader().parse(u, type, null);
133:                }
134:
135:                public static com.bostechcorp.cbesb.trn.x10.SettingDef parse(
136:                        java.net.URL u, org.apache.xmlbeans.XmlOptions options)
137:                        throws org.apache.xmlbeans.XmlException,
138:                        java.io.IOException {
139:                    return (com.bostechcorp.cbesb.trn.x10.SettingDef) org.apache.xmlbeans.XmlBeans
140:                            .getContextTypeLoader().parse(u, type, options);
141:                }
142:
143:                public static com.bostechcorp.cbesb.trn.x10.SettingDef parse(
144:                        java.io.InputStream is)
145:                        throws org.apache.xmlbeans.XmlException,
146:                        java.io.IOException {
147:                    return (com.bostechcorp.cbesb.trn.x10.SettingDef) org.apache.xmlbeans.XmlBeans
148:                            .getContextTypeLoader().parse(is, type, null);
149:                }
150:
151:                public static com.bostechcorp.cbesb.trn.x10.SettingDef parse(
152:                        java.io.InputStream is,
153:                        org.apache.xmlbeans.XmlOptions options)
154:                        throws org.apache.xmlbeans.XmlException,
155:                        java.io.IOException {
156:                    return (com.bostechcorp.cbesb.trn.x10.SettingDef) org.apache.xmlbeans.XmlBeans
157:                            .getContextTypeLoader().parse(is, type, options);
158:                }
159:
160:                public static com.bostechcorp.cbesb.trn.x10.SettingDef parse(
161:                        java.io.Reader r)
162:                        throws org.apache.xmlbeans.XmlException,
163:                        java.io.IOException {
164:                    return (com.bostechcorp.cbesb.trn.x10.SettingDef) org.apache.xmlbeans.XmlBeans
165:                            .getContextTypeLoader().parse(r, type, null);
166:                }
167:
168:                public static com.bostechcorp.cbesb.trn.x10.SettingDef parse(
169:                        java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
170:                        throws org.apache.xmlbeans.XmlException,
171:                        java.io.IOException {
172:                    return (com.bostechcorp.cbesb.trn.x10.SettingDef) org.apache.xmlbeans.XmlBeans
173:                            .getContextTypeLoader().parse(r, type, options);
174:                }
175:
176:                public static com.bostechcorp.cbesb.trn.x10.SettingDef parse(
177:                        org.w3c.dom.Node node)
178:                        throws org.apache.xmlbeans.XmlException {
179:                    return (com.bostechcorp.cbesb.trn.x10.SettingDef) org.apache.xmlbeans.XmlBeans
180:                            .getContextTypeLoader().parse(node, type, null);
181:                }
182:
183:                public static com.bostechcorp.cbesb.trn.x10.SettingDef parse(
184:                        org.w3c.dom.Node node,
185:                        org.apache.xmlbeans.XmlOptions options)
186:                        throws org.apache.xmlbeans.XmlException {
187:                    return (com.bostechcorp.cbesb.trn.x10.SettingDef) org.apache.xmlbeans.XmlBeans
188:                            .getContextTypeLoader().parse(node, type, options);
189:                }
190:
191:                public static com.bostechcorp.cbesb.trn.x10.SettingDef parse(
192:                        org.apache.xmlbeans.xml.stream.XMLInputStream xis)
193:                        throws org.apache.xmlbeans.XmlException,
194:                        org.apache.xmlbeans.xml.stream.XMLStreamException {
195:                    return (com.bostechcorp.cbesb.trn.x10.SettingDef) org.apache.xmlbeans.XmlBeans
196:                            .getContextTypeLoader().parse(xis, type, null);
197:                }
198:
199:                public static com.bostechcorp.cbesb.trn.x10.SettingDef parse(
200:                        org.apache.xmlbeans.xml.stream.XMLInputStream xis,
201:                        org.apache.xmlbeans.XmlOptions options)
202:                        throws org.apache.xmlbeans.XmlException,
203:                        org.apache.xmlbeans.xml.stream.XMLStreamException {
204:                    return (com.bostechcorp.cbesb.trn.x10.SettingDef) org.apache.xmlbeans.XmlBeans
205:                            .getContextTypeLoader().parse(xis, type, options);
206:                }
207:
208:                public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(
209:                        org.apache.xmlbeans.xml.stream.XMLInputStream xis)
210:                        throws org.apache.xmlbeans.XmlException,
211:                        org.apache.xmlbeans.xml.stream.XMLStreamException {
212:                    return org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
213:                            .newValidatingXMLInputStream(xis, type, null);
214:                }
215:
216:                public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(
217:                        org.apache.xmlbeans.xml.stream.XMLInputStream xis,
218:                        org.apache.xmlbeans.XmlOptions options)
219:                        throws org.apache.xmlbeans.XmlException,
220:                        org.apache.xmlbeans.xml.stream.XMLStreamException {
221:                    return org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
222:                            .newValidatingXMLInputStream(xis, type, options);
223:                }
224:
225:                private Factory() {
226:                } // No instance of this class allowed
227:            }
228:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.