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