001    /*
002     * XML Type:  web-appType
003     * Namespace: http://geronimo.apache.org/xml/ns/j2ee/web-2.0.1
004     * Java type: org.apache.geronimo.xbeans.geronimo.web.GerWebAppType
005     *
006     * Automatically generated - do not modify.
007     */
008    package org.apache.geronimo.xbeans.geronimo.web;
009    
010    
011    /**
012     * An XML web-appType(@http://geronimo.apache.org/xml/ns/j2ee/web-2.0.1).
013     *
014     * This is a complex type.
015     */
016    public interface GerWebAppType 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(GerWebAppType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sA1B3CA54CF93388C8DDA7A8A0FDDABB6").resolveHandle("webapptype0f69type");
020        
021        /**
022         * Gets the "environment" element
023         */
024        org.apache.geronimo.deployment.xbeans.EnvironmentType getEnvironment();
025        
026        /**
027         * True if has "environment" element
028         */
029        boolean isSetEnvironment();
030        
031        /**
032         * Sets the "environment" element
033         */
034        void setEnvironment(org.apache.geronimo.deployment.xbeans.EnvironmentType environment);
035        
036        /**
037         * Appends and returns a new empty "environment" element
038         */
039        org.apache.geronimo.deployment.xbeans.EnvironmentType addNewEnvironment();
040        
041        /**
042         * Unsets the "environment" element
043         */
044        void unsetEnvironment();
045        
046        /**
047         * Gets the "context-root" element
048         */
049        java.lang.String getContextRoot();
050        
051        /**
052         * Gets (as xml) the "context-root" element
053         */
054        org.apache.xmlbeans.XmlString xgetContextRoot();
055        
056        /**
057         * True if has "context-root" element
058         */
059        boolean isSetContextRoot();
060        
061        /**
062         * Sets the "context-root" element
063         */
064        void setContextRoot(java.lang.String contextRoot);
065        
066        /**
067         * Sets (as xml) the "context-root" element
068         */
069        void xsetContextRoot(org.apache.xmlbeans.XmlString contextRoot);
070        
071        /**
072         * Unsets the "context-root" element
073         */
074        void unsetContextRoot();
075        
076        /**
077         * Gets the "work-dir" element
078         */
079        java.lang.String getWorkDir();
080        
081        /**
082         * Gets (as xml) the "work-dir" element
083         */
084        org.apache.xmlbeans.XmlString xgetWorkDir();
085        
086        /**
087         * True if has "work-dir" element
088         */
089        boolean isSetWorkDir();
090        
091        /**
092         * Sets the "work-dir" element
093         */
094        void setWorkDir(java.lang.String workDir);
095        
096        /**
097         * Sets (as xml) the "work-dir" element
098         */
099        void xsetWorkDir(org.apache.xmlbeans.XmlString workDir);
100        
101        /**
102         * Unsets the "work-dir" element
103         */
104        void unsetWorkDir();
105        
106        /**
107         * Gets the "web-container" element
108         */
109        org.apache.geronimo.xbeans.geronimo.naming.GerGbeanLocatorType getWebContainer();
110        
111        /**
112         * True if has "web-container" element
113         */
114        boolean isSetWebContainer();
115        
116        /**
117         * Sets the "web-container" element
118         */
119        void setWebContainer(org.apache.geronimo.xbeans.geronimo.naming.GerGbeanLocatorType webContainer);
120        
121        /**
122         * Appends and returns a new empty "web-container" element
123         */
124        org.apache.geronimo.xbeans.geronimo.naming.GerGbeanLocatorType addNewWebContainer();
125        
126        /**
127         * Unsets the "web-container" element
128         */
129        void unsetWebContainer();
130        
131        /**
132         * Gets the "container-config" element
133         */
134        org.apache.geronimo.xbeans.geronimo.web.GerContainerConfigType getContainerConfig();
135        
136        /**
137         * True if has "container-config" element
138         */
139        boolean isSetContainerConfig();
140        
141        /**
142         * Sets the "container-config" element
143         */
144        void setContainerConfig(org.apache.geronimo.xbeans.geronimo.web.GerContainerConfigType containerConfig);
145        
146        /**
147         * Appends and returns a new empty "container-config" element
148         */
149        org.apache.geronimo.xbeans.geronimo.web.GerContainerConfigType addNewContainerConfig();
150        
151        /**
152         * Unsets the "container-config" element
153         */
154        void unsetContainerConfig();
155        
156        /**
157         * Gets array of all "abstract-naming-entry" elements
158         */
159        org.apache.geronimo.xbeans.geronimo.naming.GerAbstractNamingEntryType[] getAbstractNamingEntryArray();
160        
161        /**
162         * Gets ith "abstract-naming-entry" element
163         */
164        org.apache.geronimo.xbeans.geronimo.naming.GerAbstractNamingEntryType getAbstractNamingEntryArray(int i);
165        
166        /**
167         * Returns number of "abstract-naming-entry" element
168         */
169        int sizeOfAbstractNamingEntryArray();
170        
171        /**
172         * Sets array of all "abstract-naming-entry" element
173         */
174        void setAbstractNamingEntryArray(org.apache.geronimo.xbeans.geronimo.naming.GerAbstractNamingEntryType[] abstractNamingEntryArray);
175        
176        /**
177         * Sets ith "abstract-naming-entry" element
178         */
179        void setAbstractNamingEntryArray(int i, org.apache.geronimo.xbeans.geronimo.naming.GerAbstractNamingEntryType abstractNamingEntry);
180        
181        /**
182         * Inserts and returns a new empty value (as xml) as the ith "abstract-naming-entry" element
183         */
184        org.apache.geronimo.xbeans.geronimo.naming.GerAbstractNamingEntryType insertNewAbstractNamingEntry(int i);
185        
186        /**
187         * Appends and returns a new empty value (as xml) as the last "abstract-naming-entry" element
188         */
189        org.apache.geronimo.xbeans.geronimo.naming.GerAbstractNamingEntryType addNewAbstractNamingEntry();
190        
191        /**
192         * Removes the ith "abstract-naming-entry" element
193         */
194        void removeAbstractNamingEntry(int i);
195        
196        /**
197         * Gets array of all "ejb-ref" elements
198         */
199        org.apache.geronimo.xbeans.geronimo.naming.GerEjbRefType[] getEjbRefArray();
200        
201        /**
202         * Gets ith "ejb-ref" element
203         */
204        org.apache.geronimo.xbeans.geronimo.naming.GerEjbRefType getEjbRefArray(int i);
205        
206        /**
207         * Returns number of "ejb-ref" element
208         */
209        int sizeOfEjbRefArray();
210        
211        /**
212         * Sets array of all "ejb-ref" element
213         */
214        void setEjbRefArray(org.apache.geronimo.xbeans.geronimo.naming.GerEjbRefType[] ejbRefArray);
215        
216        /**
217         * Sets ith "ejb-ref" element
218         */
219        void setEjbRefArray(int i, org.apache.geronimo.xbeans.geronimo.naming.GerEjbRefType ejbRef);
220        
221        /**
222         * Inserts and returns a new empty value (as xml) as the ith "ejb-ref" element
223         */
224        org.apache.geronimo.xbeans.geronimo.naming.GerEjbRefType insertNewEjbRef(int i);
225        
226        /**
227         * Appends and returns a new empty value (as xml) as the last "ejb-ref" element
228         */
229        org.apache.geronimo.xbeans.geronimo.naming.GerEjbRefType addNewEjbRef();
230        
231        /**
232         * Removes the ith "ejb-ref" element
233         */
234        void removeEjbRef(int i);
235        
236        /**
237         * Gets array of all "ejb-local-ref" elements
238         */
239        org.apache.geronimo.xbeans.geronimo.naming.GerEjbLocalRefType[] getEjbLocalRefArray();
240        
241        /**
242         * Gets ith "ejb-local-ref" element
243         */
244        org.apache.geronimo.xbeans.geronimo.naming.GerEjbLocalRefType getEjbLocalRefArray(int i);
245        
246        /**
247         * Returns number of "ejb-local-ref" element
248         */
249        int sizeOfEjbLocalRefArray();
250        
251        /**
252         * Sets array of all "ejb-local-ref" element
253         */
254        void setEjbLocalRefArray(org.apache.geronimo.xbeans.geronimo.naming.GerEjbLocalRefType[] ejbLocalRefArray);
255        
256        /**
257         * Sets ith "ejb-local-ref" element
258         */
259        void setEjbLocalRefArray(int i, org.apache.geronimo.xbeans.geronimo.naming.GerEjbLocalRefType ejbLocalRef);
260        
261        /**
262         * Inserts and returns a new empty value (as xml) as the ith "ejb-local-ref" element
263         */
264        org.apache.geronimo.xbeans.geronimo.naming.GerEjbLocalRefType insertNewEjbLocalRef(int i);
265        
266        /**
267         * Appends and returns a new empty value (as xml) as the last "ejb-local-ref" element
268         */
269        org.apache.geronimo.xbeans.geronimo.naming.GerEjbLocalRefType addNewEjbLocalRef();
270        
271        /**
272         * Removes the ith "ejb-local-ref" element
273         */
274        void removeEjbLocalRef(int i);
275        
276        /**
277         * Gets array of all "service-ref" elements
278         */
279        org.apache.geronimo.xbeans.geronimo.naming.GerServiceRefType[] getServiceRefArray();
280        
281        /**
282         * Gets ith "service-ref" element
283         */
284        org.apache.geronimo.xbeans.geronimo.naming.GerServiceRefType getServiceRefArray(int i);
285        
286        /**
287         * Returns number of "service-ref" element
288         */
289        int sizeOfServiceRefArray();
290        
291        /**
292         * Sets array of all "service-ref" element
293         */
294        void setServiceRefArray(org.apache.geronimo.xbeans.geronimo.naming.GerServiceRefType[] serviceRefArray);
295        
296        /**
297         * Sets ith "service-ref" element
298         */
299        void setServiceRefArray(int i, org.apache.geronimo.xbeans.geronimo.naming.GerServiceRefType serviceRef);
300        
301        /**
302         * Inserts and returns a new empty value (as xml) as the ith "service-ref" element
303         */
304        org.apache.geronimo.xbeans.geronimo.naming.GerServiceRefType insertNewServiceRef(int i);
305        
306        /**
307         * Appends and returns a new empty value (as xml) as the last "service-ref" element
308         */
309        org.apache.geronimo.xbeans.geronimo.naming.GerServiceRefType addNewServiceRef();
310        
311        /**
312         * Removes the ith "service-ref" element
313         */
314        void removeServiceRef(int i);
315        
316        /**
317         * Gets array of all "resource-ref" elements
318         */
319        org.apache.geronimo.xbeans.geronimo.naming.GerResourceRefType[] getResourceRefArray();
320        
321        /**
322         * Gets ith "resource-ref" element
323         */
324        org.apache.geronimo.xbeans.geronimo.naming.GerResourceRefType getResourceRefArray(int i);
325        
326        /**
327         * Returns number of "resource-ref" element
328         */
329        int sizeOfResourceRefArray();
330        
331        /**
332         * Sets array of all "resource-ref" element
333         */
334        void setResourceRefArray(org.apache.geronimo.xbeans.geronimo.naming.GerResourceRefType[] resourceRefArray);
335        
336        /**
337         * Sets ith "resource-ref" element
338         */
339        void setResourceRefArray(int i, org.apache.geronimo.xbeans.geronimo.naming.GerResourceRefType resourceRef);
340        
341        /**
342         * Inserts and returns a new empty value (as xml) as the ith "resource-ref" element
343         */
344        org.apache.geronimo.xbeans.geronimo.naming.GerResourceRefType insertNewResourceRef(int i);
345        
346        /**
347         * Appends and returns a new empty value (as xml) as the last "resource-ref" element
348         */
349        org.apache.geronimo.xbeans.geronimo.naming.GerResourceRefType addNewResourceRef();
350        
351        /**
352         * Removes the ith "resource-ref" element
353         */
354        void removeResourceRef(int i);
355        
356        /**
357         * Gets array of all "resource-env-ref" elements
358         */
359        org.apache.geronimo.xbeans.geronimo.naming.GerResourceEnvRefType[] getResourceEnvRefArray();
360        
361        /**
362         * Gets ith "resource-env-ref" element
363         */
364        org.apache.geronimo.xbeans.geronimo.naming.GerResourceEnvRefType getResourceEnvRefArray(int i);
365        
366        /**
367         * Returns number of "resource-env-ref" element
368         */
369        int sizeOfResourceEnvRefArray();
370        
371        /**
372         * Sets array of all "resource-env-ref" element
373         */
374        void setResourceEnvRefArray(org.apache.geronimo.xbeans.geronimo.naming.GerResourceEnvRefType[] resourceEnvRefArray);
375        
376        /**
377         * Sets ith "resource-env-ref" element
378         */
379        void setResourceEnvRefArray(int i, org.apache.geronimo.xbeans.geronimo.naming.GerResourceEnvRefType resourceEnvRef);
380        
381        /**
382         * Inserts and returns a new empty value (as xml) as the ith "resource-env-ref" element
383         */
384        org.apache.geronimo.xbeans.geronimo.naming.GerResourceEnvRefType insertNewResourceEnvRef(int i);
385        
386        /**
387         * Appends and returns a new empty value (as xml) as the last "resource-env-ref" element
388         */
389        org.apache.geronimo.xbeans.geronimo.naming.GerResourceEnvRefType addNewResourceEnvRef();
390        
391        /**
392         * Removes the ith "resource-env-ref" element
393         */
394        void removeResourceEnvRef(int i);
395        
396        /**
397         * Gets array of all "message-destination" elements
398         */
399        org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType[] getMessageDestinationArray();
400        
401        /**
402         * Gets ith "message-destination" element
403         */
404        org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType getMessageDestinationArray(int i);
405        
406        /**
407         * Returns number of "message-destination" element
408         */
409        int sizeOfMessageDestinationArray();
410        
411        /**
412         * Sets array of all "message-destination" element
413         */
414        void setMessageDestinationArray(org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType[] messageDestinationArray);
415        
416        /**
417         * Sets ith "message-destination" element
418         */
419        void setMessageDestinationArray(int i, org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType messageDestination);
420        
421        /**
422         * Inserts and returns a new empty value (as xml) as the ith "message-destination" element
423         */
424        org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType insertNewMessageDestination(int i);
425        
426        /**
427         * Appends and returns a new empty value (as xml) as the last "message-destination" element
428         */
429        org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType addNewMessageDestination();
430        
431        /**
432         * Removes the ith "message-destination" element
433         */
434        void removeMessageDestination(int i);
435        
436        /**
437         * Gets the "security-realm-name" element
438         */
439        java.lang.String getSecurityRealmName();
440        
441        /**
442         * Gets (as xml) the "security-realm-name" element
443         */
444        org.apache.xmlbeans.XmlString xgetSecurityRealmName();
445        
446        /**
447         * True if has "security-realm-name" element
448         */
449        boolean isSetSecurityRealmName();
450        
451        /**
452         * Sets the "security-realm-name" element
453         */
454        void setSecurityRealmName(java.lang.String securityRealmName);
455        
456        /**
457         * Sets (as xml) the "security-realm-name" element
458         */
459        void xsetSecurityRealmName(org.apache.xmlbeans.XmlString securityRealmName);
460        
461        /**
462         * Unsets the "security-realm-name" element
463         */
464        void unsetSecurityRealmName();
465        
466        /**
467         * Gets the "security" element
468         */
469        org.apache.geronimo.xbeans.geronimo.j2ee.GerAbstractSecurityType getSecurity();
470        
471        /**
472         * True if has "security" element
473         */
474        boolean isSetSecurity();
475        
476        /**
477         * Sets the "security" element
478         */
479        void setSecurity(org.apache.geronimo.xbeans.geronimo.j2ee.GerAbstractSecurityType security);
480        
481        /**
482         * Appends and returns a new empty "security" element
483         */
484        org.apache.geronimo.xbeans.geronimo.j2ee.GerAbstractSecurityType addNewSecurity();
485        
486        /**
487         * Unsets the "security" element
488         */
489        void unsetSecurity();
490        
491        /**
492         * Gets array of all "service" elements
493         */
494        org.apache.geronimo.deployment.xbeans.AbstractServiceType[] getServiceArray();
495        
496        /**
497         * Gets ith "service" element
498         */
499        org.apache.geronimo.deployment.xbeans.AbstractServiceType getServiceArray(int i);
500        
501        /**
502         * Returns number of "service" element
503         */
504        int sizeOfServiceArray();
505        
506        /**
507         * Sets array of all "service" element
508         */
509        void setServiceArray(org.apache.geronimo.deployment.xbeans.AbstractServiceType[] serviceArray);
510        
511        /**
512         * Sets ith "service" element
513         */
514        void setServiceArray(int i, org.apache.geronimo.deployment.xbeans.AbstractServiceType service);
515        
516        /**
517         * Inserts and returns a new empty value (as xml) as the ith "service" element
518         */
519        org.apache.geronimo.deployment.xbeans.AbstractServiceType insertNewService(int i);
520        
521        /**
522         * Appends and returns a new empty value (as xml) as the last "service" element
523         */
524        org.apache.geronimo.deployment.xbeans.AbstractServiceType addNewService();
525        
526        /**
527         * Removes the ith "service" element
528         */
529        void removeService(int i);
530        
531        /**
532         * Gets array of all "persistence" elements
533         */
534        org.apache.geronimo.xbeans.persistence.PersistenceDocument.Persistence[] getPersistenceArray();
535        
536        /**
537         * Gets ith "persistence" element
538         */
539        org.apache.geronimo.xbeans.persistence.PersistenceDocument.Persistence getPersistenceArray(int i);
540        
541        /**
542         * Returns number of "persistence" element
543         */
544        int sizeOfPersistenceArray();
545        
546        /**
547         * Sets array of all "persistence" element
548         */
549        void setPersistenceArray(org.apache.geronimo.xbeans.persistence.PersistenceDocument.Persistence[] persistenceArray);
550        
551        /**
552         * Sets ith "persistence" element
553         */
554        void setPersistenceArray(int i, org.apache.geronimo.xbeans.persistence.PersistenceDocument.Persistence persistence);
555        
556        /**
557         * Inserts and returns a new empty value (as xml) as the ith "persistence" element
558         */
559        org.apache.geronimo.xbeans.persistence.PersistenceDocument.Persistence insertNewPersistence(int i);
560        
561        /**
562         * Appends and returns a new empty value (as xml) as the last "persistence" element
563         */
564        org.apache.geronimo.xbeans.persistence.PersistenceDocument.Persistence addNewPersistence();
565        
566        /**
567         * Removes the ith "persistence" element
568         */
569        void removePersistence(int i);
570        
571        /**
572         * A factory class with static methods for creating instances
573         * of this type.
574         */
575        
576        public static final class Factory
577        {
578            public static org.apache.geronimo.xbeans.geronimo.web.GerWebAppType newInstance() {
579              return (org.apache.geronimo.xbeans.geronimo.web.GerWebAppType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
580            
581            public static org.apache.geronimo.xbeans.geronimo.web.GerWebAppType newInstance(org.apache.xmlbeans.XmlOptions options) {
582              return (org.apache.geronimo.xbeans.geronimo.web.GerWebAppType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
583            
584            /** @param xmlAsString the string value to parse */
585            public static org.apache.geronimo.xbeans.geronimo.web.GerWebAppType parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
586              return (org.apache.geronimo.xbeans.geronimo.web.GerWebAppType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
587            
588            public static org.apache.geronimo.xbeans.geronimo.web.GerWebAppType parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
589              return (org.apache.geronimo.xbeans.geronimo.web.GerWebAppType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
590            
591            /** @param file the file from which to load an xml document */
592            public static org.apache.geronimo.xbeans.geronimo.web.GerWebAppType parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
593              return (org.apache.geronimo.xbeans.geronimo.web.GerWebAppType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
594            
595            public static org.apache.geronimo.xbeans.geronimo.web.GerWebAppType parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
596              return (org.apache.geronimo.xbeans.geronimo.web.GerWebAppType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
597            
598            public static org.apache.geronimo.xbeans.geronimo.web.GerWebAppType parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
599              return (org.apache.geronimo.xbeans.geronimo.web.GerWebAppType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
600            
601            public static org.apache.geronimo.xbeans.geronimo.web.GerWebAppType parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
602              return (org.apache.geronimo.xbeans.geronimo.web.GerWebAppType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
603            
604            public static org.apache.geronimo.xbeans.geronimo.web.GerWebAppType parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
605              return (org.apache.geronimo.xbeans.geronimo.web.GerWebAppType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
606            
607            public static org.apache.geronimo.xbeans.geronimo.web.GerWebAppType parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
608              return (org.apache.geronimo.xbeans.geronimo.web.GerWebAppType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
609            
610            public static org.apache.geronimo.xbeans.geronimo.web.GerWebAppType parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
611              return (org.apache.geronimo.xbeans.geronimo.web.GerWebAppType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
612            
613            public static org.apache.geronimo.xbeans.geronimo.web.GerWebAppType parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
614              return (org.apache.geronimo.xbeans.geronimo.web.GerWebAppType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
615            
616            public static org.apache.geronimo.xbeans.geronimo.web.GerWebAppType parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
617              return (org.apache.geronimo.xbeans.geronimo.web.GerWebAppType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
618            
619            public static org.apache.geronimo.xbeans.geronimo.web.GerWebAppType parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
620              return (org.apache.geronimo.xbeans.geronimo.web.GerWebAppType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
621            
622            public static org.apache.geronimo.xbeans.geronimo.web.GerWebAppType parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
623              return (org.apache.geronimo.xbeans.geronimo.web.GerWebAppType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
624            
625            public static org.apache.geronimo.xbeans.geronimo.web.GerWebAppType parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
626              return (org.apache.geronimo.xbeans.geronimo.web.GerWebAppType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
627            
628            /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
629            public static org.apache.geronimo.xbeans.geronimo.web.GerWebAppType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
630              return (org.apache.geronimo.xbeans.geronimo.web.GerWebAppType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
631            
632            /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
633            public static org.apache.geronimo.xbeans.geronimo.web.GerWebAppType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
634              return (org.apache.geronimo.xbeans.geronimo.web.GerWebAppType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
635            
636            /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
637            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 {
638              return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
639            
640            /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
641            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 {
642              return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
643            
644            private Factory() { } // No instance of this class allowed
645        }
646    }