Source Code Cross Referenced for MessageRefType.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:  MessageRefType
003:         * Namespace: http://www.w3.org/ns/wsdl
004:         * Java type: org.w3.ns.wsdl.MessageRefType
005:         *
006:         * Automatically generated - do not modify.
007:         */
008:        package org.w3.ns.wsdl;
009:
010:        /**
011:         * An XML MessageRefType(@http://www.w3.org/ns/wsdl).
012:         *
013:         * This is a complex type.
014:         */
015:        public interface MessageRefType 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:                            MessageRefType.class.getClassLoader(),
020:                            "schemaorg_apache_xmlbeans.system.s2EAECD9BB08C57F25B7B261051DD8E7E")
021:                    .resolveHandle("messagereftype12e9type");
022:
023:            /**
024:             * Gets the "messageLabel" attribute
025:             */
026:            java.lang.String getMessageLabel();
027:
028:            /**
029:             * Gets (as xml) the "messageLabel" attribute
030:             */
031:            org.apache.xmlbeans.XmlNCName xgetMessageLabel();
032:
033:            /**
034:             * True if has "messageLabel" attribute
035:             */
036:            boolean isSetMessageLabel();
037:
038:            /**
039:             * Sets the "messageLabel" attribute
040:             */
041:            void setMessageLabel(java.lang.String messageLabel);
042:
043:            /**
044:             * Sets (as xml) the "messageLabel" attribute
045:             */
046:            void xsetMessageLabel(org.apache.xmlbeans.XmlNCName messageLabel);
047:
048:            /**
049:             * Unsets the "messageLabel" attribute
050:             */
051:            void unsetMessageLabel();
052:
053:            /**
054:             * Gets the "element" attribute
055:             */
056:            java.lang.Object getElement();
057:
058:            /**
059:             * Gets (as xml) the "element" attribute
060:             */
061:            org.w3.ns.wsdl.ElementReferenceType xgetElement();
062:
063:            /**
064:             * True if has "element" attribute
065:             */
066:            boolean isSetElement();
067:
068:            /**
069:             * Sets the "element" attribute
070:             */
071:            void setElement(java.lang.Object element);
072:
073:            /**
074:             * Sets (as xml) the "element" attribute
075:             */
076:            void xsetElement(org.w3.ns.wsdl.ElementReferenceType element);
077:
078:            /**
079:             * Unsets the "element" attribute
080:             */
081:            void unsetElement();
082:
083:            /**
084:             * A factory class with static methods for creating instances
085:             * of this type.
086:             */
087:
088:            public static final class Factory {
089:                public static org.w3.ns.wsdl.MessageRefType newInstance() {
090:                    return (org.w3.ns.wsdl.MessageRefType) org.apache.xmlbeans.XmlBeans
091:                            .getContextTypeLoader().newInstance(type, null);
092:                }
093:
094:                public static org.w3.ns.wsdl.MessageRefType newInstance(
095:                        org.apache.xmlbeans.XmlOptions options) {
096:                    return (org.w3.ns.wsdl.MessageRefType) org.apache.xmlbeans.XmlBeans
097:                            .getContextTypeLoader().newInstance(type, options);
098:                }
099:
100:                /** @param xmlAsString the string value to parse */
101:                public static org.w3.ns.wsdl.MessageRefType parse(
102:                        java.lang.String xmlAsString)
103:                        throws org.apache.xmlbeans.XmlException {
104:                    return (org.w3.ns.wsdl.MessageRefType) org.apache.xmlbeans.XmlBeans
105:                            .getContextTypeLoader().parse(xmlAsString, type,
106:                                    null);
107:                }
108:
109:                public static org.w3.ns.wsdl.MessageRefType parse(
110:                        java.lang.String xmlAsString,
111:                        org.apache.xmlbeans.XmlOptions options)
112:                        throws org.apache.xmlbeans.XmlException {
113:                    return (org.w3.ns.wsdl.MessageRefType) org.apache.xmlbeans.XmlBeans
114:                            .getContextTypeLoader().parse(xmlAsString, type,
115:                                    options);
116:                }
117:
118:                /** @param file the file from which to load an xml document */
119:                public static org.w3.ns.wsdl.MessageRefType parse(
120:                        java.io.File file)
121:                        throws org.apache.xmlbeans.XmlException,
122:                        java.io.IOException {
123:                    return (org.w3.ns.wsdl.MessageRefType) org.apache.xmlbeans.XmlBeans
124:                            .getContextTypeLoader().parse(file, type, null);
125:                }
126:
127:                public static org.w3.ns.wsdl.MessageRefType parse(
128:                        java.io.File file,
129:                        org.apache.xmlbeans.XmlOptions options)
130:                        throws org.apache.xmlbeans.XmlException,
131:                        java.io.IOException {
132:                    return (org.w3.ns.wsdl.MessageRefType) org.apache.xmlbeans.XmlBeans
133:                            .getContextTypeLoader().parse(file, type, options);
134:                }
135:
136:                public static org.w3.ns.wsdl.MessageRefType parse(java.net.URL u)
137:                        throws org.apache.xmlbeans.XmlException,
138:                        java.io.IOException {
139:                    return (org.w3.ns.wsdl.MessageRefType) org.apache.xmlbeans.XmlBeans
140:                            .getContextTypeLoader().parse(u, type, null);
141:                }
142:
143:                public static org.w3.ns.wsdl.MessageRefType parse(
144:                        java.net.URL u, org.apache.xmlbeans.XmlOptions options)
145:                        throws org.apache.xmlbeans.XmlException,
146:                        java.io.IOException {
147:                    return (org.w3.ns.wsdl.MessageRefType) org.apache.xmlbeans.XmlBeans
148:                            .getContextTypeLoader().parse(u, type, options);
149:                }
150:
151:                public static org.w3.ns.wsdl.MessageRefType parse(
152:                        java.io.InputStream is)
153:                        throws org.apache.xmlbeans.XmlException,
154:                        java.io.IOException {
155:                    return (org.w3.ns.wsdl.MessageRefType) org.apache.xmlbeans.XmlBeans
156:                            .getContextTypeLoader().parse(is, type, null);
157:                }
158:
159:                public static org.w3.ns.wsdl.MessageRefType parse(
160:                        java.io.InputStream is,
161:                        org.apache.xmlbeans.XmlOptions options)
162:                        throws org.apache.xmlbeans.XmlException,
163:                        java.io.IOException {
164:                    return (org.w3.ns.wsdl.MessageRefType) org.apache.xmlbeans.XmlBeans
165:                            .getContextTypeLoader().parse(is, type, options);
166:                }
167:
168:                public static org.w3.ns.wsdl.MessageRefType parse(
169:                        java.io.Reader r)
170:                        throws org.apache.xmlbeans.XmlException,
171:                        java.io.IOException {
172:                    return (org.w3.ns.wsdl.MessageRefType) org.apache.xmlbeans.XmlBeans
173:                            .getContextTypeLoader().parse(r, type, null);
174:                }
175:
176:                public static org.w3.ns.wsdl.MessageRefType parse(
177:                        java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
178:                        throws org.apache.xmlbeans.XmlException,
179:                        java.io.IOException {
180:                    return (org.w3.ns.wsdl.MessageRefType) org.apache.xmlbeans.XmlBeans
181:                            .getContextTypeLoader().parse(r, type, options);
182:                }
183:
184:                public static org.w3.ns.wsdl.MessageRefType parse(
185:                        javax.xml.stream.XMLStreamReader sr)
186:                        throws org.apache.xmlbeans.XmlException {
187:                    return (org.w3.ns.wsdl.MessageRefType) org.apache.xmlbeans.XmlBeans
188:                            .getContextTypeLoader().parse(sr, type, null);
189:                }
190:
191:                public static org.w3.ns.wsdl.MessageRefType parse(
192:                        javax.xml.stream.XMLStreamReader sr,
193:                        org.apache.xmlbeans.XmlOptions options)
194:                        throws org.apache.xmlbeans.XmlException {
195:                    return (org.w3.ns.wsdl.MessageRefType) org.apache.xmlbeans.XmlBeans
196:                            .getContextTypeLoader().parse(sr, type, options);
197:                }
198:
199:                public static org.w3.ns.wsdl.MessageRefType parse(
200:                        org.w3c.dom.Node node)
201:                        throws org.apache.xmlbeans.XmlException {
202:                    return (org.w3.ns.wsdl.MessageRefType) org.apache.xmlbeans.XmlBeans
203:                            .getContextTypeLoader().parse(node, type, null);
204:                }
205:
206:                public static org.w3.ns.wsdl.MessageRefType parse(
207:                        org.w3c.dom.Node node,
208:                        org.apache.xmlbeans.XmlOptions options)
209:                        throws org.apache.xmlbeans.XmlException {
210:                    return (org.w3.ns.wsdl.MessageRefType) org.apache.xmlbeans.XmlBeans
211:                            .getContextTypeLoader().parse(node, type, options);
212:                }
213:
214:                /** @deprecated {@link XMLInputStream} */
215:                public static org.w3.ns.wsdl.MessageRefType parse(
216:                        org.apache.xmlbeans.xml.stream.XMLInputStream xis)
217:                        throws org.apache.xmlbeans.XmlException,
218:                        org.apache.xmlbeans.xml.stream.XMLStreamException {
219:                    return (org.w3.ns.wsdl.MessageRefType) org.apache.xmlbeans.XmlBeans
220:                            .getContextTypeLoader().parse(xis, type, null);
221:                }
222:
223:                /** @deprecated {@link XMLInputStream} */
224:                public static org.w3.ns.wsdl.MessageRefType parse(
225:                        org.apache.xmlbeans.xml.stream.XMLInputStream xis,
226:                        org.apache.xmlbeans.XmlOptions options)
227:                        throws org.apache.xmlbeans.XmlException,
228:                        org.apache.xmlbeans.xml.stream.XMLStreamException {
229:                    return (org.w3.ns.wsdl.MessageRefType) org.apache.xmlbeans.XmlBeans
230:                            .getContextTypeLoader().parse(xis, type, options);
231:                }
232:
233:                /** @deprecated {@link XMLInputStream} */
234:                public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(
235:                        org.apache.xmlbeans.xml.stream.XMLInputStream xis)
236:                        throws org.apache.xmlbeans.XmlException,
237:                        org.apache.xmlbeans.xml.stream.XMLStreamException {
238:                    return org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
239:                            .newValidatingXMLInputStream(xis, type, null);
240:                }
241:
242:                /** @deprecated {@link XMLInputStream} */
243:                public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(
244:                        org.apache.xmlbeans.xml.stream.XMLInputStream xis,
245:                        org.apache.xmlbeans.XmlOptions options)
246:                        throws org.apache.xmlbeans.XmlException,
247:                        org.apache.xmlbeans.xml.stream.XMLStreamException {
248:                    return org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
249:                            .newValidatingXMLInputStream(xis, type, options);
250:                }
251:
252:                private Factory() {
253:                } // No instance of this class allowed
254:            }
255:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.