001: /*
002: * An XML document type.
003: * Localname: SuName
004: * Namespace: http://cbesb.bostechcorp.com/ws/wsdl/1.0
005: * Java type: com.bostechcorp.cbesb.ws.wsdl.x10.SuNameDocument
006: *
007: * Automatically generated - do not modify.
008: */
009: package com.bostechcorp.cbesb.ws.wsdl.x10;
010:
011: /**
012: * A document containing one SuName(@http://cbesb.bostechcorp.com/ws/wsdl/1.0) element.
013: *
014: * This is a complex type.
015: */
016: public interface SuNameDocument extends org.apache.xmlbeans.XmlObject {
017: public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) schema.system.s02AF69AC20D165F0A1882DA345AE5975.TypeSystemHolder.typeSystem
018: .resolveHandle("suname4474doctype");
019:
020: /**
021: * Gets the "SuName" element
022: */
023: java.lang.String getSuName();
024:
025: /**
026: * Gets (as xml) the "SuName" element
027: */
028: org.apache.xmlbeans.XmlNCName xgetSuName();
029:
030: /**
031: * Sets the "SuName" element
032: */
033: void setSuName(java.lang.String suName);
034:
035: /**
036: * Sets (as xml) the "SuName" element
037: */
038: void xsetSuName(org.apache.xmlbeans.XmlNCName suName);
039:
040: /**
041: * A factory class with static methods for creating instances
042: * of this type.
043: */
044:
045: public static final class Factory {
046: public static com.bostechcorp.cbesb.ws.wsdl.x10.SuNameDocument newInstance() {
047: return (com.bostechcorp.cbesb.ws.wsdl.x10.SuNameDocument) org.apache.xmlbeans.XmlBeans
048: .getContextTypeLoader().newInstance(type, null);
049: }
050:
051: public static com.bostechcorp.cbesb.ws.wsdl.x10.SuNameDocument newInstance(
052: org.apache.xmlbeans.XmlOptions options) {
053: return (com.bostechcorp.cbesb.ws.wsdl.x10.SuNameDocument) org.apache.xmlbeans.XmlBeans
054: .getContextTypeLoader().newInstance(type, options);
055: }
056:
057: public static com.bostechcorp.cbesb.ws.wsdl.x10.SuNameDocument parse(
058: java.lang.String s)
059: throws org.apache.xmlbeans.XmlException {
060: return (com.bostechcorp.cbesb.ws.wsdl.x10.SuNameDocument) org.apache.xmlbeans.XmlBeans
061: .getContextTypeLoader().parse(s, type, null);
062: }
063:
064: public static com.bostechcorp.cbesb.ws.wsdl.x10.SuNameDocument parse(
065: java.lang.String s,
066: org.apache.xmlbeans.XmlOptions options)
067: throws org.apache.xmlbeans.XmlException {
068: return (com.bostechcorp.cbesb.ws.wsdl.x10.SuNameDocument) org.apache.xmlbeans.XmlBeans
069: .getContextTypeLoader().parse(s, type, options);
070: }
071:
072: public static com.bostechcorp.cbesb.ws.wsdl.x10.SuNameDocument parse(
073: java.io.File f)
074: throws org.apache.xmlbeans.XmlException,
075: java.io.IOException {
076: return (com.bostechcorp.cbesb.ws.wsdl.x10.SuNameDocument) org.apache.xmlbeans.XmlBeans
077: .getContextTypeLoader().parse(f, type, null);
078: }
079:
080: public static com.bostechcorp.cbesb.ws.wsdl.x10.SuNameDocument parse(
081: java.io.File f, org.apache.xmlbeans.XmlOptions options)
082: throws org.apache.xmlbeans.XmlException,
083: java.io.IOException {
084: return (com.bostechcorp.cbesb.ws.wsdl.x10.SuNameDocument) org.apache.xmlbeans.XmlBeans
085: .getContextTypeLoader().parse(f, type, options);
086: }
087:
088: public static com.bostechcorp.cbesb.ws.wsdl.x10.SuNameDocument parse(
089: java.net.URL u)
090: throws org.apache.xmlbeans.XmlException,
091: java.io.IOException {
092: return (com.bostechcorp.cbesb.ws.wsdl.x10.SuNameDocument) org.apache.xmlbeans.XmlBeans
093: .getContextTypeLoader().parse(u, type, null);
094: }
095:
096: public static com.bostechcorp.cbesb.ws.wsdl.x10.SuNameDocument parse(
097: java.net.URL u, org.apache.xmlbeans.XmlOptions options)
098: throws org.apache.xmlbeans.XmlException,
099: java.io.IOException {
100: return (com.bostechcorp.cbesb.ws.wsdl.x10.SuNameDocument) org.apache.xmlbeans.XmlBeans
101: .getContextTypeLoader().parse(u, type, options);
102: }
103:
104: public static com.bostechcorp.cbesb.ws.wsdl.x10.SuNameDocument parse(
105: java.io.InputStream is)
106: throws org.apache.xmlbeans.XmlException,
107: java.io.IOException {
108: return (com.bostechcorp.cbesb.ws.wsdl.x10.SuNameDocument) org.apache.xmlbeans.XmlBeans
109: .getContextTypeLoader().parse(is, type, null);
110: }
111:
112: public static com.bostechcorp.cbesb.ws.wsdl.x10.SuNameDocument parse(
113: java.io.InputStream is,
114: org.apache.xmlbeans.XmlOptions options)
115: throws org.apache.xmlbeans.XmlException,
116: java.io.IOException {
117: return (com.bostechcorp.cbesb.ws.wsdl.x10.SuNameDocument) org.apache.xmlbeans.XmlBeans
118: .getContextTypeLoader().parse(is, type, options);
119: }
120:
121: public static com.bostechcorp.cbesb.ws.wsdl.x10.SuNameDocument parse(
122: java.io.Reader r)
123: throws org.apache.xmlbeans.XmlException,
124: java.io.IOException {
125: return (com.bostechcorp.cbesb.ws.wsdl.x10.SuNameDocument) org.apache.xmlbeans.XmlBeans
126: .getContextTypeLoader().parse(r, type, null);
127: }
128:
129: public static com.bostechcorp.cbesb.ws.wsdl.x10.SuNameDocument parse(
130: java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
131: throws org.apache.xmlbeans.XmlException,
132: java.io.IOException {
133: return (com.bostechcorp.cbesb.ws.wsdl.x10.SuNameDocument) org.apache.xmlbeans.XmlBeans
134: .getContextTypeLoader().parse(r, type, options);
135: }
136:
137: public static com.bostechcorp.cbesb.ws.wsdl.x10.SuNameDocument parse(
138: org.w3c.dom.Node node)
139: throws org.apache.xmlbeans.XmlException {
140: return (com.bostechcorp.cbesb.ws.wsdl.x10.SuNameDocument) org.apache.xmlbeans.XmlBeans
141: .getContextTypeLoader().parse(node, type, null);
142: }
143:
144: public static com.bostechcorp.cbesb.ws.wsdl.x10.SuNameDocument parse(
145: org.w3c.dom.Node node,
146: org.apache.xmlbeans.XmlOptions options)
147: throws org.apache.xmlbeans.XmlException {
148: return (com.bostechcorp.cbesb.ws.wsdl.x10.SuNameDocument) org.apache.xmlbeans.XmlBeans
149: .getContextTypeLoader().parse(node, type, options);
150: }
151:
152: public static com.bostechcorp.cbesb.ws.wsdl.x10.SuNameDocument parse(
153: org.apache.xmlbeans.xml.stream.XMLInputStream xis)
154: throws org.apache.xmlbeans.XmlException,
155: org.apache.xmlbeans.xml.stream.XMLStreamException {
156: return (com.bostechcorp.cbesb.ws.wsdl.x10.SuNameDocument) org.apache.xmlbeans.XmlBeans
157: .getContextTypeLoader().parse(xis, type, null);
158: }
159:
160: public static com.bostechcorp.cbesb.ws.wsdl.x10.SuNameDocument parse(
161: org.apache.xmlbeans.xml.stream.XMLInputStream xis,
162: org.apache.xmlbeans.XmlOptions options)
163: throws org.apache.xmlbeans.XmlException,
164: org.apache.xmlbeans.xml.stream.XMLStreamException {
165: return (com.bostechcorp.cbesb.ws.wsdl.x10.SuNameDocument) org.apache.xmlbeans.XmlBeans
166: .getContextTypeLoader().parse(xis, type, options);
167: }
168:
169: public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(
170: org.apache.xmlbeans.xml.stream.XMLInputStream xis)
171: throws org.apache.xmlbeans.XmlException,
172: org.apache.xmlbeans.xml.stream.XMLStreamException {
173: return org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
174: .newValidatingXMLInputStream(xis, type, null);
175: }
176:
177: public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(
178: org.apache.xmlbeans.xml.stream.XMLInputStream xis,
179: org.apache.xmlbeans.XmlOptions options)
180: throws org.apache.xmlbeans.XmlException,
181: org.apache.xmlbeans.xml.stream.XMLStreamException {
182: return org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
183: .newValidatingXMLInputStream(xis, type, options);
184: }
185:
186: private Factory() {
187: } // No instance of this class allowed
188: }
189: }
|