View Javadoc
1   /*
2    * An XML document type.
3    * Localname: SF424_Short_1_1
4    * Namespace: http://apply.grants.gov/forms/SF424_Short_1_1-V1.1
5    * Java type: gov.grants.apply.forms.sf424Short11V11.SF424Short11Document
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.sf424Short11V11;
10  
11  
12  /**
13   * A document containing one SF424_Short_1_1(@http://apply.grants.gov/forms/SF424_Short_1_1-V1.1) element.
14   *
15   * This is a complex type.
16   */
17  public interface SF424Short11Document 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(SF424Short11Document.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("sf424short119362doctype");
21      
22      /**
23       * Gets the "SF424_Short_1_1" element
24       */
25      gov.grants.apply.forms.sf424Short11V11.SF424Short11Document.SF424Short11 getSF424Short11();
26      
27      /**
28       * Sets the "SF424_Short_1_1" element
29       */
30      void setSF424Short11(gov.grants.apply.forms.sf424Short11V11.SF424Short11Document.SF424Short11 sf424Short11);
31      
32      /**
33       * Appends and returns a new empty "SF424_Short_1_1" element
34       */
35      gov.grants.apply.forms.sf424Short11V11.SF424Short11Document.SF424Short11 addNewSF424Short11();
36      
37      /**
38       * An XML SF424_Short_1_1(@http://apply.grants.gov/forms/SF424_Short_1_1-V1.1).
39       *
40       * This is a complex type.
41       */
42      public interface SF424Short11 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(SF424Short11.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("sf424short1116b2elemtype");
46          
47          /**
48           * Gets the "AgencyName" element
49           */
50          java.lang.String getAgencyName();
51          
52          /**
53           * Gets (as xml) the "AgencyName" element
54           */
55          gov.grants.apply.system.globalLibraryV20.AgencyNameDataType xgetAgencyName();
56          
57          /**
58           * Sets the "AgencyName" element
59           */
60          void setAgencyName(java.lang.String agencyName);
61          
62          /**
63           * Sets (as xml) the "AgencyName" element
64           */
65          void xsetAgencyName(gov.grants.apply.system.globalLibraryV20.AgencyNameDataType agencyName);
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 "CFDAProgramTitle" element
99           */
100         java.lang.String getCFDAProgramTitle();
101         
102         /**
103          * Gets (as xml) the "CFDAProgramTitle" element
104          */
105         gov.grants.apply.system.globalLibraryV20.CFDATitleDataType xgetCFDAProgramTitle();
106         
107         /**
108          * True if has "CFDAProgramTitle" element
109          */
110         boolean isSetCFDAProgramTitle();
111         
112         /**
113          * Sets the "CFDAProgramTitle" element
114          */
115         void setCFDAProgramTitle(java.lang.String cfdaProgramTitle);
116         
117         /**
118          * Sets (as xml) the "CFDAProgramTitle" element
119          */
120         void xsetCFDAProgramTitle(gov.grants.apply.system.globalLibraryV20.CFDATitleDataType cfdaProgramTitle);
121         
122         /**
123          * Unsets the "CFDAProgramTitle" element
124          */
125         void unsetCFDAProgramTitle();
126         
127         /**
128          * Gets the "DateReceived" element
129          */
130         java.util.Calendar getDateReceived();
131         
132         /**
133          * Gets (as xml) the "DateReceived" element
134          */
135         org.apache.xmlbeans.XmlDate xgetDateReceived();
136         
137         /**
138          * Sets the "DateReceived" element
139          */
140         void setDateReceived(java.util.Calendar dateReceived);
141         
142         /**
143          * Sets (as xml) the "DateReceived" element
144          */
145         void xsetDateReceived(org.apache.xmlbeans.XmlDate dateReceived);
146         
147         /**
148          * Gets the "FundingOpportunityNumber" element
149          */
150         java.lang.String getFundingOpportunityNumber();
151         
152         /**
153          * Gets (as xml) the "FundingOpportunityNumber" element
154          */
155         gov.grants.apply.system.globalLibraryV20.OpportunityIDDataType xgetFundingOpportunityNumber();
156         
157         /**
158          * Sets the "FundingOpportunityNumber" element
159          */
160         void setFundingOpportunityNumber(java.lang.String fundingOpportunityNumber);
161         
162         /**
163          * Sets (as xml) the "FundingOpportunityNumber" element
164          */
165         void xsetFundingOpportunityNumber(gov.grants.apply.system.globalLibraryV20.OpportunityIDDataType fundingOpportunityNumber);
166         
167         /**
168          * Gets the "FundingOpportunityTitle" element
169          */
170         java.lang.String getFundingOpportunityTitle();
171         
172         /**
173          * Gets (as xml) the "FundingOpportunityTitle" element
174          */
175         gov.grants.apply.system.globalLibraryV20.OpportunityTitleDataType xgetFundingOpportunityTitle();
176         
177         /**
178          * Sets the "FundingOpportunityTitle" element
179          */
180         void setFundingOpportunityTitle(java.lang.String fundingOpportunityTitle);
181         
182         /**
183          * Sets (as xml) the "FundingOpportunityTitle" element
184          */
185         void xsetFundingOpportunityTitle(gov.grants.apply.system.globalLibraryV20.OpportunityTitleDataType fundingOpportunityTitle);
186         
187         /**
188          * Gets the "OrganizationName" element
189          */
190         java.lang.String getOrganizationName();
191         
192         /**
193          * Gets (as xml) the "OrganizationName" element
194          */
195         gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetOrganizationName();
196         
197         /**
198          * Sets the "OrganizationName" element
199          */
200         void setOrganizationName(java.lang.String organizationName);
201         
202         /**
203          * Sets (as xml) the "OrganizationName" element
204          */
205         void xsetOrganizationName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType organizationName);
206         
207         /**
208          * Gets the "Address" element
209          */
210         gov.grants.apply.system.globalLibraryV20.AddressDataType getAddress();
211         
212         /**
213          * Sets the "Address" element
214          */
215         void setAddress(gov.grants.apply.system.globalLibraryV20.AddressDataType address);
216         
217         /**
218          * Appends and returns a new empty "Address" element
219          */
220         gov.grants.apply.system.globalLibraryV20.AddressDataType addNewAddress();
221         
222         /**
223          * Gets the "ApplicantWebAddress" element
224          */
225         java.lang.String getApplicantWebAddress();
226         
227         /**
228          * Gets (as xml) the "ApplicantWebAddress" element
229          */
230         org.apache.xmlbeans.XmlAnyURI xgetApplicantWebAddress();
231         
232         /**
233          * True if has "ApplicantWebAddress" element
234          */
235         boolean isSetApplicantWebAddress();
236         
237         /**
238          * Sets the "ApplicantWebAddress" element
239          */
240         void setApplicantWebAddress(java.lang.String applicantWebAddress);
241         
242         /**
243          * Sets (as xml) the "ApplicantWebAddress" element
244          */
245         void xsetApplicantWebAddress(org.apache.xmlbeans.XmlAnyURI applicantWebAddress);
246         
247         /**
248          * Unsets the "ApplicantWebAddress" element
249          */
250         void unsetApplicantWebAddress();
251         
252         /**
253          * Gets the "ApplicantTypeCode1" element
254          */
255         gov.grants.apply.system.globalLibraryV20.ApplicantTypeCodeDataType.Enum getApplicantTypeCode1();
256         
257         /**
258          * Gets (as xml) the "ApplicantTypeCode1" element
259          */
260         gov.grants.apply.system.globalLibraryV20.ApplicantTypeCodeDataType xgetApplicantTypeCode1();
261         
262         /**
263          * Sets the "ApplicantTypeCode1" element
264          */
265         void setApplicantTypeCode1(gov.grants.apply.system.globalLibraryV20.ApplicantTypeCodeDataType.Enum applicantTypeCode1);
266         
267         /**
268          * Sets (as xml) the "ApplicantTypeCode1" element
269          */
270         void xsetApplicantTypeCode1(gov.grants.apply.system.globalLibraryV20.ApplicantTypeCodeDataType applicantTypeCode1);
271         
272         /**
273          * Gets the "ApplicantTypeCode2" element
274          */
275         gov.grants.apply.system.globalLibraryV20.ApplicantTypeCodeDataType.Enum getApplicantTypeCode2();
276         
277         /**
278          * Gets (as xml) the "ApplicantTypeCode2" element
279          */
280         gov.grants.apply.system.globalLibraryV20.ApplicantTypeCodeDataType xgetApplicantTypeCode2();
281         
282         /**
283          * True if has "ApplicantTypeCode2" element
284          */
285         boolean isSetApplicantTypeCode2();
286         
287         /**
288          * Sets the "ApplicantTypeCode2" element
289          */
290         void setApplicantTypeCode2(gov.grants.apply.system.globalLibraryV20.ApplicantTypeCodeDataType.Enum applicantTypeCode2);
291         
292         /**
293          * Sets (as xml) the "ApplicantTypeCode2" element
294          */
295         void xsetApplicantTypeCode2(gov.grants.apply.system.globalLibraryV20.ApplicantTypeCodeDataType applicantTypeCode2);
296         
297         /**
298          * Unsets the "ApplicantTypeCode2" element
299          */
300         void unsetApplicantTypeCode2();
301         
302         /**
303          * Gets the "ApplicantTypeCode3" element
304          */
305         gov.grants.apply.system.globalLibraryV20.ApplicantTypeCodeDataType.Enum getApplicantTypeCode3();
306         
307         /**
308          * Gets (as xml) the "ApplicantTypeCode3" element
309          */
310         gov.grants.apply.system.globalLibraryV20.ApplicantTypeCodeDataType xgetApplicantTypeCode3();
311         
312         /**
313          * True if has "ApplicantTypeCode3" element
314          */
315         boolean isSetApplicantTypeCode3();
316         
317         /**
318          * Sets the "ApplicantTypeCode3" element
319          */
320         void setApplicantTypeCode3(gov.grants.apply.system.globalLibraryV20.ApplicantTypeCodeDataType.Enum applicantTypeCode3);
321         
322         /**
323          * Sets (as xml) the "ApplicantTypeCode3" element
324          */
325         void xsetApplicantTypeCode3(gov.grants.apply.system.globalLibraryV20.ApplicantTypeCodeDataType applicantTypeCode3);
326         
327         /**
328          * Unsets the "ApplicantTypeCode3" element
329          */
330         void unsetApplicantTypeCode3();
331         
332         /**
333          * Gets the "ApplicantTypeOtherSpecify" element
334          */
335         java.lang.String getApplicantTypeOtherSpecify();
336         
337         /**
338          * Gets (as xml) the "ApplicantTypeOtherSpecify" element
339          */
340         gov.grants.apply.forms.sf424Short11V11.SF424Short11Document.SF424Short11.ApplicantTypeOtherSpecify xgetApplicantTypeOtherSpecify();
341         
342         /**
343          * True if has "ApplicantTypeOtherSpecify" element
344          */
345         boolean isSetApplicantTypeOtherSpecify();
346         
347         /**
348          * Sets the "ApplicantTypeOtherSpecify" element
349          */
350         void setApplicantTypeOtherSpecify(java.lang.String applicantTypeOtherSpecify);
351         
352         /**
353          * Sets (as xml) the "ApplicantTypeOtherSpecify" element
354          */
355         void xsetApplicantTypeOtherSpecify(gov.grants.apply.forms.sf424Short11V11.SF424Short11Document.SF424Short11.ApplicantTypeOtherSpecify applicantTypeOtherSpecify);
356         
357         /**
358          * Unsets the "ApplicantTypeOtherSpecify" element
359          */
360         void unsetApplicantTypeOtherSpecify();
361         
362         /**
363          * Gets the "EmployerTaxpayerIdentificationNumber" element
364          */
365         java.lang.String getEmployerTaxpayerIdentificationNumber();
366         
367         /**
368          * Gets (as xml) the "EmployerTaxpayerIdentificationNumber" element
369          */
370         gov.grants.apply.system.globalLibraryV20.EmployerIDDataType xgetEmployerTaxpayerIdentificationNumber();
371         
372         /**
373          * Sets the "EmployerTaxpayerIdentificationNumber" element
374          */
375         void setEmployerTaxpayerIdentificationNumber(java.lang.String employerTaxpayerIdentificationNumber);
376         
377         /**
378          * Sets (as xml) the "EmployerTaxpayerIdentificationNumber" element
379          */
380         void xsetEmployerTaxpayerIdentificationNumber(gov.grants.apply.system.globalLibraryV20.EmployerIDDataType employerTaxpayerIdentificationNumber);
381         
382         /**
383          * Gets the "DUNSNumber" element
384          */
385         java.lang.String getDUNSNumber();
386         
387         /**
388          * Gets (as xml) the "DUNSNumber" element
389          */
390         gov.grants.apply.system.globalLibraryV20.DUNSIDDataType xgetDUNSNumber();
391         
392         /**
393          * Sets the "DUNSNumber" element
394          */
395         void setDUNSNumber(java.lang.String dunsNumber);
396         
397         /**
398          * Sets (as xml) the "DUNSNumber" element
399          */
400         void xsetDUNSNumber(gov.grants.apply.system.globalLibraryV20.DUNSIDDataType dunsNumber);
401         
402         /**
403          * Gets the "CongressionalDistrictApplicant" element
404          */
405         java.lang.String getCongressionalDistrictApplicant();
406         
407         /**
408          * Gets (as xml) the "CongressionalDistrictApplicant" element
409          */
410         gov.grants.apply.system.globalLibraryV20.CongressionalDistrictDataType xgetCongressionalDistrictApplicant();
411         
412         /**
413          * Sets the "CongressionalDistrictApplicant" element
414          */
415         void setCongressionalDistrictApplicant(java.lang.String congressionalDistrictApplicant);
416         
417         /**
418          * Sets (as xml) the "CongressionalDistrictApplicant" element
419          */
420         void xsetCongressionalDistrictApplicant(gov.grants.apply.system.globalLibraryV20.CongressionalDistrictDataType congressionalDistrictApplicant);
421         
422         /**
423          * Gets the "ProjectTitle" element
424          */
425         java.lang.String getProjectTitle();
426         
427         /**
428          * Gets (as xml) the "ProjectTitle" element
429          */
430         gov.grants.apply.system.globalLibraryV20.ProjectTitleDataType xgetProjectTitle();
431         
432         /**
433          * Sets the "ProjectTitle" element
434          */
435         void setProjectTitle(java.lang.String projectTitle);
436         
437         /**
438          * Sets (as xml) the "ProjectTitle" element
439          */
440         void xsetProjectTitle(gov.grants.apply.system.globalLibraryV20.ProjectTitleDataType projectTitle);
441         
442         /**
443          * Gets the "ProjectDescription" element
444          */
445         java.lang.String getProjectDescription();
446         
447         /**
448          * Gets (as xml) the "ProjectDescription" element
449          */
450         gov.grants.apply.forms.sf424Short11V11.SF424Short11Document.SF424Short11.ProjectDescription xgetProjectDescription();
451         
452         /**
453          * Sets the "ProjectDescription" element
454          */
455         void setProjectDescription(java.lang.String projectDescription);
456         
457         /**
458          * Sets (as xml) the "ProjectDescription" element
459          */
460         void xsetProjectDescription(gov.grants.apply.forms.sf424Short11V11.SF424Short11Document.SF424Short11.ProjectDescription projectDescription);
461         
462         /**
463          * Gets the "ProjectStartDate" element
464          */
465         java.util.Calendar getProjectStartDate();
466         
467         /**
468          * Gets (as xml) the "ProjectStartDate" element
469          */
470         org.apache.xmlbeans.XmlDate xgetProjectStartDate();
471         
472         /**
473          * Sets the "ProjectStartDate" element
474          */
475         void setProjectStartDate(java.util.Calendar projectStartDate);
476         
477         /**
478          * Sets (as xml) the "ProjectStartDate" element
479          */
480         void xsetProjectStartDate(org.apache.xmlbeans.XmlDate projectStartDate);
481         
482         /**
483          * Gets the "ProjectEndDate" element
484          */
485         java.util.Calendar getProjectEndDate();
486         
487         /**
488          * Gets (as xml) the "ProjectEndDate" element
489          */
490         org.apache.xmlbeans.XmlDate xgetProjectEndDate();
491         
492         /**
493          * Sets the "ProjectEndDate" element
494          */
495         void setProjectEndDate(java.util.Calendar projectEndDate);
496         
497         /**
498          * Sets (as xml) the "ProjectEndDate" element
499          */
500         void xsetProjectEndDate(org.apache.xmlbeans.XmlDate projectEndDate);
501         
502         /**
503          * Gets the "ProjectDirectorGroup" element
504          */
505         gov.grants.apply.system.globalLibraryV20.ContactPersonDataType getProjectDirectorGroup();
506         
507         /**
508          * Sets the "ProjectDirectorGroup" element
509          */
510         void setProjectDirectorGroup(gov.grants.apply.system.globalLibraryV20.ContactPersonDataType projectDirectorGroup);
511         
512         /**
513          * Appends and returns a new empty "ProjectDirectorGroup" element
514          */
515         gov.grants.apply.system.globalLibraryV20.ContactPersonDataType addNewProjectDirectorGroup();
516         
517         /**
518          * Gets the "SameAsProjectDirector" element
519          */
520         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSameAsProjectDirector();
521         
522         /**
523          * Gets (as xml) the "SameAsProjectDirector" element
524          */
525         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSameAsProjectDirector();
526         
527         /**
528          * True if has "SameAsProjectDirector" element
529          */
530         boolean isSetSameAsProjectDirector();
531         
532         /**
533          * Sets the "SameAsProjectDirector" element
534          */
535         void setSameAsProjectDirector(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum sameAsProjectDirector);
536         
537         /**
538          * Sets (as xml) the "SameAsProjectDirector" element
539          */
540         void xsetSameAsProjectDirector(gov.grants.apply.system.globalLibraryV20.YesNoDataType sameAsProjectDirector);
541         
542         /**
543          * Unsets the "SameAsProjectDirector" element
544          */
545         void unsetSameAsProjectDirector();
546         
547         /**
548          * Gets the "ContactPersonGroup" element
549          */
550         gov.grants.apply.system.globalLibraryV20.ContactPersonDataType getContactPersonGroup();
551         
552         /**
553          * True if has "ContactPersonGroup" element
554          */
555         boolean isSetContactPersonGroup();
556         
557         /**
558          * Sets the "ContactPersonGroup" element
559          */
560         void setContactPersonGroup(gov.grants.apply.system.globalLibraryV20.ContactPersonDataType contactPersonGroup);
561         
562         /**
563          * Appends and returns a new empty "ContactPersonGroup" element
564          */
565         gov.grants.apply.system.globalLibraryV20.ContactPersonDataType addNewContactPersonGroup();
566         
567         /**
568          * Unsets the "ContactPersonGroup" element
569          */
570         void unsetContactPersonGroup();
571         
572         /**
573          * Gets the "ApplicationCertification" element
574          */
575         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getApplicationCertification();
576         
577         /**
578          * Gets (as xml) the "ApplicationCertification" element
579          */
580         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetApplicationCertification();
581         
582         /**
583          * Sets the "ApplicationCertification" element
584          */
585         void setApplicationCertification(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum applicationCertification);
586         
587         /**
588          * Sets (as xml) the "ApplicationCertification" element
589          */
590         void xsetApplicationCertification(gov.grants.apply.system.globalLibraryV20.YesNoDataType applicationCertification);
591         
592         /**
593          * Gets the "AuthorizedRepresentative" element
594          */
595         gov.grants.apply.system.globalLibraryV20.HumanNameDataType getAuthorizedRepresentative();
596         
597         /**
598          * Sets the "AuthorizedRepresentative" element
599          */
600         void setAuthorizedRepresentative(gov.grants.apply.system.globalLibraryV20.HumanNameDataType authorizedRepresentative);
601         
602         /**
603          * Appends and returns a new empty "AuthorizedRepresentative" element
604          */
605         gov.grants.apply.system.globalLibraryV20.HumanNameDataType addNewAuthorizedRepresentative();
606         
607         /**
608          * Gets the "AuthorizedRepresentativeTitle" element
609          */
610         java.lang.String getAuthorizedRepresentativeTitle();
611         
612         /**
613          * Gets (as xml) the "AuthorizedRepresentativeTitle" element
614          */
615         gov.grants.apply.system.globalLibraryV20.HumanTitleDataType xgetAuthorizedRepresentativeTitle();
616         
617         /**
618          * Sets the "AuthorizedRepresentativeTitle" element
619          */
620         void setAuthorizedRepresentativeTitle(java.lang.String authorizedRepresentativeTitle);
621         
622         /**
623          * Sets (as xml) the "AuthorizedRepresentativeTitle" element
624          */
625         void xsetAuthorizedRepresentativeTitle(gov.grants.apply.system.globalLibraryV20.HumanTitleDataType authorizedRepresentativeTitle);
626         
627         /**
628          * Gets the "AuthorizedRepresentativeEmail" element
629          */
630         java.lang.String getAuthorizedRepresentativeEmail();
631         
632         /**
633          * Gets (as xml) the "AuthorizedRepresentativeEmail" element
634          */
635         gov.grants.apply.system.globalLibraryV20.EmailDataType xgetAuthorizedRepresentativeEmail();
636         
637         /**
638          * Sets the "AuthorizedRepresentativeEmail" element
639          */
640         void setAuthorizedRepresentativeEmail(java.lang.String authorizedRepresentativeEmail);
641         
642         /**
643          * Sets (as xml) the "AuthorizedRepresentativeEmail" element
644          */
645         void xsetAuthorizedRepresentativeEmail(gov.grants.apply.system.globalLibraryV20.EmailDataType authorizedRepresentativeEmail);
646         
647         /**
648          * Gets the "AuthorizedRepresentativePhoneNumber" element
649          */
650         java.lang.String getAuthorizedRepresentativePhoneNumber();
651         
652         /**
653          * Gets (as xml) the "AuthorizedRepresentativePhoneNumber" element
654          */
655         gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetAuthorizedRepresentativePhoneNumber();
656         
657         /**
658          * Sets the "AuthorizedRepresentativePhoneNumber" element
659          */
660         void setAuthorizedRepresentativePhoneNumber(java.lang.String authorizedRepresentativePhoneNumber);
661         
662         /**
663          * Sets (as xml) the "AuthorizedRepresentativePhoneNumber" element
664          */
665         void xsetAuthorizedRepresentativePhoneNumber(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType authorizedRepresentativePhoneNumber);
666         
667         /**
668          * Gets the "AuthorizedRepresentativeFaxNumber" element
669          */
670         java.lang.String getAuthorizedRepresentativeFaxNumber();
671         
672         /**
673          * Gets (as xml) the "AuthorizedRepresentativeFaxNumber" element
674          */
675         gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetAuthorizedRepresentativeFaxNumber();
676         
677         /**
678          * True if has "AuthorizedRepresentativeFaxNumber" element
679          */
680         boolean isSetAuthorizedRepresentativeFaxNumber();
681         
682         /**
683          * Sets the "AuthorizedRepresentativeFaxNumber" element
684          */
685         void setAuthorizedRepresentativeFaxNumber(java.lang.String authorizedRepresentativeFaxNumber);
686         
687         /**
688          * Sets (as xml) the "AuthorizedRepresentativeFaxNumber" element
689          */
690         void xsetAuthorizedRepresentativeFaxNumber(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType authorizedRepresentativeFaxNumber);
691         
692         /**
693          * Unsets the "AuthorizedRepresentativeFaxNumber" element
694          */
695         void unsetAuthorizedRepresentativeFaxNumber();
696         
697         /**
698          * Gets the "AuthorizedRepresentativeSignature" element
699          */
700         java.lang.String getAuthorizedRepresentativeSignature();
701         
702         /**
703          * Gets (as xml) the "AuthorizedRepresentativeSignature" element
704          */
705         gov.grants.apply.system.globalLibraryV20.SignatureDataType xgetAuthorizedRepresentativeSignature();
706         
707         /**
708          * Sets the "AuthorizedRepresentativeSignature" element
709          */
710         void setAuthorizedRepresentativeSignature(java.lang.String authorizedRepresentativeSignature);
711         
712         /**
713          * Sets (as xml) the "AuthorizedRepresentativeSignature" element
714          */
715         void xsetAuthorizedRepresentativeSignature(gov.grants.apply.system.globalLibraryV20.SignatureDataType authorizedRepresentativeSignature);
716         
717         /**
718          * Gets the "AuthorizedRepresentativeDateSigned" element
719          */
720         java.util.Calendar getAuthorizedRepresentativeDateSigned();
721         
722         /**
723          * Gets (as xml) the "AuthorizedRepresentativeDateSigned" element
724          */
725         org.apache.xmlbeans.XmlDate xgetAuthorizedRepresentativeDateSigned();
726         
727         /**
728          * Sets the "AuthorizedRepresentativeDateSigned" element
729          */
730         void setAuthorizedRepresentativeDateSigned(java.util.Calendar authorizedRepresentativeDateSigned);
731         
732         /**
733          * Sets (as xml) the "AuthorizedRepresentativeDateSigned" element
734          */
735         void xsetAuthorizedRepresentativeDateSigned(org.apache.xmlbeans.XmlDate authorizedRepresentativeDateSigned);
736         
737         /**
738          * Gets the "FormVersion" attribute
739          */
740         java.lang.String getFormVersion();
741         
742         /**
743          * Gets (as xml) the "FormVersion" attribute
744          */
745         gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
746         
747         /**
748          * Sets the "FormVersion" attribute
749          */
750         void setFormVersion(java.lang.String formVersion);
751         
752         /**
753          * Sets (as xml) the "FormVersion" attribute
754          */
755         void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
756         
757         /**
758          * An XML ApplicantTypeOtherSpecify(@http://apply.grants.gov/forms/SF424_Short_1_1-V1.1).
759          *
760          * This is an atomic type that is a restriction of gov.grants.apply.forms.sf424Short11V11.SF424Short11Document$SF424Short11$ApplicantTypeOtherSpecify.
761          */
762         public interface ApplicantTypeOtherSpecify extends org.apache.xmlbeans.XmlString
763         {
764             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
765                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ApplicantTypeOtherSpecify.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("applicanttypeotherspecifyc099elemtype");
766             
767             /**
768              * A factory class with static methods for creating instances
769              * of this type.
770              */
771             
772             public static final class Factory
773             {
774                 public static gov.grants.apply.forms.sf424Short11V11.SF424Short11Document.SF424Short11.ApplicantTypeOtherSpecify newValue(java.lang.Object obj) {
775                   return (gov.grants.apply.forms.sf424Short11V11.SF424Short11Document.SF424Short11.ApplicantTypeOtherSpecify) type.newValue( obj ); }
776                 
777                 public static gov.grants.apply.forms.sf424Short11V11.SF424Short11Document.SF424Short11.ApplicantTypeOtherSpecify newInstance() {
778                   return (gov.grants.apply.forms.sf424Short11V11.SF424Short11Document.SF424Short11.ApplicantTypeOtherSpecify) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
779                 
780                 public static gov.grants.apply.forms.sf424Short11V11.SF424Short11Document.SF424Short11.ApplicantTypeOtherSpecify newInstance(org.apache.xmlbeans.XmlOptions options) {
781                   return (gov.grants.apply.forms.sf424Short11V11.SF424Short11Document.SF424Short11.ApplicantTypeOtherSpecify) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
782                 
783                 private Factory() { } // No instance of this class allowed
784             }
785         }
786         
787         /**
788          * An XML ProjectDescription(@http://apply.grants.gov/forms/SF424_Short_1_1-V1.1).
789          *
790          * This is an atomic type that is a restriction of gov.grants.apply.forms.sf424Short11V11.SF424Short11Document$SF424Short11$ProjectDescription.
791          */
792         public interface ProjectDescription extends org.apache.xmlbeans.XmlString
793         {
794             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
795                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ProjectDescription.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("projectdescription6df3elemtype");
796             
797             /**
798              * A factory class with static methods for creating instances
799              * of this type.
800              */
801             
802             public static final class Factory
803             {
804                 public static gov.grants.apply.forms.sf424Short11V11.SF424Short11Document.SF424Short11.ProjectDescription newValue(java.lang.Object obj) {
805                   return (gov.grants.apply.forms.sf424Short11V11.SF424Short11Document.SF424Short11.ProjectDescription) type.newValue( obj ); }
806                 
807                 public static gov.grants.apply.forms.sf424Short11V11.SF424Short11Document.SF424Short11.ProjectDescription newInstance() {
808                   return (gov.grants.apply.forms.sf424Short11V11.SF424Short11Document.SF424Short11.ProjectDescription) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
809                 
810                 public static gov.grants.apply.forms.sf424Short11V11.SF424Short11Document.SF424Short11.ProjectDescription newInstance(org.apache.xmlbeans.XmlOptions options) {
811                   return (gov.grants.apply.forms.sf424Short11V11.SF424Short11Document.SF424Short11.ProjectDescription) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
812                 
813                 private Factory() { } // No instance of this class allowed
814             }
815         }
816         
817         /**
818          * A factory class with static methods for creating instances
819          * of this type.
820          */
821         
822         public static final class Factory
823         {
824             public static gov.grants.apply.forms.sf424Short11V11.SF424Short11Document.SF424Short11 newInstance() {
825               return (gov.grants.apply.forms.sf424Short11V11.SF424Short11Document.SF424Short11) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
826             
827             public static gov.grants.apply.forms.sf424Short11V11.SF424Short11Document.SF424Short11 newInstance(org.apache.xmlbeans.XmlOptions options) {
828               return (gov.grants.apply.forms.sf424Short11V11.SF424Short11Document.SF424Short11) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
829             
830             private Factory() { } // No instance of this class allowed
831         }
832     }
833     
834     /**
835      * A factory class with static methods for creating instances
836      * of this type.
837      */
838     
839     public static final class Factory
840     {
841         public static gov.grants.apply.forms.sf424Short11V11.SF424Short11Document newInstance() {
842           return (gov.grants.apply.forms.sf424Short11V11.SF424Short11Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
843         
844         public static gov.grants.apply.forms.sf424Short11V11.SF424Short11Document newInstance(org.apache.xmlbeans.XmlOptions options) {
845           return (gov.grants.apply.forms.sf424Short11V11.SF424Short11Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
846         
847         /** @param xmlAsString the string value to parse */
848         public static gov.grants.apply.forms.sf424Short11V11.SF424Short11Document parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
849           return (gov.grants.apply.forms.sf424Short11V11.SF424Short11Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
850         
851         public static gov.grants.apply.forms.sf424Short11V11.SF424Short11Document parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
852           return (gov.grants.apply.forms.sf424Short11V11.SF424Short11Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
853         
854         /** @param file the file from which to load an xml document */
855         public static gov.grants.apply.forms.sf424Short11V11.SF424Short11Document parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
856           return (gov.grants.apply.forms.sf424Short11V11.SF424Short11Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
857         
858         public static gov.grants.apply.forms.sf424Short11V11.SF424Short11Document parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
859           return (gov.grants.apply.forms.sf424Short11V11.SF424Short11Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
860         
861         public static gov.grants.apply.forms.sf424Short11V11.SF424Short11Document parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
862           return (gov.grants.apply.forms.sf424Short11V11.SF424Short11Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
863         
864         public static gov.grants.apply.forms.sf424Short11V11.SF424Short11Document parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
865           return (gov.grants.apply.forms.sf424Short11V11.SF424Short11Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
866         
867         public static gov.grants.apply.forms.sf424Short11V11.SF424Short11Document parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
868           return (gov.grants.apply.forms.sf424Short11V11.SF424Short11Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
869         
870         public static gov.grants.apply.forms.sf424Short11V11.SF424Short11Document parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
871           return (gov.grants.apply.forms.sf424Short11V11.SF424Short11Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
872         
873         public static gov.grants.apply.forms.sf424Short11V11.SF424Short11Document parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
874           return (gov.grants.apply.forms.sf424Short11V11.SF424Short11Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
875         
876         public static gov.grants.apply.forms.sf424Short11V11.SF424Short11Document parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
877           return (gov.grants.apply.forms.sf424Short11V11.SF424Short11Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
878         
879         public static gov.grants.apply.forms.sf424Short11V11.SF424Short11Document parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
880           return (gov.grants.apply.forms.sf424Short11V11.SF424Short11Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
881         
882         public static gov.grants.apply.forms.sf424Short11V11.SF424Short11Document parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
883           return (gov.grants.apply.forms.sf424Short11V11.SF424Short11Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
884         
885         public static gov.grants.apply.forms.sf424Short11V11.SF424Short11Document parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
886           return (gov.grants.apply.forms.sf424Short11V11.SF424Short11Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
887         
888         public static gov.grants.apply.forms.sf424Short11V11.SF424Short11Document parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
889           return (gov.grants.apply.forms.sf424Short11V11.SF424Short11Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
890         
891         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
892         public static gov.grants.apply.forms.sf424Short11V11.SF424Short11Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
893           return (gov.grants.apply.forms.sf424Short11V11.SF424Short11Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
894         
895         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
896         public static gov.grants.apply.forms.sf424Short11V11.SF424Short11Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
897           return (gov.grants.apply.forms.sf424Short11V11.SF424Short11Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
898         
899         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
900         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 {
901           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
902         
903         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
904         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 {
905           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
906         
907         private Factory() { } // No instance of this class allowed
908     }
909 }