View Javadoc
1   /*
2    * An XML document type.
3    * Localname: SF424_Individual_1_1
4    * Namespace: http://apply.grants.gov/forms/SF424_Individual_1_1-V1.1
5    * Java type: gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.sf424Individual11V11;
10  
11  
12  /**
13   * A document containing one SF424_Individual_1_1(@http://apply.grants.gov/forms/SF424_Individual_1_1-V1.1) element.
14   *
15   * This is a complex type.
16   */
17  public interface SF424Individual11Document 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(SF424Individual11Document.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("sf424individual117c3edoctype");
21      
22      /**
23       * Gets the "SF424_Individual_1_1" element
24       */
25      gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document.SF424Individual11 getSF424Individual11();
26      
27      /**
28       * Sets the "SF424_Individual_1_1" element
29       */
30      void setSF424Individual11(gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document.SF424Individual11 sf424Individual11);
31      
32      /**
33       * Appends and returns a new empty "SF424_Individual_1_1" element
34       */
35      gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document.SF424Individual11 addNewSF424Individual11();
36      
37      /**
38       * An XML SF424_Individual_1_1(@http://apply.grants.gov/forms/SF424_Individual_1_1-V1.1).
39       *
40       * This is a complex type.
41       */
42      public interface SF424Individual11 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(SF424Individual11.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("sf424individual117469elemtype");
46          
47          /**
48           * Gets the "FederalAgency" element
49           */
50          java.lang.String getFederalAgency();
51          
52          /**
53           * Gets (as xml) the "FederalAgency" element
54           */
55          gov.grants.apply.system.globalLibraryV20.AgencyNameDataType xgetFederalAgency();
56          
57          /**
58           * Sets the "FederalAgency" element
59           */
60          void setFederalAgency(java.lang.String federalAgency);
61          
62          /**
63           * Sets (as xml) the "FederalAgency" element
64           */
65          void xsetFederalAgency(gov.grants.apply.system.globalLibraryV20.AgencyNameDataType federalAgency);
66          
67          /**
68           * Gets the "CFDANumber" element
69           */
70          java.lang.String getCFDANumber();
71          
72          /**
73           * Gets (as xml) the "CFDANumber" element
74           */
75          gov.grants.apply.system.globalLibraryV20.CFDANumberDataType xgetCFDANumber();
76          
77          /**
78           * True if has "CFDANumber" element
79           */
80          boolean isSetCFDANumber();
81          
82          /**
83           * Sets the "CFDANumber" element
84           */
85          void setCFDANumber(java.lang.String cfdaNumber);
86          
87          /**
88           * Sets (as xml) the "CFDANumber" element
89           */
90          void xsetCFDANumber(gov.grants.apply.system.globalLibraryV20.CFDANumberDataType cfdaNumber);
91          
92          /**
93           * Unsets the "CFDANumber" element
94           */
95          void unsetCFDANumber();
96          
97          /**
98           * Gets the "CFDATitle" element
99           */
100         java.lang.String getCFDATitle();
101         
102         /**
103          * Gets (as xml) the "CFDATitle" element
104          */
105         gov.grants.apply.system.globalLibraryV20.CFDATitleDataType xgetCFDATitle();
106         
107         /**
108          * True if has "CFDATitle" element
109          */
110         boolean isSetCFDATitle();
111         
112         /**
113          * Sets the "CFDATitle" element
114          */
115         void setCFDATitle(java.lang.String cfdaTitle);
116         
117         /**
118          * Sets (as xml) the "CFDATitle" element
119          */
120         void xsetCFDATitle(gov.grants.apply.system.globalLibraryV20.CFDATitleDataType cfdaTitle);
121         
122         /**
123          * Unsets the "CFDATitle" element
124          */
125         void unsetCFDATitle();
126         
127         /**
128          * Gets the "Date_Received" element
129          */
130         java.util.Calendar getDateReceived();
131         
132         /**
133          * Gets (as xml) the "Date_Received" element
134          */
135         org.apache.xmlbeans.XmlDate xgetDateReceived();
136         
137         /**
138          * Sets the "Date_Received" element
139          */
140         void setDateReceived(java.util.Calendar dateReceived);
141         
142         /**
143          * Sets (as xml) the "Date_Received" element
144          */
145         void xsetDateReceived(org.apache.xmlbeans.XmlDate dateReceived);
146         
147         /**
148          * Gets the "OpportunityID" element
149          */
150         java.lang.String getOpportunityID();
151         
152         /**
153          * Gets (as xml) the "OpportunityID" element
154          */
155         gov.grants.apply.system.globalLibraryV20.OpportunityIDDataType xgetOpportunityID();
156         
157         /**
158          * Sets the "OpportunityID" element
159          */
160         void setOpportunityID(java.lang.String opportunityID);
161         
162         /**
163          * Sets (as xml) the "OpportunityID" element
164          */
165         void xsetOpportunityID(gov.grants.apply.system.globalLibraryV20.OpportunityIDDataType opportunityID);
166         
167         /**
168          * Gets the "OpportunityTitle" element
169          */
170         java.lang.String getOpportunityTitle();
171         
172         /**
173          * Gets (as xml) the "OpportunityTitle" element
174          */
175         gov.grants.apply.system.globalLibraryV20.OpportunityTitleDataType xgetOpportunityTitle();
176         
177         /**
178          * Sets the "OpportunityTitle" element
179          */
180         void setOpportunityTitle(java.lang.String opportunityTitle);
181         
182         /**
183          * Sets (as xml) the "OpportunityTitle" element
184          */
185         void xsetOpportunityTitle(gov.grants.apply.system.globalLibraryV20.OpportunityTitleDataType opportunityTitle);
186         
187         /**
188          * Gets the "AuthorizedRepresentativeName" element
189          */
190         gov.grants.apply.system.globalLibraryV20.HumanNameDataType getAuthorizedRepresentativeName();
191         
192         /**
193          * Sets the "AuthorizedRepresentativeName" element
194          */
195         void setAuthorizedRepresentativeName(gov.grants.apply.system.globalLibraryV20.HumanNameDataType authorizedRepresentativeName);
196         
197         /**
198          * Appends and returns a new empty "AuthorizedRepresentativeName" element
199          */
200         gov.grants.apply.system.globalLibraryV20.HumanNameDataType addNewAuthorizedRepresentativeName();
201         
202         /**
203          * Gets the "AuthorizedRepresentativeFax" element
204          */
205         java.lang.String getAuthorizedRepresentativeFax();
206         
207         /**
208          * Gets (as xml) the "AuthorizedRepresentativeFax" element
209          */
210         gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetAuthorizedRepresentativeFax();
211         
212         /**
213          * True if has "AuthorizedRepresentativeFax" element
214          */
215         boolean isSetAuthorizedRepresentativeFax();
216         
217         /**
218          * Sets the "AuthorizedRepresentativeFax" element
219          */
220         void setAuthorizedRepresentativeFax(java.lang.String authorizedRepresentativeFax);
221         
222         /**
223          * Sets (as xml) the "AuthorizedRepresentativeFax" element
224          */
225         void xsetAuthorizedRepresentativeFax(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType authorizedRepresentativeFax);
226         
227         /**
228          * Unsets the "AuthorizedRepresentativeFax" element
229          */
230         void unsetAuthorizedRepresentativeFax();
231         
232         /**
233          * Gets the "AuthorizedRepresentativeEmail" element
234          */
235         java.lang.String getAuthorizedRepresentativeEmail();
236         
237         /**
238          * Gets (as xml) the "AuthorizedRepresentativeEmail" element
239          */
240         gov.grants.apply.system.globalLibraryV20.EmailDataType xgetAuthorizedRepresentativeEmail();
241         
242         /**
243          * True if has "AuthorizedRepresentativeEmail" element
244          */
245         boolean isSetAuthorizedRepresentativeEmail();
246         
247         /**
248          * Sets the "AuthorizedRepresentativeEmail" element
249          */
250         void setAuthorizedRepresentativeEmail(java.lang.String authorizedRepresentativeEmail);
251         
252         /**
253          * Sets (as xml) the "AuthorizedRepresentativeEmail" element
254          */
255         void xsetAuthorizedRepresentativeEmail(gov.grants.apply.system.globalLibraryV20.EmailDataType authorizedRepresentativeEmail);
256         
257         /**
258          * Unsets the "AuthorizedRepresentativeEmail" element
259          */
260         void unsetAuthorizedRepresentativeEmail();
261         
262         /**
263          * Gets the "AuthorizedRepresentativePhoneNumber" element
264          */
265         java.lang.String getAuthorizedRepresentativePhoneNumber();
266         
267         /**
268          * Gets (as xml) the "AuthorizedRepresentativePhoneNumber" element
269          */
270         gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetAuthorizedRepresentativePhoneNumber();
271         
272         /**
273          * Sets the "AuthorizedRepresentativePhoneNumber" element
274          */
275         void setAuthorizedRepresentativePhoneNumber(java.lang.String authorizedRepresentativePhoneNumber);
276         
277         /**
278          * Sets (as xml) the "AuthorizedRepresentativePhoneNumber" element
279          */
280         void xsetAuthorizedRepresentativePhoneNumber(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType authorizedRepresentativePhoneNumber);
281         
282         /**
283          * Gets the "EveningPhone" element
284          */
285         java.lang.String getEveningPhone();
286         
287         /**
288          * Gets (as xml) the "EveningPhone" element
289          */
290         gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetEveningPhone();
291         
292         /**
293          * True if has "EveningPhone" element
294          */
295         boolean isSetEveningPhone();
296         
297         /**
298          * Sets the "EveningPhone" element
299          */
300         void setEveningPhone(java.lang.String eveningPhone);
301         
302         /**
303          * Sets (as xml) the "EveningPhone" element
304          */
305         void xsetEveningPhone(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType eveningPhone);
306         
307         /**
308          * Unsets the "EveningPhone" element
309          */
310         void unsetEveningPhone();
311         
312         /**
313          * Gets the "AuthorizedRepresentativeAddress" element
314          */
315         gov.grants.apply.system.globalLibraryV20.AddressDataType getAuthorizedRepresentativeAddress();
316         
317         /**
318          * Sets the "AuthorizedRepresentativeAddress" element
319          */
320         void setAuthorizedRepresentativeAddress(gov.grants.apply.system.globalLibraryV20.AddressDataType authorizedRepresentativeAddress);
321         
322         /**
323          * Appends and returns a new empty "AuthorizedRepresentativeAddress" element
324          */
325         gov.grants.apply.system.globalLibraryV20.AddressDataType addNewAuthorizedRepresentativeAddress();
326         
327         /**
328          * Gets the "citizenship" element
329          */
330         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCitizenship();
331         
332         /**
333          * Gets (as xml) the "citizenship" element
334          */
335         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCitizenship();
336         
337         /**
338          * Sets the "citizenship" element
339          */
340         void setCitizenship(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum citizenship);
341         
342         /**
343          * Sets (as xml) the "citizenship" element
344          */
345         void xsetCitizenship(gov.grants.apply.system.globalLibraryV20.YesNoDataType citizenship);
346         
347         /**
348          * Gets the "AlienRegistrationNumber" element
349          */
350         java.lang.String getAlienRegistrationNumber();
351         
352         /**
353          * Gets (as xml) the "AlienRegistrationNumber" element
354          */
355         gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document.SF424Individual11.AlienRegistrationNumber xgetAlienRegistrationNumber();
356         
357         /**
358          * True if has "AlienRegistrationNumber" element
359          */
360         boolean isSetAlienRegistrationNumber();
361         
362         /**
363          * Sets the "AlienRegistrationNumber" element
364          */
365         void setAlienRegistrationNumber(java.lang.String alienRegistrationNumber);
366         
367         /**
368          * Sets (as xml) the "AlienRegistrationNumber" element
369          */
370         void xsetAlienRegistrationNumber(gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document.SF424Individual11.AlienRegistrationNumber alienRegistrationNumber);
371         
372         /**
373          * Unsets the "AlienRegistrationNumber" element
374          */
375         void unsetAlienRegistrationNumber();
376         
377         /**
378          * Gets the "CountryofOrigin" element
379          */
380         gov.grants.apply.system.universalCodesV20.CountryCodeDataType.Enum getCountryofOrigin();
381         
382         /**
383          * Gets (as xml) the "CountryofOrigin" element
384          */
385         gov.grants.apply.system.universalCodesV20.CountryCodeDataType xgetCountryofOrigin();
386         
387         /**
388          * True if has "CountryofOrigin" element
389          */
390         boolean isSetCountryofOrigin();
391         
392         /**
393          * Sets the "CountryofOrigin" element
394          */
395         void setCountryofOrigin(gov.grants.apply.system.universalCodesV20.CountryCodeDataType.Enum countryofOrigin);
396         
397         /**
398          * Sets (as xml) the "CountryofOrigin" element
399          */
400         void xsetCountryofOrigin(gov.grants.apply.system.universalCodesV20.CountryCodeDataType countryofOrigin);
401         
402         /**
403          * Unsets the "CountryofOrigin" element
404          */
405         void unsetCountryofOrigin();
406         
407         /**
408          * Gets the "VisitDate" element
409          */
410         java.util.Calendar getVisitDate();
411         
412         /**
413          * Gets (as xml) the "VisitDate" element
414          */
415         org.apache.xmlbeans.XmlDate xgetVisitDate();
416         
417         /**
418          * True if has "VisitDate" element
419          */
420         boolean isSetVisitDate();
421         
422         /**
423          * Sets the "VisitDate" element
424          */
425         void setVisitDate(java.util.Calendar visitDate);
426         
427         /**
428          * Sets (as xml) the "VisitDate" element
429          */
430         void xsetVisitDate(org.apache.xmlbeans.XmlDate visitDate);
431         
432         /**
433          * Unsets the "VisitDate" element
434          */
435         void unsetVisitDate();
436         
437         /**
438          * Gets the "CongressionalDistrictApplicant" element
439          */
440         java.lang.String getCongressionalDistrictApplicant();
441         
442         /**
443          * Gets (as xml) the "CongressionalDistrictApplicant" element
444          */
445         gov.grants.apply.system.globalLibraryV20.CongressionalDistrictDataType xgetCongressionalDistrictApplicant();
446         
447         /**
448          * Sets the "CongressionalDistrictApplicant" element
449          */
450         void setCongressionalDistrictApplicant(java.lang.String congressionalDistrictApplicant);
451         
452         /**
453          * Sets (as xml) the "CongressionalDistrictApplicant" element
454          */
455         void xsetCongressionalDistrictApplicant(gov.grants.apply.system.globalLibraryV20.CongressionalDistrictDataType congressionalDistrictApplicant);
456         
457         /**
458          * Gets the "ProjectTitle" element
459          */
460         java.lang.String getProjectTitle();
461         
462         /**
463          * Gets (as xml) the "ProjectTitle" element
464          */
465         gov.grants.apply.system.globalLibraryV20.ProjectTitleDataType xgetProjectTitle();
466         
467         /**
468          * True if has "ProjectTitle" element
469          */
470         boolean isSetProjectTitle();
471         
472         /**
473          * Sets the "ProjectTitle" element
474          */
475         void setProjectTitle(java.lang.String projectTitle);
476         
477         /**
478          * Sets (as xml) the "ProjectTitle" element
479          */
480         void xsetProjectTitle(gov.grants.apply.system.globalLibraryV20.ProjectTitleDataType projectTitle);
481         
482         /**
483          * Unsets the "ProjectTitle" element
484          */
485         void unsetProjectTitle();
486         
487         /**
488          * Gets the "ProjectDescription" element
489          */
490         java.lang.String getProjectDescription();
491         
492         /**
493          * Gets (as xml) the "ProjectDescription" element
494          */
495         gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document.SF424Individual11.ProjectDescription xgetProjectDescription();
496         
497         /**
498          * Sets the "ProjectDescription" element
499          */
500         void setProjectDescription(java.lang.String projectDescription);
501         
502         /**
503          * Sets (as xml) the "ProjectDescription" element
504          */
505         void xsetProjectDescription(gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document.SF424Individual11.ProjectDescription projectDescription);
506         
507         /**
508          * Gets the "FundingPeriodStartDate" element
509          */
510         java.util.Calendar getFundingPeriodStartDate();
511         
512         /**
513          * Gets (as xml) the "FundingPeriodStartDate" element
514          */
515         org.apache.xmlbeans.XmlDate xgetFundingPeriodStartDate();
516         
517         /**
518          * Sets the "FundingPeriodStartDate" element
519          */
520         void setFundingPeriodStartDate(java.util.Calendar fundingPeriodStartDate);
521         
522         /**
523          * Sets (as xml) the "FundingPeriodStartDate" element
524          */
525         void xsetFundingPeriodStartDate(org.apache.xmlbeans.XmlDate fundingPeriodStartDate);
526         
527         /**
528          * Gets the "FundingPeriodEndDate" element
529          */
530         java.util.Calendar getFundingPeriodEndDate();
531         
532         /**
533          * Gets (as xml) the "FundingPeriodEndDate" element
534          */
535         org.apache.xmlbeans.XmlDate xgetFundingPeriodEndDate();
536         
537         /**
538          * Sets the "FundingPeriodEndDate" element
539          */
540         void setFundingPeriodEndDate(java.util.Calendar fundingPeriodEndDate);
541         
542         /**
543          * Sets (as xml) the "FundingPeriodEndDate" element
544          */
545         void xsetFundingPeriodEndDate(org.apache.xmlbeans.XmlDate fundingPeriodEndDate);
546         
547         /**
548          * Gets the "ApplicationCertification" element
549          */
550         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getApplicationCertification();
551         
552         /**
553          * Gets (as xml) the "ApplicationCertification" element
554          */
555         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetApplicationCertification();
556         
557         /**
558          * Sets the "ApplicationCertification" element
559          */
560         void setApplicationCertification(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum applicationCertification);
561         
562         /**
563          * Sets (as xml) the "ApplicationCertification" element
564          */
565         void xsetApplicationCertification(gov.grants.apply.system.globalLibraryV20.YesNoDataType applicationCertification);
566         
567         /**
568          * Gets the "AORSignature" element
569          */
570         java.lang.String getAORSignature();
571         
572         /**
573          * Gets (as xml) the "AORSignature" element
574          */
575         gov.grants.apply.system.globalLibraryV20.SignatureDataType xgetAORSignature();
576         
577         /**
578          * Sets the "AORSignature" element
579          */
580         void setAORSignature(java.lang.String aorSignature);
581         
582         /**
583          * Sets (as xml) the "AORSignature" element
584          */
585         void xsetAORSignature(gov.grants.apply.system.globalLibraryV20.SignatureDataType aorSignature);
586         
587         /**
588          * Gets the "AORDate" element
589          */
590         java.util.Calendar getAORDate();
591         
592         /**
593          * Gets (as xml) the "AORDate" element
594          */
595         org.apache.xmlbeans.XmlDate xgetAORDate();
596         
597         /**
598          * Sets the "AORDate" element
599          */
600         void setAORDate(java.util.Calendar aorDate);
601         
602         /**
603          * Sets (as xml) the "AORDate" element
604          */
605         void xsetAORDate(org.apache.xmlbeans.XmlDate aorDate);
606         
607         /**
608          * Gets the "FormVersion" attribute
609          */
610         java.lang.String getFormVersion();
611         
612         /**
613          * Gets (as xml) the "FormVersion" attribute
614          */
615         gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
616         
617         /**
618          * Sets the "FormVersion" attribute
619          */
620         void setFormVersion(java.lang.String formVersion);
621         
622         /**
623          * Sets (as xml) the "FormVersion" attribute
624          */
625         void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
626         
627         /**
628          * An XML AlienRegistrationNumber(@http://apply.grants.gov/forms/SF424_Individual_1_1-V1.1).
629          *
630          * This is an atomic type that is a restriction of gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document$SF424Individual11$AlienRegistrationNumber.
631          */
632         public interface AlienRegistrationNumber extends org.apache.xmlbeans.XmlString
633         {
634             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
635                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AlienRegistrationNumber.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("alienregistrationnumberf97eelemtype");
636             
637             /**
638              * A factory class with static methods for creating instances
639              * of this type.
640              */
641             
642             public static final class Factory
643             {
644                 public static gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document.SF424Individual11.AlienRegistrationNumber newValue(java.lang.Object obj) {
645                   return (gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document.SF424Individual11.AlienRegistrationNumber) type.newValue( obj ); }
646                 
647                 public static gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document.SF424Individual11.AlienRegistrationNumber newInstance() {
648                   return (gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document.SF424Individual11.AlienRegistrationNumber) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
649                 
650                 public static gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document.SF424Individual11.AlienRegistrationNumber newInstance(org.apache.xmlbeans.XmlOptions options) {
651                   return (gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document.SF424Individual11.AlienRegistrationNumber) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
652                 
653                 private Factory() { } // No instance of this class allowed
654             }
655         }
656         
657         /**
658          * An XML ProjectDescription(@http://apply.grants.gov/forms/SF424_Individual_1_1-V1.1).
659          *
660          * This is an atomic type that is a restriction of gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document$SF424Individual11$ProjectDescription.
661          */
662         public interface ProjectDescription extends org.apache.xmlbeans.XmlString
663         {
664             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
665                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ProjectDescription.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("projectdescription9308elemtype");
666             
667             /**
668              * A factory class with static methods for creating instances
669              * of this type.
670              */
671             
672             public static final class Factory
673             {
674                 public static gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document.SF424Individual11.ProjectDescription newValue(java.lang.Object obj) {
675                   return (gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document.SF424Individual11.ProjectDescription) type.newValue( obj ); }
676                 
677                 public static gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document.SF424Individual11.ProjectDescription newInstance() {
678                   return (gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document.SF424Individual11.ProjectDescription) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
679                 
680                 public static gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document.SF424Individual11.ProjectDescription newInstance(org.apache.xmlbeans.XmlOptions options) {
681                   return (gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document.SF424Individual11.ProjectDescription) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
682                 
683                 private Factory() { } // No instance of this class allowed
684             }
685         }
686         
687         /**
688          * A factory class with static methods for creating instances
689          * of this type.
690          */
691         
692         public static final class Factory
693         {
694             public static gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document.SF424Individual11 newInstance() {
695               return (gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document.SF424Individual11) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
696             
697             public static gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document.SF424Individual11 newInstance(org.apache.xmlbeans.XmlOptions options) {
698               return (gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document.SF424Individual11) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
699             
700             private Factory() { } // No instance of this class allowed
701         }
702     }
703     
704     /**
705      * A factory class with static methods for creating instances
706      * of this type.
707      */
708     
709     public static final class Factory
710     {
711         public static gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document newInstance() {
712           return (gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
713         
714         public static gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document newInstance(org.apache.xmlbeans.XmlOptions options) {
715           return (gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
716         
717         /** @param xmlAsString the string value to parse */
718         public static gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
719           return (gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
720         
721         public static gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
722           return (gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
723         
724         /** @param file the file from which to load an xml document */
725         public static gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
726           return (gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
727         
728         public static gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
729           return (gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
730         
731         public static gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
732           return (gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
733         
734         public static gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
735           return (gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
736         
737         public static gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
738           return (gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
739         
740         public static gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
741           return (gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
742         
743         public static gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
744           return (gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
745         
746         public static gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
747           return (gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
748         
749         public static gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
750           return (gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
751         
752         public static gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
753           return (gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
754         
755         public static gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
756           return (gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
757         
758         public static gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
759           return (gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
760         
761         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
762         public static gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
763           return (gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
764         
765         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
766         public static gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
767           return (gov.grants.apply.forms.sf424Individual11V11.SF424Individual11Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
768         
769         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
770         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 {
771           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
772         
773         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
774         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 {
775           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
776         
777         private Factory() { } // No instance of this class allowed
778     }
779 }