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