001    /*
002     * XML Type:  web-appType
003     * Namespace: http://geronimo.apache.org/xml/ns/j2ee/web/jetty-2.0.2
004     * Java type: org.apache.geronimo.xbeans.geronimo.web.jetty.JettyWebAppType
005     *
006     * Automatically generated - do not modify.
007     */
008    package org.apache.geronimo.xbeans.geronimo.web.jetty;
009    
010    
011    /**
012     * An XML web-appType(@http://geronimo.apache.org/xml/ns/j2ee/web/jetty-2.0.2).
013     *
014     * This is a complex type.
015     */
016    public interface JettyWebAppType 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(JettyWebAppType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s55B3A81C3FBC68963B9A8C93514DBE4E").resolveHandle("webapptype88f9type");
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 "clustering" element
108         */
109        org.apache.geronimo.xbeans.geronimo.j2ee.GerAbstractClusteringType getClustering();
110        
111        /**
112         * True if has "clustering" element
113         */
114        boolean isSetClustering();
115        
116        /**
117         * Sets the "clustering" element
118         */
119        void setClustering(org.apache.geronimo.xbeans.geronimo.j2ee.GerAbstractClusteringType clustering);
120        
121        /**
122         * Appends and returns a new empty "clustering" element
123         */
124        org.apache.geronimo.xbeans.geronimo.j2ee.GerAbstractClusteringType addNewClustering();
125        
126        /**
127         * Unsets the "clustering" element
128         */
129        void unsetClustering();
130        
131        /**
132         * Gets the "web-container" element
133         */
134        org.apache.geronimo.xbeans.geronimo.naming.GerGbeanLocatorType getWebContainer();
135        
136        /**
137         * True if has "web-container" element
138         */
139        boolean isSetWebContainer();
140        
141        /**
142         * Sets the "web-container" element
143         */
144        void setWebContainer(org.apache.geronimo.xbeans.geronimo.naming.GerGbeanLocatorType webContainer);
145        
146        /**
147         * Appends and returns a new empty "web-container" element
148         */
149        org.apache.geronimo.xbeans.geronimo.naming.GerGbeanLocatorType addNewWebContainer();
150        
151        /**
152         * Unsets the "web-container" element
153         */
154        void unsetWebContainer();
155        
156        /**
157         * Gets array of all "host" elements
158         */
159        java.lang.String[] getHostArray();
160        
161        /**
162         * Gets ith "host" element
163         */
164        java.lang.String getHostArray(int i);
165        
166        /**
167         * Gets (as xml) array of all "host" elements
168         */
169        org.apache.xmlbeans.XmlString[] xgetHostArray();
170        
171        /**
172         * Gets (as xml) ith "host" element
173         */
174        org.apache.xmlbeans.XmlString xgetHostArray(int i);
175        
176        /**
177         * Returns number of "host" element
178         */
179        int sizeOfHostArray();
180        
181        /**
182         * Sets array of all "host" element
183         */
184        void setHostArray(java.lang.String[] hostArray);
185        
186        /**
187         * Sets ith "host" element
188         */
189        void setHostArray(int i, java.lang.String host);
190        
191        /**
192         * Sets (as xml) array of all "host" element
193         */
194        void xsetHostArray(org.apache.xmlbeans.XmlString[] hostArray);
195        
196        /**
197         * Sets (as xml) ith "host" element
198         */
199        void xsetHostArray(int i, org.apache.xmlbeans.XmlString host);
200        
201        /**
202         * Inserts the value as the ith "host" element
203         */
204        void insertHost(int i, java.lang.String host);
205        
206        /**
207         * Appends the value as the last "host" element
208         */
209        void addHost(java.lang.String host);
210        
211        /**
212         * Inserts and returns a new empty value (as xml) as the ith "host" element
213         */
214        org.apache.xmlbeans.XmlString insertNewHost(int i);
215        
216        /**
217         * Appends and returns a new empty value (as xml) as the last "host" element
218         */
219        org.apache.xmlbeans.XmlString addNewHost();
220        
221        /**
222         * Removes the ith "host" element
223         */
224        void removeHost(int i);
225        
226        /**
227         * Gets array of all "virtual-host" elements
228         */
229        java.lang.String[] getVirtualHostArray();
230        
231        /**
232         * Gets ith "virtual-host" element
233         */
234        java.lang.String getVirtualHostArray(int i);
235        
236        /**
237         * Gets (as xml) array of all "virtual-host" elements
238         */
239        org.apache.xmlbeans.XmlString[] xgetVirtualHostArray();
240        
241        /**
242         * Gets (as xml) ith "virtual-host" element
243         */
244        org.apache.xmlbeans.XmlString xgetVirtualHostArray(int i);
245        
246        /**
247         * Returns number of "virtual-host" element
248         */
249        int sizeOfVirtualHostArray();
250        
251        /**
252         * Sets array of all "virtual-host" element
253         */
254        void setVirtualHostArray(java.lang.String[] virtualHostArray);
255        
256        /**
257         * Sets ith "virtual-host" element
258         */
259        void setVirtualHostArray(int i, java.lang.String virtualHost);
260        
261        /**
262         * Sets (as xml) array of all "virtual-host" element
263         */
264        void xsetVirtualHostArray(org.apache.xmlbeans.XmlString[] virtualHostArray);
265        
266        /**
267         * Sets (as xml) ith "virtual-host" element
268         */
269        void xsetVirtualHostArray(int i, org.apache.xmlbeans.XmlString virtualHost);
270        
271        /**
272         * Inserts the value as the ith "virtual-host" element
273         */
274        void insertVirtualHost(int i, java.lang.String virtualHost);
275        
276        /**
277         * Appends the value as the last "virtual-host" element
278         */
279        void addVirtualHost(java.lang.String virtualHost);
280        
281        /**
282         * Inserts and returns a new empty value (as xml) as the ith "virtual-host" element
283         */
284        org.apache.xmlbeans.XmlString insertNewVirtualHost(int i);
285        
286        /**
287         * Appends and returns a new empty value (as xml) as the last "virtual-host" element
288         */
289        org.apache.xmlbeans.XmlString addNewVirtualHost();
290        
291        /**
292         * Removes the ith "virtual-host" element
293         */
294        void removeVirtualHost(int i);
295        
296        /**
297         * Gets the "session-manager" element
298         */
299        java.lang.String getSessionManager();
300        
301        /**
302         * Gets (as xml) the "session-manager" element
303         */
304        org.apache.xmlbeans.XmlString xgetSessionManager();
305        
306        /**
307         * True if has "session-manager" element
308         */
309        boolean isSetSessionManager();
310        
311        /**
312         * Sets the "session-manager" element
313         */
314        void setSessionManager(java.lang.String sessionManager);
315        
316        /**
317         * Sets (as xml) the "session-manager" element
318         */
319        void xsetSessionManager(org.apache.xmlbeans.XmlString sessionManager);
320        
321        /**
322         * Unsets the "session-manager" element
323         */
324        void unsetSessionManager();
325        
326        /**
327         * Gets the "compact-path" element
328         */
329        boolean getCompactPath();
330        
331        /**
332         * Gets (as xml) the "compact-path" element
333         */
334        org.apache.xmlbeans.XmlBoolean xgetCompactPath();
335        
336        /**
337         * True if has "compact-path" element
338         */
339        boolean isSetCompactPath();
340        
341        /**
342         * Sets the "compact-path" element
343         */
344        void setCompactPath(boolean compactPath);
345        
346        /**
347         * Sets (as xml) the "compact-path" element
348         */
349        void xsetCompactPath(org.apache.xmlbeans.XmlBoolean compactPath);
350        
351        /**
352         * Unsets the "compact-path" element
353         */
354        void unsetCompactPath();
355        
356        /**
357         * Gets array of all "abstract-naming-entry" elements
358         */
359        org.apache.geronimo.xbeans.geronimo.naming.GerAbstractNamingEntryType[] getAbstractNamingEntryArray();
360        
361        /**
362         * Gets ith "abstract-naming-entry" element
363         */
364        org.apache.geronimo.xbeans.geronimo.naming.GerAbstractNamingEntryType getAbstractNamingEntryArray(int i);
365        
366        /**
367         * Returns number of "abstract-naming-entry" element
368         */
369        int sizeOfAbstractNamingEntryArray();
370        
371        /**
372         * Sets array of all "abstract-naming-entry" element
373         */
374        void setAbstractNamingEntryArray(org.apache.geronimo.xbeans.geronimo.naming.GerAbstractNamingEntryType[] abstractNamingEntryArray);
375        
376        /**
377         * Sets ith "abstract-naming-entry" element
378         */
379        void setAbstractNamingEntryArray(int i, org.apache.geronimo.xbeans.geronimo.naming.GerAbstractNamingEntryType abstractNamingEntry);
380        
381        /**
382         * Inserts and returns a new empty value (as xml) as the ith "abstract-naming-entry" element
383         */
384        org.apache.geronimo.xbeans.geronimo.naming.GerAbstractNamingEntryType insertNewAbstractNamingEntry(int i);
385        
386        /**
387         * Appends and returns a new empty value (as xml) as the last "abstract-naming-entry" element
388         */
389        org.apache.geronimo.xbeans.geronimo.naming.GerAbstractNamingEntryType addNewAbstractNamingEntry();
390        
391        /**
392         * Removes the ith "abstract-naming-entry" element
393         */
394        void removeAbstractNamingEntry(int i);
395        
396        /**
397         * Gets array of all "ejb-ref" elements
398         */
399        org.apache.geronimo.xbeans.geronimo.naming.GerEjbRefType[] getEjbRefArray();
400        
401        /**
402         * Gets ith "ejb-ref" element
403         */
404        org.apache.geronimo.xbeans.geronimo.naming.GerEjbRefType getEjbRefArray(int i);
405        
406        /**
407         * Returns number of "ejb-ref" element
408         */
409        int sizeOfEjbRefArray();
410        
411        /**
412         * Sets array of all "ejb-ref" element
413         */
414        void setEjbRefArray(org.apache.geronimo.xbeans.geronimo.naming.GerEjbRefType[] ejbRefArray);
415        
416        /**
417         * Sets ith "ejb-ref" element
418         */
419        void setEjbRefArray(int i, org.apache.geronimo.xbeans.geronimo.naming.GerEjbRefType ejbRef);
420        
421        /**
422         * Inserts and returns a new empty value (as xml) as the ith "ejb-ref" element
423         */
424        org.apache.geronimo.xbeans.geronimo.naming.GerEjbRefType insertNewEjbRef(int i);
425        
426        /**
427         * Appends and returns a new empty value (as xml) as the last "ejb-ref" element
428         */
429        org.apache.geronimo.xbeans.geronimo.naming.GerEjbRefType addNewEjbRef();
430        
431        /**
432         * Removes the ith "ejb-ref" element
433         */
434        void removeEjbRef(int i);
435        
436        /**
437         * Gets array of all "ejb-local-ref" elements
438         */
439        org.apache.geronimo.xbeans.geronimo.naming.GerEjbLocalRefType[] getEjbLocalRefArray();
440        
441        /**
442         * Gets ith "ejb-local-ref" element
443         */
444        org.apache.geronimo.xbeans.geronimo.naming.GerEjbLocalRefType getEjbLocalRefArray(int i);
445        
446        /**
447         * Returns number of "ejb-local-ref" element
448         */
449        int sizeOfEjbLocalRefArray();
450        
451        /**
452         * Sets array of all "ejb-local-ref" element
453         */
454        void setEjbLocalRefArray(org.apache.geronimo.xbeans.geronimo.naming.GerEjbLocalRefType[] ejbLocalRefArray);
455        
456        /**
457         * Sets ith "ejb-local-ref" element
458         */
459        void setEjbLocalRefArray(int i, org.apache.geronimo.xbeans.geronimo.naming.GerEjbLocalRefType ejbLocalRef);
460        
461        /**
462         * Inserts and returns a new empty value (as xml) as the ith "ejb-local-ref" element
463         */
464        org.apache.geronimo.xbeans.geronimo.naming.GerEjbLocalRefType insertNewEjbLocalRef(int i);
465        
466        /**
467         * Appends and returns a new empty value (as xml) as the last "ejb-local-ref" element
468         */
469        org.apache.geronimo.xbeans.geronimo.naming.GerEjbLocalRefType addNewEjbLocalRef();
470        
471        /**
472         * Removes the ith "ejb-local-ref" element
473         */
474        void removeEjbLocalRef(int i);
475        
476        /**
477         * Gets array of all "service-ref" elements
478         */
479        org.apache.geronimo.xbeans.geronimo.naming.GerServiceRefType[] getServiceRefArray();
480        
481        /**
482         * Gets ith "service-ref" element
483         */
484        org.apache.geronimo.xbeans.geronimo.naming.GerServiceRefType getServiceRefArray(int i);
485        
486        /**
487         * Returns number of "service-ref" element
488         */
489        int sizeOfServiceRefArray();
490        
491        /**
492         * Sets array of all "service-ref" element
493         */
494        void setServiceRefArray(org.apache.geronimo.xbeans.geronimo.naming.GerServiceRefType[] serviceRefArray);
495        
496        /**
497         * Sets ith "service-ref" element
498         */
499        void setServiceRefArray(int i, org.apache.geronimo.xbeans.geronimo.naming.GerServiceRefType serviceRef);
500        
501        /**
502         * Inserts and returns a new empty value (as xml) as the ith "service-ref" element
503         */
504        org.apache.geronimo.xbeans.geronimo.naming.GerServiceRefType insertNewServiceRef(int i);
505        
506        /**
507         * Appends and returns a new empty value (as xml) as the last "service-ref" element
508         */
509        org.apache.geronimo.xbeans.geronimo.naming.GerServiceRefType addNewServiceRef();
510        
511        /**
512         * Removes the ith "service-ref" element
513         */
514        void removeServiceRef(int i);
515        
516        /**
517         * Gets array of all "resource-ref" elements
518         */
519        org.apache.geronimo.xbeans.geronimo.naming.GerResourceRefType[] getResourceRefArray();
520        
521        /**
522         * Gets ith "resource-ref" element
523         */
524        org.apache.geronimo.xbeans.geronimo.naming.GerResourceRefType getResourceRefArray(int i);
525        
526        /**
527         * Returns number of "resource-ref" element
528         */
529        int sizeOfResourceRefArray();
530        
531        /**
532         * Sets array of all "resource-ref" element
533         */
534        void setResourceRefArray(org.apache.geronimo.xbeans.geronimo.naming.GerResourceRefType[] resourceRefArray);
535        
536        /**
537         * Sets ith "resource-ref" element
538         */
539        void setResourceRefArray(int i, org.apache.geronimo.xbeans.geronimo.naming.GerResourceRefType resourceRef);
540        
541        /**
542         * Inserts and returns a new empty value (as xml) as the ith "resource-ref" element
543         */
544        org.apache.geronimo.xbeans.geronimo.naming.GerResourceRefType insertNewResourceRef(int i);
545        
546        /**
547         * Appends and returns a new empty value (as xml) as the last "resource-ref" element
548         */
549        org.apache.geronimo.xbeans.geronimo.naming.GerResourceRefType addNewResourceRef();
550        
551        /**
552         * Removes the ith "resource-ref" element
553         */
554        void removeResourceRef(int i);
555        
556        /**
557         * Gets array of all "resource-env-ref" elements
558         */
559        org.apache.geronimo.xbeans.geronimo.naming.GerResourceEnvRefType[] getResourceEnvRefArray();
560        
561        /**
562         * Gets ith "resource-env-ref" element
563         */
564        org.apache.geronimo.xbeans.geronimo.naming.GerResourceEnvRefType getResourceEnvRefArray(int i);
565        
566        /**
567         * Returns number of "resource-env-ref" element
568         */
569        int sizeOfResourceEnvRefArray();
570        
571        /**
572         * Sets array of all "resource-env-ref" element
573         */
574        void setResourceEnvRefArray(org.apache.geronimo.xbeans.geronimo.naming.GerResourceEnvRefType[] resourceEnvRefArray);
575        
576        /**
577         * Sets ith "resource-env-ref" element
578         */
579        void setResourceEnvRefArray(int i, org.apache.geronimo.xbeans.geronimo.naming.GerResourceEnvRefType resourceEnvRef);
580        
581        /**
582         * Inserts and returns a new empty value (as xml) as the ith "resource-env-ref" element
583         */
584        org.apache.geronimo.xbeans.geronimo.naming.GerResourceEnvRefType insertNewResourceEnvRef(int i);
585        
586        /**
587         * Appends and returns a new empty value (as xml) as the last "resource-env-ref" element
588         */
589        org.apache.geronimo.xbeans.geronimo.naming.GerResourceEnvRefType addNewResourceEnvRef();
590        
591        /**
592         * Removes the ith "resource-env-ref" element
593         */
594        void removeResourceEnvRef(int i);
595        
596        /**
597         * Gets array of all "message-destination" elements
598         */
599        org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType[] getMessageDestinationArray();
600        
601        /**
602         * Gets ith "message-destination" element
603         */
604        org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType getMessageDestinationArray(int i);
605        
606        /**
607         * Returns number of "message-destination" element
608         */
609        int sizeOfMessageDestinationArray();
610        
611        /**
612         * Sets array of all "message-destination" element
613         */
614        void setMessageDestinationArray(org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType[] messageDestinationArray);
615        
616        /**
617         * Sets ith "message-destination" element
618         */
619        void setMessageDestinationArray(int i, org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType messageDestination);
620        
621        /**
622         * Inserts and returns a new empty value (as xml) as the ith "message-destination" element
623         */
624        org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType insertNewMessageDestination(int i);
625        
626        /**
627         * Appends and returns a new empty value (as xml) as the last "message-destination" element
628         */
629        org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType addNewMessageDestination();
630        
631        /**
632         * Removes the ith "message-destination" element
633         */
634        void removeMessageDestination(int i);
635        
636        /**
637         * Gets the "security-realm-name" element
638         */
639        java.lang.String getSecurityRealmName();
640        
641        /**
642         * Gets (as xml) the "security-realm-name" element
643         */
644        org.apache.xmlbeans.XmlString xgetSecurityRealmName();
645        
646        /**
647         * True if has "security-realm-name" element
648         */
649        boolean isSetSecurityRealmName();
650        
651        /**
652         * Sets the "security-realm-name" element
653         */
654        void setSecurityRealmName(java.lang.String securityRealmName);
655        
656        /**
657         * Sets (as xml) the "security-realm-name" element
658         */
659        void xsetSecurityRealmName(org.apache.xmlbeans.XmlString securityRealmName);
660        
661        /**
662         * Unsets the "security-realm-name" element
663         */
664        void unsetSecurityRealmName();
665        
666        /**
667         * Gets the "security" element
668         */
669        org.apache.geronimo.xbeans.geronimo.j2ee.GerAbstractSecurityType getSecurity();
670        
671        /**
672         * True if has "security" element
673         */
674        boolean isSetSecurity();
675        
676        /**
677         * Sets the "security" element
678         */
679        void setSecurity(org.apache.geronimo.xbeans.geronimo.j2ee.GerAbstractSecurityType security);
680        
681        /**
682         * Appends and returns a new empty "security" element
683         */
684        org.apache.geronimo.xbeans.geronimo.j2ee.GerAbstractSecurityType addNewSecurity();
685        
686        /**
687         * Unsets the "security" element
688         */
689        void unsetSecurity();
690        
691        /**
692         * Gets array of all "service" elements
693         */
694        org.apache.geronimo.deployment.xbeans.AbstractServiceType[] getServiceArray();
695        
696        /**
697         * Gets ith "service" element
698         */
699        org.apache.geronimo.deployment.xbeans.AbstractServiceType getServiceArray(int i);
700        
701        /**
702         * Returns number of "service" element
703         */
704        int sizeOfServiceArray();
705        
706        /**
707         * Sets array of all "service" element
708         */
709        void setServiceArray(org.apache.geronimo.deployment.xbeans.AbstractServiceType[] serviceArray);
710        
711        /**
712         * Sets ith "service" element
713         */
714        void setServiceArray(int i, org.apache.geronimo.deployment.xbeans.AbstractServiceType service);
715        
716        /**
717         * Inserts and returns a new empty value (as xml) as the ith "service" element
718         */
719        org.apache.geronimo.deployment.xbeans.AbstractServiceType insertNewService(int i);
720        
721        /**
722         * Appends and returns a new empty value (as xml) as the last "service" element
723         */
724        org.apache.geronimo.deployment.xbeans.AbstractServiceType addNewService();
725        
726        /**
727         * Removes the ith "service" element
728         */
729        void removeService(int i);
730        
731        /**
732         * Gets array of all "persistence" elements
733         */
734        org.apache.geronimo.xbeans.persistence.PersistenceDocument.Persistence[] getPersistenceArray();
735        
736        /**
737         * Gets ith "persistence" element
738         */
739        org.apache.geronimo.xbeans.persistence.PersistenceDocument.Persistence getPersistenceArray(int i);
740        
741        /**
742         * Returns number of "persistence" element
743         */
744        int sizeOfPersistenceArray();
745        
746        /**
747         * Sets array of all "persistence" element
748         */
749        void setPersistenceArray(org.apache.geronimo.xbeans.persistence.PersistenceDocument.Persistence[] persistenceArray);
750        
751        /**
752         * Sets ith "persistence" element
753         */
754        void setPersistenceArray(int i, org.apache.geronimo.xbeans.persistence.PersistenceDocument.Persistence persistence);
755        
756        /**
757         * Inserts and returns a new empty value (as xml) as the ith "persistence" element
758         */
759        org.apache.geronimo.xbeans.persistence.PersistenceDocument.Persistence insertNewPersistence(int i);
760        
761        /**
762         * Appends and returns a new empty value (as xml) as the last "persistence" element
763         */
764        org.apache.geronimo.xbeans.persistence.PersistenceDocument.Persistence addNewPersistence();
765        
766        /**
767         * Removes the ith "persistence" element
768         */
769        void removePersistence(int i);
770        
771        /**
772         * A factory class with static methods for creating instances
773         * of this type.
774         */
775        
776        public static final class Factory
777        {
778            public static org.apache.geronimo.xbeans.geronimo.web.jetty.JettyWebAppType newInstance() {
779              return (org.apache.geronimo.xbeans.geronimo.web.jetty.JettyWebAppType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
780            
781            public static org.apache.geronimo.xbeans.geronimo.web.jetty.JettyWebAppType newInstance(org.apache.xmlbeans.XmlOptions options) {
782              return (org.apache.geronimo.xbeans.geronimo.web.jetty.JettyWebAppType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
783            
784            /** @param xmlAsString the string value to parse */
785            public static org.apache.geronimo.xbeans.geronimo.web.jetty.JettyWebAppType parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
786              return (org.apache.geronimo.xbeans.geronimo.web.jetty.JettyWebAppType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
787            
788            public static org.apache.geronimo.xbeans.geronimo.web.jetty.JettyWebAppType parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
789              return (org.apache.geronimo.xbeans.geronimo.web.jetty.JettyWebAppType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
790            
791            /** @param file the file from which to load an xml document */
792            public static org.apache.geronimo.xbeans.geronimo.web.jetty.JettyWebAppType parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
793              return (org.apache.geronimo.xbeans.geronimo.web.jetty.JettyWebAppType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
794            
795            public static org.apache.geronimo.xbeans.geronimo.web.jetty.JettyWebAppType parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
796              return (org.apache.geronimo.xbeans.geronimo.web.jetty.JettyWebAppType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
797            
798            public static org.apache.geronimo.xbeans.geronimo.web.jetty.JettyWebAppType parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
799              return (org.apache.geronimo.xbeans.geronimo.web.jetty.JettyWebAppType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
800            
801            public static org.apache.geronimo.xbeans.geronimo.web.jetty.JettyWebAppType parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
802              return (org.apache.geronimo.xbeans.geronimo.web.jetty.JettyWebAppType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
803            
804            public static org.apache.geronimo.xbeans.geronimo.web.jetty.JettyWebAppType parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
805              return (org.apache.geronimo.xbeans.geronimo.web.jetty.JettyWebAppType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
806            
807            public static org.apache.geronimo.xbeans.geronimo.web.jetty.JettyWebAppType parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
808              return (org.apache.geronimo.xbeans.geronimo.web.jetty.JettyWebAppType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
809            
810            public static org.apache.geronimo.xbeans.geronimo.web.jetty.JettyWebAppType parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
811              return (org.apache.geronimo.xbeans.geronimo.web.jetty.JettyWebAppType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
812            
813            public static org.apache.geronimo.xbeans.geronimo.web.jetty.JettyWebAppType parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
814              return (org.apache.geronimo.xbeans.geronimo.web.jetty.JettyWebAppType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
815            
816            public static org.apache.geronimo.xbeans.geronimo.web.jetty.JettyWebAppType parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
817              return (org.apache.geronimo.xbeans.geronimo.web.jetty.JettyWebAppType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
818            
819            public static org.apache.geronimo.xbeans.geronimo.web.jetty.JettyWebAppType parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
820              return (org.apache.geronimo.xbeans.geronimo.web.jetty.JettyWebAppType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
821            
822            public static org.apache.geronimo.xbeans.geronimo.web.jetty.JettyWebAppType parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
823              return (org.apache.geronimo.xbeans.geronimo.web.jetty.JettyWebAppType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
824            
825            public static org.apache.geronimo.xbeans.geronimo.web.jetty.JettyWebAppType parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
826              return (org.apache.geronimo.xbeans.geronimo.web.jetty.JettyWebAppType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
827            
828            /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
829            public static org.apache.geronimo.xbeans.geronimo.web.jetty.JettyWebAppType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
830              return (org.apache.geronimo.xbeans.geronimo.web.jetty.JettyWebAppType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
831            
832            /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
833            public static org.apache.geronimo.xbeans.geronimo.web.jetty.JettyWebAppType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
834              return (org.apache.geronimo.xbeans.geronimo.web.jetty.JettyWebAppType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
835            
836            /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
837            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 {
838              return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
839            
840            /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
841            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 {
842              return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
843            
844            private Factory() { } // No instance of this class allowed
845        }
846    }