View Javadoc
1   /*
2    * An XML document type.
3    * Localname: UpdatePackageInfo
4    * Namespace: http://apply.grants.gov/system/AgencyManagePackage-V1.0
5    * Java type: gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.system.agencyManagePackageV10;
10  
11  
12  /**
13   * A document containing one UpdatePackageInfo(@http://apply.grants.gov/system/AgencyManagePackage-V1.0) element.
14   *
15   * This is a complex type.
16   */
17  public interface UpdatePackageInfoDocument extends org.apache.xmlbeans.XmlObject
18  {
19      public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
20          org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(UpdatePackageInfoDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("updatepackageinfoccfadoctype");
21      
22      /**
23       * Gets the "UpdatePackageInfo" element
24       */
25      gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument.UpdatePackageInfo getUpdatePackageInfo();
26      
27      /**
28       * Sets the "UpdatePackageInfo" element
29       */
30      void setUpdatePackageInfo(gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument.UpdatePackageInfo updatePackageInfo);
31      
32      /**
33       * Appends and returns a new empty "UpdatePackageInfo" element
34       */
35      gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument.UpdatePackageInfo addNewUpdatePackageInfo();
36      
37      /**
38       * An XML UpdatePackageInfo(@http://apply.grants.gov/system/AgencyManagePackage-V1.0).
39       *
40       * This is a complex type.
41       */
42      public interface UpdatePackageInfo extends org.apache.xmlbeans.XmlObject
43      {
44          public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
45              org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(UpdatePackageInfo.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("updatepackageinfoc651elemtype");
46          
47          /**
48           * Gets the "CFDANumber" element
49           */
50          java.lang.String getCFDANumber();
51          
52          /**
53           * Gets (as xml) the "CFDANumber" element
54           */
55          gov.grants.apply.system.grantsCommonTypesV10.CFDANumberType xgetCFDANumber();
56          
57          /**
58           * True if has "CFDANumber" element
59           */
60          boolean isSetCFDANumber();
61          
62          /**
63           * Sets the "CFDANumber" element
64           */
65          void setCFDANumber(java.lang.String cfdaNumber);
66          
67          /**
68           * Sets (as xml) the "CFDANumber" element
69           */
70          void xsetCFDANumber(gov.grants.apply.system.grantsCommonTypesV10.CFDANumberType cfdaNumber);
71          
72          /**
73           * Unsets the "CFDANumber" element
74           */
75          void unsetCFDANumber();
76          
77          /**
78           * Gets the "CompetitionID" element
79           */
80          java.lang.String getCompetitionID();
81          
82          /**
83           * Gets (as xml) the "CompetitionID" element
84           */
85          gov.grants.apply.system.grantsCommonTypesV10.CompetitionIDType xgetCompetitionID();
86          
87          /**
88           * True if has "CompetitionID" element
89           */
90          boolean isSetCompetitionID();
91          
92          /**
93           * Sets the "CompetitionID" element
94           */
95          void setCompetitionID(java.lang.String competitionID);
96          
97          /**
98           * Sets (as xml) the "CompetitionID" element
99           */
100         void xsetCompetitionID(gov.grants.apply.system.grantsCommonTypesV10.CompetitionIDType competitionID);
101         
102         /**
103          * Unsets the "CompetitionID" element
104          */
105         void unsetCompetitionID();
106         
107         /**
108          * Gets the "CompetitionTitle" element
109          */
110         java.lang.String getCompetitionTitle();
111         
112         /**
113          * Gets (as xml) the "CompetitionTitle" element
114          */
115         gov.grants.apply.system.grantsCommonTypesV10.CompetitionTitleType xgetCompetitionTitle();
116         
117         /**
118          * True if has "CompetitionTitle" element
119          */
120         boolean isSetCompetitionTitle();
121         
122         /**
123          * Sets the "CompetitionTitle" element
124          */
125         void setCompetitionTitle(java.lang.String competitionTitle);
126         
127         /**
128          * Sets (as xml) the "CompetitionTitle" element
129          */
130         void xsetCompetitionTitle(gov.grants.apply.system.grantsCommonTypesV10.CompetitionTitleType competitionTitle);
131         
132         /**
133          * Unsets the "CompetitionTitle" element
134          */
135         void unsetCompetitionTitle();
136         
137         /**
138          * Gets the "ElectronicSignatureRequired" element
139          */
140         gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument.ElectronicSignatureRequired.Enum getElectronicSignatureRequired();
141         
142         /**
143          * Gets (as xml) the "ElectronicSignatureRequired" element
144          */
145         gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument.ElectronicSignatureRequired xgetElectronicSignatureRequired();
146         
147         /**
148          * True if has "ElectronicSignatureRequired" element
149          */
150         boolean isSetElectronicSignatureRequired();
151         
152         /**
153          * Sets the "ElectronicSignatureRequired" element
154          */
155         void setElectronicSignatureRequired(gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument.ElectronicSignatureRequired.Enum electronicSignatureRequired);
156         
157         /**
158          * Sets (as xml) the "ElectronicSignatureRequired" element
159          */
160         void xsetElectronicSignatureRequired(gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument.ElectronicSignatureRequired electronicSignatureRequired);
161         
162         /**
163          * Unsets the "ElectronicSignatureRequired" element
164          */
165         void unsetElectronicSignatureRequired();
166         
167         /**
168          * Gets the "ExpectedApplicationCount" element
169          */
170         java.lang.String getExpectedApplicationCount();
171         
172         /**
173          * Gets (as xml) the "ExpectedApplicationCount" element
174          */
175         gov.grants.apply.system.agencyManagePackageV10.ExpectedApplicationCountDocument.ExpectedApplicationCount xgetExpectedApplicationCount();
176         
177         /**
178          * True if has "ExpectedApplicationCount" element
179          */
180         boolean isSetExpectedApplicationCount();
181         
182         /**
183          * Sets the "ExpectedApplicationCount" element
184          */
185         void setExpectedApplicationCount(java.lang.String expectedApplicationCount);
186         
187         /**
188          * Sets (as xml) the "ExpectedApplicationCount" element
189          */
190         void xsetExpectedApplicationCount(gov.grants.apply.system.agencyManagePackageV10.ExpectedApplicationCountDocument.ExpectedApplicationCount expectedApplicationCount);
191         
192         /**
193          * Unsets the "ExpectedApplicationCount" element
194          */
195         void unsetExpectedApplicationCount();
196         
197         /**
198          * Gets the "ExpectedApplicationSizeMB" element
199          */
200         java.lang.String getExpectedApplicationSizeMB();
201         
202         /**
203          * Gets (as xml) the "ExpectedApplicationSizeMB" element
204          */
205         gov.grants.apply.system.agencyManagePackageV10.ExpectedApplicationSizeMBDocument.ExpectedApplicationSizeMB xgetExpectedApplicationSizeMB();
206         
207         /**
208          * True if has "ExpectedApplicationSizeMB" element
209          */
210         boolean isSetExpectedApplicationSizeMB();
211         
212         /**
213          * Sets the "ExpectedApplicationSizeMB" element
214          */
215         void setExpectedApplicationSizeMB(java.lang.String expectedApplicationSizeMB);
216         
217         /**
218          * Sets (as xml) the "ExpectedApplicationSizeMB" element
219          */
220         void xsetExpectedApplicationSizeMB(gov.grants.apply.system.agencyManagePackageV10.ExpectedApplicationSizeMBDocument.ExpectedApplicationSizeMB expectedApplicationSizeMB);
221         
222         /**
223          * Unsets the "ExpectedApplicationSizeMB" element
224          */
225         void unsetExpectedApplicationSizeMB();
226         
227         /**
228          * Gets the "OpeningDate" element
229          */
230         java.lang.String getOpeningDate();
231         
232         /**
233          * Gets (as xml) the "OpeningDate" element
234          */
235         gov.grants.apply.system.agencyManagePackageV10.OpportunityDateType xgetOpeningDate();
236         
237         /**
238          * True if has "OpeningDate" element
239          */
240         boolean isSetOpeningDate();
241         
242         /**
243          * Sets the "OpeningDate" element
244          */
245         void setOpeningDate(java.lang.String openingDate);
246         
247         /**
248          * Sets (as xml) the "OpeningDate" element
249          */
250         void xsetOpeningDate(gov.grants.apply.system.agencyManagePackageV10.OpportunityDateType openingDate);
251         
252         /**
253          * Unsets the "OpeningDate" element
254          */
255         void unsetOpeningDate();
256         
257         /**
258          * Gets the "ClosingDate" element
259          */
260         java.lang.String getClosingDate();
261         
262         /**
263          * Gets (as xml) the "ClosingDate" element
264          */
265         gov.grants.apply.system.agencyManagePackageV10.OpportunityDateType xgetClosingDate();
266         
267         /**
268          * Sets the "ClosingDate" element
269          */
270         void setClosingDate(java.lang.String closingDate);
271         
272         /**
273          * Sets (as xml) the "ClosingDate" element
274          */
275         void xsetClosingDate(gov.grants.apply.system.agencyManagePackageV10.OpportunityDateType closingDate);
276         
277         /**
278          * Gets the "GracePeriodDays" element
279          */
280         java.lang.String getGracePeriodDays();
281         
282         /**
283          * Gets (as xml) the "GracePeriodDays" element
284          */
285         gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument.GracePeriodDays xgetGracePeriodDays();
286         
287         /**
288          * True if has "GracePeriodDays" element
289          */
290         boolean isSetGracePeriodDays();
291         
292         /**
293          * Sets the "GracePeriodDays" element
294          */
295         void setGracePeriodDays(java.lang.String gracePeriodDays);
296         
297         /**
298          * Sets (as xml) the "GracePeriodDays" element
299          */
300         void xsetGracePeriodDays(gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument.GracePeriodDays gracePeriodDays);
301         
302         /**
303          * Unsets the "GracePeriodDays" element
304          */
305         void unsetGracePeriodDays();
306         
307         /**
308          * Gets the "AgencyContactInfo" element
309          */
310         java.lang.String getAgencyContactInfo();
311         
312         /**
313          * Gets (as xml) the "AgencyContactInfo" element
314          */
315         gov.grants.apply.system.grantsCommonTypesV10.AgencyContactInfoType xgetAgencyContactInfo();
316         
317         /**
318          * True if has "AgencyContactInfo" element
319          */
320         boolean isSetAgencyContactInfo();
321         
322         /**
323          * Sets the "AgencyContactInfo" element
324          */
325         void setAgencyContactInfo(java.lang.String agencyContactInfo);
326         
327         /**
328          * Sets (as xml) the "AgencyContactInfo" element
329          */
330         void xsetAgencyContactInfo(gov.grants.apply.system.grantsCommonTypesV10.AgencyContactInfoType agencyContactInfo);
331         
332         /**
333          * Unsets the "AgencyContactInfo" element
334          */
335         void unsetAgencyContactInfo();
336         
337         /**
338          * Gets the "TemplateName" element
339          */
340         java.lang.String getTemplateName();
341         
342         /**
343          * Gets (as xml) the "TemplateName" element
344          */
345         gov.grants.apply.system.grantsCommonTypesV10.TemplateNameType xgetTemplateName();
346         
347         /**
348          * True if has "TemplateName" element
349          */
350         boolean isSetTemplateName();
351         
352         /**
353          * Sets the "TemplateName" element
354          */
355         void setTemplateName(java.lang.String templateName);
356         
357         /**
358          * Sets (as xml) the "TemplateName" element
359          */
360         void xsetTemplateName(gov.grants.apply.system.grantsCommonTypesV10.TemplateNameType templateName);
361         
362         /**
363          * Unsets the "TemplateName" element
364          */
365         void unsetTemplateName();
366         
367         /**
368          * Gets the "InstructionFileInfo" element
369          */
370         gov.grants.apply.system.grantsCommonElementsV10.InstructionFileInfoDocument.InstructionFileInfo getInstructionFileInfo();
371         
372         /**
373          * True if has "InstructionFileInfo" element
374          */
375         boolean isSetInstructionFileInfo();
376         
377         /**
378          * Sets the "InstructionFileInfo" element
379          */
380         void setInstructionFileInfo(gov.grants.apply.system.grantsCommonElementsV10.InstructionFileInfoDocument.InstructionFileInfo instructionFileInfo);
381         
382         /**
383          * Appends and returns a new empty "InstructionFileInfo" element
384          */
385         gov.grants.apply.system.grantsCommonElementsV10.InstructionFileInfoDocument.InstructionFileInfo addNewInstructionFileInfo();
386         
387         /**
388          * Unsets the "InstructionFileInfo" element
389          */
390         void unsetInstructionFileInfo();
391         
392         /**
393          * Gets the "OpenToApplicant" element
394          */
395         gov.grants.apply.system.agencyManagePackageV10.OpenToApplicantDocument.OpenToApplicant.Enum getOpenToApplicant();
396         
397         /**
398          * Gets (as xml) the "OpenToApplicant" element
399          */
400         gov.grants.apply.system.agencyManagePackageV10.OpenToApplicantDocument.OpenToApplicant xgetOpenToApplicant();
401         
402         /**
403          * True if has "OpenToApplicant" element
404          */
405         boolean isSetOpenToApplicant();
406         
407         /**
408          * Sets the "OpenToApplicant" element
409          */
410         void setOpenToApplicant(gov.grants.apply.system.agencyManagePackageV10.OpenToApplicantDocument.OpenToApplicant.Enum openToApplicant);
411         
412         /**
413          * Sets (as xml) the "OpenToApplicant" element
414          */
415         void xsetOpenToApplicant(gov.grants.apply.system.agencyManagePackageV10.OpenToApplicantDocument.OpenToApplicant openToApplicant);
416         
417         /**
418          * Unsets the "OpenToApplicant" element
419          */
420         void unsetOpenToApplicant();
421         
422         /**
423          * Gets the "EmailInfo" element
424          */
425         gov.grants.apply.system.agencyManagePackageV10.EmailInfoDocument.EmailInfo getEmailInfo();
426         
427         /**
428          * Sets the "EmailInfo" element
429          */
430         void setEmailInfo(gov.grants.apply.system.agencyManagePackageV10.EmailInfoDocument.EmailInfo emailInfo);
431         
432         /**
433          * Appends and returns a new empty "EmailInfo" element
434          */
435         gov.grants.apply.system.agencyManagePackageV10.EmailInfoDocument.EmailInfo addNewEmailInfo();
436         
437         /**
438          * A factory class with static methods for creating instances
439          * of this type.
440          */
441         
442         public static final class Factory
443         {
444             public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument.UpdatePackageInfo newInstance() {
445               return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument.UpdatePackageInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
446             
447             public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument.UpdatePackageInfo newInstance(org.apache.xmlbeans.XmlOptions options) {
448               return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument.UpdatePackageInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
449             
450             private Factory() { } // No instance of this class allowed
451         }
452     }
453     
454     /**
455      * A factory class with static methods for creating instances
456      * of this type.
457      */
458     
459     public static final class Factory
460     {
461         public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument newInstance() {
462           return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
463         
464         public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
465           return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
466         
467         /** @param xmlAsString the string value to parse */
468         public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
469           return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
470         
471         public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
472           return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
473         
474         /** @param file the file from which to load an xml document */
475         public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
476           return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
477         
478         public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
479           return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
480         
481         public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
482           return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
483         
484         public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
485           return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
486         
487         public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
488           return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
489         
490         public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
491           return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
492         
493         public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
494           return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
495         
496         public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
497           return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
498         
499         public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
500           return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
501         
502         public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
503           return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
504         
505         public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
506           return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
507         
508         public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
509           return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
510         
511         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
512         public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
513           return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
514         
515         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
516         public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
517           return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
518         
519         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
520         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 {
521           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
522         
523         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
524         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 {
525           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
526         
527         private Factory() { } // No instance of this class allowed
528     }
529 }