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