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


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