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