View Javadoc
1   /*
2    * An XML document type.
3    * Localname: SurveyOnEEO
4    * Namespace: http://apply.grants.gov/forms/FaithBased_SurveyOnEEO-V1.2
5    * Java type: gov.grants.apply.forms.faithBasedSurveyOnEEOV12.SurveyOnEEODocument
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.faithBasedSurveyOnEEOV12.impl;
10  /**
11   * A document containing one SurveyOnEEO(@http://apply.grants.gov/forms/FaithBased_SurveyOnEEO-V1.2) element.
12   *
13   * This is a complex type.
14   */
15  public class SurveyOnEEODocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements gov.grants.apply.forms.faithBasedSurveyOnEEOV12.SurveyOnEEODocument
16  {
17      private static final long serialVersionUID = 1L;
18      
19      public SurveyOnEEODocumentImpl(org.apache.xmlbeans.SchemaType sType)
20      {
21          super(sType);
22      }
23      
24      private static final javax.xml.namespace.QName SURVEYONEEO$0 = 
25          new javax.xml.namespace.QName("http://apply.grants.gov/forms/FaithBased_SurveyOnEEO-V1.2", "SurveyOnEEO");
26      
27      
28      /**
29       * Gets the "SurveyOnEEO" element
30       */
31      public gov.grants.apply.forms.faithBasedSurveyOnEEOV12.SurveyOnEEODocument.SurveyOnEEO getSurveyOnEEO()
32      {
33          synchronized (monitor())
34          {
35              check_orphaned();
36              gov.grants.apply.forms.faithBasedSurveyOnEEOV12.SurveyOnEEODocument.SurveyOnEEO target = null;
37              target = (gov.grants.apply.forms.faithBasedSurveyOnEEOV12.SurveyOnEEODocument.SurveyOnEEO)get_store().find_element_user(SURVEYONEEO$0, 0);
38              if (target == null)
39              {
40                  return null;
41              }
42              return target;
43          }
44      }
45      
46      /**
47       * Sets the "SurveyOnEEO" element
48       */
49      public void setSurveyOnEEO(gov.grants.apply.forms.faithBasedSurveyOnEEOV12.SurveyOnEEODocument.SurveyOnEEO surveyOnEEO)
50      {
51          generatedSetterHelperImpl(surveyOnEEO, SURVEYONEEO$0, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
52      }
53      
54      /**
55       * Appends and returns a new empty "SurveyOnEEO" element
56       */
57      public gov.grants.apply.forms.faithBasedSurveyOnEEOV12.SurveyOnEEODocument.SurveyOnEEO addNewSurveyOnEEO()
58      {
59          synchronized (monitor())
60          {
61              check_orphaned();
62              gov.grants.apply.forms.faithBasedSurveyOnEEOV12.SurveyOnEEODocument.SurveyOnEEO target = null;
63              target = (gov.grants.apply.forms.faithBasedSurveyOnEEOV12.SurveyOnEEODocument.SurveyOnEEO)get_store().add_element_user(SURVEYONEEO$0);
64              return target;
65          }
66      }
67      /**
68       * An XML SurveyOnEEO(@http://apply.grants.gov/forms/FaithBased_SurveyOnEEO-V1.2).
69       *
70       * This is a complex type.
71       */
72      public static class SurveyOnEEOImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements gov.grants.apply.forms.faithBasedSurveyOnEEOV12.SurveyOnEEODocument.SurveyOnEEO
73      {
74          private static final long serialVersionUID = 1L;
75          
76          public SurveyOnEEOImpl(org.apache.xmlbeans.SchemaType sType)
77          {
78              super(sType);
79          }
80          
81          private static final javax.xml.namespace.QName ORGANIZATIONNAME$0 = 
82              new javax.xml.namespace.QName("http://apply.grants.gov/forms/FaithBased_SurveyOnEEO-V1.2", "OrganizationName");
83          private static final javax.xml.namespace.QName DUNSID$2 = 
84              new javax.xml.namespace.QName("http://apply.grants.gov/forms/FaithBased_SurveyOnEEO-V1.2", "DUNSID");
85          private static final javax.xml.namespace.QName OPPORTUNITYTITLE$4 = 
86              new javax.xml.namespace.QName("http://apply.grants.gov/forms/FaithBased_SurveyOnEEO-V1.2", "OpportunityTitle");
87          private static final javax.xml.namespace.QName CFDANUMBER$6 = 
88              new javax.xml.namespace.QName("http://apply.grants.gov/forms/FaithBased_SurveyOnEEO-V1.2", "CFDANumber");
89          private static final javax.xml.namespace.QName EVERRECEIVEDGOVGRANTCONTRACT$8 = 
90              new javax.xml.namespace.QName("http://apply.grants.gov/forms/FaithBased_SurveyOnEEO-V1.2", "EverReceivedGovGrantContract");
91          private static final javax.xml.namespace.QName FAITHBASEDRELIGIOUS$10 = 
92              new javax.xml.namespace.QName("http://apply.grants.gov/forms/FaithBased_SurveyOnEEO-V1.2", "FaithBasedReligious");
93          private static final javax.xml.namespace.QName NONRELIGIOUSCOMMUNITYBASED$12 = 
94              new javax.xml.namespace.QName("http://apply.grants.gov/forms/FaithBased_SurveyOnEEO-V1.2", "NonReligiousCommunityBased");
95          private static final javax.xml.namespace.QName APPLICANTHAS501C3$14 = 
96              new javax.xml.namespace.QName("http://apply.grants.gov/forms/FaithBased_SurveyOnEEO-V1.2", "ApplicantHas501c3");
97          private static final javax.xml.namespace.QName LOCALAFFILIATEOFNATIONALORG$16 = 
98              new javax.xml.namespace.QName("http://apply.grants.gov/forms/FaithBased_SurveyOnEEO-V1.2", "LocalAffiliateOFNationalOrg");
99          private static final javax.xml.namespace.QName FULLTIMEEMPLOYEENUMBER$18 = 
100             new javax.xml.namespace.QName("http://apply.grants.gov/forms/FaithBased_SurveyOnEEO-V1.2", "FullTimeEmployeeNumber");
101         private static final javax.xml.namespace.QName APPLICANTANNUALBUDGET$20 = 
102             new javax.xml.namespace.QName("http://apply.grants.gov/forms/FaithBased_SurveyOnEEO-V1.2", "ApplicantAnnualBudget");
103         private static final javax.xml.namespace.QName FORMVERSION$22 = 
104             new javax.xml.namespace.QName("http://apply.grants.gov/forms/FaithBased_SurveyOnEEO-V1.2", "FormVersion");
105         
106         
107         /**
108          * Gets the "OrganizationName" element
109          */
110         public java.lang.String getOrganizationName()
111         {
112             synchronized (monitor())
113             {
114                 check_orphaned();
115                 org.apache.xmlbeans.SimpleValue target = null;
116                 target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ORGANIZATIONNAME$0, 0);
117                 if (target == null)
118                 {
119                     return null;
120                 }
121                 return target.getStringValue();
122             }
123         }
124         
125         /**
126          * Gets (as xml) the "OrganizationName" element
127          */
128         public gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetOrganizationName()
129         {
130             synchronized (monitor())
131             {
132                 check_orphaned();
133                 gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType target = null;
134                 target = (gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType)get_store().find_element_user(ORGANIZATIONNAME$0, 0);
135                 return target;
136             }
137         }
138         
139         /**
140          * True if has "OrganizationName" element
141          */
142         public boolean isSetOrganizationName()
143         {
144             synchronized (monitor())
145             {
146                 check_orphaned();
147                 return get_store().count_elements(ORGANIZATIONNAME$0) != 0;
148             }
149         }
150         
151         /**
152          * Sets the "OrganizationName" element
153          */
154         public void setOrganizationName(java.lang.String organizationName)
155         {
156             synchronized (monitor())
157             {
158                 check_orphaned();
159                 org.apache.xmlbeans.SimpleValue target = null;
160                 target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ORGANIZATIONNAME$0, 0);
161                 if (target == null)
162                 {
163                     target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ORGANIZATIONNAME$0);
164                 }
165                 target.setStringValue(organizationName);
166             }
167         }
168         
169         /**
170          * Sets (as xml) the "OrganizationName" element
171          */
172         public void xsetOrganizationName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType organizationName)
173         {
174             synchronized (monitor())
175             {
176                 check_orphaned();
177                 gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType target = null;
178                 target = (gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType)get_store().find_element_user(ORGANIZATIONNAME$0, 0);
179                 if (target == null)
180                 {
181                     target = (gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType)get_store().add_element_user(ORGANIZATIONNAME$0);
182                 }
183                 target.set(organizationName);
184             }
185         }
186         
187         /**
188          * Unsets the "OrganizationName" element
189          */
190         public void unsetOrganizationName()
191         {
192             synchronized (monitor())
193             {
194                 check_orphaned();
195                 get_store().remove_element(ORGANIZATIONNAME$0, 0);
196             }
197         }
198         
199         /**
200          * Gets the "DUNSID" element
201          */
202         public java.lang.String getDUNSID()
203         {
204             synchronized (monitor())
205             {
206                 check_orphaned();
207                 org.apache.xmlbeans.SimpleValue target = null;
208                 target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DUNSID$2, 0);
209                 if (target == null)
210                 {
211                     return null;
212                 }
213                 return target.getStringValue();
214             }
215         }
216         
217         /**
218          * Gets (as xml) the "DUNSID" element
219          */
220         public gov.grants.apply.system.globalLibraryV20.DUNSIDDataType xgetDUNSID()
221         {
222             synchronized (monitor())
223             {
224                 check_orphaned();
225                 gov.grants.apply.system.globalLibraryV20.DUNSIDDataType target = null;
226                 target = (gov.grants.apply.system.globalLibraryV20.DUNSIDDataType)get_store().find_element_user(DUNSID$2, 0);
227                 return target;
228             }
229         }
230         
231         /**
232          * True if has "DUNSID" element
233          */
234         public boolean isSetDUNSID()
235         {
236             synchronized (monitor())
237             {
238                 check_orphaned();
239                 return get_store().count_elements(DUNSID$2) != 0;
240             }
241         }
242         
243         /**
244          * Sets the "DUNSID" element
245          */
246         public void setDUNSID(java.lang.String dunsid)
247         {
248             synchronized (monitor())
249             {
250                 check_orphaned();
251                 org.apache.xmlbeans.SimpleValue target = null;
252                 target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DUNSID$2, 0);
253                 if (target == null)
254                 {
255                     target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(DUNSID$2);
256                 }
257                 target.setStringValue(dunsid);
258             }
259         }
260         
261         /**
262          * Sets (as xml) the "DUNSID" element
263          */
264         public void xsetDUNSID(gov.grants.apply.system.globalLibraryV20.DUNSIDDataType dunsid)
265         {
266             synchronized (monitor())
267             {
268                 check_orphaned();
269                 gov.grants.apply.system.globalLibraryV20.DUNSIDDataType target = null;
270                 target = (gov.grants.apply.system.globalLibraryV20.DUNSIDDataType)get_store().find_element_user(DUNSID$2, 0);
271                 if (target == null)
272                 {
273                     target = (gov.grants.apply.system.globalLibraryV20.DUNSIDDataType)get_store().add_element_user(DUNSID$2);
274                 }
275                 target.set(dunsid);
276             }
277         }
278         
279         /**
280          * Unsets the "DUNSID" element
281          */
282         public void unsetDUNSID()
283         {
284             synchronized (monitor())
285             {
286                 check_orphaned();
287                 get_store().remove_element(DUNSID$2, 0);
288             }
289         }
290         
291         /**
292          * Gets the "OpportunityTitle" element
293          */
294         public java.lang.String getOpportunityTitle()
295         {
296             synchronized (monitor())
297             {
298                 check_orphaned();
299                 org.apache.xmlbeans.SimpleValue target = null;
300                 target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(OPPORTUNITYTITLE$4, 0);
301                 if (target == null)
302                 {
303                     return null;
304                 }
305                 return target.getStringValue();
306             }
307         }
308         
309         /**
310          * Gets (as xml) the "OpportunityTitle" element
311          */
312         public gov.grants.apply.system.globalLibraryV20.OpportunityTitleDataType xgetOpportunityTitle()
313         {
314             synchronized (monitor())
315             {
316                 check_orphaned();
317                 gov.grants.apply.system.globalLibraryV20.OpportunityTitleDataType target = null;
318                 target = (gov.grants.apply.system.globalLibraryV20.OpportunityTitleDataType)get_store().find_element_user(OPPORTUNITYTITLE$4, 0);
319                 return target;
320             }
321         }
322         
323         /**
324          * Sets the "OpportunityTitle" element
325          */
326         public void setOpportunityTitle(java.lang.String opportunityTitle)
327         {
328             synchronized (monitor())
329             {
330                 check_orphaned();
331                 org.apache.xmlbeans.SimpleValue target = null;
332                 target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(OPPORTUNITYTITLE$4, 0);
333                 if (target == null)
334                 {
335                     target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(OPPORTUNITYTITLE$4);
336                 }
337                 target.setStringValue(opportunityTitle);
338             }
339         }
340         
341         /**
342          * Sets (as xml) the "OpportunityTitle" element
343          */
344         public void xsetOpportunityTitle(gov.grants.apply.system.globalLibraryV20.OpportunityTitleDataType opportunityTitle)
345         {
346             synchronized (monitor())
347             {
348                 check_orphaned();
349                 gov.grants.apply.system.globalLibraryV20.OpportunityTitleDataType target = null;
350                 target = (gov.grants.apply.system.globalLibraryV20.OpportunityTitleDataType)get_store().find_element_user(OPPORTUNITYTITLE$4, 0);
351                 if (target == null)
352                 {
353                     target = (gov.grants.apply.system.globalLibraryV20.OpportunityTitleDataType)get_store().add_element_user(OPPORTUNITYTITLE$4);
354                 }
355                 target.set(opportunityTitle);
356             }
357         }
358         
359         /**
360          * Gets the "CFDANumber" element
361          */
362         public java.lang.String getCFDANumber()
363         {
364             synchronized (monitor())
365             {
366                 check_orphaned();
367                 org.apache.xmlbeans.SimpleValue target = null;
368                 target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CFDANUMBER$6, 0);
369                 if (target == null)
370                 {
371                     return null;
372                 }
373                 return target.getStringValue();
374             }
375         }
376         
377         /**
378          * Gets (as xml) the "CFDANumber" element
379          */
380         public gov.grants.apply.system.globalLibraryV20.CFDANumberDataType xgetCFDANumber()
381         {
382             synchronized (monitor())
383             {
384                 check_orphaned();
385                 gov.grants.apply.system.globalLibraryV20.CFDANumberDataType target = null;
386                 target = (gov.grants.apply.system.globalLibraryV20.CFDANumberDataType)get_store().find_element_user(CFDANUMBER$6, 0);
387                 return target;
388             }
389         }
390         
391         /**
392          * True if has "CFDANumber" element
393          */
394         public boolean isSetCFDANumber()
395         {
396             synchronized (monitor())
397             {
398                 check_orphaned();
399                 return get_store().count_elements(CFDANUMBER$6) != 0;
400             }
401         }
402         
403         /**
404          * Sets the "CFDANumber" element
405          */
406         public void setCFDANumber(java.lang.String cfdaNumber)
407         {
408             synchronized (monitor())
409             {
410                 check_orphaned();
411                 org.apache.xmlbeans.SimpleValue target = null;
412                 target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CFDANUMBER$6, 0);
413                 if (target == null)
414                 {
415                     target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CFDANUMBER$6);
416                 }
417                 target.setStringValue(cfdaNumber);
418             }
419         }
420         
421         /**
422          * Sets (as xml) the "CFDANumber" element
423          */
424         public void xsetCFDANumber(gov.grants.apply.system.globalLibraryV20.CFDANumberDataType cfdaNumber)
425         {
426             synchronized (monitor())
427             {
428                 check_orphaned();
429                 gov.grants.apply.system.globalLibraryV20.CFDANumberDataType target = null;
430                 target = (gov.grants.apply.system.globalLibraryV20.CFDANumberDataType)get_store().find_element_user(CFDANUMBER$6, 0);
431                 if (target == null)
432                 {
433                     target = (gov.grants.apply.system.globalLibraryV20.CFDANumberDataType)get_store().add_element_user(CFDANUMBER$6);
434                 }
435                 target.set(cfdaNumber);
436             }
437         }
438         
439         /**
440          * Unsets the "CFDANumber" element
441          */
442         public void unsetCFDANumber()
443         {
444             synchronized (monitor())
445             {
446                 check_orphaned();
447                 get_store().remove_element(CFDANUMBER$6, 0);
448             }
449         }
450         
451         /**
452          * Gets the "EverReceivedGovGrantContract" element
453          */
454         public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getEverReceivedGovGrantContract()
455         {
456             synchronized (monitor())
457             {
458                 check_orphaned();
459                 org.apache.xmlbeans.SimpleValue target = null;
460                 target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(EVERRECEIVEDGOVGRANTCONTRACT$8, 0);
461                 if (target == null)
462                 {
463                     return null;
464                 }
465                 return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
466             }
467         }
468         
469         /**
470          * Gets (as xml) the "EverReceivedGovGrantContract" element
471          */
472         public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetEverReceivedGovGrantContract()
473         {
474             synchronized (monitor())
475             {
476                 check_orphaned();
477                 gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
478                 target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(EVERRECEIVEDGOVGRANTCONTRACT$8, 0);
479                 return target;
480             }
481         }
482         
483         /**
484          * True if has "EverReceivedGovGrantContract" element
485          */
486         public boolean isSetEverReceivedGovGrantContract()
487         {
488             synchronized (monitor())
489             {
490                 check_orphaned();
491                 return get_store().count_elements(EVERRECEIVEDGOVGRANTCONTRACT$8) != 0;
492             }
493         }
494         
495         /**
496          * Sets the "EverReceivedGovGrantContract" element
497          */
498         public void setEverReceivedGovGrantContract(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum everReceivedGovGrantContract)
499         {
500             synchronized (monitor())
501             {
502                 check_orphaned();
503                 org.apache.xmlbeans.SimpleValue target = null;
504                 target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(EVERRECEIVEDGOVGRANTCONTRACT$8, 0);
505                 if (target == null)
506                 {
507                     target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(EVERRECEIVEDGOVGRANTCONTRACT$8);
508                 }
509                 target.setEnumValue(everReceivedGovGrantContract);
510             }
511         }
512         
513         /**
514          * Sets (as xml) the "EverReceivedGovGrantContract" element
515          */
516         public void xsetEverReceivedGovGrantContract(gov.grants.apply.system.globalLibraryV20.YesNoDataType everReceivedGovGrantContract)
517         {
518             synchronized (monitor())
519             {
520                 check_orphaned();
521                 gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
522                 target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(EVERRECEIVEDGOVGRANTCONTRACT$8, 0);
523                 if (target == null)
524                 {
525                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(EVERRECEIVEDGOVGRANTCONTRACT$8);
526                 }
527                 target.set(everReceivedGovGrantContract);
528             }
529         }
530         
531         /**
532          * Unsets the "EverReceivedGovGrantContract" element
533          */
534         public void unsetEverReceivedGovGrantContract()
535         {
536             synchronized (monitor())
537             {
538                 check_orphaned();
539                 get_store().remove_element(EVERRECEIVEDGOVGRANTCONTRACT$8, 0);
540             }
541         }
542         
543         /**
544          * Gets the "FaithBasedReligious" element
545          */
546         public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFaithBasedReligious()
547         {
548             synchronized (monitor())
549             {
550                 check_orphaned();
551                 org.apache.xmlbeans.SimpleValue target = null;
552                 target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FAITHBASEDRELIGIOUS$10, 0);
553                 if (target == null)
554                 {
555                     return null;
556                 }
557                 return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
558             }
559         }
560         
561         /**
562          * Gets (as xml) the "FaithBasedReligious" element
563          */
564         public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFaithBasedReligious()
565         {
566             synchronized (monitor())
567             {
568                 check_orphaned();
569                 gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
570                 target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(FAITHBASEDRELIGIOUS$10, 0);
571                 return target;
572             }
573         }
574         
575         /**
576          * True if has "FaithBasedReligious" element
577          */
578         public boolean isSetFaithBasedReligious()
579         {
580             synchronized (monitor())
581             {
582                 check_orphaned();
583                 return get_store().count_elements(FAITHBASEDRELIGIOUS$10) != 0;
584             }
585         }
586         
587         /**
588          * Sets the "FaithBasedReligious" element
589          */
590         public void setFaithBasedReligious(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum faithBasedReligious)
591         {
592             synchronized (monitor())
593             {
594                 check_orphaned();
595                 org.apache.xmlbeans.SimpleValue target = null;
596                 target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FAITHBASEDRELIGIOUS$10, 0);
597                 if (target == null)
598                 {
599                     target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(FAITHBASEDRELIGIOUS$10);
600                 }
601                 target.setEnumValue(faithBasedReligious);
602             }
603         }
604         
605         /**
606          * Sets (as xml) the "FaithBasedReligious" element
607          */
608         public void xsetFaithBasedReligious(gov.grants.apply.system.globalLibraryV20.YesNoDataType faithBasedReligious)
609         {
610             synchronized (monitor())
611             {
612                 check_orphaned();
613                 gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
614                 target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(FAITHBASEDRELIGIOUS$10, 0);
615                 if (target == null)
616                 {
617                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(FAITHBASEDRELIGIOUS$10);
618                 }
619                 target.set(faithBasedReligious);
620             }
621         }
622         
623         /**
624          * Unsets the "FaithBasedReligious" element
625          */
626         public void unsetFaithBasedReligious()
627         {
628             synchronized (monitor())
629             {
630                 check_orphaned();
631                 get_store().remove_element(FAITHBASEDRELIGIOUS$10, 0);
632             }
633         }
634         
635         /**
636          * Gets the "NonReligiousCommunityBased" element
637          */
638         public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNonReligiousCommunityBased()
639         {
640             synchronized (monitor())
641             {
642                 check_orphaned();
643                 org.apache.xmlbeans.SimpleValue target = null;
644                 target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NONRELIGIOUSCOMMUNITYBASED$12, 0);
645                 if (target == null)
646                 {
647                     return null;
648                 }
649                 return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
650             }
651         }
652         
653         /**
654          * Gets (as xml) the "NonReligiousCommunityBased" element
655          */
656         public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNonReligiousCommunityBased()
657         {
658             synchronized (monitor())
659             {
660                 check_orphaned();
661                 gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
662                 target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(NONRELIGIOUSCOMMUNITYBASED$12, 0);
663                 return target;
664             }
665         }
666         
667         /**
668          * True if has "NonReligiousCommunityBased" element
669          */
670         public boolean isSetNonReligiousCommunityBased()
671         {
672             synchronized (monitor())
673             {
674                 check_orphaned();
675                 return get_store().count_elements(NONRELIGIOUSCOMMUNITYBASED$12) != 0;
676             }
677         }
678         
679         /**
680          * Sets the "NonReligiousCommunityBased" element
681          */
682         public void setNonReligiousCommunityBased(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum nonReligiousCommunityBased)
683         {
684             synchronized (monitor())
685             {
686                 check_orphaned();
687                 org.apache.xmlbeans.SimpleValue target = null;
688                 target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NONRELIGIOUSCOMMUNITYBASED$12, 0);
689                 if (target == null)
690                 {
691                     target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(NONRELIGIOUSCOMMUNITYBASED$12);
692                 }
693                 target.setEnumValue(nonReligiousCommunityBased);
694             }
695         }
696         
697         /**
698          * Sets (as xml) the "NonReligiousCommunityBased" element
699          */
700         public void xsetNonReligiousCommunityBased(gov.grants.apply.system.globalLibraryV20.YesNoDataType nonReligiousCommunityBased)
701         {
702             synchronized (monitor())
703             {
704                 check_orphaned();
705                 gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
706                 target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(NONRELIGIOUSCOMMUNITYBASED$12, 0);
707                 if (target == null)
708                 {
709                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(NONRELIGIOUSCOMMUNITYBASED$12);
710                 }
711                 target.set(nonReligiousCommunityBased);
712             }
713         }
714         
715         /**
716          * Unsets the "NonReligiousCommunityBased" element
717          */
718         public void unsetNonReligiousCommunityBased()
719         {
720             synchronized (monitor())
721             {
722                 check_orphaned();
723                 get_store().remove_element(NONRELIGIOUSCOMMUNITYBASED$12, 0);
724             }
725         }
726         
727         /**
728          * Gets the "ApplicantHas501c3" element
729          */
730         public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getApplicantHas501C3()
731         {
732             synchronized (monitor())
733             {
734                 check_orphaned();
735                 org.apache.xmlbeans.SimpleValue target = null;
736                 target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(APPLICANTHAS501C3$14, 0);
737                 if (target == null)
738                 {
739                     return null;
740                 }
741                 return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
742             }
743         }
744         
745         /**
746          * Gets (as xml) the "ApplicantHas501c3" element
747          */
748         public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetApplicantHas501C3()
749         {
750             synchronized (monitor())
751             {
752                 check_orphaned();
753                 gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
754                 target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(APPLICANTHAS501C3$14, 0);
755                 return target;
756             }
757         }
758         
759         /**
760          * True if has "ApplicantHas501c3" element
761          */
762         public boolean isSetApplicantHas501C3()
763         {
764             synchronized (monitor())
765             {
766                 check_orphaned();
767                 return get_store().count_elements(APPLICANTHAS501C3$14) != 0;
768             }
769         }
770         
771         /**
772          * Sets the "ApplicantHas501c3" element
773          */
774         public void setApplicantHas501C3(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum applicantHas501C3)
775         {
776             synchronized (monitor())
777             {
778                 check_orphaned();
779                 org.apache.xmlbeans.SimpleValue target = null;
780                 target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(APPLICANTHAS501C3$14, 0);
781                 if (target == null)
782                 {
783                     target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(APPLICANTHAS501C3$14);
784                 }
785                 target.setEnumValue(applicantHas501C3);
786             }
787         }
788         
789         /**
790          * Sets (as xml) the "ApplicantHas501c3" element
791          */
792         public void xsetApplicantHas501C3(gov.grants.apply.system.globalLibraryV20.YesNoDataType applicantHas501C3)
793         {
794             synchronized (monitor())
795             {
796                 check_orphaned();
797                 gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
798                 target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(APPLICANTHAS501C3$14, 0);
799                 if (target == null)
800                 {
801                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(APPLICANTHAS501C3$14);
802                 }
803                 target.set(applicantHas501C3);
804             }
805         }
806         
807         /**
808          * Unsets the "ApplicantHas501c3" element
809          */
810         public void unsetApplicantHas501C3()
811         {
812             synchronized (monitor())
813             {
814                 check_orphaned();
815                 get_store().remove_element(APPLICANTHAS501C3$14, 0);
816             }
817         }
818         
819         /**
820          * Gets the "LocalAffiliateOFNationalOrg" element
821          */
822         public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getLocalAffiliateOFNationalOrg()
823         {
824             synchronized (monitor())
825             {
826                 check_orphaned();
827                 org.apache.xmlbeans.SimpleValue target = null;
828                 target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(LOCALAFFILIATEOFNATIONALORG$16, 0);
829                 if (target == null)
830                 {
831                     return null;
832                 }
833                 return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
834             }
835         }
836         
837         /**
838          * Gets (as xml) the "LocalAffiliateOFNationalOrg" element
839          */
840         public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetLocalAffiliateOFNationalOrg()
841         {
842             synchronized (monitor())
843             {
844                 check_orphaned();
845                 gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
846                 target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(LOCALAFFILIATEOFNATIONALORG$16, 0);
847                 return target;
848             }
849         }
850         
851         /**
852          * True if has "LocalAffiliateOFNationalOrg" element
853          */
854         public boolean isSetLocalAffiliateOFNationalOrg()
855         {
856             synchronized (monitor())
857             {
858                 check_orphaned();
859                 return get_store().count_elements(LOCALAFFILIATEOFNATIONALORG$16) != 0;
860             }
861         }
862         
863         /**
864          * Sets the "LocalAffiliateOFNationalOrg" element
865          */
866         public void setLocalAffiliateOFNationalOrg(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum localAffiliateOFNationalOrg)
867         {
868             synchronized (monitor())
869             {
870                 check_orphaned();
871                 org.apache.xmlbeans.SimpleValue target = null;
872                 target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(LOCALAFFILIATEOFNATIONALORG$16, 0);
873                 if (target == null)
874                 {
875                     target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(LOCALAFFILIATEOFNATIONALORG$16);
876                 }
877                 target.setEnumValue(localAffiliateOFNationalOrg);
878             }
879         }
880         
881         /**
882          * Sets (as xml) the "LocalAffiliateOFNationalOrg" element
883          */
884         public void xsetLocalAffiliateOFNationalOrg(gov.grants.apply.system.globalLibraryV20.YesNoDataType localAffiliateOFNationalOrg)
885         {
886             synchronized (monitor())
887             {
888                 check_orphaned();
889                 gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
890                 target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(LOCALAFFILIATEOFNATIONALORG$16, 0);
891                 if (target == null)
892                 {
893                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(LOCALAFFILIATEOFNATIONALORG$16);
894                 }
895                 target.set(localAffiliateOFNationalOrg);
896             }
897         }
898         
899         /**
900          * Unsets the "LocalAffiliateOFNationalOrg" element
901          */
902         public void unsetLocalAffiliateOFNationalOrg()
903         {
904             synchronized (monitor())
905             {
906                 check_orphaned();
907                 get_store().remove_element(LOCALAFFILIATEOFNATIONALORG$16, 0);
908             }
909         }
910         
911         /**
912          * Gets the "FullTimeEmployeeNumber" element
913          */
914         public gov.grants.apply.forms.faithBasedSurveyOnEEOV12.SurveyOnEEODocument.SurveyOnEEO.FullTimeEmployeeNumber.Enum getFullTimeEmployeeNumber()
915         {
916             synchronized (monitor())
917             {
918                 check_orphaned();
919                 org.apache.xmlbeans.SimpleValue target = null;
920                 target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FULLTIMEEMPLOYEENUMBER$18, 0);
921                 if (target == null)
922                 {
923                     return null;
924                 }
925                 return (gov.grants.apply.forms.faithBasedSurveyOnEEOV12.SurveyOnEEODocument.SurveyOnEEO.FullTimeEmployeeNumber.Enum)target.getEnumValue();
926             }
927         }
928         
929         /**
930          * Gets (as xml) the "FullTimeEmployeeNumber" element
931          */
932         public gov.grants.apply.forms.faithBasedSurveyOnEEOV12.SurveyOnEEODocument.SurveyOnEEO.FullTimeEmployeeNumber xgetFullTimeEmployeeNumber()
933         {
934             synchronized (monitor())
935             {
936                 check_orphaned();
937                 gov.grants.apply.forms.faithBasedSurveyOnEEOV12.SurveyOnEEODocument.SurveyOnEEO.FullTimeEmployeeNumber target = null;
938                 target = (gov.grants.apply.forms.faithBasedSurveyOnEEOV12.SurveyOnEEODocument.SurveyOnEEO.FullTimeEmployeeNumber)get_store().find_element_user(FULLTIMEEMPLOYEENUMBER$18, 0);
939                 return target;
940             }
941         }
942         
943         /**
944          * True if has "FullTimeEmployeeNumber" element
945          */
946         public boolean isSetFullTimeEmployeeNumber()
947         {
948             synchronized (monitor())
949             {
950                 check_orphaned();
951                 return get_store().count_elements(FULLTIMEEMPLOYEENUMBER$18) != 0;
952             }
953         }
954         
955         /**
956          * Sets the "FullTimeEmployeeNumber" element
957          */
958         public void setFullTimeEmployeeNumber(gov.grants.apply.forms.faithBasedSurveyOnEEOV12.SurveyOnEEODocument.SurveyOnEEO.FullTimeEmployeeNumber.Enum fullTimeEmployeeNumber)
959         {
960             synchronized (monitor())
961             {
962                 check_orphaned();
963                 org.apache.xmlbeans.SimpleValue target = null;
964                 target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FULLTIMEEMPLOYEENUMBER$18, 0);
965                 if (target == null)
966                 {
967                     target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(FULLTIMEEMPLOYEENUMBER$18);
968                 }
969                 target.setEnumValue(fullTimeEmployeeNumber);
970             }
971         }
972         
973         /**
974          * Sets (as xml) the "FullTimeEmployeeNumber" element
975          */
976         public void xsetFullTimeEmployeeNumber(gov.grants.apply.forms.faithBasedSurveyOnEEOV12.SurveyOnEEODocument.SurveyOnEEO.FullTimeEmployeeNumber fullTimeEmployeeNumber)
977         {
978             synchronized (monitor())
979             {
980                 check_orphaned();
981                 gov.grants.apply.forms.faithBasedSurveyOnEEOV12.SurveyOnEEODocument.SurveyOnEEO.FullTimeEmployeeNumber target = null;
982                 target = (gov.grants.apply.forms.faithBasedSurveyOnEEOV12.SurveyOnEEODocument.SurveyOnEEO.FullTimeEmployeeNumber)get_store().find_element_user(FULLTIMEEMPLOYEENUMBER$18, 0);
983                 if (target == null)
984                 {
985                     target = (gov.grants.apply.forms.faithBasedSurveyOnEEOV12.SurveyOnEEODocument.SurveyOnEEO.FullTimeEmployeeNumber)get_store().add_element_user(FULLTIMEEMPLOYEENUMBER$18);
986                 }
987                 target.set(fullTimeEmployeeNumber);
988             }
989         }
990         
991         /**
992          * Unsets the "FullTimeEmployeeNumber" element
993          */
994         public void unsetFullTimeEmployeeNumber()
995         {
996             synchronized (monitor())
997             {
998                 check_orphaned();
999                 get_store().remove_element(FULLTIMEEMPLOYEENUMBER$18, 0);
1000             }
1001         }
1002         
1003         /**
1004          * Gets the "ApplicantAnnualBudget" element
1005          */
1006         public gov.grants.apply.forms.faithBasedSurveyOnEEOV12.SurveyOnEEODocument.SurveyOnEEO.ApplicantAnnualBudget.Enum getApplicantAnnualBudget()
1007         {
1008             synchronized (monitor())
1009             {
1010                 check_orphaned();
1011                 org.apache.xmlbeans.SimpleValue target = null;
1012                 target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(APPLICANTANNUALBUDGET$20, 0);
1013                 if (target == null)
1014                 {
1015                     return null;
1016                 }
1017                 return (gov.grants.apply.forms.faithBasedSurveyOnEEOV12.SurveyOnEEODocument.SurveyOnEEO.ApplicantAnnualBudget.Enum)target.getEnumValue();
1018             }
1019         }
1020         
1021         /**
1022          * Gets (as xml) the "ApplicantAnnualBudget" element
1023          */
1024         public gov.grants.apply.forms.faithBasedSurveyOnEEOV12.SurveyOnEEODocument.SurveyOnEEO.ApplicantAnnualBudget xgetApplicantAnnualBudget()
1025         {
1026             synchronized (monitor())
1027             {
1028                 check_orphaned();
1029                 gov.grants.apply.forms.faithBasedSurveyOnEEOV12.SurveyOnEEODocument.SurveyOnEEO.ApplicantAnnualBudget target = null;
1030                 target = (gov.grants.apply.forms.faithBasedSurveyOnEEOV12.SurveyOnEEODocument.SurveyOnEEO.ApplicantAnnualBudget)get_store().find_element_user(APPLICANTANNUALBUDGET$20, 0);
1031                 return target;
1032             }
1033         }
1034         
1035         /**
1036          * True if has "ApplicantAnnualBudget" element
1037          */
1038         public boolean isSetApplicantAnnualBudget()
1039         {
1040             synchronized (monitor())
1041             {
1042                 check_orphaned();
1043                 return get_store().count_elements(APPLICANTANNUALBUDGET$20) != 0;
1044             }
1045         }
1046         
1047         /**
1048          * Sets the "ApplicantAnnualBudget" element
1049          */
1050         public void setApplicantAnnualBudget(gov.grants.apply.forms.faithBasedSurveyOnEEOV12.SurveyOnEEODocument.SurveyOnEEO.ApplicantAnnualBudget.Enum applicantAnnualBudget)
1051         {
1052             synchronized (monitor())
1053             {
1054                 check_orphaned();
1055                 org.apache.xmlbeans.SimpleValue target = null;
1056                 target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(APPLICANTANNUALBUDGET$20, 0);
1057                 if (target == null)
1058                 {
1059                     target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(APPLICANTANNUALBUDGET$20);
1060                 }
1061                 target.setEnumValue(applicantAnnualBudget);
1062             }
1063         }
1064         
1065         /**
1066          * Sets (as xml) the "ApplicantAnnualBudget" element
1067          */
1068         public void xsetApplicantAnnualBudget(gov.grants.apply.forms.faithBasedSurveyOnEEOV12.SurveyOnEEODocument.SurveyOnEEO.ApplicantAnnualBudget applicantAnnualBudget)
1069         {
1070             synchronized (monitor())
1071             {
1072                 check_orphaned();
1073                 gov.grants.apply.forms.faithBasedSurveyOnEEOV12.SurveyOnEEODocument.SurveyOnEEO.ApplicantAnnualBudget target = null;
1074                 target = (gov.grants.apply.forms.faithBasedSurveyOnEEOV12.SurveyOnEEODocument.SurveyOnEEO.ApplicantAnnualBudget)get_store().find_element_user(APPLICANTANNUALBUDGET$20, 0);
1075                 if (target == null)
1076                 {
1077                     target = (gov.grants.apply.forms.faithBasedSurveyOnEEOV12.SurveyOnEEODocument.SurveyOnEEO.ApplicantAnnualBudget)get_store().add_element_user(APPLICANTANNUALBUDGET$20);
1078                 }
1079                 target.set(applicantAnnualBudget);
1080             }
1081         }
1082         
1083         /**
1084          * Unsets the "ApplicantAnnualBudget" element
1085          */
1086         public void unsetApplicantAnnualBudget()
1087         {
1088             synchronized (monitor())
1089             {
1090                 check_orphaned();
1091                 get_store().remove_element(APPLICANTANNUALBUDGET$20, 0);
1092             }
1093         }
1094         
1095         /**
1096          * Gets the "FormVersion" attribute
1097          */
1098         public java.lang.String getFormVersion()
1099         {
1100             synchronized (monitor())
1101             {
1102                 check_orphaned();
1103                 org.apache.xmlbeans.SimpleValue target = null;
1104                 target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(FORMVERSION$22);
1105                 if (target == null)
1106                 {
1107                     target = (org.apache.xmlbeans.SimpleValue)get_default_attribute_value(FORMVERSION$22);
1108                 }
1109                 if (target == null)
1110                 {
1111                     return null;
1112                 }
1113                 return target.getStringValue();
1114             }
1115         }
1116         
1117         /**
1118          * Gets (as xml) the "FormVersion" attribute
1119          */
1120         public gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion()
1121         {
1122             synchronized (monitor())
1123             {
1124                 check_orphaned();
1125                 gov.grants.apply.system.globalLibraryV20.FormVersionDataType target = null;
1126                 target = (gov.grants.apply.system.globalLibraryV20.FormVersionDataType)get_store().find_attribute_user(FORMVERSION$22);
1127                 if (target == null)
1128                 {
1129                     target = (gov.grants.apply.system.globalLibraryV20.FormVersionDataType)get_default_attribute_value(FORMVERSION$22);
1130                 }
1131                 return target;
1132             }
1133         }
1134         
1135         /**
1136          * Sets the "FormVersion" attribute
1137          */
1138         public void setFormVersion(java.lang.String formVersion)
1139         {
1140             synchronized (monitor())
1141             {
1142                 check_orphaned();
1143                 org.apache.xmlbeans.SimpleValue target = null;
1144                 target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(FORMVERSION$22);
1145                 if (target == null)
1146                 {
1147                     target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(FORMVERSION$22);
1148                 }
1149                 target.setStringValue(formVersion);
1150             }
1151         }
1152         
1153         /**
1154          * Sets (as xml) the "FormVersion" attribute
1155          */
1156         public void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion)
1157         {
1158             synchronized (monitor())
1159             {
1160                 check_orphaned();
1161                 gov.grants.apply.system.globalLibraryV20.FormVersionDataType target = null;
1162                 target = (gov.grants.apply.system.globalLibraryV20.FormVersionDataType)get_store().find_attribute_user(FORMVERSION$22);
1163                 if (target == null)
1164                 {
1165                     target = (gov.grants.apply.system.globalLibraryV20.FormVersionDataType)get_store().add_attribute_user(FORMVERSION$22);
1166                 }
1167                 target.set(formVersion);
1168             }
1169         }
1170         /**
1171          * An XML FullTimeEmployeeNumber(@http://apply.grants.gov/forms/FaithBased_SurveyOnEEO-V1.2).
1172          *
1173          * This is an atomic type that is a restriction of gov.grants.apply.forms.faithBasedSurveyOnEEOV12.SurveyOnEEODocument$SurveyOnEEO$FullTimeEmployeeNumber.
1174          */
1175         public static class FullTimeEmployeeNumberImpl extends org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx implements gov.grants.apply.forms.faithBasedSurveyOnEEOV12.SurveyOnEEODocument.SurveyOnEEO.FullTimeEmployeeNumber
1176         {
1177             private static final long serialVersionUID = 1L;
1178             
1179             public FullTimeEmployeeNumberImpl(org.apache.xmlbeans.SchemaType sType)
1180             {
1181                 super(sType, false);
1182             }
1183             
1184             protected FullTimeEmployeeNumberImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
1185             {
1186                 super(sType, b);
1187             }
1188         }
1189         /**
1190          * An XML ApplicantAnnualBudget(@http://apply.grants.gov/forms/FaithBased_SurveyOnEEO-V1.2).
1191          *
1192          * This is an atomic type that is a restriction of gov.grants.apply.forms.faithBasedSurveyOnEEOV12.SurveyOnEEODocument$SurveyOnEEO$ApplicantAnnualBudget.
1193          */
1194         public static class ApplicantAnnualBudgetImpl extends org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx implements gov.grants.apply.forms.faithBasedSurveyOnEEOV12.SurveyOnEEODocument.SurveyOnEEO.ApplicantAnnualBudget
1195         {
1196             private static final long serialVersionUID = 1L;
1197             
1198             public ApplicantAnnualBudgetImpl(org.apache.xmlbeans.SchemaType sType)
1199             {
1200                 super(sType, false);
1201             }
1202             
1203             protected ApplicantAnnualBudgetImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
1204             {
1205                 super(sType, b);
1206             }
1207         }
1208     }
1209 }