Source Code Cross Referenced for DataSourceMapDocument.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:         * An XML document type.
003:         * Localname: dataSourceMap
004:         * Namespace: http://cbesb.bostechcorp.com/etl/dataSourceMap/1.0
005:         * Java type: com.bostechcorp.cbesb.etl.dataSourceMap.x10.DataSourceMapDocument
006:         *
007:         * Automatically generated - do not modify.
008:         */
009:        package com.bostechcorp.cbesb.etl.dataSourceMap.x10;
010:
011:        /**
012:         * A document containing one dataSourceMap(@http://cbesb.bostechcorp.com/etl/dataSourceMap/1.0) element.
013:         *
014:         * This is a complex type.
015:         */
016:        public interface DataSourceMapDocument extends
017:                org.apache.xmlbeans.XmlObject {
018:            public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) schema.system.s5510FE91037BC1DD5EBCB28481B5B217.TypeSystemHolder.typeSystem
019:                    .resolveHandle("datasourcemap744adoctype");
020:
021:            /**
022:             * Gets the "dataSourceMap" element
023:             */
024:            com.bostechcorp.cbesb.etl.dataSourceMap.x10.DataSourceMapDef getDataSourceMap();
025:
026:            /**
027:             * Sets the "dataSourceMap" element
028:             */
029:            void setDataSourceMap(
030:                    com.bostechcorp.cbesb.etl.dataSourceMap.x10.DataSourceMapDef dataSourceMap);
031:
032:            /**
033:             * Appends and returns a new empty "dataSourceMap" element
034:             */
035:            com.bostechcorp.cbesb.etl.dataSourceMap.x10.DataSourceMapDef addNewDataSourceMap();
036:
037:            /**
038:             * A factory class with static methods for creating instances
039:             * of this type.
040:             */
041:
042:            public static final class Factory {
043:                public static com.bostechcorp.cbesb.etl.dataSourceMap.x10.DataSourceMapDocument newInstance() {
044:                    return (com.bostechcorp.cbesb.etl.dataSourceMap.x10.DataSourceMapDocument) org.apache.xmlbeans.XmlBeans
045:                            .getContextTypeLoader().newInstance(type, null);
046:                }
047:
048:                public static com.bostechcorp.cbesb.etl.dataSourceMap.x10.DataSourceMapDocument newInstance(
049:                        org.apache.xmlbeans.XmlOptions options) {
050:                    return (com.bostechcorp.cbesb.etl.dataSourceMap.x10.DataSourceMapDocument) org.apache.xmlbeans.XmlBeans
051:                            .getContextTypeLoader().newInstance(type, options);
052:                }
053:
054:                public static com.bostechcorp.cbesb.etl.dataSourceMap.x10.DataSourceMapDocument parse(
055:                        java.lang.String s)
056:                        throws org.apache.xmlbeans.XmlException {
057:                    return (com.bostechcorp.cbesb.etl.dataSourceMap.x10.DataSourceMapDocument) org.apache.xmlbeans.XmlBeans
058:                            .getContextTypeLoader().parse(s, type, null);
059:                }
060:
061:                public static com.bostechcorp.cbesb.etl.dataSourceMap.x10.DataSourceMapDocument parse(
062:                        java.lang.String s,
063:                        org.apache.xmlbeans.XmlOptions options)
064:                        throws org.apache.xmlbeans.XmlException {
065:                    return (com.bostechcorp.cbesb.etl.dataSourceMap.x10.DataSourceMapDocument) org.apache.xmlbeans.XmlBeans
066:                            .getContextTypeLoader().parse(s, type, options);
067:                }
068:
069:                public static com.bostechcorp.cbesb.etl.dataSourceMap.x10.DataSourceMapDocument parse(
070:                        java.io.File f)
071:                        throws org.apache.xmlbeans.XmlException,
072:                        java.io.IOException {
073:                    return (com.bostechcorp.cbesb.etl.dataSourceMap.x10.DataSourceMapDocument) org.apache.xmlbeans.XmlBeans
074:                            .getContextTypeLoader().parse(f, type, null);
075:                }
076:
077:                public static com.bostechcorp.cbesb.etl.dataSourceMap.x10.DataSourceMapDocument parse(
078:                        java.io.File f, org.apache.xmlbeans.XmlOptions options)
079:                        throws org.apache.xmlbeans.XmlException,
080:                        java.io.IOException {
081:                    return (com.bostechcorp.cbesb.etl.dataSourceMap.x10.DataSourceMapDocument) org.apache.xmlbeans.XmlBeans
082:                            .getContextTypeLoader().parse(f, type, options);
083:                }
084:
085:                public static com.bostechcorp.cbesb.etl.dataSourceMap.x10.DataSourceMapDocument parse(
086:                        java.net.URL u)
087:                        throws org.apache.xmlbeans.XmlException,
088:                        java.io.IOException {
089:                    return (com.bostechcorp.cbesb.etl.dataSourceMap.x10.DataSourceMapDocument) org.apache.xmlbeans.XmlBeans
090:                            .getContextTypeLoader().parse(u, type, null);
091:                }
092:
093:                public static com.bostechcorp.cbesb.etl.dataSourceMap.x10.DataSourceMapDocument parse(
094:                        java.net.URL u, org.apache.xmlbeans.XmlOptions options)
095:                        throws org.apache.xmlbeans.XmlException,
096:                        java.io.IOException {
097:                    return (com.bostechcorp.cbesb.etl.dataSourceMap.x10.DataSourceMapDocument) org.apache.xmlbeans.XmlBeans
098:                            .getContextTypeLoader().parse(u, type, options);
099:                }
100:
101:                public static com.bostechcorp.cbesb.etl.dataSourceMap.x10.DataSourceMapDocument parse(
102:                        java.io.InputStream is)
103:                        throws org.apache.xmlbeans.XmlException,
104:                        java.io.IOException {
105:                    return (com.bostechcorp.cbesb.etl.dataSourceMap.x10.DataSourceMapDocument) org.apache.xmlbeans.XmlBeans
106:                            .getContextTypeLoader().parse(is, type, null);
107:                }
108:
109:                public static com.bostechcorp.cbesb.etl.dataSourceMap.x10.DataSourceMapDocument parse(
110:                        java.io.InputStream is,
111:                        org.apache.xmlbeans.XmlOptions options)
112:                        throws org.apache.xmlbeans.XmlException,
113:                        java.io.IOException {
114:                    return (com.bostechcorp.cbesb.etl.dataSourceMap.x10.DataSourceMapDocument) org.apache.xmlbeans.XmlBeans
115:                            .getContextTypeLoader().parse(is, type, options);
116:                }
117:
118:                public static com.bostechcorp.cbesb.etl.dataSourceMap.x10.DataSourceMapDocument parse(
119:                        java.io.Reader r)
120:                        throws org.apache.xmlbeans.XmlException,
121:                        java.io.IOException {
122:                    return (com.bostechcorp.cbesb.etl.dataSourceMap.x10.DataSourceMapDocument) org.apache.xmlbeans.XmlBeans
123:                            .getContextTypeLoader().parse(r, type, null);
124:                }
125:
126:                public static com.bostechcorp.cbesb.etl.dataSourceMap.x10.DataSourceMapDocument parse(
127:                        java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
128:                        throws org.apache.xmlbeans.XmlException,
129:                        java.io.IOException {
130:                    return (com.bostechcorp.cbesb.etl.dataSourceMap.x10.DataSourceMapDocument) org.apache.xmlbeans.XmlBeans
131:                            .getContextTypeLoader().parse(r, type, options);
132:                }
133:
134:                public static com.bostechcorp.cbesb.etl.dataSourceMap.x10.DataSourceMapDocument parse(
135:                        org.w3c.dom.Node node)
136:                        throws org.apache.xmlbeans.XmlException {
137:                    return (com.bostechcorp.cbesb.etl.dataSourceMap.x10.DataSourceMapDocument) org.apache.xmlbeans.XmlBeans
138:                            .getContextTypeLoader().parse(node, type, null);
139:                }
140:
141:                public static com.bostechcorp.cbesb.etl.dataSourceMap.x10.DataSourceMapDocument parse(
142:                        org.w3c.dom.Node node,
143:                        org.apache.xmlbeans.XmlOptions options)
144:                        throws org.apache.xmlbeans.XmlException {
145:                    return (com.bostechcorp.cbesb.etl.dataSourceMap.x10.DataSourceMapDocument) org.apache.xmlbeans.XmlBeans
146:                            .getContextTypeLoader().parse(node, type, options);
147:                }
148:
149:                public static com.bostechcorp.cbesb.etl.dataSourceMap.x10.DataSourceMapDocument parse(
150:                        org.apache.xmlbeans.xml.stream.XMLInputStream xis)
151:                        throws org.apache.xmlbeans.XmlException,
152:                        org.apache.xmlbeans.xml.stream.XMLStreamException {
153:                    return (com.bostechcorp.cbesb.etl.dataSourceMap.x10.DataSourceMapDocument) org.apache.xmlbeans.XmlBeans
154:                            .getContextTypeLoader().parse(xis, type, null);
155:                }
156:
157:                public static com.bostechcorp.cbesb.etl.dataSourceMap.x10.DataSourceMapDocument parse(
158:                        org.apache.xmlbeans.xml.stream.XMLInputStream xis,
159:                        org.apache.xmlbeans.XmlOptions options)
160:                        throws org.apache.xmlbeans.XmlException,
161:                        org.apache.xmlbeans.xml.stream.XMLStreamException {
162:                    return (com.bostechcorp.cbesb.etl.dataSourceMap.x10.DataSourceMapDocument) org.apache.xmlbeans.XmlBeans
163:                            .getContextTypeLoader().parse(xis, type, options);
164:                }
165:
166:                public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(
167:                        org.apache.xmlbeans.xml.stream.XMLInputStream xis)
168:                        throws org.apache.xmlbeans.XmlException,
169:                        org.apache.xmlbeans.xml.stream.XMLStreamException {
170:                    return org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
171:                            .newValidatingXMLInputStream(xis, type, null);
172:                }
173:
174:                public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(
175:                        org.apache.xmlbeans.xml.stream.XMLInputStream xis,
176:                        org.apache.xmlbeans.XmlOptions options)
177:                        throws org.apache.xmlbeans.XmlException,
178:                        org.apache.xmlbeans.xml.stream.XMLStreamException {
179:                    return org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
180:                            .newValidatingXMLInputStream(xis, type, options);
181:                }
182:
183:                private Factory() {
184:                } // No instance of this class allowed
185:            }
186:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.