001: /*
002: * XML Type: paramDef
003: * Namespace: http://cbesb.bostechcorp.com/trn/1.0
004: * Java type: com.bostechcorp.cbesb.trn.x10.ParamDef
005: *
006: * Automatically generated - do not modify.
007: */
008: package com.bostechcorp.cbesb.trn.x10;
009:
010: /**
011: * An XML paramDef(@http://cbesb.bostechcorp.com/trn/1.0).
012: *
013: * This is a complex type.
014: */
015: public interface ParamDef extends org.apache.xmlbeans.XmlObject {
016: public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) schema.system.s0B3B7136B4851F6C7339FF1D42F95F8A.TypeSystemHolder.typeSystem
017: .resolveHandle("paramdef7392type");
018:
019: /**
020: * Gets array of all "source" elements
021: */
022: com.bostechcorp.cbesb.trn.x10.DataAddressDef[] getSourceArray();
023:
024: /**
025: * Gets ith "source" element
026: */
027: com.bostechcorp.cbesb.trn.x10.DataAddressDef getSourceArray(int i);
028:
029: /**
030: * Returns number of "source" element
031: */
032: int sizeOfSourceArray();
033:
034: /**
035: * Sets array of all "source" element
036: */
037: void setSourceArray(
038: com.bostechcorp.cbesb.trn.x10.DataAddressDef[] sourceArray);
039:
040: /**
041: * Sets ith "source" element
042: */
043: void setSourceArray(int i,
044: com.bostechcorp.cbesb.trn.x10.DataAddressDef source);
045:
046: /**
047: * Inserts and returns a new empty value (as xml) as the ith "source" element
048: */
049: com.bostechcorp.cbesb.trn.x10.DataAddressDef insertNewSource(int i);
050:
051: /**
052: * Appends and returns a new empty value (as xml) as the last "source" element
053: */
054: com.bostechcorp.cbesb.trn.x10.DataAddressDef addNewSource();
055:
056: /**
057: * Removes the ith "source" element
058: */
059: void removeSource(int i);
060:
061: /**
062: * Gets array of all "target" elements
063: */
064: com.bostechcorp.cbesb.trn.x10.DataAddressDef[] getTargetArray();
065:
066: /**
067: * Gets ith "target" element
068: */
069: com.bostechcorp.cbesb.trn.x10.DataAddressDef getTargetArray(int i);
070:
071: /**
072: * Returns number of "target" element
073: */
074: int sizeOfTargetArray();
075:
076: /**
077: * Sets array of all "target" element
078: */
079: void setTargetArray(
080: com.bostechcorp.cbesb.trn.x10.DataAddressDef[] targetArray);
081:
082: /**
083: * Sets ith "target" element
084: */
085: void setTargetArray(int i,
086: com.bostechcorp.cbesb.trn.x10.DataAddressDef target);
087:
088: /**
089: * Inserts and returns a new empty value (as xml) as the ith "target" element
090: */
091: com.bostechcorp.cbesb.trn.x10.DataAddressDef insertNewTarget(int i);
092:
093: /**
094: * Appends and returns a new empty value (as xml) as the last "target" element
095: */
096: com.bostechcorp.cbesb.trn.x10.DataAddressDef addNewTarget();
097:
098: /**
099: * Removes the ith "target" element
100: */
101: void removeTarget(int i);
102:
103: /**
104: * Gets array of all "property" elements
105: */
106: com.bostechcorp.cbesb.trn.x10.SettingDef[] getPropertyArray();
107:
108: /**
109: * Gets ith "property" element
110: */
111: com.bostechcorp.cbesb.trn.x10.SettingDef getPropertyArray(int i);
112:
113: /**
114: * Returns number of "property" element
115: */
116: int sizeOfPropertyArray();
117:
118: /**
119: * Sets array of all "property" element
120: */
121: void setPropertyArray(
122: com.bostechcorp.cbesb.trn.x10.SettingDef[] propertyArray);
123:
124: /**
125: * Sets ith "property" element
126: */
127: void setPropertyArray(int i,
128: com.bostechcorp.cbesb.trn.x10.SettingDef property);
129:
130: /**
131: * Inserts and returns a new empty value (as xml) as the ith "property" element
132: */
133: com.bostechcorp.cbesb.trn.x10.SettingDef insertNewProperty(int i);
134:
135: /**
136: * Appends and returns a new empty value (as xml) as the last "property" element
137: */
138: com.bostechcorp.cbesb.trn.x10.SettingDef addNewProperty();
139:
140: /**
141: * Removes the ith "property" element
142: */
143: void removeProperty(int i);
144:
145: /**
146: * Gets array of all "propertyList" elements
147: */
148: com.bostechcorp.cbesb.trn.x10.PropertyListDef[] getPropertyListArray();
149:
150: /**
151: * Gets ith "propertyList" element
152: */
153: com.bostechcorp.cbesb.trn.x10.PropertyListDef getPropertyListArray(
154: int i);
155:
156: /**
157: * Returns number of "propertyList" element
158: */
159: int sizeOfPropertyListArray();
160:
161: /**
162: * Sets array of all "propertyList" element
163: */
164: void setPropertyListArray(
165: com.bostechcorp.cbesb.trn.x10.PropertyListDef[] propertyListArray);
166:
167: /**
168: * Sets ith "propertyList" element
169: */
170: void setPropertyListArray(int i,
171: com.bostechcorp.cbesb.trn.x10.PropertyListDef propertyList);
172:
173: /**
174: * Inserts and returns a new empty value (as xml) as the ith "propertyList" element
175: */
176: com.bostechcorp.cbesb.trn.x10.PropertyListDef insertNewPropertyList(
177: int i);
178:
179: /**
180: * Appends and returns a new empty value (as xml) as the last "propertyList" element
181: */
182: com.bostechcorp.cbesb.trn.x10.PropertyListDef addNewPropertyList();
183:
184: /**
185: * Removes the ith "propertyList" element
186: */
187: void removePropertyList(int i);
188:
189: /**
190: * A factory class with static methods for creating instances
191: * of this type.
192: */
193:
194: public static final class Factory {
195: public static com.bostechcorp.cbesb.trn.x10.ParamDef newInstance() {
196: return (com.bostechcorp.cbesb.trn.x10.ParamDef) org.apache.xmlbeans.XmlBeans
197: .getContextTypeLoader().newInstance(type, null);
198: }
199:
200: public static com.bostechcorp.cbesb.trn.x10.ParamDef newInstance(
201: org.apache.xmlbeans.XmlOptions options) {
202: return (com.bostechcorp.cbesb.trn.x10.ParamDef) org.apache.xmlbeans.XmlBeans
203: .getContextTypeLoader().newInstance(type, options);
204: }
205:
206: public static com.bostechcorp.cbesb.trn.x10.ParamDef parse(
207: java.lang.String s)
208: throws org.apache.xmlbeans.XmlException {
209: return (com.bostechcorp.cbesb.trn.x10.ParamDef) org.apache.xmlbeans.XmlBeans
210: .getContextTypeLoader().parse(s, type, null);
211: }
212:
213: public static com.bostechcorp.cbesb.trn.x10.ParamDef parse(
214: java.lang.String s,
215: org.apache.xmlbeans.XmlOptions options)
216: throws org.apache.xmlbeans.XmlException {
217: return (com.bostechcorp.cbesb.trn.x10.ParamDef) org.apache.xmlbeans.XmlBeans
218: .getContextTypeLoader().parse(s, type, options);
219: }
220:
221: public static com.bostechcorp.cbesb.trn.x10.ParamDef parse(
222: java.io.File f)
223: throws org.apache.xmlbeans.XmlException,
224: java.io.IOException {
225: return (com.bostechcorp.cbesb.trn.x10.ParamDef) org.apache.xmlbeans.XmlBeans
226: .getContextTypeLoader().parse(f, type, null);
227: }
228:
229: public static com.bostechcorp.cbesb.trn.x10.ParamDef parse(
230: java.io.File f, org.apache.xmlbeans.XmlOptions options)
231: throws org.apache.xmlbeans.XmlException,
232: java.io.IOException {
233: return (com.bostechcorp.cbesb.trn.x10.ParamDef) org.apache.xmlbeans.XmlBeans
234: .getContextTypeLoader().parse(f, type, options);
235: }
236:
237: public static com.bostechcorp.cbesb.trn.x10.ParamDef parse(
238: java.net.URL u)
239: throws org.apache.xmlbeans.XmlException,
240: java.io.IOException {
241: return (com.bostechcorp.cbesb.trn.x10.ParamDef) org.apache.xmlbeans.XmlBeans
242: .getContextTypeLoader().parse(u, type, null);
243: }
244:
245: public static com.bostechcorp.cbesb.trn.x10.ParamDef parse(
246: java.net.URL u, org.apache.xmlbeans.XmlOptions options)
247: throws org.apache.xmlbeans.XmlException,
248: java.io.IOException {
249: return (com.bostechcorp.cbesb.trn.x10.ParamDef) org.apache.xmlbeans.XmlBeans
250: .getContextTypeLoader().parse(u, type, options);
251: }
252:
253: public static com.bostechcorp.cbesb.trn.x10.ParamDef parse(
254: java.io.InputStream is)
255: throws org.apache.xmlbeans.XmlException,
256: java.io.IOException {
257: return (com.bostechcorp.cbesb.trn.x10.ParamDef) org.apache.xmlbeans.XmlBeans
258: .getContextTypeLoader().parse(is, type, null);
259: }
260:
261: public static com.bostechcorp.cbesb.trn.x10.ParamDef parse(
262: java.io.InputStream is,
263: org.apache.xmlbeans.XmlOptions options)
264: throws org.apache.xmlbeans.XmlException,
265: java.io.IOException {
266: return (com.bostechcorp.cbesb.trn.x10.ParamDef) org.apache.xmlbeans.XmlBeans
267: .getContextTypeLoader().parse(is, type, options);
268: }
269:
270: public static com.bostechcorp.cbesb.trn.x10.ParamDef parse(
271: java.io.Reader r)
272: throws org.apache.xmlbeans.XmlException,
273: java.io.IOException {
274: return (com.bostechcorp.cbesb.trn.x10.ParamDef) org.apache.xmlbeans.XmlBeans
275: .getContextTypeLoader().parse(r, type, null);
276: }
277:
278: public static com.bostechcorp.cbesb.trn.x10.ParamDef parse(
279: java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
280: throws org.apache.xmlbeans.XmlException,
281: java.io.IOException {
282: return (com.bostechcorp.cbesb.trn.x10.ParamDef) org.apache.xmlbeans.XmlBeans
283: .getContextTypeLoader().parse(r, type, options);
284: }
285:
286: public static com.bostechcorp.cbesb.trn.x10.ParamDef parse(
287: org.w3c.dom.Node node)
288: throws org.apache.xmlbeans.XmlException {
289: return (com.bostechcorp.cbesb.trn.x10.ParamDef) org.apache.xmlbeans.XmlBeans
290: .getContextTypeLoader().parse(node, type, null);
291: }
292:
293: public static com.bostechcorp.cbesb.trn.x10.ParamDef parse(
294: org.w3c.dom.Node node,
295: org.apache.xmlbeans.XmlOptions options)
296: throws org.apache.xmlbeans.XmlException {
297: return (com.bostechcorp.cbesb.trn.x10.ParamDef) org.apache.xmlbeans.XmlBeans
298: .getContextTypeLoader().parse(node, type, options);
299: }
300:
301: public static com.bostechcorp.cbesb.trn.x10.ParamDef parse(
302: org.apache.xmlbeans.xml.stream.XMLInputStream xis)
303: throws org.apache.xmlbeans.XmlException,
304: org.apache.xmlbeans.xml.stream.XMLStreamException {
305: return (com.bostechcorp.cbesb.trn.x10.ParamDef) org.apache.xmlbeans.XmlBeans
306: .getContextTypeLoader().parse(xis, type, null);
307: }
308:
309: public static com.bostechcorp.cbesb.trn.x10.ParamDef parse(
310: org.apache.xmlbeans.xml.stream.XMLInputStream xis,
311: org.apache.xmlbeans.XmlOptions options)
312: throws org.apache.xmlbeans.XmlException,
313: org.apache.xmlbeans.xml.stream.XMLStreamException {
314: return (com.bostechcorp.cbesb.trn.x10.ParamDef) org.apache.xmlbeans.XmlBeans
315: .getContextTypeLoader().parse(xis, type, options);
316: }
317:
318: public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(
319: org.apache.xmlbeans.xml.stream.XMLInputStream xis)
320: throws org.apache.xmlbeans.XmlException,
321: org.apache.xmlbeans.xml.stream.XMLStreamException {
322: return org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
323: .newValidatingXMLInputStream(xis, type, null);
324: }
325:
326: public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(
327: org.apache.xmlbeans.xml.stream.XMLInputStream xis,
328: org.apache.xmlbeans.XmlOptions options)
329: throws org.apache.xmlbeans.XmlException,
330: org.apache.xmlbeans.xml.stream.XMLStreamException {
331: return org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
332: .newValidatingXMLInputStream(xis, type, options);
333: }
334:
335: private Factory() {
336: } // No instance of this class allowed
337: }
338: }
|