Source Code Cross Referenced for InterfaceOperationType.java in  » ESB » open-esb » org » w3 » ns » wsdl » 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 » open esb » org.w3.ns.wsdl 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


001:        /*
002:         * XML Type:  InterfaceOperationType
003:         * Namespace: http://www.w3.org/ns/wsdl
004:         * Java type: org.w3.ns.wsdl.InterfaceOperationType
005:         *
006:         * Automatically generated - do not modify.
007:         */
008:        package org.w3.ns.wsdl;
009:
010:        /**
011:         * An XML InterfaceOperationType(@http://www.w3.org/ns/wsdl).
012:         *
013:         * This is a complex type.
014:         */
015:        public interface InterfaceOperationType extends
016:                org.w3.ns.wsdl.ExtensibleDocumentedType {
017:            public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) org.apache.xmlbeans.XmlBeans
018:                    .typeSystemForClassLoader(
019:                            InterfaceOperationType.class.getClassLoader(),
020:                            "schemaorg_apache_xmlbeans.system.s2EAECD9BB08C57F25B7B261051DD8E7E")
021:                    .resolveHandle("interfaceoperationtype3b8btype");
022:
023:            /**
024:             * Gets array of all "input" elements
025:             */
026:            org.w3.ns.wsdl.MessageRefType[] getInputArray();
027:
028:            /**
029:             * Gets ith "input" element
030:             */
031:            org.w3.ns.wsdl.MessageRefType getInputArray(int i);
032:
033:            /**
034:             * Returns number of "input" element
035:             */
036:            int sizeOfInputArray();
037:
038:            /**
039:             * Sets array of all "input" element
040:             */
041:            void setInputArray(org.w3.ns.wsdl.MessageRefType[] inputArray);
042:
043:            /**
044:             * Sets ith "input" element
045:             */
046:            void setInputArray(int i, org.w3.ns.wsdl.MessageRefType input);
047:
048:            /**
049:             * Inserts and returns a new empty value (as xml) as the ith "input" element
050:             */
051:            org.w3.ns.wsdl.MessageRefType insertNewInput(int i);
052:
053:            /**
054:             * Appends and returns a new empty value (as xml) as the last "input" element
055:             */
056:            org.w3.ns.wsdl.MessageRefType addNewInput();
057:
058:            /**
059:             * Removes the ith "input" element
060:             */
061:            void removeInput(int i);
062:
063:            /**
064:             * Gets array of all "output" elements
065:             */
066:            org.w3.ns.wsdl.MessageRefType[] getOutputArray();
067:
068:            /**
069:             * Gets ith "output" element
070:             */
071:            org.w3.ns.wsdl.MessageRefType getOutputArray(int i);
072:
073:            /**
074:             * Returns number of "output" element
075:             */
076:            int sizeOfOutputArray();
077:
078:            /**
079:             * Sets array of all "output" element
080:             */
081:            void setOutputArray(org.w3.ns.wsdl.MessageRefType[] outputArray);
082:
083:            /**
084:             * Sets ith "output" element
085:             */
086:            void setOutputArray(int i, org.w3.ns.wsdl.MessageRefType output);
087:
088:            /**
089:             * Inserts and returns a new empty value (as xml) as the ith "output" element
090:             */
091:            org.w3.ns.wsdl.MessageRefType insertNewOutput(int i);
092:
093:            /**
094:             * Appends and returns a new empty value (as xml) as the last "output" element
095:             */
096:            org.w3.ns.wsdl.MessageRefType addNewOutput();
097:
098:            /**
099:             * Removes the ith "output" element
100:             */
101:            void removeOutput(int i);
102:
103:            /**
104:             * Gets array of all "infault" elements
105:             */
106:            org.w3.ns.wsdl.MessageRefFaultType[] getInfaultArray();
107:
108:            /**
109:             * Gets ith "infault" element
110:             */
111:            org.w3.ns.wsdl.MessageRefFaultType getInfaultArray(int i);
112:
113:            /**
114:             * Returns number of "infault" element
115:             */
116:            int sizeOfInfaultArray();
117:
118:            /**
119:             * Sets array of all "infault" element
120:             */
121:            void setInfaultArray(
122:                    org.w3.ns.wsdl.MessageRefFaultType[] infaultArray);
123:
124:            /**
125:             * Sets ith "infault" element
126:             */
127:            void setInfaultArray(int i,
128:                    org.w3.ns.wsdl.MessageRefFaultType infault);
129:
130:            /**
131:             * Inserts and returns a new empty value (as xml) as the ith "infault" element
132:             */
133:            org.w3.ns.wsdl.MessageRefFaultType insertNewInfault(int i);
134:
135:            /**
136:             * Appends and returns a new empty value (as xml) as the last "infault" element
137:             */
138:            org.w3.ns.wsdl.MessageRefFaultType addNewInfault();
139:
140:            /**
141:             * Removes the ith "infault" element
142:             */
143:            void removeInfault(int i);
144:
145:            /**
146:             * Gets array of all "outfault" elements
147:             */
148:            org.w3.ns.wsdl.MessageRefFaultType[] getOutfaultArray();
149:
150:            /**
151:             * Gets ith "outfault" element
152:             */
153:            org.w3.ns.wsdl.MessageRefFaultType getOutfaultArray(int i);
154:
155:            /**
156:             * Returns number of "outfault" element
157:             */
158:            int sizeOfOutfaultArray();
159:
160:            /**
161:             * Sets array of all "outfault" element
162:             */
163:            void setOutfaultArray(
164:                    org.w3.ns.wsdl.MessageRefFaultType[] outfaultArray);
165:
166:            /**
167:             * Sets ith "outfault" element
168:             */
169:            void setOutfaultArray(int i,
170:                    org.w3.ns.wsdl.MessageRefFaultType outfault);
171:
172:            /**
173:             * Inserts and returns a new empty value (as xml) as the ith "outfault" element
174:             */
175:            org.w3.ns.wsdl.MessageRefFaultType insertNewOutfault(int i);
176:
177:            /**
178:             * Appends and returns a new empty value (as xml) as the last "outfault" element
179:             */
180:            org.w3.ns.wsdl.MessageRefFaultType addNewOutfault();
181:
182:            /**
183:             * Removes the ith "outfault" element
184:             */
185:            void removeOutfault(int i);
186:
187:            /**
188:             * Gets the "name" attribute
189:             */
190:            java.lang.String getName();
191:
192:            /**
193:             * Gets (as xml) the "name" attribute
194:             */
195:            org.apache.xmlbeans.XmlNCName xgetName();
196:
197:            /**
198:             * Sets the "name" attribute
199:             */
200:            void setName(java.lang.String name);
201:
202:            /**
203:             * Sets (as xml) the "name" attribute
204:             */
205:            void xsetName(org.apache.xmlbeans.XmlNCName name);
206:
207:            /**
208:             * Gets the "pattern" attribute
209:             */
210:            java.lang.String getPattern();
211:
212:            /**
213:             * Gets (as xml) the "pattern" attribute
214:             */
215:            org.apache.xmlbeans.XmlAnyURI xgetPattern();
216:
217:            /**
218:             * True if has "pattern" attribute
219:             */
220:            boolean isSetPattern();
221:
222:            /**
223:             * Sets the "pattern" attribute
224:             */
225:            void setPattern(java.lang.String pattern);
226:
227:            /**
228:             * Sets (as xml) the "pattern" attribute
229:             */
230:            void xsetPattern(org.apache.xmlbeans.XmlAnyURI pattern);
231:
232:            /**
233:             * Unsets the "pattern" attribute
234:             */
235:            void unsetPattern();
236:
237:            /**
238:             * Gets the "safe" attribute
239:             */
240:            boolean getSafe();
241:
242:            /**
243:             * Gets (as xml) the "safe" attribute
244:             */
245:            org.apache.xmlbeans.XmlBoolean xgetSafe();
246:
247:            /**
248:             * True if has "safe" attribute
249:             */
250:            boolean isSetSafe();
251:
252:            /**
253:             * Sets the "safe" attribute
254:             */
255:            void setSafe(boolean safe);
256:
257:            /**
258:             * Sets (as xml) the "safe" attribute
259:             */
260:            void xsetSafe(org.apache.xmlbeans.XmlBoolean safe);
261:
262:            /**
263:             * Unsets the "safe" attribute
264:             */
265:            void unsetSafe();
266:
267:            /**
268:             * Gets the "style" attribute
269:             */
270:            java.lang.String getStyle();
271:
272:            /**
273:             * Gets (as xml) the "style" attribute
274:             */
275:            org.apache.xmlbeans.XmlAnyURI xgetStyle();
276:
277:            /**
278:             * True if has "style" attribute
279:             */
280:            boolean isSetStyle();
281:
282:            /**
283:             * Sets the "style" attribute
284:             */
285:            void setStyle(java.lang.String style);
286:
287:            /**
288:             * Sets (as xml) the "style" attribute
289:             */
290:            void xsetStyle(org.apache.xmlbeans.XmlAnyURI style);
291:
292:            /**
293:             * Unsets the "style" attribute
294:             */
295:            void unsetStyle();
296:
297:            /**
298:             * A factory class with static methods for creating instances
299:             * of this type.
300:             */
301:
302:            public static final class Factory {
303:                public static org.w3.ns.wsdl.InterfaceOperationType newInstance() {
304:                    return (org.w3.ns.wsdl.InterfaceOperationType) org.apache.xmlbeans.XmlBeans
305:                            .getContextTypeLoader().newInstance(type, null);
306:                }
307:
308:                public static org.w3.ns.wsdl.InterfaceOperationType newInstance(
309:                        org.apache.xmlbeans.XmlOptions options) {
310:                    return (org.w3.ns.wsdl.InterfaceOperationType) org.apache.xmlbeans.XmlBeans
311:                            .getContextTypeLoader().newInstance(type, options);
312:                }
313:
314:                /** @param xmlAsString the string value to parse */
315:                public static org.w3.ns.wsdl.InterfaceOperationType parse(
316:                        java.lang.String xmlAsString)
317:                        throws org.apache.xmlbeans.XmlException {
318:                    return (org.w3.ns.wsdl.InterfaceOperationType) org.apache.xmlbeans.XmlBeans
319:                            .getContextTypeLoader().parse(xmlAsString, type,
320:                                    null);
321:                }
322:
323:                public static org.w3.ns.wsdl.InterfaceOperationType parse(
324:                        java.lang.String xmlAsString,
325:                        org.apache.xmlbeans.XmlOptions options)
326:                        throws org.apache.xmlbeans.XmlException {
327:                    return (org.w3.ns.wsdl.InterfaceOperationType) org.apache.xmlbeans.XmlBeans
328:                            .getContextTypeLoader().parse(xmlAsString, type,
329:                                    options);
330:                }
331:
332:                /** @param file the file from which to load an xml document */
333:                public static org.w3.ns.wsdl.InterfaceOperationType parse(
334:                        java.io.File file)
335:                        throws org.apache.xmlbeans.XmlException,
336:                        java.io.IOException {
337:                    return (org.w3.ns.wsdl.InterfaceOperationType) org.apache.xmlbeans.XmlBeans
338:                            .getContextTypeLoader().parse(file, type, null);
339:                }
340:
341:                public static org.w3.ns.wsdl.InterfaceOperationType parse(
342:                        java.io.File file,
343:                        org.apache.xmlbeans.XmlOptions options)
344:                        throws org.apache.xmlbeans.XmlException,
345:                        java.io.IOException {
346:                    return (org.w3.ns.wsdl.InterfaceOperationType) org.apache.xmlbeans.XmlBeans
347:                            .getContextTypeLoader().parse(file, type, options);
348:                }
349:
350:                public static org.w3.ns.wsdl.InterfaceOperationType parse(
351:                        java.net.URL u)
352:                        throws org.apache.xmlbeans.XmlException,
353:                        java.io.IOException {
354:                    return (org.w3.ns.wsdl.InterfaceOperationType) org.apache.xmlbeans.XmlBeans
355:                            .getContextTypeLoader().parse(u, type, null);
356:                }
357:
358:                public static org.w3.ns.wsdl.InterfaceOperationType parse(
359:                        java.net.URL u, org.apache.xmlbeans.XmlOptions options)
360:                        throws org.apache.xmlbeans.XmlException,
361:                        java.io.IOException {
362:                    return (org.w3.ns.wsdl.InterfaceOperationType) org.apache.xmlbeans.XmlBeans
363:                            .getContextTypeLoader().parse(u, type, options);
364:                }
365:
366:                public static org.w3.ns.wsdl.InterfaceOperationType parse(
367:                        java.io.InputStream is)
368:                        throws org.apache.xmlbeans.XmlException,
369:                        java.io.IOException {
370:                    return (org.w3.ns.wsdl.InterfaceOperationType) org.apache.xmlbeans.XmlBeans
371:                            .getContextTypeLoader().parse(is, type, null);
372:                }
373:
374:                public static org.w3.ns.wsdl.InterfaceOperationType parse(
375:                        java.io.InputStream is,
376:                        org.apache.xmlbeans.XmlOptions options)
377:                        throws org.apache.xmlbeans.XmlException,
378:                        java.io.IOException {
379:                    return (org.w3.ns.wsdl.InterfaceOperationType) org.apache.xmlbeans.XmlBeans
380:                            .getContextTypeLoader().parse(is, type, options);
381:                }
382:
383:                public static org.w3.ns.wsdl.InterfaceOperationType parse(
384:                        java.io.Reader r)
385:                        throws org.apache.xmlbeans.XmlException,
386:                        java.io.IOException {
387:                    return (org.w3.ns.wsdl.InterfaceOperationType) org.apache.xmlbeans.XmlBeans
388:                            .getContextTypeLoader().parse(r, type, null);
389:                }
390:
391:                public static org.w3.ns.wsdl.InterfaceOperationType parse(
392:                        java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
393:                        throws org.apache.xmlbeans.XmlException,
394:                        java.io.IOException {
395:                    return (org.w3.ns.wsdl.InterfaceOperationType) org.apache.xmlbeans.XmlBeans
396:                            .getContextTypeLoader().parse(r, type, options);
397:                }
398:
399:                public static org.w3.ns.wsdl.InterfaceOperationType parse(
400:                        javax.xml.stream.XMLStreamReader sr)
401:                        throws org.apache.xmlbeans.XmlException {
402:                    return (org.w3.ns.wsdl.InterfaceOperationType) org.apache.xmlbeans.XmlBeans
403:                            .getContextTypeLoader().parse(sr, type, null);
404:                }
405:
406:                public static org.w3.ns.wsdl.InterfaceOperationType parse(
407:                        javax.xml.stream.XMLStreamReader sr,
408:                        org.apache.xmlbeans.XmlOptions options)
409:                        throws org.apache.xmlbeans.XmlException {
410:                    return (org.w3.ns.wsdl.InterfaceOperationType) org.apache.xmlbeans.XmlBeans
411:                            .getContextTypeLoader().parse(sr, type, options);
412:                }
413:
414:                public static org.w3.ns.wsdl.InterfaceOperationType parse(
415:                        org.w3c.dom.Node node)
416:                        throws org.apache.xmlbeans.XmlException {
417:                    return (org.w3.ns.wsdl.InterfaceOperationType) org.apache.xmlbeans.XmlBeans
418:                            .getContextTypeLoader().parse(node, type, null);
419:                }
420:
421:                public static org.w3.ns.wsdl.InterfaceOperationType parse(
422:                        org.w3c.dom.Node node,
423:                        org.apache.xmlbeans.XmlOptions options)
424:                        throws org.apache.xmlbeans.XmlException {
425:                    return (org.w3.ns.wsdl.InterfaceOperationType) org.apache.xmlbeans.XmlBeans
426:                            .getContextTypeLoader().parse(node, type, options);
427:                }
428:
429:                /** @deprecated {@link XMLInputStream} */
430:                public static org.w3.ns.wsdl.InterfaceOperationType parse(
431:                        org.apache.xmlbeans.xml.stream.XMLInputStream xis)
432:                        throws org.apache.xmlbeans.XmlException,
433:                        org.apache.xmlbeans.xml.stream.XMLStreamException {
434:                    return (org.w3.ns.wsdl.InterfaceOperationType) org.apache.xmlbeans.XmlBeans
435:                            .getContextTypeLoader().parse(xis, type, null);
436:                }
437:
438:                /** @deprecated {@link XMLInputStream} */
439:                public static org.w3.ns.wsdl.InterfaceOperationType parse(
440:                        org.apache.xmlbeans.xml.stream.XMLInputStream xis,
441:                        org.apache.xmlbeans.XmlOptions options)
442:                        throws org.apache.xmlbeans.XmlException,
443:                        org.apache.xmlbeans.xml.stream.XMLStreamException {
444:                    return (org.w3.ns.wsdl.InterfaceOperationType) org.apache.xmlbeans.XmlBeans
445:                            .getContextTypeLoader().parse(xis, type, options);
446:                }
447:
448:                /** @deprecated {@link XMLInputStream} */
449:                public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(
450:                        org.apache.xmlbeans.xml.stream.XMLInputStream xis)
451:                        throws org.apache.xmlbeans.XmlException,
452:                        org.apache.xmlbeans.xml.stream.XMLStreamException {
453:                    return org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
454:                            .newValidatingXMLInputStream(xis, type, null);
455:                }
456:
457:                /** @deprecated {@link XMLInputStream} */
458:                public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(
459:                        org.apache.xmlbeans.xml.stream.XMLInputStream xis,
460:                        org.apache.xmlbeans.XmlOptions options)
461:                        throws org.apache.xmlbeans.XmlException,
462:                        org.apache.xmlbeans.xml.stream.XMLStreamException {
463:                    return org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
464:                            .newValidatingXMLInputStream(xis, type, options);
465:                }
466:
467:                private Factory() {
468:                } // No instance of this class allowed
469:            }
470:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.