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


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