Source Code Cross Referenced for EmployeeType.java in  » J2EE » enhydra » org » apache » xmlbeans » samples » xquery » employees » 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 » J2EE » enhydra » org.apache.xmlbeans.samples.xquery.employees 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


001:        /*
002:         * XML Type:  employeeType
003:         * Namespace: http://xmlbeans.apache.org/samples/xquery/employees
004:         * Java type: org.apache.xmlbeans.samples.xquery.employees.EmployeeType
005:         *
006:         * Automatically generated - do not modify.
007:         */
008:        package org.apache.xmlbeans.samples.xquery.employees;
009:
010:        /**
011:         * An XML employeeType(@http://xmlbeans.apache.org/samples/xquery/employees).
012:         *
013:         * This is a complex type.
014:         */
015:        public interface EmployeeType extends org.apache.xmlbeans.XmlObject {
016:            public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) org.apache.xmlbeans.XmlBeans
017:                    .typeSystemForClassLoader(
018:                            EmployeeType.class.getClassLoader(),
019:                            "schemaorg_apache_xmlbeans.system.sD4FB2ECA19277E984CA2AB92FEEBD267")
020:                    .resolveHandle("employeetype5e98type");
021:
022:            /**
023:             * Gets the "name" element
024:             */
025:            java.lang.String getName();
026:
027:            /**
028:             * Gets (as xml) the "name" element
029:             */
030:            org.apache.xmlbeans.XmlString xgetName();
031:
032:            /**
033:             * Sets the "name" element
034:             */
035:            void setName(java.lang.String name);
036:
037:            /**
038:             * Sets (as xml) the "name" element
039:             */
040:            void xsetName(org.apache.xmlbeans.XmlString name);
041:
042:            /**
043:             * Gets array of all "address" elements
044:             */
045:            org.apache.xmlbeans.samples.xquery.employees.AddressType[] getAddressArray();
046:
047:            /**
048:             * Gets ith "address" element
049:             */
050:            org.apache.xmlbeans.samples.xquery.employees.AddressType getAddressArray(
051:                    int i);
052:
053:            /**
054:             * Returns number of "address" element
055:             */
056:            int sizeOfAddressArray();
057:
058:            /**
059:             * Sets array of all "address" element
060:             */
061:            void setAddressArray(
062:                    org.apache.xmlbeans.samples.xquery.employees.AddressType[] addressArray);
063:
064:            /**
065:             * Sets ith "address" element
066:             */
067:            void setAddressArray(
068:                    int i,
069:                    org.apache.xmlbeans.samples.xquery.employees.AddressType address);
070:
071:            /**
072:             * Inserts and returns a new empty value (as xml) as the ith "address" element
073:             */
074:            org.apache.xmlbeans.samples.xquery.employees.AddressType insertNewAddress(
075:                    int i);
076:
077:            /**
078:             * Appends and returns a new empty value (as xml) as the last "address" element
079:             */
080:            org.apache.xmlbeans.samples.xquery.employees.AddressType addNewAddress();
081:
082:            /**
083:             * Removes the ith "address" element
084:             */
085:            void removeAddress(int i);
086:
087:            /**
088:             * Gets array of all "phone" elements
089:             */
090:            org.apache.xmlbeans.samples.xquery.employees.PhoneType[] getPhoneArray();
091:
092:            /**
093:             * Gets ith "phone" element
094:             */
095:            org.apache.xmlbeans.samples.xquery.employees.PhoneType getPhoneArray(
096:                    int i);
097:
098:            /**
099:             * Returns number of "phone" element
100:             */
101:            int sizeOfPhoneArray();
102:
103:            /**
104:             * Sets array of all "phone" element
105:             */
106:            void setPhoneArray(
107:                    org.apache.xmlbeans.samples.xquery.employees.PhoneType[] phoneArray);
108:
109:            /**
110:             * Sets ith "phone" element
111:             */
112:            void setPhoneArray(int i,
113:                    org.apache.xmlbeans.samples.xquery.employees.PhoneType phone);
114:
115:            /**
116:             * Inserts and returns a new empty value (as xml) as the ith "phone" element
117:             */
118:            org.apache.xmlbeans.samples.xquery.employees.PhoneType insertNewPhone(
119:                    int i);
120:
121:            /**
122:             * Appends and returns a new empty value (as xml) as the last "phone" element
123:             */
124:            org.apache.xmlbeans.samples.xquery.employees.PhoneType addNewPhone();
125:
126:            /**
127:             * Removes the ith "phone" element
128:             */
129:            void removePhone(int i);
130:
131:            /**
132:             * A factory class with static methods for creating instances
133:             * of this type.
134:             */
135:
136:            public static final class Factory {
137:                public static org.apache.xmlbeans.samples.xquery.employees.EmployeeType newInstance() {
138:                    return (org.apache.xmlbeans.samples.xquery.employees.EmployeeType) org.apache.xmlbeans.XmlBeans
139:                            .getContextTypeLoader().newInstance(type, null);
140:                }
141:
142:                public static org.apache.xmlbeans.samples.xquery.employees.EmployeeType newInstance(
143:                        org.apache.xmlbeans.XmlOptions options) {
144:                    return (org.apache.xmlbeans.samples.xquery.employees.EmployeeType) org.apache.xmlbeans.XmlBeans
145:                            .getContextTypeLoader().newInstance(type, options);
146:                }
147:
148:                /** @param xmlAsString the string value to parse */
149:                public static org.apache.xmlbeans.samples.xquery.employees.EmployeeType parse(
150:                        java.lang.String xmlAsString)
151:                        throws org.apache.xmlbeans.XmlException {
152:                    return (org.apache.xmlbeans.samples.xquery.employees.EmployeeType) org.apache.xmlbeans.XmlBeans
153:                            .getContextTypeLoader().parse(xmlAsString, type,
154:                                    null);
155:                }
156:
157:                public static org.apache.xmlbeans.samples.xquery.employees.EmployeeType parse(
158:                        java.lang.String xmlAsString,
159:                        org.apache.xmlbeans.XmlOptions options)
160:                        throws org.apache.xmlbeans.XmlException {
161:                    return (org.apache.xmlbeans.samples.xquery.employees.EmployeeType) org.apache.xmlbeans.XmlBeans
162:                            .getContextTypeLoader().parse(xmlAsString, type,
163:                                    options);
164:                }
165:
166:                /** @param file the file from which to load an xml document */
167:                public static org.apache.xmlbeans.samples.xquery.employees.EmployeeType parse(
168:                        java.io.File file)
169:                        throws org.apache.xmlbeans.XmlException,
170:                        java.io.IOException {
171:                    return (org.apache.xmlbeans.samples.xquery.employees.EmployeeType) org.apache.xmlbeans.XmlBeans
172:                            .getContextTypeLoader().parse(file, type, null);
173:                }
174:
175:                public static org.apache.xmlbeans.samples.xquery.employees.EmployeeType parse(
176:                        java.io.File file,
177:                        org.apache.xmlbeans.XmlOptions options)
178:                        throws org.apache.xmlbeans.XmlException,
179:                        java.io.IOException {
180:                    return (org.apache.xmlbeans.samples.xquery.employees.EmployeeType) org.apache.xmlbeans.XmlBeans
181:                            .getContextTypeLoader().parse(file, type, options);
182:                }
183:
184:                public static org.apache.xmlbeans.samples.xquery.employees.EmployeeType parse(
185:                        java.net.URL u)
186:                        throws org.apache.xmlbeans.XmlException,
187:                        java.io.IOException {
188:                    return (org.apache.xmlbeans.samples.xquery.employees.EmployeeType) org.apache.xmlbeans.XmlBeans
189:                            .getContextTypeLoader().parse(u, type, null);
190:                }
191:
192:                public static org.apache.xmlbeans.samples.xquery.employees.EmployeeType parse(
193:                        java.net.URL u, org.apache.xmlbeans.XmlOptions options)
194:                        throws org.apache.xmlbeans.XmlException,
195:                        java.io.IOException {
196:                    return (org.apache.xmlbeans.samples.xquery.employees.EmployeeType) org.apache.xmlbeans.XmlBeans
197:                            .getContextTypeLoader().parse(u, type, options);
198:                }
199:
200:                public static org.apache.xmlbeans.samples.xquery.employees.EmployeeType parse(
201:                        java.io.InputStream is)
202:                        throws org.apache.xmlbeans.XmlException,
203:                        java.io.IOException {
204:                    return (org.apache.xmlbeans.samples.xquery.employees.EmployeeType) org.apache.xmlbeans.XmlBeans
205:                            .getContextTypeLoader().parse(is, type, null);
206:                }
207:
208:                public static org.apache.xmlbeans.samples.xquery.employees.EmployeeType parse(
209:                        java.io.InputStream is,
210:                        org.apache.xmlbeans.XmlOptions options)
211:                        throws org.apache.xmlbeans.XmlException,
212:                        java.io.IOException {
213:                    return (org.apache.xmlbeans.samples.xquery.employees.EmployeeType) org.apache.xmlbeans.XmlBeans
214:                            .getContextTypeLoader().parse(is, type, options);
215:                }
216:
217:                public static org.apache.xmlbeans.samples.xquery.employees.EmployeeType parse(
218:                        java.io.Reader r)
219:                        throws org.apache.xmlbeans.XmlException,
220:                        java.io.IOException {
221:                    return (org.apache.xmlbeans.samples.xquery.employees.EmployeeType) org.apache.xmlbeans.XmlBeans
222:                            .getContextTypeLoader().parse(r, type, null);
223:                }
224:
225:                public static org.apache.xmlbeans.samples.xquery.employees.EmployeeType parse(
226:                        java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
227:                        throws org.apache.xmlbeans.XmlException,
228:                        java.io.IOException {
229:                    return (org.apache.xmlbeans.samples.xquery.employees.EmployeeType) org.apache.xmlbeans.XmlBeans
230:                            .getContextTypeLoader().parse(r, type, options);
231:                }
232:
233:                public static org.apache.xmlbeans.samples.xquery.employees.EmployeeType parse(
234:                        javax.xml.stream.XMLStreamReader sr)
235:                        throws org.apache.xmlbeans.XmlException {
236:                    return (org.apache.xmlbeans.samples.xquery.employees.EmployeeType) org.apache.xmlbeans.XmlBeans
237:                            .getContextTypeLoader().parse(sr, type, null);
238:                }
239:
240:                public static org.apache.xmlbeans.samples.xquery.employees.EmployeeType parse(
241:                        javax.xml.stream.XMLStreamReader sr,
242:                        org.apache.xmlbeans.XmlOptions options)
243:                        throws org.apache.xmlbeans.XmlException {
244:                    return (org.apache.xmlbeans.samples.xquery.employees.EmployeeType) org.apache.xmlbeans.XmlBeans
245:                            .getContextTypeLoader().parse(sr, type, options);
246:                }
247:
248:                public static org.apache.xmlbeans.samples.xquery.employees.EmployeeType parse(
249:                        org.w3c.dom.Node node)
250:                        throws org.apache.xmlbeans.XmlException {
251:                    return (org.apache.xmlbeans.samples.xquery.employees.EmployeeType) org.apache.xmlbeans.XmlBeans
252:                            .getContextTypeLoader().parse(node, type, null);
253:                }
254:
255:                public static org.apache.xmlbeans.samples.xquery.employees.EmployeeType parse(
256:                        org.w3c.dom.Node node,
257:                        org.apache.xmlbeans.XmlOptions options)
258:                        throws org.apache.xmlbeans.XmlException {
259:                    return (org.apache.xmlbeans.samples.xquery.employees.EmployeeType) org.apache.xmlbeans.XmlBeans
260:                            .getContextTypeLoader().parse(node, type, options);
261:                }
262:
263:                /** @deprecated {@link XMLInputStream} */
264:                public static org.apache.xmlbeans.samples.xquery.employees.EmployeeType parse(
265:                        org.apache.xmlbeans.xml.stream.XMLInputStream xis)
266:                        throws org.apache.xmlbeans.XmlException,
267:                        org.apache.xmlbeans.xml.stream.XMLStreamException {
268:                    return (org.apache.xmlbeans.samples.xquery.employees.EmployeeType) org.apache.xmlbeans.XmlBeans
269:                            .getContextTypeLoader().parse(xis, type, null);
270:                }
271:
272:                /** @deprecated {@link XMLInputStream} */
273:                public static org.apache.xmlbeans.samples.xquery.employees.EmployeeType parse(
274:                        org.apache.xmlbeans.xml.stream.XMLInputStream xis,
275:                        org.apache.xmlbeans.XmlOptions options)
276:                        throws org.apache.xmlbeans.XmlException,
277:                        org.apache.xmlbeans.xml.stream.XMLStreamException {
278:                    return (org.apache.xmlbeans.samples.xquery.employees.EmployeeType) org.apache.xmlbeans.XmlBeans
279:                            .getContextTypeLoader().parse(xis, type, options);
280:                }
281:
282:                /** @deprecated {@link XMLInputStream} */
283:                public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(
284:                        org.apache.xmlbeans.xml.stream.XMLInputStream xis)
285:                        throws org.apache.xmlbeans.XmlException,
286:                        org.apache.xmlbeans.xml.stream.XMLStreamException {
287:                    return org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
288:                            .newValidatingXMLInputStream(xis, type, null);
289:                }
290:
291:                /** @deprecated {@link XMLInputStream} */
292:                public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(
293:                        org.apache.xmlbeans.xml.stream.XMLInputStream xis,
294:                        org.apache.xmlbeans.XmlOptions options)
295:                        throws org.apache.xmlbeans.XmlException,
296:                        org.apache.xmlbeans.xml.stream.XMLStreamException {
297:                    return org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
298:                            .newValidatingXMLInputStream(xis, type, options);
299:                }
300:
301:                private Factory() {
302:                } // No instance of this class allowed
303:            }
304:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.