001: /*
002: * An XML document type.
003: * Localname: CustomWsdl
004: * Namespace: http://cbesb.bostechcorp.com/ws/wsdl/1.0
005: * Java type: com.bostechcorp.cbesb.ws.wsdl.x10.CustomWsdlDocument
006: *
007: * Automatically generated - do not modify.
008: */
009: package com.bostechcorp.cbesb.ws.wsdl.x10;
010:
011: /**
012: * A document containing one CustomWsdl(@http://cbesb.bostechcorp.com/ws/wsdl/1.0) element.
013: *
014: * This is a complex type.
015: */
016: public interface CustomWsdlDocument extends
017: org.apache.xmlbeans.XmlObject {
018: public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) schema.system.s02AF69AC20D165F0A1882DA345AE5975.TypeSystemHolder.typeSystem
019: .resolveHandle("customwsdl868cdoctype");
020:
021: /**
022: * Gets the "CustomWsdl" element
023: */
024: com.bostechcorp.cbesb.ws.wsdl.x10.CustomWsdlDocument.CustomWsdl getCustomWsdl();
025:
026: /**
027: * Sets the "CustomWsdl" element
028: */
029: void setCustomWsdl(
030: com.bostechcorp.cbesb.ws.wsdl.x10.CustomWsdlDocument.CustomWsdl customWsdl);
031:
032: /**
033: * Appends and returns a new empty "CustomWsdl" element
034: */
035: com.bostechcorp.cbesb.ws.wsdl.x10.CustomWsdlDocument.CustomWsdl addNewCustomWsdl();
036:
037: /**
038: * An XML CustomWsdl(@http://cbesb.bostechcorp.com/ws/wsdl/1.0).
039: *
040: * This is a complex type.
041: */
042: public interface CustomWsdl extends org.apache.xmlbeans.XmlObject {
043: public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) schema.system.s02AF69AC20D165F0A1882DA345AE5975.TypeSystemHolder.typeSystem
044: .resolveHandle("customwsdl11fdelemtype");
045:
046: /**
047: * Gets the "SuName" element
048: */
049: java.lang.String getSuName();
050:
051: /**
052: * Gets (as xml) the "SuName" element
053: */
054: org.apache.xmlbeans.XmlNCName xgetSuName();
055:
056: /**
057: * Sets the "SuName" element
058: */
059: void setSuName(java.lang.String suName);
060:
061: /**
062: * Sets (as xml) the "SuName" element
063: */
064: void xsetSuName(org.apache.xmlbeans.XmlNCName suName);
065:
066: /**
067: * Gets the "WebServiceName" element
068: */
069: java.lang.String getWebServiceName();
070:
071: /**
072: * Gets (as xml) the "WebServiceName" element
073: */
074: org.apache.xmlbeans.XmlNCName xgetWebServiceName();
075:
076: /**
077: * Sets the "WebServiceName" element
078: */
079: void setWebServiceName(java.lang.String webServiceName);
080:
081: /**
082: * Sets (as xml) the "WebServiceName" element
083: */
084: void xsetWebServiceName(
085: org.apache.xmlbeans.XmlNCName webServiceName);
086:
087: /**
088: * Gets the "XsdFiles" element
089: */
090: com.bostechcorp.cbesb.ws.wsdl.x10.XsdFilesDocument.XsdFiles getXsdFiles();
091:
092: /**
093: * Sets the "XsdFiles" element
094: */
095: void setXsdFiles(
096: com.bostechcorp.cbesb.ws.wsdl.x10.XsdFilesDocument.XsdFiles xsdFiles);
097:
098: /**
099: * Appends and returns a new empty "XsdFiles" element
100: */
101: com.bostechcorp.cbesb.ws.wsdl.x10.XsdFilesDocument.XsdFiles addNewXsdFiles();
102:
103: /**
104: * Gets the "Operastions" element
105: */
106: com.bostechcorp.cbesb.ws.wsdl.x10.OperastionsDocument.Operastions getOperastions();
107:
108: /**
109: * Sets the "Operastions" element
110: */
111: void setOperastions(
112: com.bostechcorp.cbesb.ws.wsdl.x10.OperastionsDocument.Operastions operastions);
113:
114: /**
115: * Appends and returns a new empty "Operastions" element
116: */
117: com.bostechcorp.cbesb.ws.wsdl.x10.OperastionsDocument.Operastions addNewOperastions();
118:
119: /**
120: * A factory class with static methods for creating instances
121: * of this type.
122: */
123:
124: public static final class Factory {
125: public static com.bostechcorp.cbesb.ws.wsdl.x10.CustomWsdlDocument.CustomWsdl newInstance() {
126: return (com.bostechcorp.cbesb.ws.wsdl.x10.CustomWsdlDocument.CustomWsdl) org.apache.xmlbeans.XmlBeans
127: .getContextTypeLoader().newInstance(type, null);
128: }
129:
130: public static com.bostechcorp.cbesb.ws.wsdl.x10.CustomWsdlDocument.CustomWsdl newInstance(
131: org.apache.xmlbeans.XmlOptions options) {
132: return (com.bostechcorp.cbesb.ws.wsdl.x10.CustomWsdlDocument.CustomWsdl) org.apache.xmlbeans.XmlBeans
133: .getContextTypeLoader().newInstance(type,
134: options);
135: }
136:
137: private Factory() {
138: } // No instance of this class allowed
139: }
140: }
141:
142: /**
143: * A factory class with static methods for creating instances
144: * of this type.
145: */
146:
147: public static final class Factory {
148: public static com.bostechcorp.cbesb.ws.wsdl.x10.CustomWsdlDocument newInstance() {
149: return (com.bostechcorp.cbesb.ws.wsdl.x10.CustomWsdlDocument) org.apache.xmlbeans.XmlBeans
150: .getContextTypeLoader().newInstance(type, null);
151: }
152:
153: public static com.bostechcorp.cbesb.ws.wsdl.x10.CustomWsdlDocument newInstance(
154: org.apache.xmlbeans.XmlOptions options) {
155: return (com.bostechcorp.cbesb.ws.wsdl.x10.CustomWsdlDocument) org.apache.xmlbeans.XmlBeans
156: .getContextTypeLoader().newInstance(type, options);
157: }
158:
159: public static com.bostechcorp.cbesb.ws.wsdl.x10.CustomWsdlDocument parse(
160: java.lang.String s)
161: throws org.apache.xmlbeans.XmlException {
162: return (com.bostechcorp.cbesb.ws.wsdl.x10.CustomWsdlDocument) org.apache.xmlbeans.XmlBeans
163: .getContextTypeLoader().parse(s, type, null);
164: }
165:
166: public static com.bostechcorp.cbesb.ws.wsdl.x10.CustomWsdlDocument parse(
167: java.lang.String s,
168: org.apache.xmlbeans.XmlOptions options)
169: throws org.apache.xmlbeans.XmlException {
170: return (com.bostechcorp.cbesb.ws.wsdl.x10.CustomWsdlDocument) org.apache.xmlbeans.XmlBeans
171: .getContextTypeLoader().parse(s, type, options);
172: }
173:
174: public static com.bostechcorp.cbesb.ws.wsdl.x10.CustomWsdlDocument parse(
175: java.io.File f)
176: throws org.apache.xmlbeans.XmlException,
177: java.io.IOException {
178: return (com.bostechcorp.cbesb.ws.wsdl.x10.CustomWsdlDocument) org.apache.xmlbeans.XmlBeans
179: .getContextTypeLoader().parse(f, type, null);
180: }
181:
182: public static com.bostechcorp.cbesb.ws.wsdl.x10.CustomWsdlDocument parse(
183: java.io.File f, org.apache.xmlbeans.XmlOptions options)
184: throws org.apache.xmlbeans.XmlException,
185: java.io.IOException {
186: return (com.bostechcorp.cbesb.ws.wsdl.x10.CustomWsdlDocument) org.apache.xmlbeans.XmlBeans
187: .getContextTypeLoader().parse(f, type, options);
188: }
189:
190: public static com.bostechcorp.cbesb.ws.wsdl.x10.CustomWsdlDocument parse(
191: java.net.URL u)
192: throws org.apache.xmlbeans.XmlException,
193: java.io.IOException {
194: return (com.bostechcorp.cbesb.ws.wsdl.x10.CustomWsdlDocument) org.apache.xmlbeans.XmlBeans
195: .getContextTypeLoader().parse(u, type, null);
196: }
197:
198: public static com.bostechcorp.cbesb.ws.wsdl.x10.CustomWsdlDocument parse(
199: java.net.URL u, org.apache.xmlbeans.XmlOptions options)
200: throws org.apache.xmlbeans.XmlException,
201: java.io.IOException {
202: return (com.bostechcorp.cbesb.ws.wsdl.x10.CustomWsdlDocument) org.apache.xmlbeans.XmlBeans
203: .getContextTypeLoader().parse(u, type, options);
204: }
205:
206: public static com.bostechcorp.cbesb.ws.wsdl.x10.CustomWsdlDocument parse(
207: java.io.InputStream is)
208: throws org.apache.xmlbeans.XmlException,
209: java.io.IOException {
210: return (com.bostechcorp.cbesb.ws.wsdl.x10.CustomWsdlDocument) org.apache.xmlbeans.XmlBeans
211: .getContextTypeLoader().parse(is, type, null);
212: }
213:
214: public static com.bostechcorp.cbesb.ws.wsdl.x10.CustomWsdlDocument parse(
215: java.io.InputStream is,
216: org.apache.xmlbeans.XmlOptions options)
217: throws org.apache.xmlbeans.XmlException,
218: java.io.IOException {
219: return (com.bostechcorp.cbesb.ws.wsdl.x10.CustomWsdlDocument) org.apache.xmlbeans.XmlBeans
220: .getContextTypeLoader().parse(is, type, options);
221: }
222:
223: public static com.bostechcorp.cbesb.ws.wsdl.x10.CustomWsdlDocument parse(
224: java.io.Reader r)
225: throws org.apache.xmlbeans.XmlException,
226: java.io.IOException {
227: return (com.bostechcorp.cbesb.ws.wsdl.x10.CustomWsdlDocument) org.apache.xmlbeans.XmlBeans
228: .getContextTypeLoader().parse(r, type, null);
229: }
230:
231: public static com.bostechcorp.cbesb.ws.wsdl.x10.CustomWsdlDocument parse(
232: java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
233: throws org.apache.xmlbeans.XmlException,
234: java.io.IOException {
235: return (com.bostechcorp.cbesb.ws.wsdl.x10.CustomWsdlDocument) org.apache.xmlbeans.XmlBeans
236: .getContextTypeLoader().parse(r, type, options);
237: }
238:
239: public static com.bostechcorp.cbesb.ws.wsdl.x10.CustomWsdlDocument parse(
240: org.w3c.dom.Node node)
241: throws org.apache.xmlbeans.XmlException {
242: return (com.bostechcorp.cbesb.ws.wsdl.x10.CustomWsdlDocument) org.apache.xmlbeans.XmlBeans
243: .getContextTypeLoader().parse(node, type, null);
244: }
245:
246: public static com.bostechcorp.cbesb.ws.wsdl.x10.CustomWsdlDocument parse(
247: org.w3c.dom.Node node,
248: org.apache.xmlbeans.XmlOptions options)
249: throws org.apache.xmlbeans.XmlException {
250: return (com.bostechcorp.cbesb.ws.wsdl.x10.CustomWsdlDocument) org.apache.xmlbeans.XmlBeans
251: .getContextTypeLoader().parse(node, type, options);
252: }
253:
254: public static com.bostechcorp.cbesb.ws.wsdl.x10.CustomWsdlDocument parse(
255: org.apache.xmlbeans.xml.stream.XMLInputStream xis)
256: throws org.apache.xmlbeans.XmlException,
257: org.apache.xmlbeans.xml.stream.XMLStreamException {
258: return (com.bostechcorp.cbesb.ws.wsdl.x10.CustomWsdlDocument) org.apache.xmlbeans.XmlBeans
259: .getContextTypeLoader().parse(xis, type, null);
260: }
261:
262: public static com.bostechcorp.cbesb.ws.wsdl.x10.CustomWsdlDocument parse(
263: org.apache.xmlbeans.xml.stream.XMLInputStream xis,
264: org.apache.xmlbeans.XmlOptions options)
265: throws org.apache.xmlbeans.XmlException,
266: org.apache.xmlbeans.xml.stream.XMLStreamException {
267: return (com.bostechcorp.cbesb.ws.wsdl.x10.CustomWsdlDocument) org.apache.xmlbeans.XmlBeans
268: .getContextTypeLoader().parse(xis, type, options);
269: }
270:
271: public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(
272: org.apache.xmlbeans.xml.stream.XMLInputStream xis)
273: throws org.apache.xmlbeans.XmlException,
274: org.apache.xmlbeans.xml.stream.XMLStreamException {
275: return org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
276: .newValidatingXMLInputStream(xis, type, null);
277: }
278:
279: public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(
280: org.apache.xmlbeans.xml.stream.XMLInputStream xis,
281: org.apache.xmlbeans.XmlOptions options)
282: throws org.apache.xmlbeans.XmlException,
283: org.apache.xmlbeans.xml.stream.XMLStreamException {
284: return org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
285: .newValidatingXMLInputStream(xis, type, options);
286: }
287:
288: private Factory() {
289: } // No instance of this class allowed
290: }
291: }
|