001 /*
002 * XML Type: singlepoolType
003 * Namespace: http://geronimo.apache.org/xml/ns/j2ee/connector-1.2
004 * Java type: org.apache.geronimo.xbeans.geronimo.GerSinglepoolType
005 *
006 * Automatically generated - do not modify.
007 */
008 package org.apache.geronimo.xbeans.geronimo;
009
010
011 /**
012 * An XML singlepoolType(@http://geronimo.apache.org/xml/ns/j2ee/connector-1.2).
013 *
014 * This is a complex type.
015 */
016 public interface GerSinglepoolType extends org.apache.xmlbeans.XmlObject
017 {
018 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
019 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(GerSinglepoolType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s03E398A13B3309475015244D9072E5AF").resolveHandle("singlepooltype2972type");
020
021 /**
022 * Gets the "max-size" element
023 */
024 int getMaxSize();
025
026 /**
027 * Gets (as xml) the "max-size" element
028 */
029 org.apache.xmlbeans.XmlInt xgetMaxSize();
030
031 /**
032 * True if has "max-size" element
033 */
034 boolean isSetMaxSize();
035
036 /**
037 * Sets the "max-size" element
038 */
039 void setMaxSize(int maxSize);
040
041 /**
042 * Sets (as xml) the "max-size" element
043 */
044 void xsetMaxSize(org.apache.xmlbeans.XmlInt maxSize);
045
046 /**
047 * Unsets the "max-size" element
048 */
049 void unsetMaxSize();
050
051 /**
052 * Gets the "min-size" element
053 */
054 int getMinSize();
055
056 /**
057 * Gets (as xml) the "min-size" element
058 */
059 org.apache.xmlbeans.XmlInt xgetMinSize();
060
061 /**
062 * True if has "min-size" element
063 */
064 boolean isSetMinSize();
065
066 /**
067 * Sets the "min-size" element
068 */
069 void setMinSize(int minSize);
070
071 /**
072 * Sets (as xml) the "min-size" element
073 */
074 void xsetMinSize(org.apache.xmlbeans.XmlInt minSize);
075
076 /**
077 * Unsets the "min-size" element
078 */
079 void unsetMinSize();
080
081 /**
082 * Gets the "blocking-timeout-milliseconds" element
083 */
084 int getBlockingTimeoutMilliseconds();
085
086 /**
087 * Gets (as xml) the "blocking-timeout-milliseconds" element
088 */
089 org.apache.xmlbeans.XmlInt xgetBlockingTimeoutMilliseconds();
090
091 /**
092 * True if has "blocking-timeout-milliseconds" element
093 */
094 boolean isSetBlockingTimeoutMilliseconds();
095
096 /**
097 * Sets the "blocking-timeout-milliseconds" element
098 */
099 void setBlockingTimeoutMilliseconds(int blockingTimeoutMilliseconds);
100
101 /**
102 * Sets (as xml) the "blocking-timeout-milliseconds" element
103 */
104 void xsetBlockingTimeoutMilliseconds(org.apache.xmlbeans.XmlInt blockingTimeoutMilliseconds);
105
106 /**
107 * Unsets the "blocking-timeout-milliseconds" element
108 */
109 void unsetBlockingTimeoutMilliseconds();
110
111 /**
112 * Gets the "idle-timeout-minutes" element
113 */
114 int getIdleTimeoutMinutes();
115
116 /**
117 * Gets (as xml) the "idle-timeout-minutes" element
118 */
119 org.apache.xmlbeans.XmlInt xgetIdleTimeoutMinutes();
120
121 /**
122 * True if has "idle-timeout-minutes" element
123 */
124 boolean isSetIdleTimeoutMinutes();
125
126 /**
127 * Sets the "idle-timeout-minutes" element
128 */
129 void setIdleTimeoutMinutes(int idleTimeoutMinutes);
130
131 /**
132 * Sets (as xml) the "idle-timeout-minutes" element
133 */
134 void xsetIdleTimeoutMinutes(org.apache.xmlbeans.XmlInt idleTimeoutMinutes);
135
136 /**
137 * Unsets the "idle-timeout-minutes" element
138 */
139 void unsetIdleTimeoutMinutes();
140
141 /**
142 * Gets the "match-one" element
143 */
144 org.apache.geronimo.xbeans.geronimo.GerEmptyType getMatchOne();
145
146 /**
147 * True if has "match-one" element
148 */
149 boolean isSetMatchOne();
150
151 /**
152 * Sets the "match-one" element
153 */
154 void setMatchOne(org.apache.geronimo.xbeans.geronimo.GerEmptyType matchOne);
155
156 /**
157 * Appends and returns a new empty "match-one" element
158 */
159 org.apache.geronimo.xbeans.geronimo.GerEmptyType addNewMatchOne();
160
161 /**
162 * Unsets the "match-one" element
163 */
164 void unsetMatchOne();
165
166 /**
167 * Gets the "match-all" element
168 */
169 org.apache.geronimo.xbeans.geronimo.GerEmptyType getMatchAll();
170
171 /**
172 * True if has "match-all" element
173 */
174 boolean isSetMatchAll();
175
176 /**
177 * Sets the "match-all" element
178 */
179 void setMatchAll(org.apache.geronimo.xbeans.geronimo.GerEmptyType matchAll);
180
181 /**
182 * Appends and returns a new empty "match-all" element
183 */
184 org.apache.geronimo.xbeans.geronimo.GerEmptyType addNewMatchAll();
185
186 /**
187 * Unsets the "match-all" element
188 */
189 void unsetMatchAll();
190
191 /**
192 * Gets the "select-one-assume-match" element
193 */
194 org.apache.geronimo.xbeans.geronimo.GerEmptyType getSelectOneAssumeMatch();
195
196 /**
197 * True if has "select-one-assume-match" element
198 */
199 boolean isSetSelectOneAssumeMatch();
200
201 /**
202 * Sets the "select-one-assume-match" element
203 */
204 void setSelectOneAssumeMatch(org.apache.geronimo.xbeans.geronimo.GerEmptyType selectOneAssumeMatch);
205
206 /**
207 * Appends and returns a new empty "select-one-assume-match" element
208 */
209 org.apache.geronimo.xbeans.geronimo.GerEmptyType addNewSelectOneAssumeMatch();
210
211 /**
212 * Unsets the "select-one-assume-match" element
213 */
214 void unsetSelectOneAssumeMatch();
215
216 /**
217 * A factory class with static methods for creating instances
218 * of this type.
219 */
220
221 public static final class Factory
222 {
223 public static org.apache.geronimo.xbeans.geronimo.GerSinglepoolType newInstance() {
224 return (org.apache.geronimo.xbeans.geronimo.GerSinglepoolType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
225
226 public static org.apache.geronimo.xbeans.geronimo.GerSinglepoolType newInstance(org.apache.xmlbeans.XmlOptions options) {
227 return (org.apache.geronimo.xbeans.geronimo.GerSinglepoolType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
228
229 /** @param xmlAsString the string value to parse */
230 public static org.apache.geronimo.xbeans.geronimo.GerSinglepoolType parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
231 return (org.apache.geronimo.xbeans.geronimo.GerSinglepoolType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
232
233 public static org.apache.geronimo.xbeans.geronimo.GerSinglepoolType parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
234 return (org.apache.geronimo.xbeans.geronimo.GerSinglepoolType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
235
236 /** @param file the file from which to load an xml document */
237 public static org.apache.geronimo.xbeans.geronimo.GerSinglepoolType parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
238 return (org.apache.geronimo.xbeans.geronimo.GerSinglepoolType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
239
240 public static org.apache.geronimo.xbeans.geronimo.GerSinglepoolType parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
241 return (org.apache.geronimo.xbeans.geronimo.GerSinglepoolType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
242
243 public static org.apache.geronimo.xbeans.geronimo.GerSinglepoolType parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
244 return (org.apache.geronimo.xbeans.geronimo.GerSinglepoolType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
245
246 public static org.apache.geronimo.xbeans.geronimo.GerSinglepoolType parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
247 return (org.apache.geronimo.xbeans.geronimo.GerSinglepoolType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
248
249 public static org.apache.geronimo.xbeans.geronimo.GerSinglepoolType parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
250 return (org.apache.geronimo.xbeans.geronimo.GerSinglepoolType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
251
252 public static org.apache.geronimo.xbeans.geronimo.GerSinglepoolType parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
253 return (org.apache.geronimo.xbeans.geronimo.GerSinglepoolType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
254
255 public static org.apache.geronimo.xbeans.geronimo.GerSinglepoolType parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
256 return (org.apache.geronimo.xbeans.geronimo.GerSinglepoolType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
257
258 public static org.apache.geronimo.xbeans.geronimo.GerSinglepoolType parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
259 return (org.apache.geronimo.xbeans.geronimo.GerSinglepoolType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
260
261 public static org.apache.geronimo.xbeans.geronimo.GerSinglepoolType parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
262 return (org.apache.geronimo.xbeans.geronimo.GerSinglepoolType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
263
264 public static org.apache.geronimo.xbeans.geronimo.GerSinglepoolType parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
265 return (org.apache.geronimo.xbeans.geronimo.GerSinglepoolType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
266
267 public static org.apache.geronimo.xbeans.geronimo.GerSinglepoolType parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
268 return (org.apache.geronimo.xbeans.geronimo.GerSinglepoolType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
269
270 public static org.apache.geronimo.xbeans.geronimo.GerSinglepoolType parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
271 return (org.apache.geronimo.xbeans.geronimo.GerSinglepoolType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
272
273 /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
274 public static org.apache.geronimo.xbeans.geronimo.GerSinglepoolType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
275 return (org.apache.geronimo.xbeans.geronimo.GerSinglepoolType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
276
277 /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
278 public static org.apache.geronimo.xbeans.geronimo.GerSinglepoolType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
279 return (org.apache.geronimo.xbeans.geronimo.GerSinglepoolType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
280
281 /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
282 public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
283 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
284
285 /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
286 public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
287 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
288
289 private Factory() { } // No instance of this class allowed
290 }
291 }