Source Code Cross Referenced for PhoneType.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:  phoneType
003:         * Namespace: http://xmlbeans.apache.org/samples/xquery/employees
004:         * Java type: org.apache.xmlbeans.samples.xquery.employees.PhoneType
005:         *
006:         * Automatically generated - do not modify.
007:         */
008:        package org.apache.xmlbeans.samples.xquery.employees;
009:
010:        /**
011:         * An XML phoneType(@http://xmlbeans.apache.org/samples/xquery/employees).
012:         *
013:         * This is an atomic type that is a restriction of org.apache.xmlbeans.samples.xquery.employees.PhoneType.
014:         */
015:        public interface PhoneType extends org.apache.xmlbeans.XmlString {
016:            public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) org.apache.xmlbeans.XmlBeans
017:                    .typeSystemForClassLoader(PhoneType.class.getClassLoader(),
018:                            "schemaorg_apache_xmlbeans.system.sD4FB2ECA19277E984CA2AB92FEEBD267")
019:                    .resolveHandle("phonetype3126type");
020:
021:            /**
022:             * Gets the "location" attribute
023:             */
024:            java.lang.String getLocation();
025:
026:            /**
027:             * Gets (as xml) the "location" attribute
028:             */
029:            org.apache.xmlbeans.XmlNCName xgetLocation();
030:
031:            /**
032:             * Sets the "location" attribute
033:             */
034:            void setLocation(java.lang.String location);
035:
036:            /**
037:             * Sets (as xml) the "location" attribute
038:             */
039:            void xsetLocation(org.apache.xmlbeans.XmlNCName location);
040:
041:            /**
042:             * A factory class with static methods for creating instances
043:             * of this type.
044:             */
045:
046:            public static final class Factory {
047:                public static org.apache.xmlbeans.samples.xquery.employees.PhoneType newInstance() {
048:                    return (org.apache.xmlbeans.samples.xquery.employees.PhoneType) org.apache.xmlbeans.XmlBeans
049:                            .getContextTypeLoader().newInstance(type, null);
050:                }
051:
052:                public static org.apache.xmlbeans.samples.xquery.employees.PhoneType newInstance(
053:                        org.apache.xmlbeans.XmlOptions options) {
054:                    return (org.apache.xmlbeans.samples.xquery.employees.PhoneType) org.apache.xmlbeans.XmlBeans
055:                            .getContextTypeLoader().newInstance(type, options);
056:                }
057:
058:                /** @param xmlAsString the string value to parse */
059:                public static org.apache.xmlbeans.samples.xquery.employees.PhoneType parse(
060:                        java.lang.String xmlAsString)
061:                        throws org.apache.xmlbeans.XmlException {
062:                    return (org.apache.xmlbeans.samples.xquery.employees.PhoneType) org.apache.xmlbeans.XmlBeans
063:                            .getContextTypeLoader().parse(xmlAsString, type,
064:                                    null);
065:                }
066:
067:                public static org.apache.xmlbeans.samples.xquery.employees.PhoneType parse(
068:                        java.lang.String xmlAsString,
069:                        org.apache.xmlbeans.XmlOptions options)
070:                        throws org.apache.xmlbeans.XmlException {
071:                    return (org.apache.xmlbeans.samples.xquery.employees.PhoneType) org.apache.xmlbeans.XmlBeans
072:                            .getContextTypeLoader().parse(xmlAsString, type,
073:                                    options);
074:                }
075:
076:                /** @param file the file from which to load an xml document */
077:                public static org.apache.xmlbeans.samples.xquery.employees.PhoneType parse(
078:                        java.io.File file)
079:                        throws org.apache.xmlbeans.XmlException,
080:                        java.io.IOException {
081:                    return (org.apache.xmlbeans.samples.xquery.employees.PhoneType) org.apache.xmlbeans.XmlBeans
082:                            .getContextTypeLoader().parse(file, type, null);
083:                }
084:
085:                public static org.apache.xmlbeans.samples.xquery.employees.PhoneType parse(
086:                        java.io.File file,
087:                        org.apache.xmlbeans.XmlOptions options)
088:                        throws org.apache.xmlbeans.XmlException,
089:                        java.io.IOException {
090:                    return (org.apache.xmlbeans.samples.xquery.employees.PhoneType) org.apache.xmlbeans.XmlBeans
091:                            .getContextTypeLoader().parse(file, type, options);
092:                }
093:
094:                public static org.apache.xmlbeans.samples.xquery.employees.PhoneType parse(
095:                        java.net.URL u)
096:                        throws org.apache.xmlbeans.XmlException,
097:                        java.io.IOException {
098:                    return (org.apache.xmlbeans.samples.xquery.employees.PhoneType) org.apache.xmlbeans.XmlBeans
099:                            .getContextTypeLoader().parse(u, type, null);
100:                }
101:
102:                public static org.apache.xmlbeans.samples.xquery.employees.PhoneType parse(
103:                        java.net.URL u, org.apache.xmlbeans.XmlOptions options)
104:                        throws org.apache.xmlbeans.XmlException,
105:                        java.io.IOException {
106:                    return (org.apache.xmlbeans.samples.xquery.employees.PhoneType) org.apache.xmlbeans.XmlBeans
107:                            .getContextTypeLoader().parse(u, type, options);
108:                }
109:
110:                public static org.apache.xmlbeans.samples.xquery.employees.PhoneType parse(
111:                        java.io.InputStream is)
112:                        throws org.apache.xmlbeans.XmlException,
113:                        java.io.IOException {
114:                    return (org.apache.xmlbeans.samples.xquery.employees.PhoneType) org.apache.xmlbeans.XmlBeans
115:                            .getContextTypeLoader().parse(is, type, null);
116:                }
117:
118:                public static org.apache.xmlbeans.samples.xquery.employees.PhoneType parse(
119:                        java.io.InputStream is,
120:                        org.apache.xmlbeans.XmlOptions options)
121:                        throws org.apache.xmlbeans.XmlException,
122:                        java.io.IOException {
123:                    return (org.apache.xmlbeans.samples.xquery.employees.PhoneType) org.apache.xmlbeans.XmlBeans
124:                            .getContextTypeLoader().parse(is, type, options);
125:                }
126:
127:                public static org.apache.xmlbeans.samples.xquery.employees.PhoneType parse(
128:                        java.io.Reader r)
129:                        throws org.apache.xmlbeans.XmlException,
130:                        java.io.IOException {
131:                    return (org.apache.xmlbeans.samples.xquery.employees.PhoneType) org.apache.xmlbeans.XmlBeans
132:                            .getContextTypeLoader().parse(r, type, null);
133:                }
134:
135:                public static org.apache.xmlbeans.samples.xquery.employees.PhoneType parse(
136:                        java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
137:                        throws org.apache.xmlbeans.XmlException,
138:                        java.io.IOException {
139:                    return (org.apache.xmlbeans.samples.xquery.employees.PhoneType) org.apache.xmlbeans.XmlBeans
140:                            .getContextTypeLoader().parse(r, type, options);
141:                }
142:
143:                public static org.apache.xmlbeans.samples.xquery.employees.PhoneType parse(
144:                        javax.xml.stream.XMLStreamReader sr)
145:                        throws org.apache.xmlbeans.XmlException {
146:                    return (org.apache.xmlbeans.samples.xquery.employees.PhoneType) org.apache.xmlbeans.XmlBeans
147:                            .getContextTypeLoader().parse(sr, type, null);
148:                }
149:
150:                public static org.apache.xmlbeans.samples.xquery.employees.PhoneType parse(
151:                        javax.xml.stream.XMLStreamReader sr,
152:                        org.apache.xmlbeans.XmlOptions options)
153:                        throws org.apache.xmlbeans.XmlException {
154:                    return (org.apache.xmlbeans.samples.xquery.employees.PhoneType) org.apache.xmlbeans.XmlBeans
155:                            .getContextTypeLoader().parse(sr, type, options);
156:                }
157:
158:                public static org.apache.xmlbeans.samples.xquery.employees.PhoneType parse(
159:                        org.w3c.dom.Node node)
160:                        throws org.apache.xmlbeans.XmlException {
161:                    return (org.apache.xmlbeans.samples.xquery.employees.PhoneType) org.apache.xmlbeans.XmlBeans
162:                            .getContextTypeLoader().parse(node, type, null);
163:                }
164:
165:                public static org.apache.xmlbeans.samples.xquery.employees.PhoneType parse(
166:                        org.w3c.dom.Node node,
167:                        org.apache.xmlbeans.XmlOptions options)
168:                        throws org.apache.xmlbeans.XmlException {
169:                    return (org.apache.xmlbeans.samples.xquery.employees.PhoneType) org.apache.xmlbeans.XmlBeans
170:                            .getContextTypeLoader().parse(node, type, options);
171:                }
172:
173:                /** @deprecated {@link XMLInputStream} */
174:                public static org.apache.xmlbeans.samples.xquery.employees.PhoneType parse(
175:                        org.apache.xmlbeans.xml.stream.XMLInputStream xis)
176:                        throws org.apache.xmlbeans.XmlException,
177:                        org.apache.xmlbeans.xml.stream.XMLStreamException {
178:                    return (org.apache.xmlbeans.samples.xquery.employees.PhoneType) org.apache.xmlbeans.XmlBeans
179:                            .getContextTypeLoader().parse(xis, type, null);
180:                }
181:
182:                /** @deprecated {@link XMLInputStream} */
183:                public static org.apache.xmlbeans.samples.xquery.employees.PhoneType parse(
184:                        org.apache.xmlbeans.xml.stream.XMLInputStream xis,
185:                        org.apache.xmlbeans.XmlOptions options)
186:                        throws org.apache.xmlbeans.XmlException,
187:                        org.apache.xmlbeans.xml.stream.XMLStreamException {
188:                    return (org.apache.xmlbeans.samples.xquery.employees.PhoneType) org.apache.xmlbeans.XmlBeans
189:                            .getContextTypeLoader().parse(xis, type, options);
190:                }
191:
192:                /** @deprecated {@link XMLInputStream} */
193:                public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(
194:                        org.apache.xmlbeans.xml.stream.XMLInputStream xis)
195:                        throws org.apache.xmlbeans.XmlException,
196:                        org.apache.xmlbeans.xml.stream.XMLStreamException {
197:                    return org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
198:                            .newValidatingXMLInputStream(xis, type, null);
199:                }
200:
201:                /** @deprecated {@link XMLInputStream} */
202:                public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(
203:                        org.apache.xmlbeans.xml.stream.XMLInputStream xis,
204:                        org.apache.xmlbeans.XmlOptions options)
205:                        throws org.apache.xmlbeans.XmlException,
206:                        org.apache.xmlbeans.xml.stream.XMLStreamException {
207:                    return org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
208:                            .newValidatingXMLInputStream(xis, type, options);
209:                }
210:
211:                private Factory() {
212:                } // No instance of this class allowed
213:            }
214:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.