001: /*
002: * An XML document type.
003: * Localname: execConfig
004: * Namespace: http://cbesb.bostechcorp.com/etl/execConfig/1.0
005: * Java type: com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument
006: *
007: * Automatically generated - do not modify.
008: */
009: package com.bostechcorp.cbesb.etl.execConfig.x10;
010:
011: /**
012: * A document containing one execConfig(@http://cbesb.bostechcorp.com/etl/execConfig/1.0) element.
013: *
014: * This is a complex type.
015: */
016: public interface ExecConfigDocument extends
017: org.apache.xmlbeans.XmlObject {
018: public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) schema.system.sE25E2A84D0A9D042424C989EC3AE0A34.TypeSystemHolder.typeSystem
019: .resolveHandle("execconfigb6d6doctype");
020:
021: /**
022: * Gets the "execConfig" element
023: */
024: com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument.ExecConfig getExecConfig();
025:
026: /**
027: * Sets the "execConfig" element
028: */
029: void setExecConfig(
030: com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument.ExecConfig execConfig);
031:
032: /**
033: * Appends and returns a new empty "execConfig" element
034: */
035: com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument.ExecConfig addNewExecConfig();
036:
037: /**
038: * An XML execConfig(@http://cbesb.bostechcorp.com/etl/execConfig/1.0).
039: *
040: * This is a complex type.
041: */
042: public interface ExecConfig extends org.apache.xmlbeans.XmlObject {
043: public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) schema.system.sE25E2A84D0A9D042424C989EC3AE0A34.TypeSystemHolder.typeSystem
044: .resolveHandle("execconfigb767elemtype");
045:
046: /**
047: * Gets the "dataSourceMap" element
048: */
049: java.lang.String getDataSourceMap();
050:
051: /**
052: * Gets (as xml) the "dataSourceMap" element
053: */
054: org.apache.xmlbeans.XmlString xgetDataSourceMap();
055:
056: /**
057: * Sets the "dataSourceMap" element
058: */
059: void setDataSourceMap(java.lang.String dataSourceMap);
060:
061: /**
062: * Sets (as xml) the "dataSourceMap" element
063: */
064: void xsetDataSourceMap(
065: org.apache.xmlbeans.XmlString dataSourceMap);
066:
067: /**
068: * Gets the "mode" element
069: */
070: com.bostechcorp.cbesb.etl.execConfig.x10.ModeType.Enum getMode();
071:
072: /**
073: * Gets (as xml) the "mode" element
074: */
075: com.bostechcorp.cbesb.etl.execConfig.x10.ModeType xgetMode();
076:
077: /**
078: * Sets the "mode" element
079: */
080: void setMode(
081: com.bostechcorp.cbesb.etl.execConfig.x10.ModeType.Enum mode);
082:
083: /**
084: * Sets (as xml) the "mode" element
085: */
086: void xsetMode(
087: com.bostechcorp.cbesb.etl.execConfig.x10.ModeType mode);
088:
089: /**
090: * Gets the "transactionMode" element
091: */
092: com.bostechcorp.cbesb.etl.execConfig.x10.TransactionModeType getTransactionMode();
093:
094: /**
095: * Sets the "transactionMode" element
096: */
097: void setTransactionMode(
098: com.bostechcorp.cbesb.etl.execConfig.x10.TransactionModeType transactionMode);
099:
100: /**
101: * Appends and returns a new empty "transactionMode" element
102: */
103: com.bostechcorp.cbesb.etl.execConfig.x10.TransactionModeType addNewTransactionMode();
104:
105: /**
106: * Gets the "errorHandlerClass" element
107: */
108: java.lang.String getErrorHandlerClass();
109:
110: /**
111: * Gets (as xml) the "errorHandlerClass" element
112: */
113: org.apache.xmlbeans.XmlString xgetErrorHandlerClass();
114:
115: /**
116: * Sets the "errorHandlerClass" element
117: */
118: void setErrorHandlerClass(java.lang.String errorHandlerClass);
119:
120: /**
121: * Sets (as xml) the "errorHandlerClass" element
122: */
123: void xsetErrorHandlerClass(
124: org.apache.xmlbeans.XmlString errorHandlerClass);
125:
126: /**
127: * Gets the "whereClause" element
128: */
129: com.bostechcorp.cbesb.etl.execConfig.x10.WhereClauseType getWhereClause();
130:
131: /**
132: * Sets the "whereClause" element
133: */
134: void setWhereClause(
135: com.bostechcorp.cbesb.etl.execConfig.x10.WhereClauseType whereClause);
136:
137: /**
138: * Appends and returns a new empty "whereClause" element
139: */
140: com.bostechcorp.cbesb.etl.execConfig.x10.WhereClauseType addNewWhereClause();
141:
142: /**
143: * Gets the "update" element
144: */
145: com.bostechcorp.cbesb.etl.execConfig.x10.UpdateListType getUpdate();
146:
147: /**
148: * True if has "update" element
149: */
150: boolean isSetUpdate();
151:
152: /**
153: * Sets the "update" element
154: */
155: void setUpdate(
156: com.bostechcorp.cbesb.etl.execConfig.x10.UpdateListType update);
157:
158: /**
159: * Appends and returns a new empty "update" element
160: */
161: com.bostechcorp.cbesb.etl.execConfig.x10.UpdateListType addNewUpdate();
162:
163: /**
164: * Unsets the "update" element
165: */
166: void unsetUpdate();
167:
168: /**
169: * Gets the "customSQL" element
170: */
171: java.lang.String getCustomSQL();
172:
173: /**
174: * Gets (as xml) the "customSQL" element
175: */
176: org.apache.xmlbeans.XmlString xgetCustomSQL();
177:
178: /**
179: * True if has "customSQL" element
180: */
181: boolean isSetCustomSQL();
182:
183: /**
184: * Sets the "customSQL" element
185: */
186: void setCustomSQL(java.lang.String customSQL);
187:
188: /**
189: * Sets (as xml) the "customSQL" element
190: */
191: void xsetCustomSQL(org.apache.xmlbeans.XmlString customSQL);
192:
193: /**
194: * Unsets the "customSQL" element
195: */
196: void unsetCustomSQL();
197:
198: /**
199: * Gets the "delete" element
200: */
201: com.bostechcorp.cbesb.etl.execConfig.x10.DeleteListType getDelete();
202:
203: /**
204: * True if has "delete" element
205: */
206: boolean isSetDelete();
207:
208: /**
209: * Sets the "delete" element
210: */
211: void setDelete(
212: com.bostechcorp.cbesb.etl.execConfig.x10.DeleteListType delete);
213:
214: /**
215: * Appends and returns a new empty "delete" element
216: */
217: com.bostechcorp.cbesb.etl.execConfig.x10.DeleteListType addNewDelete();
218:
219: /**
220: * Unsets the "delete" element
221: */
222: void unsetDelete();
223:
224: /**
225: * A factory class with static methods for creating instances
226: * of this type.
227: */
228:
229: public static final class Factory {
230: public static com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument.ExecConfig newInstance() {
231: return (com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument.ExecConfig) org.apache.xmlbeans.XmlBeans
232: .getContextTypeLoader().newInstance(type, null);
233: }
234:
235: public static com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument.ExecConfig newInstance(
236: org.apache.xmlbeans.XmlOptions options) {
237: return (com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument.ExecConfig) org.apache.xmlbeans.XmlBeans
238: .getContextTypeLoader().newInstance(type,
239: options);
240: }
241:
242: private Factory() {
243: } // No instance of this class allowed
244: }
245: }
246:
247: /**
248: * A factory class with static methods for creating instances
249: * of this type.
250: */
251:
252: public static final class Factory {
253: public static com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument newInstance() {
254: return (com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument) org.apache.xmlbeans.XmlBeans
255: .getContextTypeLoader().newInstance(type, null);
256: }
257:
258: public static com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument newInstance(
259: org.apache.xmlbeans.XmlOptions options) {
260: return (com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument) org.apache.xmlbeans.XmlBeans
261: .getContextTypeLoader().newInstance(type, options);
262: }
263:
264: public static com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument parse(
265: java.lang.String s)
266: throws org.apache.xmlbeans.XmlException {
267: return (com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument) org.apache.xmlbeans.XmlBeans
268: .getContextTypeLoader().parse(s, type, null);
269: }
270:
271: public static com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument parse(
272: java.lang.String s,
273: org.apache.xmlbeans.XmlOptions options)
274: throws org.apache.xmlbeans.XmlException {
275: return (com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument) org.apache.xmlbeans.XmlBeans
276: .getContextTypeLoader().parse(s, type, options);
277: }
278:
279: public static com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument parse(
280: java.io.File f)
281: throws org.apache.xmlbeans.XmlException,
282: java.io.IOException {
283: return (com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument) org.apache.xmlbeans.XmlBeans
284: .getContextTypeLoader().parse(f, type, null);
285: }
286:
287: public static com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument parse(
288: java.io.File f, org.apache.xmlbeans.XmlOptions options)
289: throws org.apache.xmlbeans.XmlException,
290: java.io.IOException {
291: return (com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument) org.apache.xmlbeans.XmlBeans
292: .getContextTypeLoader().parse(f, type, options);
293: }
294:
295: public static com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument parse(
296: java.net.URL u)
297: throws org.apache.xmlbeans.XmlException,
298: java.io.IOException {
299: return (com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument) org.apache.xmlbeans.XmlBeans
300: .getContextTypeLoader().parse(u, type, null);
301: }
302:
303: public static com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument parse(
304: java.net.URL u, org.apache.xmlbeans.XmlOptions options)
305: throws org.apache.xmlbeans.XmlException,
306: java.io.IOException {
307: return (com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument) org.apache.xmlbeans.XmlBeans
308: .getContextTypeLoader().parse(u, type, options);
309: }
310:
311: public static com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument parse(
312: java.io.InputStream is)
313: throws org.apache.xmlbeans.XmlException,
314: java.io.IOException {
315: return (com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument) org.apache.xmlbeans.XmlBeans
316: .getContextTypeLoader().parse(is, type, null);
317: }
318:
319: public static com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument parse(
320: java.io.InputStream is,
321: org.apache.xmlbeans.XmlOptions options)
322: throws org.apache.xmlbeans.XmlException,
323: java.io.IOException {
324: return (com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument) org.apache.xmlbeans.XmlBeans
325: .getContextTypeLoader().parse(is, type, options);
326: }
327:
328: public static com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument parse(
329: java.io.Reader r)
330: throws org.apache.xmlbeans.XmlException,
331: java.io.IOException {
332: return (com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument) org.apache.xmlbeans.XmlBeans
333: .getContextTypeLoader().parse(r, type, null);
334: }
335:
336: public static com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument parse(
337: java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
338: throws org.apache.xmlbeans.XmlException,
339: java.io.IOException {
340: return (com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument) org.apache.xmlbeans.XmlBeans
341: .getContextTypeLoader().parse(r, type, options);
342: }
343:
344: public static com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument parse(
345: org.w3c.dom.Node node)
346: throws org.apache.xmlbeans.XmlException {
347: return (com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument) org.apache.xmlbeans.XmlBeans
348: .getContextTypeLoader().parse(node, type, null);
349: }
350:
351: public static com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument parse(
352: org.w3c.dom.Node node,
353: org.apache.xmlbeans.XmlOptions options)
354: throws org.apache.xmlbeans.XmlException {
355: return (com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument) org.apache.xmlbeans.XmlBeans
356: .getContextTypeLoader().parse(node, type, options);
357: }
358:
359: public static com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument parse(
360: org.apache.xmlbeans.xml.stream.XMLInputStream xis)
361: throws org.apache.xmlbeans.XmlException,
362: org.apache.xmlbeans.xml.stream.XMLStreamException {
363: return (com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument) org.apache.xmlbeans.XmlBeans
364: .getContextTypeLoader().parse(xis, type, null);
365: }
366:
367: public static com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument parse(
368: org.apache.xmlbeans.xml.stream.XMLInputStream xis,
369: org.apache.xmlbeans.XmlOptions options)
370: throws org.apache.xmlbeans.XmlException,
371: org.apache.xmlbeans.xml.stream.XMLStreamException {
372: return (com.bostechcorp.cbesb.etl.execConfig.x10.ExecConfigDocument) org.apache.xmlbeans.XmlBeans
373: .getContextTypeLoader().parse(xis, type, options);
374: }
375:
376: public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(
377: org.apache.xmlbeans.xml.stream.XMLInputStream xis)
378: throws org.apache.xmlbeans.XmlException,
379: org.apache.xmlbeans.xml.stream.XMLStreamException {
380: return org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
381: .newValidatingXMLInputStream(xis, type, null);
382: }
383:
384: public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(
385: org.apache.xmlbeans.xml.stream.XMLInputStream xis,
386: org.apache.xmlbeans.XmlOptions options)
387: throws org.apache.xmlbeans.XmlException,
388: org.apache.xmlbeans.xml.stream.XMLStreamException {
389: return org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
390: .newValidatingXMLInputStream(xis, type, options);
391: }
392:
393: private Factory() {
394: } // No instance of this class allowed
395: }
396: }
|