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


001:        /*
002:         * An XML document type.
003:         * Localname: execConfig
004:         * Namespace: http://cbesb.bostechcorp.com/etl/execConfig/1.0
005:         * Java type: com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument
006:         *
007:         * Automatically generated - do not modify.
008:         */
009:        package com.bostechcorp.cbesb.etl.execConfig.x10;
010:
011:        /**
012:         * A document containing one execConfig(@http://cbesb.bostechcorp.com/etl/execConfig/1.0) element.
013:         *
014:         * This is a complex type.
015:         */
016:        public interface ExecConfigDocument extends
017:                org.apache.xmlbeans.XmlObject {
018:            public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) schema.system.sE25E2A84D0A9D042424C989EC3AE0A34.TypeSystemHolder.typeSystem
019:                    .resolveHandle("execconfigb6d6doctype");
020:
021:            /**
022:             * Gets the "execConfig" element
023:             */
024:            com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument.ExecConfig getExecConfig();
025:
026:            /**
027:             * Sets the "execConfig" element
028:             */
029:            void setExecConfig(
030:                    com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument.ExecConfig execConfig);
031:
032:            /**
033:             * Appends and returns a new empty "execConfig" element
034:             */
035:            com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument.ExecConfig addNewExecConfig();
036:
037:            /**
038:             * An XML execConfig(@http://cbesb.bostechcorp.com/etl/execConfig/1.0).
039:             *
040:             * This is a complex type.
041:             */
042:            public interface ExecConfig extends org.apache.xmlbeans.XmlObject {
043:                public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) schema.system.sE25E2A84D0A9D042424C989EC3AE0A34.TypeSystemHolder.typeSystem
044:                        .resolveHandle("execconfigb767elemtype");
045:
046:                /**
047:                 * Gets the "dataSourceMap" element
048:                 */
049:                java.lang.String getDataSourceMap();
050:
051:                /**
052:                 * Gets (as xml) the "dataSourceMap" element
053:                 */
054:                org.apache.xmlbeans.XmlString xgetDataSourceMap();
055:
056:                /**
057:                 * Sets the "dataSourceMap" element
058:                 */
059:                void setDataSourceMap(java.lang.String dataSourceMap);
060:
061:                /**
062:                 * Sets (as xml) the "dataSourceMap" element
063:                 */
064:                void xsetDataSourceMap(
065:                        org.apache.xmlbeans.XmlString dataSourceMap);
066:
067:                /**
068:                 * Gets the "mode" element
069:                 */
070:                com.bostechcorp.cbesb.etl.execConfig.x10.ModeType.Enum getMode();
071:
072:                /**
073:                 * Gets (as xml) the "mode" element
074:                 */
075:                com.bostechcorp.cbesb.etl.execConfig.x10.ModeType xgetMode();
076:
077:                /**
078:                 * Sets the "mode" element
079:                 */
080:                void setMode(
081:                        com.bostechcorp.cbesb.etl.execConfig.x10.ModeType.Enum mode);
082:
083:                /**
084:                 * Sets (as xml) the "mode" element
085:                 */
086:                void xsetMode(
087:                        com.bostechcorp.cbesb.etl.execConfig.x10.ModeType mode);
088:
089:                /**
090:                 * Gets the "transactionMode" element
091:                 */
092:                com.bostechcorp.cbesb.etl.execConfig.x10.TransactionModeType getTransactionMode();
093:
094:                /**
095:                 * Sets the "transactionMode" element
096:                 */
097:                void setTransactionMode(
098:                        com.bostechcorp.cbesb.etl.execConfig.x10.TransactionModeType transactionMode);
099:
100:                /**
101:                 * Appends and returns a new empty "transactionMode" element
102:                 */
103:                com.bostechcorp.cbesb.etl.execConfig.x10.TransactionModeType addNewTransactionMode();
104:
105:                /**
106:                 * Gets the "errorHandlerClass" element
107:                 */
108:                java.lang.String getErrorHandlerClass();
109:
110:                /**
111:                 * Gets (as xml) the "errorHandlerClass" element
112:                 */
113:                org.apache.xmlbeans.XmlString xgetErrorHandlerClass();
114:
115:                /**
116:                 * Sets the "errorHandlerClass" element
117:                 */
118:                void setErrorHandlerClass(java.lang.String errorHandlerClass);
119:
120:                /**
121:                 * Sets (as xml) the "errorHandlerClass" element
122:                 */
123:                void xsetErrorHandlerClass(
124:                        org.apache.xmlbeans.XmlString errorHandlerClass);
125:
126:                /**
127:                 * Gets the "whereClause" element
128:                 */
129:                com.bostechcorp.cbesb.etl.execConfig.x10.WhereClauseType getWhereClause();
130:
131:                /**
132:                 * Sets the "whereClause" element
133:                 */
134:                void setWhereClause(
135:                        com.bostechcorp.cbesb.etl.execConfig.x10.WhereClauseType whereClause);
136:
137:                /**
138:                 * Appends and returns a new empty "whereClause" element
139:                 */
140:                com.bostechcorp.cbesb.etl.execConfig.x10.WhereClauseType addNewWhereClause();
141:
142:                /**
143:                 * Gets the "update" element
144:                 */
145:                com.bostechcorp.cbesb.etl.execConfig.x10.UpdateListType getUpdate();
146:
147:                /**
148:                 * True if has "update" element
149:                 */
150:                boolean isSetUpdate();
151:
152:                /**
153:                 * Sets the "update" element
154:                 */
155:                void setUpdate(
156:                        com.bostechcorp.cbesb.etl.execConfig.x10.UpdateListType update);
157:
158:                /**
159:                 * Appends and returns a new empty "update" element
160:                 */
161:                com.bostechcorp.cbesb.etl.execConfig.x10.UpdateListType addNewUpdate();
162:
163:                /**
164:                 * Unsets the "update" element
165:                 */
166:                void unsetUpdate();
167:
168:                /**
169:                 * Gets the "customSQL" element
170:                 */
171:                java.lang.String getCustomSQL();
172:
173:                /**
174:                 * Gets (as xml) the "customSQL" element
175:                 */
176:                org.apache.xmlbeans.XmlString xgetCustomSQL();
177:
178:                /**
179:                 * True if has "customSQL" element
180:                 */
181:                boolean isSetCustomSQL();
182:
183:                /**
184:                 * Sets the "customSQL" element
185:                 */
186:                void setCustomSQL(java.lang.String customSQL);
187:
188:                /**
189:                 * Sets (as xml) the "customSQL" element
190:                 */
191:                void xsetCustomSQL(org.apache.xmlbeans.XmlString customSQL);
192:
193:                /**
194:                 * Unsets the "customSQL" element
195:                 */
196:                void unsetCustomSQL();
197:
198:                /**
199:                 * Gets the "delete" element
200:                 */
201:                com.bostechcorp.cbesb.etl.execConfig.x10.DeleteListType getDelete();
202:
203:                /**
204:                 * True if has "delete" element
205:                 */
206:                boolean isSetDelete();
207:
208:                /**
209:                 * Sets the "delete" element
210:                 */
211:                void setDelete(
212:                        com.bostechcorp.cbesb.etl.execConfig.x10.DeleteListType delete);
213:
214:                /**
215:                 * Appends and returns a new empty "delete" element
216:                 */
217:                com.bostechcorp.cbesb.etl.execConfig.x10.DeleteListType addNewDelete();
218:
219:                /**
220:                 * Unsets the "delete" element
221:                 */
222:                void unsetDelete();
223:
224:                /**
225:                 * A factory class with static methods for creating instances
226:                 * of this type.
227:                 */
228:
229:                public static final class Factory {
230:                    public static com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument.ExecConfig newInstance() {
231:                        return (com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument.ExecConfig) org.apache.xmlbeans.XmlBeans
232:                                .getContextTypeLoader().newInstance(type, null);
233:                    }
234:
235:                    public static com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument.ExecConfig newInstance(
236:                            org.apache.xmlbeans.XmlOptions options) {
237:                        return (com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument.ExecConfig) org.apache.xmlbeans.XmlBeans
238:                                .getContextTypeLoader().newInstance(type,
239:                                        options);
240:                    }
241:
242:                    private Factory() {
243:                    } // No instance of this class allowed
244:                }
245:            }
246:
247:            /**
248:             * A factory class with static methods for creating instances
249:             * of this type.
250:             */
251:
252:            public static final class Factory {
253:                public static com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument newInstance() {
254:                    return (com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument) org.apache.xmlbeans.XmlBeans
255:                            .getContextTypeLoader().newInstance(type, null);
256:                }
257:
258:                public static com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument newInstance(
259:                        org.apache.xmlbeans.XmlOptions options) {
260:                    return (com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument) org.apache.xmlbeans.XmlBeans
261:                            .getContextTypeLoader().newInstance(type, options);
262:                }
263:
264:                public static com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument parse(
265:                        java.lang.String s)
266:                        throws org.apache.xmlbeans.XmlException {
267:                    return (com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument) org.apache.xmlbeans.XmlBeans
268:                            .getContextTypeLoader().parse(s, type, null);
269:                }
270:
271:                public static com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument parse(
272:                        java.lang.String s,
273:                        org.apache.xmlbeans.XmlOptions options)
274:                        throws org.apache.xmlbeans.XmlException {
275:                    return (com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument) org.apache.xmlbeans.XmlBeans
276:                            .getContextTypeLoader().parse(s, type, options);
277:                }
278:
279:                public static com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument parse(
280:                        java.io.File f)
281:                        throws org.apache.xmlbeans.XmlException,
282:                        java.io.IOException {
283:                    return (com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument) org.apache.xmlbeans.XmlBeans
284:                            .getContextTypeLoader().parse(f, type, null);
285:                }
286:
287:                public static com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument parse(
288:                        java.io.File f, org.apache.xmlbeans.XmlOptions options)
289:                        throws org.apache.xmlbeans.XmlException,
290:                        java.io.IOException {
291:                    return (com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument) org.apache.xmlbeans.XmlBeans
292:                            .getContextTypeLoader().parse(f, type, options);
293:                }
294:
295:                public static com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument parse(
296:                        java.net.URL u)
297:                        throws org.apache.xmlbeans.XmlException,
298:                        java.io.IOException {
299:                    return (com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument) org.apache.xmlbeans.XmlBeans
300:                            .getContextTypeLoader().parse(u, type, null);
301:                }
302:
303:                public static com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument parse(
304:                        java.net.URL u, org.apache.xmlbeans.XmlOptions options)
305:                        throws org.apache.xmlbeans.XmlException,
306:                        java.io.IOException {
307:                    return (com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument) org.apache.xmlbeans.XmlBeans
308:                            .getContextTypeLoader().parse(u, type, options);
309:                }
310:
311:                public static com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument parse(
312:                        java.io.InputStream is)
313:                        throws org.apache.xmlbeans.XmlException,
314:                        java.io.IOException {
315:                    return (com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument) org.apache.xmlbeans.XmlBeans
316:                            .getContextTypeLoader().parse(is, type, null);
317:                }
318:
319:                public static com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument parse(
320:                        java.io.InputStream is,
321:                        org.apache.xmlbeans.XmlOptions options)
322:                        throws org.apache.xmlbeans.XmlException,
323:                        java.io.IOException {
324:                    return (com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument) org.apache.xmlbeans.XmlBeans
325:                            .getContextTypeLoader().parse(is, type, options);
326:                }
327:
328:                public static com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument parse(
329:                        java.io.Reader r)
330:                        throws org.apache.xmlbeans.XmlException,
331:                        java.io.IOException {
332:                    return (com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument) org.apache.xmlbeans.XmlBeans
333:                            .getContextTypeLoader().parse(r, type, null);
334:                }
335:
336:                public static com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument parse(
337:                        java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
338:                        throws org.apache.xmlbeans.XmlException,
339:                        java.io.IOException {
340:                    return (com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument) org.apache.xmlbeans.XmlBeans
341:                            .getContextTypeLoader().parse(r, type, options);
342:                }
343:
344:                public static com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument parse(
345:                        org.w3c.dom.Node node)
346:                        throws org.apache.xmlbeans.XmlException {
347:                    return (com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument) org.apache.xmlbeans.XmlBeans
348:                            .getContextTypeLoader().parse(node, type, null);
349:                }
350:
351:                public static com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument parse(
352:                        org.w3c.dom.Node node,
353:                        org.apache.xmlbeans.XmlOptions options)
354:                        throws org.apache.xmlbeans.XmlException {
355:                    return (com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument) org.apache.xmlbeans.XmlBeans
356:                            .getContextTypeLoader().parse(node, type, options);
357:                }
358:
359:                public static com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument parse(
360:                        org.apache.xmlbeans.xml.stream.XMLInputStream xis)
361:                        throws org.apache.xmlbeans.XmlException,
362:                        org.apache.xmlbeans.xml.stream.XMLStreamException {
363:                    return (com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument) org.apache.xmlbeans.XmlBeans
364:                            .getContextTypeLoader().parse(xis, type, null);
365:                }
366:
367:                public static com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument parse(
368:                        org.apache.xmlbeans.xml.stream.XMLInputStream xis,
369:                        org.apache.xmlbeans.XmlOptions options)
370:                        throws org.apache.xmlbeans.XmlException,
371:                        org.apache.xmlbeans.xml.stream.XMLStreamException {
372:                    return (com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument) org.apache.xmlbeans.XmlBeans
373:                            .getContextTypeLoader().parse(xis, type, options);
374:                }
375:
376:                public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(
377:                        org.apache.xmlbeans.xml.stream.XMLInputStream xis)
378:                        throws org.apache.xmlbeans.XmlException,
379:                        org.apache.xmlbeans.xml.stream.XMLStreamException {
380:                    return org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
381:                            .newValidatingXMLInputStream(xis, type, null);
382:                }
383:
384:                public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(
385:                        org.apache.xmlbeans.xml.stream.XMLInputStream xis,
386:                        org.apache.xmlbeans.XmlOptions options)
387:                        throws org.apache.xmlbeans.XmlException,
388:                        org.apache.xmlbeans.xml.stream.XMLStreamException {
389:                    return org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
390:                            .newValidatingXMLInputStream(xis, type, options);
391:                }
392:
393:                private Factory() {
394:                } // No instance of this class allowed
395:            }
396:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.