001: /*
002: * XML Type: dataAddressDef
003: * Namespace: http://cbesb.bostechcorp.com/trn/1.0
004: * Java type: com.bostechcorp.cbesb.trn.x10.DataAddressDef
005: *
006: * Automatically generated - do not modify.
007: */
008: package com.bostechcorp.cbesb.trn.x10;
009:
010: /**
011: * An XML dataAddressDef(@http://cbesb.bostechcorp.com/trn/1.0).
012: *
013: * This is a complex type.
014: */
015: public interface DataAddressDef 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("dataaddressdefe5aftype");
018:
019: /**
020: * Gets the "type" attribute
021: */
022: java.lang.String getType();
023:
024: /**
025: * Gets (as xml) the "type" attribute
026: */
027: org.apache.xmlbeans.XmlString xgetType();
028:
029: /**
030: * Sets the "type" attribute
031: */
032: void setType(java.lang.String type);
033:
034: /**
035: * Sets (as xml) the "type" attribute
036: */
037: void xsetType(org.apache.xmlbeans.XmlString type);
038:
039: /**
040: * Gets the "name" attribute
041: */
042: java.lang.String getName();
043:
044: /**
045: * Gets (as xml) the "name" attribute
046: */
047: org.apache.xmlbeans.XmlString xgetName();
048:
049: /**
050: * True if has "name" attribute
051: */
052: boolean isSetName();
053:
054: /**
055: * Sets the "name" attribute
056: */
057: void setName(java.lang.String name);
058:
059: /**
060: * Sets (as xml) the "name" attribute
061: */
062: void xsetName(org.apache.xmlbeans.XmlString name);
063:
064: /**
065: * Unsets the "name" attribute
066: */
067: void unsetName();
068:
069: /**
070: * Gets the "path" attribute
071: */
072: java.lang.String getPath();
073:
074: /**
075: * Gets (as xml) the "path" attribute
076: */
077: org.apache.xmlbeans.XmlString xgetPath();
078:
079: /**
080: * True if has "path" attribute
081: */
082: boolean isSetPath();
083:
084: /**
085: * Sets the "path" attribute
086: */
087: void setPath(java.lang.String path);
088:
089: /**
090: * Sets (as xml) the "path" attribute
091: */
092: void xsetPath(org.apache.xmlbeans.XmlString path);
093:
094: /**
095: * Unsets the "path" attribute
096: */
097: void unsetPath();
098:
099: /**
100: * Gets the "value" attribute
101: */
102: java.lang.String getValue();
103:
104: /**
105: * Gets (as xml) the "value" attribute
106: */
107: org.apache.xmlbeans.XmlString xgetValue();
108:
109: /**
110: * True if has "value" attribute
111: */
112: boolean isSetValue();
113:
114: /**
115: * Sets the "value" attribute
116: */
117: void setValue(java.lang.String value);
118:
119: /**
120: * Sets (as xml) the "value" attribute
121: */
122: void xsetValue(org.apache.xmlbeans.XmlString value);
123:
124: /**
125: * Unsets the "value" attribute
126: */
127: void unsetValue();
128:
129: /**
130: * A factory class with static methods for creating instances
131: * of this type.
132: */
133:
134: public static final class Factory {
135: public static com.bostechcorp.cbesb.trn.x10.DataAddressDef newInstance() {
136: return (com.bostechcorp.cbesb.trn.x10.DataAddressDef) org.apache.xmlbeans.XmlBeans
137: .getContextTypeLoader().newInstance(type, null);
138: }
139:
140: public static com.bostechcorp.cbesb.trn.x10.DataAddressDef newInstance(
141: org.apache.xmlbeans.XmlOptions options) {
142: return (com.bostechcorp.cbesb.trn.x10.DataAddressDef) org.apache.xmlbeans.XmlBeans
143: .getContextTypeLoader().newInstance(type, options);
144: }
145:
146: public static com.bostechcorp.cbesb.trn.x10.DataAddressDef parse(
147: java.lang.String s)
148: throws org.apache.xmlbeans.XmlException {
149: return (com.bostechcorp.cbesb.trn.x10.DataAddressDef) org.apache.xmlbeans.XmlBeans
150: .getContextTypeLoader().parse(s, type, null);
151: }
152:
153: public static com.bostechcorp.cbesb.trn.x10.DataAddressDef parse(
154: java.lang.String s,
155: org.apache.xmlbeans.XmlOptions options)
156: throws org.apache.xmlbeans.XmlException {
157: return (com.bostechcorp.cbesb.trn.x10.DataAddressDef) org.apache.xmlbeans.XmlBeans
158: .getContextTypeLoader().parse(s, type, options);
159: }
160:
161: public static com.bostechcorp.cbesb.trn.x10.DataAddressDef parse(
162: java.io.File f)
163: throws org.apache.xmlbeans.XmlException,
164: java.io.IOException {
165: return (com.bostechcorp.cbesb.trn.x10.DataAddressDef) org.apache.xmlbeans.XmlBeans
166: .getContextTypeLoader().parse(f, type, null);
167: }
168:
169: public static com.bostechcorp.cbesb.trn.x10.DataAddressDef parse(
170: java.io.File f, org.apache.xmlbeans.XmlOptions options)
171: throws org.apache.xmlbeans.XmlException,
172: java.io.IOException {
173: return (com.bostechcorp.cbesb.trn.x10.DataAddressDef) org.apache.xmlbeans.XmlBeans
174: .getContextTypeLoader().parse(f, type, options);
175: }
176:
177: public static com.bostechcorp.cbesb.trn.x10.DataAddressDef parse(
178: java.net.URL u)
179: throws org.apache.xmlbeans.XmlException,
180: java.io.IOException {
181: return (com.bostechcorp.cbesb.trn.x10.DataAddressDef) org.apache.xmlbeans.XmlBeans
182: .getContextTypeLoader().parse(u, type, null);
183: }
184:
185: public static com.bostechcorp.cbesb.trn.x10.DataAddressDef parse(
186: java.net.URL u, org.apache.xmlbeans.XmlOptions options)
187: throws org.apache.xmlbeans.XmlException,
188: java.io.IOException {
189: return (com.bostechcorp.cbesb.trn.x10.DataAddressDef) org.apache.xmlbeans.XmlBeans
190: .getContextTypeLoader().parse(u, type, options);
191: }
192:
193: public static com.bostechcorp.cbesb.trn.x10.DataAddressDef parse(
194: java.io.InputStream is)
195: throws org.apache.xmlbeans.XmlException,
196: java.io.IOException {
197: return (com.bostechcorp.cbesb.trn.x10.DataAddressDef) org.apache.xmlbeans.XmlBeans
198: .getContextTypeLoader().parse(is, type, null);
199: }
200:
201: public static com.bostechcorp.cbesb.trn.x10.DataAddressDef parse(
202: java.io.InputStream is,
203: org.apache.xmlbeans.XmlOptions options)
204: throws org.apache.xmlbeans.XmlException,
205: java.io.IOException {
206: return (com.bostechcorp.cbesb.trn.x10.DataAddressDef) org.apache.xmlbeans.XmlBeans
207: .getContextTypeLoader().parse(is, type, options);
208: }
209:
210: public static com.bostechcorp.cbesb.trn.x10.DataAddressDef parse(
211: java.io.Reader r)
212: throws org.apache.xmlbeans.XmlException,
213: java.io.IOException {
214: return (com.bostechcorp.cbesb.trn.x10.DataAddressDef) org.apache.xmlbeans.XmlBeans
215: .getContextTypeLoader().parse(r, type, null);
216: }
217:
218: public static com.bostechcorp.cbesb.trn.x10.DataAddressDef parse(
219: java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
220: throws org.apache.xmlbeans.XmlException,
221: java.io.IOException {
222: return (com.bostechcorp.cbesb.trn.x10.DataAddressDef) org.apache.xmlbeans.XmlBeans
223: .getContextTypeLoader().parse(r, type, options);
224: }
225:
226: public static com.bostechcorp.cbesb.trn.x10.DataAddressDef parse(
227: org.w3c.dom.Node node)
228: throws org.apache.xmlbeans.XmlException {
229: return (com.bostechcorp.cbesb.trn.x10.DataAddressDef) org.apache.xmlbeans.XmlBeans
230: .getContextTypeLoader().parse(node, type, null);
231: }
232:
233: public static com.bostechcorp.cbesb.trn.x10.DataAddressDef parse(
234: org.w3c.dom.Node node,
235: org.apache.xmlbeans.XmlOptions options)
236: throws org.apache.xmlbeans.XmlException {
237: return (com.bostechcorp.cbesb.trn.x10.DataAddressDef) org.apache.xmlbeans.XmlBeans
238: .getContextTypeLoader().parse(node, type, options);
239: }
240:
241: public static com.bostechcorp.cbesb.trn.x10.DataAddressDef parse(
242: org.apache.xmlbeans.xml.stream.XMLInputStream xis)
243: throws org.apache.xmlbeans.XmlException,
244: org.apache.xmlbeans.xml.stream.XMLStreamException {
245: return (com.bostechcorp.cbesb.trn.x10.DataAddressDef) org.apache.xmlbeans.XmlBeans
246: .getContextTypeLoader().parse(xis, type, null);
247: }
248:
249: public static com.bostechcorp.cbesb.trn.x10.DataAddressDef parse(
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 (com.bostechcorp.cbesb.trn.x10.DataAddressDef) org.apache.xmlbeans.XmlBeans
255: .getContextTypeLoader().parse(xis, type, options);
256: }
257:
258: public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(
259: org.apache.xmlbeans.xml.stream.XMLInputStream xis)
260: throws org.apache.xmlbeans.XmlException,
261: org.apache.xmlbeans.xml.stream.XMLStreamException {
262: return org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
263: .newValidatingXMLInputStream(xis, type, null);
264: }
265:
266: public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(
267: org.apache.xmlbeans.xml.stream.XMLInputStream xis,
268: org.apache.xmlbeans.XmlOptions options)
269: throws org.apache.xmlbeans.XmlException,
270: org.apache.xmlbeans.xml.stream.XMLStreamException {
271: return org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
272: .newValidatingXMLInputStream(xis, type, options);
273: }
274:
275: private Factory() {
276: } // No instance of this class allowed
277: }
278: }
|