001: /*
002: * An XML document type.
003: * Localname: Operation
004: * Namespace: http://cbesb.bostechcorp.com/ws/wsdl/1.0
005: * Java type: com.bostechcorp.cbesb.ws.wsdl.x10.OperationDocument
006: *
007: * Automatically generated - do not modify.
008: */
009: package com.bostechcorp.cbesb.ws.wsdl.x10;
010:
011: /**
012: * A document containing one Operation(@http://cbesb.bostechcorp.com/ws/wsdl/1.0) element.
013: *
014: * This is a complex type.
015: */
016: public interface OperationDocument 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("operationda6cdoctype");
020:
021: /**
022: * Gets the "Operation" element
023: */
024: com.bostechcorp.cbesb.ws.wsdl.x10.OperationDocument.Operation getOperation();
025:
026: /**
027: * Sets the "Operation" element
028: */
029: void setOperation(
030: com.bostechcorp.cbesb.ws.wsdl.x10.OperationDocument.Operation operation);
031:
032: /**
033: * Appends and returns a new empty "Operation" element
034: */
035: com.bostechcorp.cbesb.ws.wsdl.x10.OperationDocument.Operation addNewOperation();
036:
037: /**
038: * An XML Operation(@http://cbesb.bostechcorp.com/ws/wsdl/1.0).
039: *
040: * This is a complex type.
041: */
042: public interface Operation 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("operationac99elemtype");
045:
046: /**
047: * Gets the "InputName" attribute
048: */
049: java.lang.String getInputName();
050:
051: /**
052: * Gets (as xml) the "InputName" attribute
053: */
054: org.apache.xmlbeans.XmlNCName xgetInputName();
055:
056: /**
057: * Sets the "InputName" attribute
058: */
059: void setInputName(java.lang.String inputName);
060:
061: /**
062: * Sets (as xml) the "InputName" attribute
063: */
064: void xsetInputName(org.apache.xmlbeans.XmlNCName inputName);
065:
066: /**
067: * Gets the "InputType" attribute
068: */
069: java.lang.String getInputType();
070:
071: /**
072: * Gets (as xml) the "InputType" attribute
073: */
074: org.apache.xmlbeans.XmlNMTOKEN xgetInputType();
075:
076: /**
077: * Sets the "InputType" attribute
078: */
079: void setInputType(java.lang.String inputType);
080:
081: /**
082: * Sets (as xml) the "InputType" attribute
083: */
084: void xsetInputType(org.apache.xmlbeans.XmlNMTOKEN inputType);
085:
086: /**
087: * Gets the "MEP" attribute
088: */
089: java.lang.String getMEP();
090:
091: /**
092: * Gets (as xml) the "MEP" attribute
093: */
094: org.apache.xmlbeans.XmlNCName xgetMEP();
095:
096: /**
097: * Sets the "MEP" attribute
098: */
099: void setMEP(java.lang.String mep);
100:
101: /**
102: * Sets (as xml) the "MEP" attribute
103: */
104: void xsetMEP(org.apache.xmlbeans.XmlNCName mep);
105:
106: /**
107: * Gets the "OuputType" attribute
108: */
109: java.lang.String getOuputType();
110:
111: /**
112: * Gets (as xml) the "OuputType" attribute
113: */
114: org.apache.xmlbeans.XmlNMTOKEN xgetOuputType();
115:
116: /**
117: * True if has "OuputType" attribute
118: */
119: boolean isSetOuputType();
120:
121: /**
122: * Sets the "OuputType" attribute
123: */
124: void setOuputType(java.lang.String ouputType);
125:
126: /**
127: * Sets (as xml) the "OuputType" attribute
128: */
129: void xsetOuputType(org.apache.xmlbeans.XmlNMTOKEN ouputType);
130:
131: /**
132: * Unsets the "OuputType" attribute
133: */
134: void unsetOuputType();
135:
136: /**
137: * Gets the "OutputName" attribute
138: */
139: java.lang.String getOutputName();
140:
141: /**
142: * Gets (as xml) the "OutputName" attribute
143: */
144: org.apache.xmlbeans.XmlNCName xgetOutputName();
145:
146: /**
147: * Sets the "OutputName" attribute
148: */
149: void setOutputName(java.lang.String outputName);
150:
151: /**
152: * Sets (as xml) the "OutputName" attribute
153: */
154: void xsetOutputName(org.apache.xmlbeans.XmlNCName outputName);
155:
156: /**
157: * Gets the "OutputType" attribute
158: */
159: java.lang.String getOutputType();
160:
161: /**
162: * Gets (as xml) the "OutputType" attribute
163: */
164: org.apache.xmlbeans.XmlNMTOKEN xgetOutputType();
165:
166: /**
167: * True if has "OutputType" attribute
168: */
169: boolean isSetOutputType();
170:
171: /**
172: * Sets the "OutputType" attribute
173: */
174: void setOutputType(java.lang.String outputType);
175:
176: /**
177: * Sets (as xml) the "OutputType" attribute
178: */
179: void xsetOutputType(org.apache.xmlbeans.XmlNMTOKEN outputType);
180:
181: /**
182: * Unsets the "OutputType" attribute
183: */
184: void unsetOutputType();
185:
186: /**
187: * Gets the "name" attribute
188: */
189: java.lang.String getName();
190:
191: /**
192: * Gets (as xml) the "name" attribute
193: */
194: org.apache.xmlbeans.XmlNCName xgetName();
195:
196: /**
197: * Sets the "name" attribute
198: */
199: void setName(java.lang.String name);
200:
201: /**
202: * Sets (as xml) the "name" attribute
203: */
204: void xsetName(org.apache.xmlbeans.XmlNCName name);
205:
206: /**
207: * A factory class with static methods for creating instances
208: * of this type.
209: */
210:
211: public static final class Factory {
212: public static com.bostechcorp.cbesb.ws.wsdl.x10.OperationDocument.Operation newInstance() {
213: return (com.bostechcorp.cbesb.ws.wsdl.x10.OperationDocument.Operation) org.apache.xmlbeans.XmlBeans
214: .getContextTypeLoader().newInstance(type, null);
215: }
216:
217: public static com.bostechcorp.cbesb.ws.wsdl.x10.OperationDocument.Operation newInstance(
218: org.apache.xmlbeans.XmlOptions options) {
219: return (com.bostechcorp.cbesb.ws.wsdl.x10.OperationDocument.Operation) org.apache.xmlbeans.XmlBeans
220: .getContextTypeLoader().newInstance(type,
221: options);
222: }
223:
224: private Factory() {
225: } // No instance of this class allowed
226: }
227: }
228:
229: /**
230: * A factory class with static methods for creating instances
231: * of this type.
232: */
233:
234: public static final class Factory {
235: public static com.bostechcorp.cbesb.ws.wsdl.x10.OperationDocument newInstance() {
236: return (com.bostechcorp.cbesb.ws.wsdl.x10.OperationDocument) org.apache.xmlbeans.XmlBeans
237: .getContextTypeLoader().newInstance(type, null);
238: }
239:
240: public static com.bostechcorp.cbesb.ws.wsdl.x10.OperationDocument newInstance(
241: org.apache.xmlbeans.XmlOptions options) {
242: return (com.bostechcorp.cbesb.ws.wsdl.x10.OperationDocument) org.apache.xmlbeans.XmlBeans
243: .getContextTypeLoader().newInstance(type, options);
244: }
245:
246: public static com.bostechcorp.cbesb.ws.wsdl.x10.OperationDocument parse(
247: java.lang.String s)
248: throws org.apache.xmlbeans.XmlException {
249: return (com.bostechcorp.cbesb.ws.wsdl.x10.OperationDocument) org.apache.xmlbeans.XmlBeans
250: .getContextTypeLoader().parse(s, type, null);
251: }
252:
253: public static com.bostechcorp.cbesb.ws.wsdl.x10.OperationDocument parse(
254: java.lang.String s,
255: org.apache.xmlbeans.XmlOptions options)
256: throws org.apache.xmlbeans.XmlException {
257: return (com.bostechcorp.cbesb.ws.wsdl.x10.OperationDocument) org.apache.xmlbeans.XmlBeans
258: .getContextTypeLoader().parse(s, type, options);
259: }
260:
261: public static com.bostechcorp.cbesb.ws.wsdl.x10.OperationDocument parse(
262: java.io.File f)
263: throws org.apache.xmlbeans.XmlException,
264: java.io.IOException {
265: return (com.bostechcorp.cbesb.ws.wsdl.x10.OperationDocument) org.apache.xmlbeans.XmlBeans
266: .getContextTypeLoader().parse(f, type, null);
267: }
268:
269: public static com.bostechcorp.cbesb.ws.wsdl.x10.OperationDocument parse(
270: java.io.File f, org.apache.xmlbeans.XmlOptions options)
271: throws org.apache.xmlbeans.XmlException,
272: java.io.IOException {
273: return (com.bostechcorp.cbesb.ws.wsdl.x10.OperationDocument) org.apache.xmlbeans.XmlBeans
274: .getContextTypeLoader().parse(f, type, options);
275: }
276:
277: public static com.bostechcorp.cbesb.ws.wsdl.x10.OperationDocument parse(
278: java.net.URL u)
279: throws org.apache.xmlbeans.XmlException,
280: java.io.IOException {
281: return (com.bostechcorp.cbesb.ws.wsdl.x10.OperationDocument) org.apache.xmlbeans.XmlBeans
282: .getContextTypeLoader().parse(u, type, null);
283: }
284:
285: public static com.bostechcorp.cbesb.ws.wsdl.x10.OperationDocument parse(
286: java.net.URL u, org.apache.xmlbeans.XmlOptions options)
287: throws org.apache.xmlbeans.XmlException,
288: java.io.IOException {
289: return (com.bostechcorp.cbesb.ws.wsdl.x10.OperationDocument) org.apache.xmlbeans.XmlBeans
290: .getContextTypeLoader().parse(u, type, options);
291: }
292:
293: public static com.bostechcorp.cbesb.ws.wsdl.x10.OperationDocument parse(
294: java.io.InputStream is)
295: throws org.apache.xmlbeans.XmlException,
296: java.io.IOException {
297: return (com.bostechcorp.cbesb.ws.wsdl.x10.OperationDocument) org.apache.xmlbeans.XmlBeans
298: .getContextTypeLoader().parse(is, type, null);
299: }
300:
301: public static com.bostechcorp.cbesb.ws.wsdl.x10.OperationDocument parse(
302: java.io.InputStream is,
303: org.apache.xmlbeans.XmlOptions options)
304: throws org.apache.xmlbeans.XmlException,
305: java.io.IOException {
306: return (com.bostechcorp.cbesb.ws.wsdl.x10.OperationDocument) org.apache.xmlbeans.XmlBeans
307: .getContextTypeLoader().parse(is, type, options);
308: }
309:
310: public static com.bostechcorp.cbesb.ws.wsdl.x10.OperationDocument parse(
311: java.io.Reader r)
312: throws org.apache.xmlbeans.XmlException,
313: java.io.IOException {
314: return (com.bostechcorp.cbesb.ws.wsdl.x10.OperationDocument) org.apache.xmlbeans.XmlBeans
315: .getContextTypeLoader().parse(r, type, null);
316: }
317:
318: public static com.bostechcorp.cbesb.ws.wsdl.x10.OperationDocument parse(
319: java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
320: throws org.apache.xmlbeans.XmlException,
321: java.io.IOException {
322: return (com.bostechcorp.cbesb.ws.wsdl.x10.OperationDocument) org.apache.xmlbeans.XmlBeans
323: .getContextTypeLoader().parse(r, type, options);
324: }
325:
326: public static com.bostechcorp.cbesb.ws.wsdl.x10.OperationDocument parse(
327: org.w3c.dom.Node node)
328: throws org.apache.xmlbeans.XmlException {
329: return (com.bostechcorp.cbesb.ws.wsdl.x10.OperationDocument) org.apache.xmlbeans.XmlBeans
330: .getContextTypeLoader().parse(node, type, null);
331: }
332:
333: public static com.bostechcorp.cbesb.ws.wsdl.x10.OperationDocument parse(
334: org.w3c.dom.Node node,
335: org.apache.xmlbeans.XmlOptions options)
336: throws org.apache.xmlbeans.XmlException {
337: return (com.bostechcorp.cbesb.ws.wsdl.x10.OperationDocument) org.apache.xmlbeans.XmlBeans
338: .getContextTypeLoader().parse(node, type, options);
339: }
340:
341: public static com.bostechcorp.cbesb.ws.wsdl.x10.OperationDocument parse(
342: org.apache.xmlbeans.xml.stream.XMLInputStream xis)
343: throws org.apache.xmlbeans.XmlException,
344: org.apache.xmlbeans.xml.stream.XMLStreamException {
345: return (com.bostechcorp.cbesb.ws.wsdl.x10.OperationDocument) org.apache.xmlbeans.XmlBeans
346: .getContextTypeLoader().parse(xis, type, null);
347: }
348:
349: public static com.bostechcorp.cbesb.ws.wsdl.x10.OperationDocument parse(
350: org.apache.xmlbeans.xml.stream.XMLInputStream xis,
351: org.apache.xmlbeans.XmlOptions options)
352: throws org.apache.xmlbeans.XmlException,
353: org.apache.xmlbeans.xml.stream.XMLStreamException {
354: return (com.bostechcorp.cbesb.ws.wsdl.x10.OperationDocument) org.apache.xmlbeans.XmlBeans
355: .getContextTypeLoader().parse(xis, type, options);
356: }
357:
358: public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(
359: org.apache.xmlbeans.xml.stream.XMLInputStream xis)
360: throws org.apache.xmlbeans.XmlException,
361: org.apache.xmlbeans.xml.stream.XMLStreamException {
362: return org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
363: .newValidatingXMLInputStream(xis, type, null);
364: }
365:
366: public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(
367: org.apache.xmlbeans.xml.stream.XMLInputStream xis,
368: org.apache.xmlbeans.XmlOptions options)
369: throws org.apache.xmlbeans.XmlException,
370: org.apache.xmlbeans.xml.stream.XMLStreamException {
371: return org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
372: .newValidatingXMLInputStream(xis, type, options);
373: }
374:
375: private Factory() {
376: } // No instance of this class allowed
377: }
378: }
|