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


001:        /*
002:         * XML Type:  dataAddressDef
003:         * Namespace: http://cbesb.bostechcorp.com/trn/1.0
004:         * Java type: com.bostechcorp.cbesb.trn.x10.DataAddressDef
005:         *
006:         * Automatically generated - do not modify.
007:         */
008:        package com.bostechcorp.cbesb.trn.x10;
009:
010:        /**
011:         * An XML dataAddressDef(@http://cbesb.bostechcorp.com/trn/1.0).
012:         *
013:         * This is a complex type.
014:         */
015:        public interface DataAddressDef extends org.apache.xmlbeans.XmlObject {
016:            public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) schema.system.s0B3B7136B4851F6C7339FF1D42F95F8A.TypeSystemHolder.typeSystem
017:                    .resolveHandle("dataaddressdefe5aftype");
018:
019:            /**
020:             * Gets the "type" attribute
021:             */
022:            java.lang.String getType();
023:
024:            /**
025:             * Gets (as xml) the "type" attribute
026:             */
027:            org.apache.xmlbeans.XmlString xgetType();
028:
029:            /**
030:             * Sets the "type" attribute
031:             */
032:            void setType(java.lang.String type);
033:
034:            /**
035:             * Sets (as xml) the "type" attribute
036:             */
037:            void xsetType(org.apache.xmlbeans.XmlString type);
038:
039:            /**
040:             * Gets the "name" attribute
041:             */
042:            java.lang.String getName();
043:
044:            /**
045:             * Gets (as xml) the "name" attribute
046:             */
047:            org.apache.xmlbeans.XmlString xgetName();
048:
049:            /**
050:             * True if has "name" attribute
051:             */
052:            boolean isSetName();
053:
054:            /**
055:             * Sets the "name" attribute
056:             */
057:            void setName(java.lang.String name);
058:
059:            /**
060:             * Sets (as xml) the "name" attribute
061:             */
062:            void xsetName(org.apache.xmlbeans.XmlString name);
063:
064:            /**
065:             * Unsets the "name" attribute
066:             */
067:            void unsetName();
068:
069:            /**
070:             * Gets the "path" attribute
071:             */
072:            java.lang.String getPath();
073:
074:            /**
075:             * Gets (as xml) the "path" attribute
076:             */
077:            org.apache.xmlbeans.XmlString xgetPath();
078:
079:            /**
080:             * True if has "path" attribute
081:             */
082:            boolean isSetPath();
083:
084:            /**
085:             * Sets the "path" attribute
086:             */
087:            void setPath(java.lang.String path);
088:
089:            /**
090:             * Sets (as xml) the "path" attribute
091:             */
092:            void xsetPath(org.apache.xmlbeans.XmlString path);
093:
094:            /**
095:             * Unsets the "path" attribute
096:             */
097:            void unsetPath();
098:
099:            /**
100:             * Gets the "value" attribute
101:             */
102:            java.lang.String getValue();
103:
104:            /**
105:             * Gets (as xml) the "value" attribute
106:             */
107:            org.apache.xmlbeans.XmlString xgetValue();
108:
109:            /**
110:             * True if has "value" attribute
111:             */
112:            boolean isSetValue();
113:
114:            /**
115:             * Sets the "value" attribute
116:             */
117:            void setValue(java.lang.String value);
118:
119:            /**
120:             * Sets (as xml) the "value" attribute
121:             */
122:            void xsetValue(org.apache.xmlbeans.XmlString value);
123:
124:            /**
125:             * Unsets the "value" attribute
126:             */
127:            void unsetValue();
128:
129:            /**
130:             * A factory class with static methods for creating instances
131:             * of this type.
132:             */
133:
134:            public static final class Factory {
135:                public static com.bostechcorp.cbesb.trn.x10.DataAddressDef newInstance() {
136:                    return (com.bostechcorp.cbesb.trn.x10.DataAddressDef) org.apache.xmlbeans.XmlBeans
137:                            .getContextTypeLoader().newInstance(type, null);
138:                }
139:
140:                public static com.bostechcorp.cbesb.trn.x10.DataAddressDef newInstance(
141:                        org.apache.xmlbeans.XmlOptions options) {
142:                    return (com.bostechcorp.cbesb.trn.x10.DataAddressDef) org.apache.xmlbeans.XmlBeans
143:                            .getContextTypeLoader().newInstance(type, options);
144:                }
145:
146:                public static com.bostechcorp.cbesb.trn.x10.DataAddressDef parse(
147:                        java.lang.String s)
148:                        throws org.apache.xmlbeans.XmlException {
149:                    return (com.bostechcorp.cbesb.trn.x10.DataAddressDef) org.apache.xmlbeans.XmlBeans
150:                            .getContextTypeLoader().parse(s, type, null);
151:                }
152:
153:                public static com.bostechcorp.cbesb.trn.x10.DataAddressDef parse(
154:                        java.lang.String s,
155:                        org.apache.xmlbeans.XmlOptions options)
156:                        throws org.apache.xmlbeans.XmlException {
157:                    return (com.bostechcorp.cbesb.trn.x10.DataAddressDef) org.apache.xmlbeans.XmlBeans
158:                            .getContextTypeLoader().parse(s, type, options);
159:                }
160:
161:                public static com.bostechcorp.cbesb.trn.x10.DataAddressDef parse(
162:                        java.io.File f)
163:                        throws org.apache.xmlbeans.XmlException,
164:                        java.io.IOException {
165:                    return (com.bostechcorp.cbesb.trn.x10.DataAddressDef) org.apache.xmlbeans.XmlBeans
166:                            .getContextTypeLoader().parse(f, type, null);
167:                }
168:
169:                public static com.bostechcorp.cbesb.trn.x10.DataAddressDef parse(
170:                        java.io.File f, org.apache.xmlbeans.XmlOptions options)
171:                        throws org.apache.xmlbeans.XmlException,
172:                        java.io.IOException {
173:                    return (com.bostechcorp.cbesb.trn.x10.DataAddressDef) org.apache.xmlbeans.XmlBeans
174:                            .getContextTypeLoader().parse(f, type, options);
175:                }
176:
177:                public static com.bostechcorp.cbesb.trn.x10.DataAddressDef parse(
178:                        java.net.URL u)
179:                        throws org.apache.xmlbeans.XmlException,
180:                        java.io.IOException {
181:                    return (com.bostechcorp.cbesb.trn.x10.DataAddressDef) org.apache.xmlbeans.XmlBeans
182:                            .getContextTypeLoader().parse(u, type, null);
183:                }
184:
185:                public static com.bostechcorp.cbesb.trn.x10.DataAddressDef parse(
186:                        java.net.URL u, org.apache.xmlbeans.XmlOptions options)
187:                        throws org.apache.xmlbeans.XmlException,
188:                        java.io.IOException {
189:                    return (com.bostechcorp.cbesb.trn.x10.DataAddressDef) org.apache.xmlbeans.XmlBeans
190:                            .getContextTypeLoader().parse(u, type, options);
191:                }
192:
193:                public static com.bostechcorp.cbesb.trn.x10.DataAddressDef parse(
194:                        java.io.InputStream is)
195:                        throws org.apache.xmlbeans.XmlException,
196:                        java.io.IOException {
197:                    return (com.bostechcorp.cbesb.trn.x10.DataAddressDef) org.apache.xmlbeans.XmlBeans
198:                            .getContextTypeLoader().parse(is, type, null);
199:                }
200:
201:                public static com.bostechcorp.cbesb.trn.x10.DataAddressDef parse(
202:                        java.io.InputStream is,
203:                        org.apache.xmlbeans.XmlOptions options)
204:                        throws org.apache.xmlbeans.XmlException,
205:                        java.io.IOException {
206:                    return (com.bostechcorp.cbesb.trn.x10.DataAddressDef) org.apache.xmlbeans.XmlBeans
207:                            .getContextTypeLoader().parse(is, type, options);
208:                }
209:
210:                public static com.bostechcorp.cbesb.trn.x10.DataAddressDef parse(
211:                        java.io.Reader r)
212:                        throws org.apache.xmlbeans.XmlException,
213:                        java.io.IOException {
214:                    return (com.bostechcorp.cbesb.trn.x10.DataAddressDef) org.apache.xmlbeans.XmlBeans
215:                            .getContextTypeLoader().parse(r, type, null);
216:                }
217:
218:                public static com.bostechcorp.cbesb.trn.x10.DataAddressDef parse(
219:                        java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
220:                        throws org.apache.xmlbeans.XmlException,
221:                        java.io.IOException {
222:                    return (com.bostechcorp.cbesb.trn.x10.DataAddressDef) org.apache.xmlbeans.XmlBeans
223:                            .getContextTypeLoader().parse(r, type, options);
224:                }
225:
226:                public static com.bostechcorp.cbesb.trn.x10.DataAddressDef parse(
227:                        org.w3c.dom.Node node)
228:                        throws org.apache.xmlbeans.XmlException {
229:                    return (com.bostechcorp.cbesb.trn.x10.DataAddressDef) org.apache.xmlbeans.XmlBeans
230:                            .getContextTypeLoader().parse(node, type, null);
231:                }
232:
233:                public static com.bostechcorp.cbesb.trn.x10.DataAddressDef parse(
234:                        org.w3c.dom.Node node,
235:                        org.apache.xmlbeans.XmlOptions options)
236:                        throws org.apache.xmlbeans.XmlException {
237:                    return (com.bostechcorp.cbesb.trn.x10.DataAddressDef) org.apache.xmlbeans.XmlBeans
238:                            .getContextTypeLoader().parse(node, type, options);
239:                }
240:
241:                public static com.bostechcorp.cbesb.trn.x10.DataAddressDef parse(
242:                        org.apache.xmlbeans.xml.stream.XMLInputStream xis)
243:                        throws org.apache.xmlbeans.XmlException,
244:                        org.apache.xmlbeans.xml.stream.XMLStreamException {
245:                    return (com.bostechcorp.cbesb.trn.x10.DataAddressDef) org.apache.xmlbeans.XmlBeans
246:                            .getContextTypeLoader().parse(xis, type, null);
247:                }
248:
249:                public static com.bostechcorp.cbesb.trn.x10.DataAddressDef parse(
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 (com.bostechcorp.cbesb.trn.x10.DataAddressDef) org.apache.xmlbeans.XmlBeans
255:                            .getContextTypeLoader().parse(xis, type, options);
256:                }
257:
258:                public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(
259:                        org.apache.xmlbeans.xml.stream.XMLInputStream xis)
260:                        throws org.apache.xmlbeans.XmlException,
261:                        org.apache.xmlbeans.xml.stream.XMLStreamException {
262:                    return org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
263:                            .newValidatingXMLInputStream(xis, type, null);
264:                }
265:
266:                public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(
267:                        org.apache.xmlbeans.xml.stream.XMLInputStream xis,
268:                        org.apache.xmlbeans.XmlOptions options)
269:                        throws org.apache.xmlbeans.XmlException,
270:                        org.apache.xmlbeans.xml.stream.XMLStreamException {
271:                    return org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
272:                            .newValidatingXMLInputStream(xis, type, options);
273:                }
274:
275:                private Factory() {
276:                } // No instance of this class allowed
277:            }
278:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.