1   
2   
3   
4   
5   
6   
7   
8   
9   package gov.grants.apply.forms.nsfIOBV10.impl;
10  
11  
12  
13  
14  
15  public class NSFIOBDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument
16  {
17      private static final long serialVersionUID = 1L;
18      
19      public NSFIOBDocumentImpl(org.apache.xmlbeans.SchemaType sType)
20      {
21          super(sType);
22      }
23      
24      private static final javax.xml.namespace.QName NSFIOB$0 = 
25          new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "NSF_IOB");
26      
27      
28      
29  
30  
31      public gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB getNSFIOB()
32      {
33          synchronized (monitor())
34          {
35              check_orphaned();
36              gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB target = null;
37              target = (gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB)get_store().find_element_user(NSFIOB$0, 0);
38              if (target == null)
39              {
40                  return null;
41              }
42              return target;
43          }
44      }
45      
46      
47  
48  
49      public void setNSFIOB(gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB nsfiob)
50      {
51          generatedSetterHelperImpl(nsfiob, NSFIOB$0, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
52      }
53      
54      
55  
56  
57      public gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB addNewNSFIOB()
58      {
59          synchronized (monitor())
60          {
61              check_orphaned();
62              gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB target = null;
63              target = (gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB)get_store().add_element_user(NSFIOB$0);
64              return target;
65          }
66      }
67      
68  
69  
70  
71  
72      public static class NSFIOBImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB
73      {
74          private static final long serialVersionUID = 1L;
75          
76          public NSFIOBImpl(org.apache.xmlbeans.SchemaType sType)
77          {
78              super(sType);
79          }
80          
81          private static final javax.xml.namespace.QName INVESTIGATORSTATUS$0 = 
82              new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "InvestigatorStatus");
83          private static final javax.xml.namespace.QName OTHERFIELDS$2 = 
84              new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "OtherFields");
85          private static final javax.xml.namespace.QName SUBSTANTIVEAREA$4 = 
86              new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "SubstantiveArea");
87          private static final javax.xml.namespace.QName INFRASTRUCTURE$6 = 
88              new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "INFRASTRUCTURE");
89          private static final javax.xml.namespace.QName HABITAT$8 = 
90              new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "HABITAT");
91          private static final javax.xml.namespace.QName GEOGRAPHICAREA$10 = 
92              new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "GEOGRAPHICAREA");
93          private static final javax.xml.namespace.QName CLASSIFICATIONORGANISMS$12 = 
94              new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "CLASSIFICATIONORGANISMS");
95          private static final javax.xml.namespace.QName MODELORGANISM$14 = 
96              new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "MODELORGANISM");
97          private static final javax.xml.namespace.QName FORMVERSION$16 = 
98              new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "FormVersion");
99          
100         
101         
102 
103 
104         public gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.InvestigatorStatus.Enum getInvestigatorStatus()
105         {
106             synchronized (monitor())
107             {
108                 check_orphaned();
109                 org.apache.xmlbeans.SimpleValue target = null;
110                 target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(INVESTIGATORSTATUS$0, 0);
111                 if (target == null)
112                 {
113                     return null;
114                 }
115                 return (gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.InvestigatorStatus.Enum)target.getEnumValue();
116             }
117         }
118         
119         
120 
121 
122         public gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.InvestigatorStatus xgetInvestigatorStatus()
123         {
124             synchronized (monitor())
125             {
126                 check_orphaned();
127                 gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.InvestigatorStatus target = null;
128                 target = (gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.InvestigatorStatus)get_store().find_element_user(INVESTIGATORSTATUS$0, 0);
129                 return target;
130             }
131         }
132         
133         
134 
135 
136         public void setInvestigatorStatus(gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.InvestigatorStatus.Enum investigatorStatus)
137         {
138             synchronized (monitor())
139             {
140                 check_orphaned();
141                 org.apache.xmlbeans.SimpleValue target = null;
142                 target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(INVESTIGATORSTATUS$0, 0);
143                 if (target == null)
144                 {
145                     target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(INVESTIGATORSTATUS$0);
146                 }
147                 target.setEnumValue(investigatorStatus);
148             }
149         }
150         
151         
152 
153 
154         public void xsetInvestigatorStatus(gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.InvestigatorStatus investigatorStatus)
155         {
156             synchronized (monitor())
157             {
158                 check_orphaned();
159                 gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.InvestigatorStatus target = null;
160                 target = (gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.InvestigatorStatus)get_store().find_element_user(INVESTIGATORSTATUS$0, 0);
161                 if (target == null)
162                 {
163                     target = (gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.InvestigatorStatus)get_store().add_element_user(INVESTIGATORSTATUS$0);
164                 }
165                 target.set(investigatorStatus);
166             }
167         }
168         
169         
170 
171 
172         public gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.OtherFields getOtherFields()
173         {
174             synchronized (monitor())
175             {
176                 check_orphaned();
177                 gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.OtherFields target = null;
178                 target = (gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.OtherFields)get_store().find_element_user(OTHERFIELDS$2, 0);
179                 if (target == null)
180                 {
181                     return null;
182                 }
183                 return target;
184             }
185         }
186         
187         
188 
189 
190         public void setOtherFields(gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.OtherFields otherFields)
191         {
192             generatedSetterHelperImpl(otherFields, OTHERFIELDS$2, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
193         }
194         
195         
196 
197 
198         public gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.OtherFields addNewOtherFields()
199         {
200             synchronized (monitor())
201             {
202                 check_orphaned();
203                 gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.OtherFields target = null;
204                 target = (gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.OtherFields)get_store().add_element_user(OTHERFIELDS$2);
205                 return target;
206             }
207         }
208         
209         
210 
211 
212         public gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.SubstantiveArea getSubstantiveArea()
213         {
214             synchronized (monitor())
215             {
216                 check_orphaned();
217                 gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.SubstantiveArea target = null;
218                 target = (gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.SubstantiveArea)get_store().find_element_user(SUBSTANTIVEAREA$4, 0);
219                 if (target == null)
220                 {
221                     return null;
222                 }
223                 return target;
224             }
225         }
226         
227         
228 
229 
230         public void setSubstantiveArea(gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.SubstantiveArea substantiveArea)
231         {
232             generatedSetterHelperImpl(substantiveArea, SUBSTANTIVEAREA$4, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
233         }
234         
235         
236 
237 
238         public gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.SubstantiveArea addNewSubstantiveArea()
239         {
240             synchronized (monitor())
241             {
242                 check_orphaned();
243                 gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.SubstantiveArea target = null;
244                 target = (gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.SubstantiveArea)get_store().add_element_user(SUBSTANTIVEAREA$4);
245                 return target;
246             }
247         }
248         
249         
250 
251 
252         public gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.INFRASTRUCTURE getINFRASTRUCTURE()
253         {
254             synchronized (monitor())
255             {
256                 check_orphaned();
257                 gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.INFRASTRUCTURE target = null;
258                 target = (gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.INFRASTRUCTURE)get_store().find_element_user(INFRASTRUCTURE$6, 0);
259                 if (target == null)
260                 {
261                     return null;
262                 }
263                 return target;
264             }
265         }
266         
267         
268 
269 
270         public void setINFRASTRUCTURE(gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.INFRASTRUCTURE infrastructure)
271         {
272             generatedSetterHelperImpl(infrastructure, INFRASTRUCTURE$6, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
273         }
274         
275         
276 
277 
278         public gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.INFRASTRUCTURE addNewINFRASTRUCTURE()
279         {
280             synchronized (monitor())
281             {
282                 check_orphaned();
283                 gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.INFRASTRUCTURE target = null;
284                 target = (gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.INFRASTRUCTURE)get_store().add_element_user(INFRASTRUCTURE$6);
285                 return target;
286             }
287         }
288         
289         
290 
291 
292         public gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.HABITAT getHABITAT()
293         {
294             synchronized (monitor())
295             {
296                 check_orphaned();
297                 gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.HABITAT target = null;
298                 target = (gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.HABITAT)get_store().find_element_user(HABITAT$8, 0);
299                 if (target == null)
300                 {
301                     return null;
302                 }
303                 return target;
304             }
305         }
306         
307         
308 
309 
310         public void setHABITAT(gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.HABITAT habitat)
311         {
312             generatedSetterHelperImpl(habitat, HABITAT$8, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
313         }
314         
315         
316 
317 
318         public gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.HABITAT addNewHABITAT()
319         {
320             synchronized (monitor())
321             {
322                 check_orphaned();
323                 gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.HABITAT target = null;
324                 target = (gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.HABITAT)get_store().add_element_user(HABITAT$8);
325                 return target;
326             }
327         }
328         
329         
330 
331 
332         public gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.GEOGRAPHICAREA getGEOGRAPHICAREA()
333         {
334             synchronized (monitor())
335             {
336                 check_orphaned();
337                 gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.GEOGRAPHICAREA target = null;
338                 target = (gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.GEOGRAPHICAREA)get_store().find_element_user(GEOGRAPHICAREA$10, 0);
339                 if (target == null)
340                 {
341                     return null;
342                 }
343                 return target;
344             }
345         }
346         
347         
348 
349 
350         public void setGEOGRAPHICAREA(gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.GEOGRAPHICAREA geographicarea)
351         {
352             generatedSetterHelperImpl(geographicarea, GEOGRAPHICAREA$10, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
353         }
354         
355         
356 
357 
358         public gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.GEOGRAPHICAREA addNewGEOGRAPHICAREA()
359         {
360             synchronized (monitor())
361             {
362                 check_orphaned();
363                 gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.GEOGRAPHICAREA target = null;
364                 target = (gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.GEOGRAPHICAREA)get_store().add_element_user(GEOGRAPHICAREA$10);
365                 return target;
366             }
367         }
368         
369         
370 
371 
372         public gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.CLASSIFICATIONORGANISMS getCLASSIFICATIONORGANISMS()
373         {
374             synchronized (monitor())
375             {
376                 check_orphaned();
377                 gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.CLASSIFICATIONORGANISMS target = null;
378                 target = (gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.CLASSIFICATIONORGANISMS)get_store().find_element_user(CLASSIFICATIONORGANISMS$12, 0);
379                 if (target == null)
380                 {
381                     return null;
382                 }
383                 return target;
384             }
385         }
386         
387         
388 
389 
390         public void setCLASSIFICATIONORGANISMS(gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.CLASSIFICATIONORGANISMS classificationorganisms)
391         {
392             generatedSetterHelperImpl(classificationorganisms, CLASSIFICATIONORGANISMS$12, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
393         }
394         
395         
396 
397 
398         public gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.CLASSIFICATIONORGANISMS addNewCLASSIFICATIONORGANISMS()
399         {
400             synchronized (monitor())
401             {
402                 check_orphaned();
403                 gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.CLASSIFICATIONORGANISMS target = null;
404                 target = (gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.CLASSIFICATIONORGANISMS)get_store().add_element_user(CLASSIFICATIONORGANISMS$12);
405                 return target;
406             }
407         }
408         
409         
410 
411 
412         public gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.MODELORGANISM getMODELORGANISM()
413         {
414             synchronized (monitor())
415             {
416                 check_orphaned();
417                 gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.MODELORGANISM target = null;
418                 target = (gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.MODELORGANISM)get_store().find_element_user(MODELORGANISM$14, 0);
419                 if (target == null)
420                 {
421                     return null;
422                 }
423                 return target;
424             }
425         }
426         
427         
428 
429 
430         public void setMODELORGANISM(gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.MODELORGANISM modelorganism)
431         {
432             generatedSetterHelperImpl(modelorganism, MODELORGANISM$14, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
433         }
434         
435         
436 
437 
438         public gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.MODELORGANISM addNewMODELORGANISM()
439         {
440             synchronized (monitor())
441             {
442                 check_orphaned();
443                 gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.MODELORGANISM target = null;
444                 target = (gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.MODELORGANISM)get_store().add_element_user(MODELORGANISM$14);
445                 return target;
446             }
447         }
448         
449         
450 
451 
452         public java.lang.String getFormVersion()
453         {
454             synchronized (monitor())
455             {
456                 check_orphaned();
457                 org.apache.xmlbeans.SimpleValue target = null;
458                 target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(FORMVERSION$16);
459                 if (target == null)
460                 {
461                     target = (org.apache.xmlbeans.SimpleValue)get_default_attribute_value(FORMVERSION$16);
462                 }
463                 if (target == null)
464                 {
465                     return null;
466                 }
467                 return target.getStringValue();
468             }
469         }
470         
471         
472 
473 
474         public gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion()
475         {
476             synchronized (monitor())
477             {
478                 check_orphaned();
479                 gov.grants.apply.system.globalLibraryV20.FormVersionDataType target = null;
480                 target = (gov.grants.apply.system.globalLibraryV20.FormVersionDataType)get_store().find_attribute_user(FORMVERSION$16);
481                 if (target == null)
482                 {
483                     target = (gov.grants.apply.system.globalLibraryV20.FormVersionDataType)get_default_attribute_value(FORMVERSION$16);
484                 }
485                 return target;
486             }
487         }
488         
489         
490 
491 
492         public void setFormVersion(java.lang.String formVersion)
493         {
494             synchronized (monitor())
495             {
496                 check_orphaned();
497                 org.apache.xmlbeans.SimpleValue target = null;
498                 target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(FORMVERSION$16);
499                 if (target == null)
500                 {
501                     target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(FORMVERSION$16);
502                 }
503                 target.setStringValue(formVersion);
504             }
505         }
506         
507         
508 
509 
510         public void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion)
511         {
512             synchronized (monitor())
513             {
514                 check_orphaned();
515                 gov.grants.apply.system.globalLibraryV20.FormVersionDataType target = null;
516                 target = (gov.grants.apply.system.globalLibraryV20.FormVersionDataType)get_store().find_attribute_user(FORMVERSION$16);
517                 if (target == null)
518                 {
519                     target = (gov.grants.apply.system.globalLibraryV20.FormVersionDataType)get_store().add_attribute_user(FORMVERSION$16);
520                 }
521                 target.set(formVersion);
522             }
523         }
524         
525 
526 
527 
528 
529         public static class InvestigatorStatusImpl extends org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx implements gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.InvestigatorStatus
530         {
531             private static final long serialVersionUID = 1L;
532             
533             public InvestigatorStatusImpl(org.apache.xmlbeans.SchemaType sType)
534             {
535                 super(sType, false);
536             }
537             
538             protected InvestigatorStatusImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
539             {
540                 super(sType, b);
541             }
542         }
543         
544 
545 
546 
547 
548         public static class OtherFieldsImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.OtherFields
549         {
550             private static final long serialVersionUID = 1L;
551             
552             public OtherFieldsImpl(org.apache.xmlbeans.SchemaType sType)
553             {
554                 super(sType);
555             }
556             
557             private static final javax.xml.namespace.QName ASTRONOMY$0 = 
558                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Astronomy");
559             private static final javax.xml.namespace.QName CHEMISTRY$2 = 
560                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Chemistry");
561             private static final javax.xml.namespace.QName COMPUTERSCIENCE$4 = 
562                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "ComputerScience");
563             private static final javax.xml.namespace.QName EARTHSCIENCE$6 = 
564                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "EarthScience");
565             private static final javax.xml.namespace.QName ENGINEERING$8 = 
566                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Engineering");
567             private static final javax.xml.namespace.QName MATHEMATICS$10 = 
568                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Mathematics");
569             private static final javax.xml.namespace.QName PHYSICS$12 = 
570                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Physics");
571             private static final javax.xml.namespace.QName PSYCHOLOGY$14 = 
572                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Psychology");
573             private static final javax.xml.namespace.QName SOCIALSCIENCES$16 = 
574                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "SocialSciences");
575             private static final javax.xml.namespace.QName NONE$18 = 
576                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "None");
577             
578             
579             
580 
581 
582             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAstronomy()
583             {
584                 synchronized (monitor())
585                 {
586                     check_orphaned();
587                     org.apache.xmlbeans.SimpleValue target = null;
588                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ASTRONOMY$0, 0);
589                     if (target == null)
590                     {
591                       return null;
592                     }
593                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
594                 }
595             }
596             
597             
598 
599 
600             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAstronomy()
601             {
602                 synchronized (monitor())
603                 {
604                     check_orphaned();
605                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
606                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ASTRONOMY$0, 0);
607                     return target;
608                 }
609             }
610             
611             
612 
613 
614             public boolean isSetAstronomy()
615             {
616                 synchronized (monitor())
617                 {
618                     check_orphaned();
619                     return get_store().count_elements(ASTRONOMY$0) != 0;
620                 }
621             }
622             
623             
624 
625 
626             public void setAstronomy(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum astronomy)
627             {
628                 synchronized (monitor())
629                 {
630                     check_orphaned();
631                     org.apache.xmlbeans.SimpleValue target = null;
632                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ASTRONOMY$0, 0);
633                     if (target == null)
634                     {
635                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ASTRONOMY$0);
636                     }
637                     target.setEnumValue(astronomy);
638                 }
639             }
640             
641             
642 
643 
644             public void xsetAstronomy(gov.grants.apply.system.globalLibraryV20.YesNoDataType astronomy)
645             {
646                 synchronized (monitor())
647                 {
648                     check_orphaned();
649                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
650                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ASTRONOMY$0, 0);
651                     if (target == null)
652                     {
653                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ASTRONOMY$0);
654                     }
655                     target.set(astronomy);
656                 }
657             }
658             
659             
660 
661 
662             public void unsetAstronomy()
663             {
664                 synchronized (monitor())
665                 {
666                     check_orphaned();
667                     get_store().remove_element(ASTRONOMY$0, 0);
668                 }
669             }
670             
671             
672 
673 
674             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getChemistry()
675             {
676                 synchronized (monitor())
677                 {
678                     check_orphaned();
679                     org.apache.xmlbeans.SimpleValue target = null;
680                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CHEMISTRY$2, 0);
681                     if (target == null)
682                     {
683                       return null;
684                     }
685                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
686                 }
687             }
688             
689             
690 
691 
692             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetChemistry()
693             {
694                 synchronized (monitor())
695                 {
696                     check_orphaned();
697                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
698                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CHEMISTRY$2, 0);
699                     return target;
700                 }
701             }
702             
703             
704 
705 
706             public boolean isSetChemistry()
707             {
708                 synchronized (monitor())
709                 {
710                     check_orphaned();
711                     return get_store().count_elements(CHEMISTRY$2) != 0;
712                 }
713             }
714             
715             
716 
717 
718             public void setChemistry(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum chemistry)
719             {
720                 synchronized (monitor())
721                 {
722                     check_orphaned();
723                     org.apache.xmlbeans.SimpleValue target = null;
724                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CHEMISTRY$2, 0);
725                     if (target == null)
726                     {
727                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CHEMISTRY$2);
728                     }
729                     target.setEnumValue(chemistry);
730                 }
731             }
732             
733             
734 
735 
736             public void xsetChemistry(gov.grants.apply.system.globalLibraryV20.YesNoDataType chemistry)
737             {
738                 synchronized (monitor())
739                 {
740                     check_orphaned();
741                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
742                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CHEMISTRY$2, 0);
743                     if (target == null)
744                     {
745                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CHEMISTRY$2);
746                     }
747                     target.set(chemistry);
748                 }
749             }
750             
751             
752 
753 
754             public void unsetChemistry()
755             {
756                 synchronized (monitor())
757                 {
758                     check_orphaned();
759                     get_store().remove_element(CHEMISTRY$2, 0);
760                 }
761             }
762             
763             
764 
765 
766             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getComputerScience()
767             {
768                 synchronized (monitor())
769                 {
770                     check_orphaned();
771                     org.apache.xmlbeans.SimpleValue target = null;
772                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(COMPUTERSCIENCE$4, 0);
773                     if (target == null)
774                     {
775                       return null;
776                     }
777                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
778                 }
779             }
780             
781             
782 
783 
784             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetComputerScience()
785             {
786                 synchronized (monitor())
787                 {
788                     check_orphaned();
789                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
790                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(COMPUTERSCIENCE$4, 0);
791                     return target;
792                 }
793             }
794             
795             
796 
797 
798             public boolean isSetComputerScience()
799             {
800                 synchronized (monitor())
801                 {
802                     check_orphaned();
803                     return get_store().count_elements(COMPUTERSCIENCE$4) != 0;
804                 }
805             }
806             
807             
808 
809 
810             public void setComputerScience(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum computerScience)
811             {
812                 synchronized (monitor())
813                 {
814                     check_orphaned();
815                     org.apache.xmlbeans.SimpleValue target = null;
816                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(COMPUTERSCIENCE$4, 0);
817                     if (target == null)
818                     {
819                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(COMPUTERSCIENCE$4);
820                     }
821                     target.setEnumValue(computerScience);
822                 }
823             }
824             
825             
826 
827 
828             public void xsetComputerScience(gov.grants.apply.system.globalLibraryV20.YesNoDataType computerScience)
829             {
830                 synchronized (monitor())
831                 {
832                     check_orphaned();
833                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
834                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(COMPUTERSCIENCE$4, 0);
835                     if (target == null)
836                     {
837                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(COMPUTERSCIENCE$4);
838                     }
839                     target.set(computerScience);
840                 }
841             }
842             
843             
844 
845 
846             public void unsetComputerScience()
847             {
848                 synchronized (monitor())
849                 {
850                     check_orphaned();
851                     get_store().remove_element(COMPUTERSCIENCE$4, 0);
852                 }
853             }
854             
855             
856 
857 
858             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getEarthScience()
859             {
860                 synchronized (monitor())
861                 {
862                     check_orphaned();
863                     org.apache.xmlbeans.SimpleValue target = null;
864                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(EARTHSCIENCE$6, 0);
865                     if (target == null)
866                     {
867                       return null;
868                     }
869                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
870                 }
871             }
872             
873             
874 
875 
876             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetEarthScience()
877             {
878                 synchronized (monitor())
879                 {
880                     check_orphaned();
881                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
882                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(EARTHSCIENCE$6, 0);
883                     return target;
884                 }
885             }
886             
887             
888 
889 
890             public boolean isSetEarthScience()
891             {
892                 synchronized (monitor())
893                 {
894                     check_orphaned();
895                     return get_store().count_elements(EARTHSCIENCE$6) != 0;
896                 }
897             }
898             
899             
900 
901 
902             public void setEarthScience(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum earthScience)
903             {
904                 synchronized (monitor())
905                 {
906                     check_orphaned();
907                     org.apache.xmlbeans.SimpleValue target = null;
908                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(EARTHSCIENCE$6, 0);
909                     if (target == null)
910                     {
911                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(EARTHSCIENCE$6);
912                     }
913                     target.setEnumValue(earthScience);
914                 }
915             }
916             
917             
918 
919 
920             public void xsetEarthScience(gov.grants.apply.system.globalLibraryV20.YesNoDataType earthScience)
921             {
922                 synchronized (monitor())
923                 {
924                     check_orphaned();
925                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
926                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(EARTHSCIENCE$6, 0);
927                     if (target == null)
928                     {
929                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(EARTHSCIENCE$6);
930                     }
931                     target.set(earthScience);
932                 }
933             }
934             
935             
936 
937 
938             public void unsetEarthScience()
939             {
940                 synchronized (monitor())
941                 {
942                     check_orphaned();
943                     get_store().remove_element(EARTHSCIENCE$6, 0);
944                 }
945             }
946             
947             
948 
949 
950             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getEngineering()
951             {
952                 synchronized (monitor())
953                 {
954                     check_orphaned();
955                     org.apache.xmlbeans.SimpleValue target = null;
956                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ENGINEERING$8, 0);
957                     if (target == null)
958                     {
959                       return null;
960                     }
961                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
962                 }
963             }
964             
965             
966 
967 
968             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetEngineering()
969             {
970                 synchronized (monitor())
971                 {
972                     check_orphaned();
973                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
974                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ENGINEERING$8, 0);
975                     return target;
976                 }
977             }
978             
979             
980 
981 
982             public boolean isSetEngineering()
983             {
984                 synchronized (monitor())
985                 {
986                     check_orphaned();
987                     return get_store().count_elements(ENGINEERING$8) != 0;
988                 }
989             }
990             
991             
992 
993 
994             public void setEngineering(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum engineering)
995             {
996                 synchronized (monitor())
997                 {
998                     check_orphaned();
999                     org.apache.xmlbeans.SimpleValue target = null;
1000                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ENGINEERING$8, 0);
1001                     if (target == null)
1002                     {
1003                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ENGINEERING$8);
1004                     }
1005                     target.setEnumValue(engineering);
1006                 }
1007             }
1008             
1009             
1010 
1011 
1012             public void xsetEngineering(gov.grants.apply.system.globalLibraryV20.YesNoDataType engineering)
1013             {
1014                 synchronized (monitor())
1015                 {
1016                     check_orphaned();
1017                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
1018                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ENGINEERING$8, 0);
1019                     if (target == null)
1020                     {
1021                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ENGINEERING$8);
1022                     }
1023                     target.set(engineering);
1024                 }
1025             }
1026             
1027             
1028 
1029 
1030             public void unsetEngineering()
1031             {
1032                 synchronized (monitor())
1033                 {
1034                     check_orphaned();
1035                     get_store().remove_element(ENGINEERING$8, 0);
1036                 }
1037             }
1038             
1039             
1040 
1041 
1042             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMathematics()
1043             {
1044                 synchronized (monitor())
1045                 {
1046                     check_orphaned();
1047                     org.apache.xmlbeans.SimpleValue target = null;
1048                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MATHEMATICS$10, 0);
1049                     if (target == null)
1050                     {
1051                       return null;
1052                     }
1053                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
1054                 }
1055             }
1056             
1057             
1058 
1059 
1060             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMathematics()
1061             {
1062                 synchronized (monitor())
1063                 {
1064                     check_orphaned();
1065                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
1066                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MATHEMATICS$10, 0);
1067                     return target;
1068                 }
1069             }
1070             
1071             
1072 
1073 
1074             public boolean isSetMathematics()
1075             {
1076                 synchronized (monitor())
1077                 {
1078                     check_orphaned();
1079                     return get_store().count_elements(MATHEMATICS$10) != 0;
1080                 }
1081             }
1082             
1083             
1084 
1085 
1086             public void setMathematics(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum mathematics)
1087             {
1088                 synchronized (monitor())
1089                 {
1090                     check_orphaned();
1091                     org.apache.xmlbeans.SimpleValue target = null;
1092                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MATHEMATICS$10, 0);
1093                     if (target == null)
1094                     {
1095                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(MATHEMATICS$10);
1096                     }
1097                     target.setEnumValue(mathematics);
1098                 }
1099             }
1100             
1101             
1102 
1103 
1104             public void xsetMathematics(gov.grants.apply.system.globalLibraryV20.YesNoDataType mathematics)
1105             {
1106                 synchronized (monitor())
1107                 {
1108                     check_orphaned();
1109                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
1110                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MATHEMATICS$10, 0);
1111                     if (target == null)
1112                     {
1113                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(MATHEMATICS$10);
1114                     }
1115                     target.set(mathematics);
1116                 }
1117             }
1118             
1119             
1120 
1121 
1122             public void unsetMathematics()
1123             {
1124                 synchronized (monitor())
1125                 {
1126                     check_orphaned();
1127                     get_store().remove_element(MATHEMATICS$10, 0);
1128                 }
1129             }
1130             
1131             
1132 
1133 
1134             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPhysics()
1135             {
1136                 synchronized (monitor())
1137                 {
1138                     check_orphaned();
1139                     org.apache.xmlbeans.SimpleValue target = null;
1140                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PHYSICS$12, 0);
1141                     if (target == null)
1142                     {
1143                       return null;
1144                     }
1145                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
1146                 }
1147             }
1148             
1149             
1150 
1151 
1152             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPhysics()
1153             {
1154                 synchronized (monitor())
1155                 {
1156                     check_orphaned();
1157                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
1158                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PHYSICS$12, 0);
1159                     return target;
1160                 }
1161             }
1162             
1163             
1164 
1165 
1166             public boolean isSetPhysics()
1167             {
1168                 synchronized (monitor())
1169                 {
1170                     check_orphaned();
1171                     return get_store().count_elements(PHYSICS$12) != 0;
1172                 }
1173             }
1174             
1175             
1176 
1177 
1178             public void setPhysics(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum physics)
1179             {
1180                 synchronized (monitor())
1181                 {
1182                     check_orphaned();
1183                     org.apache.xmlbeans.SimpleValue target = null;
1184                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PHYSICS$12, 0);
1185                     if (target == null)
1186                     {
1187                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PHYSICS$12);
1188                     }
1189                     target.setEnumValue(physics);
1190                 }
1191             }
1192             
1193             
1194 
1195 
1196             public void xsetPhysics(gov.grants.apply.system.globalLibraryV20.YesNoDataType physics)
1197             {
1198                 synchronized (monitor())
1199                 {
1200                     check_orphaned();
1201                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
1202                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PHYSICS$12, 0);
1203                     if (target == null)
1204                     {
1205                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PHYSICS$12);
1206                     }
1207                     target.set(physics);
1208                 }
1209             }
1210             
1211             
1212 
1213 
1214             public void unsetPhysics()
1215             {
1216                 synchronized (monitor())
1217                 {
1218                     check_orphaned();
1219                     get_store().remove_element(PHYSICS$12, 0);
1220                 }
1221             }
1222             
1223             
1224 
1225 
1226             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPsychology()
1227             {
1228                 synchronized (monitor())
1229                 {
1230                     check_orphaned();
1231                     org.apache.xmlbeans.SimpleValue target = null;
1232                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PSYCHOLOGY$14, 0);
1233                     if (target == null)
1234                     {
1235                       return null;
1236                     }
1237                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
1238                 }
1239             }
1240             
1241             
1242 
1243 
1244             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPsychology()
1245             {
1246                 synchronized (monitor())
1247                 {
1248                     check_orphaned();
1249                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
1250                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PSYCHOLOGY$14, 0);
1251                     return target;
1252                 }
1253             }
1254             
1255             
1256 
1257 
1258             public boolean isSetPsychology()
1259             {
1260                 synchronized (monitor())
1261                 {
1262                     check_orphaned();
1263                     return get_store().count_elements(PSYCHOLOGY$14) != 0;
1264                 }
1265             }
1266             
1267             
1268 
1269 
1270             public void setPsychology(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum psychology)
1271             {
1272                 synchronized (monitor())
1273                 {
1274                     check_orphaned();
1275                     org.apache.xmlbeans.SimpleValue target = null;
1276                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PSYCHOLOGY$14, 0);
1277                     if (target == null)
1278                     {
1279                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PSYCHOLOGY$14);
1280                     }
1281                     target.setEnumValue(psychology);
1282                 }
1283             }
1284             
1285             
1286 
1287 
1288             public void xsetPsychology(gov.grants.apply.system.globalLibraryV20.YesNoDataType psychology)
1289             {
1290                 synchronized (monitor())
1291                 {
1292                     check_orphaned();
1293                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
1294                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PSYCHOLOGY$14, 0);
1295                     if (target == null)
1296                     {
1297                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PSYCHOLOGY$14);
1298                     }
1299                     target.set(psychology);
1300                 }
1301             }
1302             
1303             
1304 
1305 
1306             public void unsetPsychology()
1307             {
1308                 synchronized (monitor())
1309                 {
1310                     check_orphaned();
1311                     get_store().remove_element(PSYCHOLOGY$14, 0);
1312                 }
1313             }
1314             
1315             
1316 
1317 
1318             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSocialSciences()
1319             {
1320                 synchronized (monitor())
1321                 {
1322                     check_orphaned();
1323                     org.apache.xmlbeans.SimpleValue target = null;
1324                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SOCIALSCIENCES$16, 0);
1325                     if (target == null)
1326                     {
1327                       return null;
1328                     }
1329                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
1330                 }
1331             }
1332             
1333             
1334 
1335 
1336             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSocialSciences()
1337             {
1338                 synchronized (monitor())
1339                 {
1340                     check_orphaned();
1341                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
1342                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SOCIALSCIENCES$16, 0);
1343                     return target;
1344                 }
1345             }
1346             
1347             
1348 
1349 
1350             public boolean isSetSocialSciences()
1351             {
1352                 synchronized (monitor())
1353                 {
1354                     check_orphaned();
1355                     return get_store().count_elements(SOCIALSCIENCES$16) != 0;
1356                 }
1357             }
1358             
1359             
1360 
1361 
1362             public void setSocialSciences(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum socialSciences)
1363             {
1364                 synchronized (monitor())
1365                 {
1366                     check_orphaned();
1367                     org.apache.xmlbeans.SimpleValue target = null;
1368                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SOCIALSCIENCES$16, 0);
1369                     if (target == null)
1370                     {
1371                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SOCIALSCIENCES$16);
1372                     }
1373                     target.setEnumValue(socialSciences);
1374                 }
1375             }
1376             
1377             
1378 
1379 
1380             public void xsetSocialSciences(gov.grants.apply.system.globalLibraryV20.YesNoDataType socialSciences)
1381             {
1382                 synchronized (monitor())
1383                 {
1384                     check_orphaned();
1385                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
1386                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SOCIALSCIENCES$16, 0);
1387                     if (target == null)
1388                     {
1389                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SOCIALSCIENCES$16);
1390                     }
1391                     target.set(socialSciences);
1392                 }
1393             }
1394             
1395             
1396 
1397 
1398             public void unsetSocialSciences()
1399             {
1400                 synchronized (monitor())
1401                 {
1402                     check_orphaned();
1403                     get_store().remove_element(SOCIALSCIENCES$16, 0);
1404                 }
1405             }
1406             
1407             
1408 
1409 
1410             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNone()
1411             {
1412                 synchronized (monitor())
1413                 {
1414                     check_orphaned();
1415                     org.apache.xmlbeans.SimpleValue target = null;
1416                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NONE$18, 0);
1417                     if (target == null)
1418                     {
1419                       return null;
1420                     }
1421                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
1422                 }
1423             }
1424             
1425             
1426 
1427 
1428             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNone()
1429             {
1430                 synchronized (monitor())
1431                 {
1432                     check_orphaned();
1433                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
1434                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(NONE$18, 0);
1435                     return target;
1436                 }
1437             }
1438             
1439             
1440 
1441 
1442             public boolean isSetNone()
1443             {
1444                 synchronized (monitor())
1445                 {
1446                     check_orphaned();
1447                     return get_store().count_elements(NONE$18) != 0;
1448                 }
1449             }
1450             
1451             
1452 
1453 
1454             public void setNone(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum none)
1455             {
1456                 synchronized (monitor())
1457                 {
1458                     check_orphaned();
1459                     org.apache.xmlbeans.SimpleValue target = null;
1460                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NONE$18, 0);
1461                     if (target == null)
1462                     {
1463                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(NONE$18);
1464                     }
1465                     target.setEnumValue(none);
1466                 }
1467             }
1468             
1469             
1470 
1471 
1472             public void xsetNone(gov.grants.apply.system.globalLibraryV20.YesNoDataType none)
1473             {
1474                 synchronized (monitor())
1475                 {
1476                     check_orphaned();
1477                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
1478                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(NONE$18, 0);
1479                     if (target == null)
1480                     {
1481                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(NONE$18);
1482                     }
1483                     target.set(none);
1484                 }
1485             }
1486             
1487             
1488 
1489 
1490             public void unsetNone()
1491             {
1492                 synchronized (monitor())
1493                 {
1494                     check_orphaned();
1495                     get_store().remove_element(NONE$18, 0);
1496                 }
1497             }
1498         }
1499         
1500 
1501 
1502 
1503 
1504         public static class SubstantiveAreaImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.SubstantiveArea
1505         {
1506             private static final long serialVersionUID = 1L;
1507             
1508             public SubstantiveAreaImpl(org.apache.xmlbeans.SchemaType sType)
1509             {
1510                 super(sType);
1511             }
1512             
1513             private static final javax.xml.namespace.QName BEHAVIORAL$0 = 
1514                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "BEHAVIORAL");
1515             private static final javax.xml.namespace.QName BIOENGINEERING$2 = 
1516                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "BIOENGINEERING");
1517             private static final javax.xml.namespace.QName BIOGEOGRAPHY$4 = 
1518                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "BIOGEOGRAPHY");
1519             private static final javax.xml.namespace.QName ISLANDBIOGEOGRAPHY$6 = 
1520                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "IslandBiogeography");
1521             private static final javax.xml.namespace.QName HEBIOGEOGRAPHY$8 = 
1522                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "HEBiogeography");
1523             private static final javax.xml.namespace.QName PHYLOGEOGRAPHY$10 = 
1524                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Phylogeography");
1525             private static final javax.xml.namespace.QName METHODS$12 = 
1526                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Methods");
1527             private static final javax.xml.namespace.QName BIOMATERIALS$14 = 
1528                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "BIOMATERIALS");
1529             private static final javax.xml.namespace.QName BIOTECHNOLOGY$16 = 
1530                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "BIOTECHNOLOGY");
1531             private static final javax.xml.namespace.QName ANIMALBIOTECHNOLOGY$18 = 
1532                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "AnimalBiotechnology");
1533             private static final javax.xml.namespace.QName PLANTBIOTECHNOLOGY$20 = 
1534                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "PlantBiotechnology");
1535             private static final javax.xml.namespace.QName ENVIRONMENTALBIOTECHNOLOGY$22 = 
1536                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "EnvironmentalBiotechnology");
1537             private static final javax.xml.namespace.QName MARINEBIOTECHNOLOGY$24 = 
1538                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "MarineBiotechnology");
1539             private static final javax.xml.namespace.QName METABOLICENGINEERING$26 = 
1540                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "MetabolicEngineering");
1541             private static final javax.xml.namespace.QName CHRONOBIOLOGY$28 = 
1542                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "CHRONOBIOLOGY");
1543             private static final javax.xml.namespace.QName COGNITIVENEUROSCIENCE$30 = 
1544                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "COGNITIVENEUROSCIENCE");
1545             private static final javax.xml.namespace.QName COMMUNITYECOLOGY$32 = 
1546                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "COMMUNITYECOLOGY");
1547             private static final javax.xml.namespace.QName COMMUNITYANALYSIS$34 = 
1548                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "CommunityAnalysis");
1549             private static final javax.xml.namespace.QName COMMUNITYSTRUCTURE$36 = 
1550                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "CommunityStructure");
1551             private static final javax.xml.namespace.QName COMMUNITYSTABILITY$38 = 
1552                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "CommunityStability");
1553             private static final javax.xml.namespace.QName SUCCESSION$40 = 
1554                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Succession");
1555             private static final javax.xml.namespace.QName EXPERIMENTALMICROCOSMS$42 = 
1556                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "ExperimentalMicrocosms");
1557             private static final javax.xml.namespace.QName DISTURBANCE$44 = 
1558                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Disturbance");
1559             private static final javax.xml.namespace.QName DEFORESTATION$46 = 
1560                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Deforestation");
1561             private static final javax.xml.namespace.QName PATCH$48 = 
1562                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Patch");
1563             private static final javax.xml.namespace.QName FOODWEBS$50 = 
1564                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Foodwebs");
1565             private static final javax.xml.namespace.QName KEYSTONESPECIES$52 = 
1566                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Keystonespecies");
1567             private static final javax.xml.namespace.QName COMPARATIVEAPPROACHES$54 = 
1568                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "COMPARATIVEAPPROACHES");
1569             private static final javax.xml.namespace.QName COMPUTATIONALBIOLOGY$56 = 
1570                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "COMPUTATIONALBIOLOGY");
1571             private static final javax.xml.namespace.QName CONSERVATION$58 = 
1572                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "CONSERVATION");
1573             private static final javax.xml.namespace.QName CORALREEFS$60 = 
1574                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "CORALREEFS");
1575             private static final javax.xml.namespace.QName CURATION$62 = 
1576                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "CURATION");
1577             private static final javax.xml.namespace.QName SUBSTANTIVEAREADATABASES$64 = 
1578                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "SubstantiveAreaDATABASES");
1579             private static final javax.xml.namespace.QName DEVELOPMENTALBIOLOGY$66 = 
1580                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "DEVELOPMENTALBIOLOGY");
1581             private static final javax.xml.namespace.QName ECOSYSTEMSLEVEL$68 = 
1582                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "ECOSYSTEMSLEVEL");
1583             private static final javax.xml.namespace.QName PHYSICALSTRUCTURE$70 = 
1584                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "PhysicalStructure");
1585             private static final javax.xml.namespace.QName DECOMPOSITION$72 = 
1586                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Decomposition");
1587             private static final javax.xml.namespace.QName BIOGEOCHEMISTRY$74 = 
1588                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Biogeochemistry");
1589             private static final javax.xml.namespace.QName LIMNOLOGYHYDROLOGY$76 = 
1590                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "LimnologyHydrology");
1591             private static final javax.xml.namespace.QName CLIMATEMICROCLIMATE$78 = 
1592                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "ClimateMicroclimate");
1593             private static final javax.xml.namespace.QName WHOLESYSTEMANALYSIS$80 = 
1594                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "WholeSystemAnalysis");
1595             private static final javax.xml.namespace.QName PRODUCTIVITYBIOMASS$82 = 
1596                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "ProductivityBiomass");
1597             private static final javax.xml.namespace.QName SYSTEMENERGETICS$84 = 
1598                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "SystemEnergetics");
1599             private static final javax.xml.namespace.QName LANDSCAPEDYNAMICS$86 = 
1600                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "LandscapeDynamics");
1601             private static final javax.xml.namespace.QName CHEMICALBIOCHEMICALCONTROL$88 = 
1602                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "ChemicalBiochemicalControl");
1603             private static final javax.xml.namespace.QName GLOBALCHANGE$90 = 
1604                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "GlobalChange");
1605             private static final javax.xml.namespace.QName CLIMATECHANGE$92 = 
1606                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "ClimateChange");
1607             private static final javax.xml.namespace.QName REGIONALSTUDIES$94 = 
1608                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "RegionalStudies");
1609             private static final javax.xml.namespace.QName GLOBALSTUDIES$96 = 
1610                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "GlobalStudies");
1611             private static final javax.xml.namespace.QName FORESTRY$98 = 
1612                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Forestry");
1613             private static final javax.xml.namespace.QName RESOURCEMANAGEMENT$100 = 
1614                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "ResourceManagement");
1615             private static final javax.xml.namespace.QName AGRICULTURALECOLOGY$102 = 
1616                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "AgriculturalEcology");
1617             private static final javax.xml.namespace.QName ENDOCRINEDISRUPTORS$104 = 
1618                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "ENDOCRINEDISRUPTORS");
1619             private static final javax.xml.namespace.QName EPIGENETICS$106 = 
1620                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "EPIGENETICS");
1621             private static final javax.xml.namespace.QName EXTREMOPHILES$108 = 
1622                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "EXTREMOPHILES");
1623             private static final javax.xml.namespace.QName GENOMICS$110 = 
1624                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "GENOMICS");
1625             private static final javax.xml.namespace.QName VIRAL$112 = 
1626                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Viral");
1627             private static final javax.xml.namespace.QName MICROBIAL$114 = 
1628                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Microbial");
1629             private static final javax.xml.namespace.QName FUNGAL$116 = 
1630                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Fungal");
1631             private static final javax.xml.namespace.QName SUBSTANTIVEAREAPLANT$118 = 
1632                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "SubstantiveAreaPlant");
1633             private static final javax.xml.namespace.QName SUBSTANTIVEAREAANIMAL$120 = 
1634                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "SubstantiveAreaAnimal");
1635             private static final javax.xml.namespace.QName HUMANNUTRITION$122 = 
1636                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "HUMANNUTRITION");
1637             private static final javax.xml.namespace.QName INFORMATICS$124 = 
1638                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "INFORMATICS");
1639             private static final javax.xml.namespace.QName MARINEMAMMALS$126 = 
1640                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "MARINEMAMMALS");
1641             private static final javax.xml.namespace.QName MOLECULARAPPROACHES$128 = 
1642                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "MOLECULARAPPROACHES");
1643             private static final javax.xml.namespace.QName MOLECULAREVOLUTION$130 = 
1644                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "MolecularEvolution");
1645             private static final javax.xml.namespace.QName NANOSCIENCE$132 = 
1646                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "NANOSCIENCE");
1647             private static final javax.xml.namespace.QName ORGANISMALSYSTEMS$134 = 
1648                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "ORGANISMALSYSTEMS");
1649             private static final javax.xml.namespace.QName PHYSIOLOGICALAPPROACHES$136 = 
1650                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "PhysiologicalApproaches");
1651             private static final javax.xml.namespace.QName METABOLICPROCESSES$138 = 
1652                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "MetabolicProcesses");
1653             private static final javax.xml.namespace.QName HORMONALREGULATION$140 = 
1654                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "HormonalRegulation");
1655             private static final javax.xml.namespace.QName STRESSRESPONSES$142 = 
1656                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "StressResponses");
1657             private static final javax.xml.namespace.QName SENSORYBIOLOGY$144 = 
1658                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "SensoryBiology");
1659             private static final javax.xml.namespace.QName MOVEMENTSTUDIES$146 = 
1660                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "MovementStudies");
1661             private static final javax.xml.namespace.QName PALEONTOLOGY$148 = 
1662                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "PALEONTOLOGY");
1663             private static final javax.xml.namespace.QName FLORISTIC$150 = 
1664                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Floristic");
1665             private static final javax.xml.namespace.QName FAUNISTIC$152 = 
1666                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Faunistic");
1667             private static final javax.xml.namespace.QName PALEOECOLOGY$154 = 
1668                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Paleoecology");
1669             private static final javax.xml.namespace.QName BIOSTRATIGRAPHY$156 = 
1670                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Biostratigraphy");
1671             private static final javax.xml.namespace.QName PALYNOLOGY$158 = 
1672                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Palynology");
1673             private static final javax.xml.namespace.QName MICROPALEONTOLOGY$160 = 
1674                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Micropaleontology");
1675             private static final javax.xml.namespace.QName PALEOCLIMATOLOGY$162 = 
1676                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Paleoclimatology");
1677             private static final javax.xml.namespace.QName ARCHEOZOIC$164 = 
1678                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Archeozoic");
1679             private static final javax.xml.namespace.QName PALEOZOIC$166 = 
1680                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Paleozoic");
1681             private static final javax.xml.namespace.QName MESOZOIC$168 = 
1682                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Mesozoic");
1683             private static final javax.xml.namespace.QName CENOZOIC$170 = 
1684                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Cenozoic");
1685             private static final javax.xml.namespace.QName PHOTOSYNTHESIS$172 = 
1686                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "PHOTOSYNTHESIS");
1687             private static final javax.xml.namespace.QName PLANTBIOLOGY$174 = 
1688                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "PLANTBIOLOGY");
1689             private static final javax.xml.namespace.QName ARABIDOPSISRESEARCH$176 = 
1690                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "ArabidopsisResearch");
1691             private static final javax.xml.namespace.QName POPULATIONDYNAMICS$178 = 
1692                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "POPULATIONDYNAMICS");
1693             private static final javax.xml.namespace.QName DEMOGRAPHYLIFEHISTORY$180 = 
1694                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "DemographyLifeHistory");
1695             private static final javax.xml.namespace.QName POPULATIONCYCLES$182 = 
1696                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "PopulationCycles");
1697             private static final javax.xml.namespace.QName DISTRIBUTIONPATCHINESS$184 = 
1698                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "DistributionPatchiness");
1699             private static final javax.xml.namespace.QName POPULATIONREGULATION$186 = 
1700                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "PopulationRegulation");
1701             private static final javax.xml.namespace.QName INTRASPECIFICCOMPETITION$188 = 
1702                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "IntraspecificCompetition");
1703             private static final javax.xml.namespace.QName REPRODUCTIVESTRATEGIES$190 = 
1704                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "ReproductiveStrategies");
1705             private static final javax.xml.namespace.QName GENDERALLOCATION$192 = 
1706                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "GenderAllocation");
1707             private static final javax.xml.namespace.QName METAPOPULATIONS$194 = 
1708                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Metapopulations");
1709             private static final javax.xml.namespace.QName EXTINCTION$196 = 
1710                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Extinction");
1711             private static final javax.xml.namespace.QName POPULATIONGENETICS$198 = 
1712                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "POPULATIONGENETICS");
1713             private static final javax.xml.namespace.QName VARIATION$200 = 
1714                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Variation");
1715             private static final javax.xml.namespace.QName MICROEVOLUTION$202 = 
1716                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Microevolution");
1717             private static final javax.xml.namespace.QName SPECIATION$204 = 
1718                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Speciation");
1719             private static final javax.xml.namespace.QName HYBRIDIZATION$206 = 
1720                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Hybridization");
1721             private static final javax.xml.namespace.QName INBREEDINGOUTBREEDING$208 = 
1722                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "InbreedingOutbreeding");
1723             private static final javax.xml.namespace.QName GENEFLOWMEASUREMENT$210 = 
1724                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "GeneFlowMeasurement");
1725             private static final javax.xml.namespace.QName INHERITANCEHERITABILITY$212 = 
1726                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "InheritanceHeritability");
1727             private static final javax.xml.namespace.QName QUANTITATIVEGENETICS$214 = 
1728                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "QuantitativeGenetics");
1729             private static final javax.xml.namespace.QName ECOLOGICALGENETICS$216 = 
1730                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "EcologicalGenetics");
1731             private static final javax.xml.namespace.QName GENDERRATIOS$218 = 
1732                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "GenderRatios");
1733             private static final javax.xml.namespace.QName APOMIXISPARTHENOGENESIS$220 = 
1734                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "ApomixisParthenogenesis");
1735             private static final javax.xml.namespace.QName VEGETATIVEREPRODUCTION$222 = 
1736                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "VegetativeReproduction");
1737             private static final javax.xml.namespace.QName REPRODUCTIVEANIMALBIOLOGY$224 = 
1738                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "REPRODUCTIVEANIMALBIOLOGY");
1739             private static final javax.xml.namespace.QName SPECIESINTERACTIONS$226 = 
1740                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "SPECIESINTERACTIONS");
1741             private static final javax.xml.namespace.QName PREDATION$228 = 
1742                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Predation");
1743             private static final javax.xml.namespace.QName HERBIVORY$230 = 
1744                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Herbivory");
1745             private static final javax.xml.namespace.QName OMNIVORY$232 = 
1746                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Omnivory");
1747             private static final javax.xml.namespace.QName INTERSPECIFICCOMPETITION$234 = 
1748                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "InterspecificCompetition");
1749             private static final javax.xml.namespace.QName NICHERELATIONSHIPS$236 = 
1750                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "NicheRelationships");
1751             private static final javax.xml.namespace.QName POLLINATIONSEEDDISPERSAL$238 = 
1752                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "PollinationSeedDispersal");
1753             private static final javax.xml.namespace.QName PARASITISM$240 = 
1754                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Parasitism");
1755             private static final javax.xml.namespace.QName MUTUALISMCOMMENSALISM$242 = 
1756                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "MutualismCommensalism");
1757             private static final javax.xml.namespace.QName PLANTFUNGALMICROBIALINTERACTIONS$244 = 
1758                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "PlantFungalMicrobialInteractions");
1759             private static final javax.xml.namespace.QName MIMICRY$246 = 
1760                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Mimicry");
1761             private static final javax.xml.namespace.QName ANIMALPATHOLOGY$248 = 
1762                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "AnimalPathology");
1763             private static final javax.xml.namespace.QName PLANTPATHOLOGY$250 = 
1764                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "PlantPathology");
1765             private static final javax.xml.namespace.QName COEVOLUTION$252 = 
1766                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Coevolution");
1767             private static final javax.xml.namespace.QName BIOLOGICALCONTROL$254 = 
1768                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "BiologicalControl");
1769             private static final javax.xml.namespace.QName SPINALCORDNERVEREGENERATION$256 = 
1770                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "SPINALCORDNERVEREGENERATION");
1771             private static final javax.xml.namespace.QName STATISTICSMODELING$258 = 
1772                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "STATISTICSMODELING");
1773             private static final javax.xml.namespace.QName METHODSINSTRUMENTATIONSOFTWARE$260 = 
1774                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "MethodsInstrumentationSoftware");
1775             private static final javax.xml.namespace.QName MODELING$262 = 
1776                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Modeling");
1777             private static final javax.xml.namespace.QName MODELINGBIOLOGICALMOLECULARSYSTEMS$264 = 
1778                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "ModelingBiologicalMolecularSystems");
1779             private static final javax.xml.namespace.QName COMPUTATIONALMODELING$266 = 
1780                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "ComputationalModeling");
1781             private static final javax.xml.namespace.QName STATISTICS$268 = 
1782                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Statistics");
1783             private static final javax.xml.namespace.QName MULTIVARIATEMETHODS$270 = 
1784                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "MultivariateMethods");
1785             private static final javax.xml.namespace.QName SPATIALSTATISTICSMODELING$272 = 
1786                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "SpatialStatisticsModeling");
1787             private static final javax.xml.namespace.QName SAMPLINGDESIGNANALYSIS$274 = 
1788                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "SamplingDesignAnalysis");
1789             private static final javax.xml.namespace.QName EXPERIMENTALDESIGNANALYSIS$276 = 
1790                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "ExperimentalDesignAnalysis");
1791             private static final javax.xml.namespace.QName STRUCTURALBIOLOGY$278 = 
1792                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "STRUCTURALBIOLOGY");
1793             private static final javax.xml.namespace.QName SYSTEMATICS$280 = 
1794                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "SYSTEMATICS");
1795             private static final javax.xml.namespace.QName TAXONOMYCLASSIFICATION$282 = 
1796                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "TaxonomyClassification");
1797             private static final javax.xml.namespace.QName NOMENCLATURE$284 = 
1798                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Nomenclature");
1799             private static final javax.xml.namespace.QName MONOGRAPHREVISION$286 = 
1800                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "MonographRevision");
1801             private static final javax.xml.namespace.QName PHYLOGENETICS$288 = 
1802                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Phylogenetics");
1803             private static final javax.xml.namespace.QName PHENETICSCLADISTICSNUMERICALTAXONOMY$290 = 
1804                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "PheneticsCladisticsNumericalTaxonomy");
1805             private static final javax.xml.namespace.QName MACROEVOLUTION$292 = 
1806                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Macroevolution");
1807             private static final javax.xml.namespace.QName SUBSTANTIVEAREANONE$294 = 
1808                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "SubstantiveAreaNone");
1809             
1810             
1811             
1812 
1813 
1814             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBEHAVIORAL()
1815             {
1816                 synchronized (monitor())
1817                 {
1818                     check_orphaned();
1819                     org.apache.xmlbeans.SimpleValue target = null;
1820                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(BEHAVIORAL$0, 0);
1821                     if (target == null)
1822                     {
1823                       return null;
1824                     }
1825                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
1826                 }
1827             }
1828             
1829             
1830 
1831 
1832             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBEHAVIORAL()
1833             {
1834                 synchronized (monitor())
1835                 {
1836                     check_orphaned();
1837                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
1838                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(BEHAVIORAL$0, 0);
1839                     return target;
1840                 }
1841             }
1842             
1843             
1844 
1845 
1846             public boolean isSetBEHAVIORAL()
1847             {
1848                 synchronized (monitor())
1849                 {
1850                     check_orphaned();
1851                     return get_store().count_elements(BEHAVIORAL$0) != 0;
1852                 }
1853             }
1854             
1855             
1856 
1857 
1858             public void setBEHAVIORAL(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum behavioral)
1859             {
1860                 synchronized (monitor())
1861                 {
1862                     check_orphaned();
1863                     org.apache.xmlbeans.SimpleValue target = null;
1864                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(BEHAVIORAL$0, 0);
1865                     if (target == null)
1866                     {
1867                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(BEHAVIORAL$0);
1868                     }
1869                     target.setEnumValue(behavioral);
1870                 }
1871             }
1872             
1873             
1874 
1875 
1876             public void xsetBEHAVIORAL(gov.grants.apply.system.globalLibraryV20.YesNoDataType behavioral)
1877             {
1878                 synchronized (monitor())
1879                 {
1880                     check_orphaned();
1881                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
1882                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(BEHAVIORAL$0, 0);
1883                     if (target == null)
1884                     {
1885                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(BEHAVIORAL$0);
1886                     }
1887                     target.set(behavioral);
1888                 }
1889             }
1890             
1891             
1892 
1893 
1894             public void unsetBEHAVIORAL()
1895             {
1896                 synchronized (monitor())
1897                 {
1898                     check_orphaned();
1899                     get_store().remove_element(BEHAVIORAL$0, 0);
1900                 }
1901             }
1902             
1903             
1904 
1905 
1906             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBIOENGINEERING()
1907             {
1908                 synchronized (monitor())
1909                 {
1910                     check_orphaned();
1911                     org.apache.xmlbeans.SimpleValue target = null;
1912                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(BIOENGINEERING$2, 0);
1913                     if (target == null)
1914                     {
1915                       return null;
1916                     }
1917                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
1918                 }
1919             }
1920             
1921             
1922 
1923 
1924             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBIOENGINEERING()
1925             {
1926                 synchronized (monitor())
1927                 {
1928                     check_orphaned();
1929                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
1930                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(BIOENGINEERING$2, 0);
1931                     return target;
1932                 }
1933             }
1934             
1935             
1936 
1937 
1938             public boolean isSetBIOENGINEERING()
1939             {
1940                 synchronized (monitor())
1941                 {
1942                     check_orphaned();
1943                     return get_store().count_elements(BIOENGINEERING$2) != 0;
1944                 }
1945             }
1946             
1947             
1948 
1949 
1950             public void setBIOENGINEERING(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum bioengineering)
1951             {
1952                 synchronized (monitor())
1953                 {
1954                     check_orphaned();
1955                     org.apache.xmlbeans.SimpleValue target = null;
1956                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(BIOENGINEERING$2, 0);
1957                     if (target == null)
1958                     {
1959                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(BIOENGINEERING$2);
1960                     }
1961                     target.setEnumValue(bioengineering);
1962                 }
1963             }
1964             
1965             
1966 
1967 
1968             public void xsetBIOENGINEERING(gov.grants.apply.system.globalLibraryV20.YesNoDataType bioengineering)
1969             {
1970                 synchronized (monitor())
1971                 {
1972                     check_orphaned();
1973                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
1974                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(BIOENGINEERING$2, 0);
1975                     if (target == null)
1976                     {
1977                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(BIOENGINEERING$2);
1978                     }
1979                     target.set(bioengineering);
1980                 }
1981             }
1982             
1983             
1984 
1985 
1986             public void unsetBIOENGINEERING()
1987             {
1988                 synchronized (monitor())
1989                 {
1990                     check_orphaned();
1991                     get_store().remove_element(BIOENGINEERING$2, 0);
1992                 }
1993             }
1994             
1995             
1996 
1997 
1998             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBIOGEOGRAPHY()
1999             {
2000                 synchronized (monitor())
2001                 {
2002                     check_orphaned();
2003                     org.apache.xmlbeans.SimpleValue target = null;
2004                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(BIOGEOGRAPHY$4, 0);
2005                     if (target == null)
2006                     {
2007                       return null;
2008                     }
2009                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
2010                 }
2011             }
2012             
2013             
2014 
2015 
2016             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBIOGEOGRAPHY()
2017             {
2018                 synchronized (monitor())
2019                 {
2020                     check_orphaned();
2021                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
2022                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(BIOGEOGRAPHY$4, 0);
2023                     return target;
2024                 }
2025             }
2026             
2027             
2028 
2029 
2030             public boolean isSetBIOGEOGRAPHY()
2031             {
2032                 synchronized (monitor())
2033                 {
2034                     check_orphaned();
2035                     return get_store().count_elements(BIOGEOGRAPHY$4) != 0;
2036                 }
2037             }
2038             
2039             
2040 
2041 
2042             public void setBIOGEOGRAPHY(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum biogeography)
2043             {
2044                 synchronized (monitor())
2045                 {
2046                     check_orphaned();
2047                     org.apache.xmlbeans.SimpleValue target = null;
2048                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(BIOGEOGRAPHY$4, 0);
2049                     if (target == null)
2050                     {
2051                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(BIOGEOGRAPHY$4);
2052                     }
2053                     target.setEnumValue(biogeography);
2054                 }
2055             }
2056             
2057             
2058 
2059 
2060             public void xsetBIOGEOGRAPHY(gov.grants.apply.system.globalLibraryV20.YesNoDataType biogeography)
2061             {
2062                 synchronized (monitor())
2063                 {
2064                     check_orphaned();
2065                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
2066                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(BIOGEOGRAPHY$4, 0);
2067                     if (target == null)
2068                     {
2069                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(BIOGEOGRAPHY$4);
2070                     }
2071                     target.set(biogeography);
2072                 }
2073             }
2074             
2075             
2076 
2077 
2078             public void unsetBIOGEOGRAPHY()
2079             {
2080                 synchronized (monitor())
2081                 {
2082                     check_orphaned();
2083                     get_store().remove_element(BIOGEOGRAPHY$4, 0);
2084                 }
2085             }
2086             
2087             
2088 
2089 
2090             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getIslandBiogeography()
2091             {
2092                 synchronized (monitor())
2093                 {
2094                     check_orphaned();
2095                     org.apache.xmlbeans.SimpleValue target = null;
2096                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ISLANDBIOGEOGRAPHY$6, 0);
2097                     if (target == null)
2098                     {
2099                       return null;
2100                     }
2101                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
2102                 }
2103             }
2104             
2105             
2106 
2107 
2108             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetIslandBiogeography()
2109             {
2110                 synchronized (monitor())
2111                 {
2112                     check_orphaned();
2113                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
2114                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ISLANDBIOGEOGRAPHY$6, 0);
2115                     return target;
2116                 }
2117             }
2118             
2119             
2120 
2121 
2122             public boolean isSetIslandBiogeography()
2123             {
2124                 synchronized (monitor())
2125                 {
2126                     check_orphaned();
2127                     return get_store().count_elements(ISLANDBIOGEOGRAPHY$6) != 0;
2128                 }
2129             }
2130             
2131             
2132 
2133 
2134             public void setIslandBiogeography(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum islandBiogeography)
2135             {
2136                 synchronized (monitor())
2137                 {
2138                     check_orphaned();
2139                     org.apache.xmlbeans.SimpleValue target = null;
2140                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ISLANDBIOGEOGRAPHY$6, 0);
2141                     if (target == null)
2142                     {
2143                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ISLANDBIOGEOGRAPHY$6);
2144                     }
2145                     target.setEnumValue(islandBiogeography);
2146                 }
2147             }
2148             
2149             
2150 
2151 
2152             public void xsetIslandBiogeography(gov.grants.apply.system.globalLibraryV20.YesNoDataType islandBiogeography)
2153             {
2154                 synchronized (monitor())
2155                 {
2156                     check_orphaned();
2157                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
2158                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ISLANDBIOGEOGRAPHY$6, 0);
2159                     if (target == null)
2160                     {
2161                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ISLANDBIOGEOGRAPHY$6);
2162                     }
2163                     target.set(islandBiogeography);
2164                 }
2165             }
2166             
2167             
2168 
2169 
2170             public void unsetIslandBiogeography()
2171             {
2172                 synchronized (monitor())
2173                 {
2174                     check_orphaned();
2175                     get_store().remove_element(ISLANDBIOGEOGRAPHY$6, 0);
2176                 }
2177             }
2178             
2179             
2180 
2181 
2182             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getHEBiogeography()
2183             {
2184                 synchronized (monitor())
2185                 {
2186                     check_orphaned();
2187                     org.apache.xmlbeans.SimpleValue target = null;
2188                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(HEBIOGEOGRAPHY$8, 0);
2189                     if (target == null)
2190                     {
2191                       return null;
2192                     }
2193                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
2194                 }
2195             }
2196             
2197             
2198 
2199 
2200             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetHEBiogeography()
2201             {
2202                 synchronized (monitor())
2203                 {
2204                     check_orphaned();
2205                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
2206                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(HEBIOGEOGRAPHY$8, 0);
2207                     return target;
2208                 }
2209             }
2210             
2211             
2212 
2213 
2214             public boolean isSetHEBiogeography()
2215             {
2216                 synchronized (monitor())
2217                 {
2218                     check_orphaned();
2219                     return get_store().count_elements(HEBIOGEOGRAPHY$8) != 0;
2220                 }
2221             }
2222             
2223             
2224 
2225 
2226             public void setHEBiogeography(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum heBiogeography)
2227             {
2228                 synchronized (monitor())
2229                 {
2230                     check_orphaned();
2231                     org.apache.xmlbeans.SimpleValue target = null;
2232                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(HEBIOGEOGRAPHY$8, 0);
2233                     if (target == null)
2234                     {
2235                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(HEBIOGEOGRAPHY$8);
2236                     }
2237                     target.setEnumValue(heBiogeography);
2238                 }
2239             }
2240             
2241             
2242 
2243 
2244             public void xsetHEBiogeography(gov.grants.apply.system.globalLibraryV20.YesNoDataType heBiogeography)
2245             {
2246                 synchronized (monitor())
2247                 {
2248                     check_orphaned();
2249                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
2250                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(HEBIOGEOGRAPHY$8, 0);
2251                     if (target == null)
2252                     {
2253                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(HEBIOGEOGRAPHY$8);
2254                     }
2255                     target.set(heBiogeography);
2256                 }
2257             }
2258             
2259             
2260 
2261 
2262             public void unsetHEBiogeography()
2263             {
2264                 synchronized (monitor())
2265                 {
2266                     check_orphaned();
2267                     get_store().remove_element(HEBIOGEOGRAPHY$8, 0);
2268                 }
2269             }
2270             
2271             
2272 
2273 
2274             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPhylogeography()
2275             {
2276                 synchronized (monitor())
2277                 {
2278                     check_orphaned();
2279                     org.apache.xmlbeans.SimpleValue target = null;
2280                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PHYLOGEOGRAPHY$10, 0);
2281                     if (target == null)
2282                     {
2283                       return null;
2284                     }
2285                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
2286                 }
2287             }
2288             
2289             
2290 
2291 
2292             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPhylogeography()
2293             {
2294                 synchronized (monitor())
2295                 {
2296                     check_orphaned();
2297                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
2298                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PHYLOGEOGRAPHY$10, 0);
2299                     return target;
2300                 }
2301             }
2302             
2303             
2304 
2305 
2306             public boolean isSetPhylogeography()
2307             {
2308                 synchronized (monitor())
2309                 {
2310                     check_orphaned();
2311                     return get_store().count_elements(PHYLOGEOGRAPHY$10) != 0;
2312                 }
2313             }
2314             
2315             
2316 
2317 
2318             public void setPhylogeography(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum phylogeography)
2319             {
2320                 synchronized (monitor())
2321                 {
2322                     check_orphaned();
2323                     org.apache.xmlbeans.SimpleValue target = null;
2324                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PHYLOGEOGRAPHY$10, 0);
2325                     if (target == null)
2326                     {
2327                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PHYLOGEOGRAPHY$10);
2328                     }
2329                     target.setEnumValue(phylogeography);
2330                 }
2331             }
2332             
2333             
2334 
2335 
2336             public void xsetPhylogeography(gov.grants.apply.system.globalLibraryV20.YesNoDataType phylogeography)
2337             {
2338                 synchronized (monitor())
2339                 {
2340                     check_orphaned();
2341                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
2342                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PHYLOGEOGRAPHY$10, 0);
2343                     if (target == null)
2344                     {
2345                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PHYLOGEOGRAPHY$10);
2346                     }
2347                     target.set(phylogeography);
2348                 }
2349             }
2350             
2351             
2352 
2353 
2354             public void unsetPhylogeography()
2355             {
2356                 synchronized (monitor())
2357                 {
2358                     check_orphaned();
2359                     get_store().remove_element(PHYLOGEOGRAPHY$10, 0);
2360                 }
2361             }
2362             
2363             
2364 
2365 
2366             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMethods()
2367             {
2368                 synchronized (monitor())
2369                 {
2370                     check_orphaned();
2371                     org.apache.xmlbeans.SimpleValue target = null;
2372                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(METHODS$12, 0);
2373                     if (target == null)
2374                     {
2375                       return null;
2376                     }
2377                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
2378                 }
2379             }
2380             
2381             
2382 
2383 
2384             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMethods()
2385             {
2386                 synchronized (monitor())
2387                 {
2388                     check_orphaned();
2389                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
2390                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(METHODS$12, 0);
2391                     return target;
2392                 }
2393             }
2394             
2395             
2396 
2397 
2398             public boolean isSetMethods()
2399             {
2400                 synchronized (monitor())
2401                 {
2402                     check_orphaned();
2403                     return get_store().count_elements(METHODS$12) != 0;
2404                 }
2405             }
2406             
2407             
2408 
2409 
2410             public void setMethods(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum methods)
2411             {
2412                 synchronized (monitor())
2413                 {
2414                     check_orphaned();
2415                     org.apache.xmlbeans.SimpleValue target = null;
2416                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(METHODS$12, 0);
2417                     if (target == null)
2418                     {
2419                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(METHODS$12);
2420                     }
2421                     target.setEnumValue(methods);
2422                 }
2423             }
2424             
2425             
2426 
2427 
2428             public void xsetMethods(gov.grants.apply.system.globalLibraryV20.YesNoDataType methods)
2429             {
2430                 synchronized (monitor())
2431                 {
2432                     check_orphaned();
2433                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
2434                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(METHODS$12, 0);
2435                     if (target == null)
2436                     {
2437                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(METHODS$12);
2438                     }
2439                     target.set(methods);
2440                 }
2441             }
2442             
2443             
2444 
2445 
2446             public void unsetMethods()
2447             {
2448                 synchronized (monitor())
2449                 {
2450                     check_orphaned();
2451                     get_store().remove_element(METHODS$12, 0);
2452                 }
2453             }
2454             
2455             
2456 
2457 
2458             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBIOMATERIALS()
2459             {
2460                 synchronized (monitor())
2461                 {
2462                     check_orphaned();
2463                     org.apache.xmlbeans.SimpleValue target = null;
2464                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(BIOMATERIALS$14, 0);
2465                     if (target == null)
2466                     {
2467                       return null;
2468                     }
2469                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
2470                 }
2471             }
2472             
2473             
2474 
2475 
2476             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBIOMATERIALS()
2477             {
2478                 synchronized (monitor())
2479                 {
2480                     check_orphaned();
2481                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
2482                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(BIOMATERIALS$14, 0);
2483                     return target;
2484                 }
2485             }
2486             
2487             
2488 
2489 
2490             public boolean isSetBIOMATERIALS()
2491             {
2492                 synchronized (monitor())
2493                 {
2494                     check_orphaned();
2495                     return get_store().count_elements(BIOMATERIALS$14) != 0;
2496                 }
2497             }
2498             
2499             
2500 
2501 
2502             public void setBIOMATERIALS(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum biomaterials)
2503             {
2504                 synchronized (monitor())
2505                 {
2506                     check_orphaned();
2507                     org.apache.xmlbeans.SimpleValue target = null;
2508                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(BIOMATERIALS$14, 0);
2509                     if (target == null)
2510                     {
2511                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(BIOMATERIALS$14);
2512                     }
2513                     target.setEnumValue(biomaterials);
2514                 }
2515             }
2516             
2517             
2518 
2519 
2520             public void xsetBIOMATERIALS(gov.grants.apply.system.globalLibraryV20.YesNoDataType biomaterials)
2521             {
2522                 synchronized (monitor())
2523                 {
2524                     check_orphaned();
2525                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
2526                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(BIOMATERIALS$14, 0);
2527                     if (target == null)
2528                     {
2529                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(BIOMATERIALS$14);
2530                     }
2531                     target.set(biomaterials);
2532                 }
2533             }
2534             
2535             
2536 
2537 
2538             public void unsetBIOMATERIALS()
2539             {
2540                 synchronized (monitor())
2541                 {
2542                     check_orphaned();
2543                     get_store().remove_element(BIOMATERIALS$14, 0);
2544                 }
2545             }
2546             
2547             
2548 
2549 
2550             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBIOTECHNOLOGY()
2551             {
2552                 synchronized (monitor())
2553                 {
2554                     check_orphaned();
2555                     org.apache.xmlbeans.SimpleValue target = null;
2556                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(BIOTECHNOLOGY$16, 0);
2557                     if (target == null)
2558                     {
2559                       return null;
2560                     }
2561                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
2562                 }
2563             }
2564             
2565             
2566 
2567 
2568             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBIOTECHNOLOGY()
2569             {
2570                 synchronized (monitor())
2571                 {
2572                     check_orphaned();
2573                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
2574                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(BIOTECHNOLOGY$16, 0);
2575                     return target;
2576                 }
2577             }
2578             
2579             
2580 
2581 
2582             public boolean isSetBIOTECHNOLOGY()
2583             {
2584                 synchronized (monitor())
2585                 {
2586                     check_orphaned();
2587                     return get_store().count_elements(BIOTECHNOLOGY$16) != 0;
2588                 }
2589             }
2590             
2591             
2592 
2593 
2594             public void setBIOTECHNOLOGY(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum biotechnology)
2595             {
2596                 synchronized (monitor())
2597                 {
2598                     check_orphaned();
2599                     org.apache.xmlbeans.SimpleValue target = null;
2600                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(BIOTECHNOLOGY$16, 0);
2601                     if (target == null)
2602                     {
2603                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(BIOTECHNOLOGY$16);
2604                     }
2605                     target.setEnumValue(biotechnology);
2606                 }
2607             }
2608             
2609             
2610 
2611 
2612             public void xsetBIOTECHNOLOGY(gov.grants.apply.system.globalLibraryV20.YesNoDataType biotechnology)
2613             {
2614                 synchronized (monitor())
2615                 {
2616                     check_orphaned();
2617                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
2618                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(BIOTECHNOLOGY$16, 0);
2619                     if (target == null)
2620                     {
2621                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(BIOTECHNOLOGY$16);
2622                     }
2623                     target.set(biotechnology);
2624                 }
2625             }
2626             
2627             
2628 
2629 
2630             public void unsetBIOTECHNOLOGY()
2631             {
2632                 synchronized (monitor())
2633                 {
2634                     check_orphaned();
2635                     get_store().remove_element(BIOTECHNOLOGY$16, 0);
2636                 }
2637             }
2638             
2639             
2640 
2641 
2642             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAnimalBiotechnology()
2643             {
2644                 synchronized (monitor())
2645                 {
2646                     check_orphaned();
2647                     org.apache.xmlbeans.SimpleValue target = null;
2648                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ANIMALBIOTECHNOLOGY$18, 0);
2649                     if (target == null)
2650                     {
2651                       return null;
2652                     }
2653                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
2654                 }
2655             }
2656             
2657             
2658 
2659 
2660             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAnimalBiotechnology()
2661             {
2662                 synchronized (monitor())
2663                 {
2664                     check_orphaned();
2665                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
2666                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ANIMALBIOTECHNOLOGY$18, 0);
2667                     return target;
2668                 }
2669             }
2670             
2671             
2672 
2673 
2674             public boolean isSetAnimalBiotechnology()
2675             {
2676                 synchronized (monitor())
2677                 {
2678                     check_orphaned();
2679                     return get_store().count_elements(ANIMALBIOTECHNOLOGY$18) != 0;
2680                 }
2681             }
2682             
2683             
2684 
2685 
2686             public void setAnimalBiotechnology(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum animalBiotechnology)
2687             {
2688                 synchronized (monitor())
2689                 {
2690                     check_orphaned();
2691                     org.apache.xmlbeans.SimpleValue target = null;
2692                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ANIMALBIOTECHNOLOGY$18, 0);
2693                     if (target == null)
2694                     {
2695                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ANIMALBIOTECHNOLOGY$18);
2696                     }
2697                     target.setEnumValue(animalBiotechnology);
2698                 }
2699             }
2700             
2701             
2702 
2703 
2704             public void xsetAnimalBiotechnology(gov.grants.apply.system.globalLibraryV20.YesNoDataType animalBiotechnology)
2705             {
2706                 synchronized (monitor())
2707                 {
2708                     check_orphaned();
2709                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
2710                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ANIMALBIOTECHNOLOGY$18, 0);
2711                     if (target == null)
2712                     {
2713                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ANIMALBIOTECHNOLOGY$18);
2714                     }
2715                     target.set(animalBiotechnology);
2716                 }
2717             }
2718             
2719             
2720 
2721 
2722             public void unsetAnimalBiotechnology()
2723             {
2724                 synchronized (monitor())
2725                 {
2726                     check_orphaned();
2727                     get_store().remove_element(ANIMALBIOTECHNOLOGY$18, 0);
2728                 }
2729             }
2730             
2731             
2732 
2733 
2734             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPlantBiotechnology()
2735             {
2736                 synchronized (monitor())
2737                 {
2738                     check_orphaned();
2739                     org.apache.xmlbeans.SimpleValue target = null;
2740                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PLANTBIOTECHNOLOGY$20, 0);
2741                     if (target == null)
2742                     {
2743                       return null;
2744                     }
2745                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
2746                 }
2747             }
2748             
2749             
2750 
2751 
2752             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPlantBiotechnology()
2753             {
2754                 synchronized (monitor())
2755                 {
2756                     check_orphaned();
2757                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
2758                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PLANTBIOTECHNOLOGY$20, 0);
2759                     return target;
2760                 }
2761             }
2762             
2763             
2764 
2765 
2766             public boolean isSetPlantBiotechnology()
2767             {
2768                 synchronized (monitor())
2769                 {
2770                     check_orphaned();
2771                     return get_store().count_elements(PLANTBIOTECHNOLOGY$20) != 0;
2772                 }
2773             }
2774             
2775             
2776 
2777 
2778             public void setPlantBiotechnology(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum plantBiotechnology)
2779             {
2780                 synchronized (monitor())
2781                 {
2782                     check_orphaned();
2783                     org.apache.xmlbeans.SimpleValue target = null;
2784                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PLANTBIOTECHNOLOGY$20, 0);
2785                     if (target == null)
2786                     {
2787                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PLANTBIOTECHNOLOGY$20);
2788                     }
2789                     target.setEnumValue(plantBiotechnology);
2790                 }
2791             }
2792             
2793             
2794 
2795 
2796             public void xsetPlantBiotechnology(gov.grants.apply.system.globalLibraryV20.YesNoDataType plantBiotechnology)
2797             {
2798                 synchronized (monitor())
2799                 {
2800                     check_orphaned();
2801                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
2802                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PLANTBIOTECHNOLOGY$20, 0);
2803                     if (target == null)
2804                     {
2805                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PLANTBIOTECHNOLOGY$20);
2806                     }
2807                     target.set(plantBiotechnology);
2808                 }
2809             }
2810             
2811             
2812 
2813 
2814             public void unsetPlantBiotechnology()
2815             {
2816                 synchronized (monitor())
2817                 {
2818                     check_orphaned();
2819                     get_store().remove_element(PLANTBIOTECHNOLOGY$20, 0);
2820                 }
2821             }
2822             
2823             
2824 
2825 
2826             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getEnvironmentalBiotechnology()
2827             {
2828                 synchronized (monitor())
2829                 {
2830                     check_orphaned();
2831                     org.apache.xmlbeans.SimpleValue target = null;
2832                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ENVIRONMENTALBIOTECHNOLOGY$22, 0);
2833                     if (target == null)
2834                     {
2835                       return null;
2836                     }
2837                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
2838                 }
2839             }
2840             
2841             
2842 
2843 
2844             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetEnvironmentalBiotechnology()
2845             {
2846                 synchronized (monitor())
2847                 {
2848                     check_orphaned();
2849                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
2850                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ENVIRONMENTALBIOTECHNOLOGY$22, 0);
2851                     return target;
2852                 }
2853             }
2854             
2855             
2856 
2857 
2858             public boolean isSetEnvironmentalBiotechnology()
2859             {
2860                 synchronized (monitor())
2861                 {
2862                     check_orphaned();
2863                     return get_store().count_elements(ENVIRONMENTALBIOTECHNOLOGY$22) != 0;
2864                 }
2865             }
2866             
2867             
2868 
2869 
2870             public void setEnvironmentalBiotechnology(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum environmentalBiotechnology)
2871             {
2872                 synchronized (monitor())
2873                 {
2874                     check_orphaned();
2875                     org.apache.xmlbeans.SimpleValue target = null;
2876                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ENVIRONMENTALBIOTECHNOLOGY$22, 0);
2877                     if (target == null)
2878                     {
2879                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ENVIRONMENTALBIOTECHNOLOGY$22);
2880                     }
2881                     target.setEnumValue(environmentalBiotechnology);
2882                 }
2883             }
2884             
2885             
2886 
2887 
2888             public void xsetEnvironmentalBiotechnology(gov.grants.apply.system.globalLibraryV20.YesNoDataType environmentalBiotechnology)
2889             {
2890                 synchronized (monitor())
2891                 {
2892                     check_orphaned();
2893                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
2894                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ENVIRONMENTALBIOTECHNOLOGY$22, 0);
2895                     if (target == null)
2896                     {
2897                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ENVIRONMENTALBIOTECHNOLOGY$22);
2898                     }
2899                     target.set(environmentalBiotechnology);
2900                 }
2901             }
2902             
2903             
2904 
2905 
2906             public void unsetEnvironmentalBiotechnology()
2907             {
2908                 synchronized (monitor())
2909                 {
2910                     check_orphaned();
2911                     get_store().remove_element(ENVIRONMENTALBIOTECHNOLOGY$22, 0);
2912                 }
2913             }
2914             
2915             
2916 
2917 
2918             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMarineBiotechnology()
2919             {
2920                 synchronized (monitor())
2921                 {
2922                     check_orphaned();
2923                     org.apache.xmlbeans.SimpleValue target = null;
2924                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MARINEBIOTECHNOLOGY$24, 0);
2925                     if (target == null)
2926                     {
2927                       return null;
2928                     }
2929                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
2930                 }
2931             }
2932             
2933             
2934 
2935 
2936             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMarineBiotechnology()
2937             {
2938                 synchronized (monitor())
2939                 {
2940                     check_orphaned();
2941                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
2942                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MARINEBIOTECHNOLOGY$24, 0);
2943                     return target;
2944                 }
2945             }
2946             
2947             
2948 
2949 
2950             public boolean isSetMarineBiotechnology()
2951             {
2952                 synchronized (monitor())
2953                 {
2954                     check_orphaned();
2955                     return get_store().count_elements(MARINEBIOTECHNOLOGY$24) != 0;
2956                 }
2957             }
2958             
2959             
2960 
2961 
2962             public void setMarineBiotechnology(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum marineBiotechnology)
2963             {
2964                 synchronized (monitor())
2965                 {
2966                     check_orphaned();
2967                     org.apache.xmlbeans.SimpleValue target = null;
2968                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MARINEBIOTECHNOLOGY$24, 0);
2969                     if (target == null)
2970                     {
2971                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(MARINEBIOTECHNOLOGY$24);
2972                     }
2973                     target.setEnumValue(marineBiotechnology);
2974                 }
2975             }
2976             
2977             
2978 
2979 
2980             public void xsetMarineBiotechnology(gov.grants.apply.system.globalLibraryV20.YesNoDataType marineBiotechnology)
2981             {
2982                 synchronized (monitor())
2983                 {
2984                     check_orphaned();
2985                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
2986                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MARINEBIOTECHNOLOGY$24, 0);
2987                     if (target == null)
2988                     {
2989                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(MARINEBIOTECHNOLOGY$24);
2990                     }
2991                     target.set(marineBiotechnology);
2992                 }
2993             }
2994             
2995             
2996 
2997 
2998             public void unsetMarineBiotechnology()
2999             {
3000                 synchronized (monitor())
3001                 {
3002                     check_orphaned();
3003                     get_store().remove_element(MARINEBIOTECHNOLOGY$24, 0);
3004                 }
3005             }
3006             
3007             
3008 
3009 
3010             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMetabolicEngineering()
3011             {
3012                 synchronized (monitor())
3013                 {
3014                     check_orphaned();
3015                     org.apache.xmlbeans.SimpleValue target = null;
3016                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(METABOLICENGINEERING$26, 0);
3017                     if (target == null)
3018                     {
3019                       return null;
3020                     }
3021                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
3022                 }
3023             }
3024             
3025             
3026 
3027 
3028             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMetabolicEngineering()
3029             {
3030                 synchronized (monitor())
3031                 {
3032                     check_orphaned();
3033                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
3034                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(METABOLICENGINEERING$26, 0);
3035                     return target;
3036                 }
3037             }
3038             
3039             
3040 
3041 
3042             public boolean isSetMetabolicEngineering()
3043             {
3044                 synchronized (monitor())
3045                 {
3046                     check_orphaned();
3047                     return get_store().count_elements(METABOLICENGINEERING$26) != 0;
3048                 }
3049             }
3050             
3051             
3052 
3053 
3054             public void setMetabolicEngineering(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum metabolicEngineering)
3055             {
3056                 synchronized (monitor())
3057                 {
3058                     check_orphaned();
3059                     org.apache.xmlbeans.SimpleValue target = null;
3060                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(METABOLICENGINEERING$26, 0);
3061                     if (target == null)
3062                     {
3063                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(METABOLICENGINEERING$26);
3064                     }
3065                     target.setEnumValue(metabolicEngineering);
3066                 }
3067             }
3068             
3069             
3070 
3071 
3072             public void xsetMetabolicEngineering(gov.grants.apply.system.globalLibraryV20.YesNoDataType metabolicEngineering)
3073             {
3074                 synchronized (monitor())
3075                 {
3076                     check_orphaned();
3077                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
3078                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(METABOLICENGINEERING$26, 0);
3079                     if (target == null)
3080                     {
3081                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(METABOLICENGINEERING$26);
3082                     }
3083                     target.set(metabolicEngineering);
3084                 }
3085             }
3086             
3087             
3088 
3089 
3090             public void unsetMetabolicEngineering()
3091             {
3092                 synchronized (monitor())
3093                 {
3094                     check_orphaned();
3095                     get_store().remove_element(METABOLICENGINEERING$26, 0);
3096                 }
3097             }
3098             
3099             
3100 
3101 
3102             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCHRONOBIOLOGY()
3103             {
3104                 synchronized (monitor())
3105                 {
3106                     check_orphaned();
3107                     org.apache.xmlbeans.SimpleValue target = null;
3108                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CHRONOBIOLOGY$28, 0);
3109                     if (target == null)
3110                     {
3111                       return null;
3112                     }
3113                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
3114                 }
3115             }
3116             
3117             
3118 
3119 
3120             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCHRONOBIOLOGY()
3121             {
3122                 synchronized (monitor())
3123                 {
3124                     check_orphaned();
3125                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
3126                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CHRONOBIOLOGY$28, 0);
3127                     return target;
3128                 }
3129             }
3130             
3131             
3132 
3133 
3134             public boolean isSetCHRONOBIOLOGY()
3135             {
3136                 synchronized (monitor())
3137                 {
3138                     check_orphaned();
3139                     return get_store().count_elements(CHRONOBIOLOGY$28) != 0;
3140                 }
3141             }
3142             
3143             
3144 
3145 
3146             public void setCHRONOBIOLOGY(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum chronobiology)
3147             {
3148                 synchronized (monitor())
3149                 {
3150                     check_orphaned();
3151                     org.apache.xmlbeans.SimpleValue target = null;
3152                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CHRONOBIOLOGY$28, 0);
3153                     if (target == null)
3154                     {
3155                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CHRONOBIOLOGY$28);
3156                     }
3157                     target.setEnumValue(chronobiology);
3158                 }
3159             }
3160             
3161             
3162 
3163 
3164             public void xsetCHRONOBIOLOGY(gov.grants.apply.system.globalLibraryV20.YesNoDataType chronobiology)
3165             {
3166                 synchronized (monitor())
3167                 {
3168                     check_orphaned();
3169                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
3170                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CHRONOBIOLOGY$28, 0);
3171                     if (target == null)
3172                     {
3173                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CHRONOBIOLOGY$28);
3174                     }
3175                     target.set(chronobiology);
3176                 }
3177             }
3178             
3179             
3180 
3181 
3182             public void unsetCHRONOBIOLOGY()
3183             {
3184                 synchronized (monitor())
3185                 {
3186                     check_orphaned();
3187                     get_store().remove_element(CHRONOBIOLOGY$28, 0);
3188                 }
3189             }
3190             
3191             
3192 
3193 
3194             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCOGNITIVENEUROSCIENCE()
3195             {
3196                 synchronized (monitor())
3197                 {
3198                     check_orphaned();
3199                     org.apache.xmlbeans.SimpleValue target = null;
3200                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(COGNITIVENEUROSCIENCE$30, 0);
3201                     if (target == null)
3202                     {
3203                       return null;
3204                     }
3205                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
3206                 }
3207             }
3208             
3209             
3210 
3211 
3212             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCOGNITIVENEUROSCIENCE()
3213             {
3214                 synchronized (monitor())
3215                 {
3216                     check_orphaned();
3217                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
3218                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(COGNITIVENEUROSCIENCE$30, 0);
3219                     return target;
3220                 }
3221             }
3222             
3223             
3224 
3225 
3226             public boolean isSetCOGNITIVENEUROSCIENCE()
3227             {
3228                 synchronized (monitor())
3229                 {
3230                     check_orphaned();
3231                     return get_store().count_elements(COGNITIVENEUROSCIENCE$30) != 0;
3232                 }
3233             }
3234             
3235             
3236 
3237 
3238             public void setCOGNITIVENEUROSCIENCE(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum cognitiveneuroscience)
3239             {
3240                 synchronized (monitor())
3241                 {
3242                     check_orphaned();
3243                     org.apache.xmlbeans.SimpleValue target = null;
3244                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(COGNITIVENEUROSCIENCE$30, 0);
3245                     if (target == null)
3246                     {
3247                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(COGNITIVENEUROSCIENCE$30);
3248                     }
3249                     target.setEnumValue(cognitiveneuroscience);
3250                 }
3251             }
3252             
3253             
3254 
3255 
3256             public void xsetCOGNITIVENEUROSCIENCE(gov.grants.apply.system.globalLibraryV20.YesNoDataType cognitiveneuroscience)
3257             {
3258                 synchronized (monitor())
3259                 {
3260                     check_orphaned();
3261                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
3262                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(COGNITIVENEUROSCIENCE$30, 0);
3263                     if (target == null)
3264                     {
3265                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(COGNITIVENEUROSCIENCE$30);
3266                     }
3267                     target.set(cognitiveneuroscience);
3268                 }
3269             }
3270             
3271             
3272 
3273 
3274             public void unsetCOGNITIVENEUROSCIENCE()
3275             {
3276                 synchronized (monitor())
3277                 {
3278                     check_orphaned();
3279                     get_store().remove_element(COGNITIVENEUROSCIENCE$30, 0);
3280                 }
3281             }
3282             
3283             
3284 
3285 
3286             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCOMMUNITYECOLOGY()
3287             {
3288                 synchronized (monitor())
3289                 {
3290                     check_orphaned();
3291                     org.apache.xmlbeans.SimpleValue target = null;
3292                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(COMMUNITYECOLOGY$32, 0);
3293                     if (target == null)
3294                     {
3295                       return null;
3296                     }
3297                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
3298                 }
3299             }
3300             
3301             
3302 
3303 
3304             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCOMMUNITYECOLOGY()
3305             {
3306                 synchronized (monitor())
3307                 {
3308                     check_orphaned();
3309                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
3310                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(COMMUNITYECOLOGY$32, 0);
3311                     return target;
3312                 }
3313             }
3314             
3315             
3316 
3317 
3318             public boolean isSetCOMMUNITYECOLOGY()
3319             {
3320                 synchronized (monitor())
3321                 {
3322                     check_orphaned();
3323                     return get_store().count_elements(COMMUNITYECOLOGY$32) != 0;
3324                 }
3325             }
3326             
3327             
3328 
3329 
3330             public void setCOMMUNITYECOLOGY(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum communityecology)
3331             {
3332                 synchronized (monitor())
3333                 {
3334                     check_orphaned();
3335                     org.apache.xmlbeans.SimpleValue target = null;
3336                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(COMMUNITYECOLOGY$32, 0);
3337                     if (target == null)
3338                     {
3339                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(COMMUNITYECOLOGY$32);
3340                     }
3341                     target.setEnumValue(communityecology);
3342                 }
3343             }
3344             
3345             
3346 
3347 
3348             public void xsetCOMMUNITYECOLOGY(gov.grants.apply.system.globalLibraryV20.YesNoDataType communityecology)
3349             {
3350                 synchronized (monitor())
3351                 {
3352                     check_orphaned();
3353                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
3354                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(COMMUNITYECOLOGY$32, 0);
3355                     if (target == null)
3356                     {
3357                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(COMMUNITYECOLOGY$32);
3358                     }
3359                     target.set(communityecology);
3360                 }
3361             }
3362             
3363             
3364 
3365 
3366             public void unsetCOMMUNITYECOLOGY()
3367             {
3368                 synchronized (monitor())
3369                 {
3370                     check_orphaned();
3371                     get_store().remove_element(COMMUNITYECOLOGY$32, 0);
3372                 }
3373             }
3374             
3375             
3376 
3377 
3378             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCommunityAnalysis()
3379             {
3380                 synchronized (monitor())
3381                 {
3382                     check_orphaned();
3383                     org.apache.xmlbeans.SimpleValue target = null;
3384                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(COMMUNITYANALYSIS$34, 0);
3385                     if (target == null)
3386                     {
3387                       return null;
3388                     }
3389                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
3390                 }
3391             }
3392             
3393             
3394 
3395 
3396             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCommunityAnalysis()
3397             {
3398                 synchronized (monitor())
3399                 {
3400                     check_orphaned();
3401                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
3402                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(COMMUNITYANALYSIS$34, 0);
3403                     return target;
3404                 }
3405             }
3406             
3407             
3408 
3409 
3410             public boolean isSetCommunityAnalysis()
3411             {
3412                 synchronized (monitor())
3413                 {
3414                     check_orphaned();
3415                     return get_store().count_elements(COMMUNITYANALYSIS$34) != 0;
3416                 }
3417             }
3418             
3419             
3420 
3421 
3422             public void setCommunityAnalysis(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum communityAnalysis)
3423             {
3424                 synchronized (monitor())
3425                 {
3426                     check_orphaned();
3427                     org.apache.xmlbeans.SimpleValue target = null;
3428                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(COMMUNITYANALYSIS$34, 0);
3429                     if (target == null)
3430                     {
3431                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(COMMUNITYANALYSIS$34);
3432                     }
3433                     target.setEnumValue(communityAnalysis);
3434                 }
3435             }
3436             
3437             
3438 
3439 
3440             public void xsetCommunityAnalysis(gov.grants.apply.system.globalLibraryV20.YesNoDataType communityAnalysis)
3441             {
3442                 synchronized (monitor())
3443                 {
3444                     check_orphaned();
3445                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
3446                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(COMMUNITYANALYSIS$34, 0);
3447                     if (target == null)
3448                     {
3449                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(COMMUNITYANALYSIS$34);
3450                     }
3451                     target.set(communityAnalysis);
3452                 }
3453             }
3454             
3455             
3456 
3457 
3458             public void unsetCommunityAnalysis()
3459             {
3460                 synchronized (monitor())
3461                 {
3462                     check_orphaned();
3463                     get_store().remove_element(COMMUNITYANALYSIS$34, 0);
3464                 }
3465             }
3466             
3467             
3468 
3469 
3470             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCommunityStructure()
3471             {
3472                 synchronized (monitor())
3473                 {
3474                     check_orphaned();
3475                     org.apache.xmlbeans.SimpleValue target = null;
3476                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(COMMUNITYSTRUCTURE$36, 0);
3477                     if (target == null)
3478                     {
3479                       return null;
3480                     }
3481                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
3482                 }
3483             }
3484             
3485             
3486 
3487 
3488             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCommunityStructure()
3489             {
3490                 synchronized (monitor())
3491                 {
3492                     check_orphaned();
3493                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
3494                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(COMMUNITYSTRUCTURE$36, 0);
3495                     return target;
3496                 }
3497             }
3498             
3499             
3500 
3501 
3502             public boolean isSetCommunityStructure()
3503             {
3504                 synchronized (monitor())
3505                 {
3506                     check_orphaned();
3507                     return get_store().count_elements(COMMUNITYSTRUCTURE$36) != 0;
3508                 }
3509             }
3510             
3511             
3512 
3513 
3514             public void setCommunityStructure(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum communityStructure)
3515             {
3516                 synchronized (monitor())
3517                 {
3518                     check_orphaned();
3519                     org.apache.xmlbeans.SimpleValue target = null;
3520                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(COMMUNITYSTRUCTURE$36, 0);
3521                     if (target == null)
3522                     {
3523                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(COMMUNITYSTRUCTURE$36);
3524                     }
3525                     target.setEnumValue(communityStructure);
3526                 }
3527             }
3528             
3529             
3530 
3531 
3532             public void xsetCommunityStructure(gov.grants.apply.system.globalLibraryV20.YesNoDataType communityStructure)
3533             {
3534                 synchronized (monitor())
3535                 {
3536                     check_orphaned();
3537                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
3538                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(COMMUNITYSTRUCTURE$36, 0);
3539                     if (target == null)
3540                     {
3541                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(COMMUNITYSTRUCTURE$36);
3542                     }
3543                     target.set(communityStructure);
3544                 }
3545             }
3546             
3547             
3548 
3549 
3550             public void unsetCommunityStructure()
3551             {
3552                 synchronized (monitor())
3553                 {
3554                     check_orphaned();
3555                     get_store().remove_element(COMMUNITYSTRUCTURE$36, 0);
3556                 }
3557             }
3558             
3559             
3560 
3561 
3562             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCommunityStability()
3563             {
3564                 synchronized (monitor())
3565                 {
3566                     check_orphaned();
3567                     org.apache.xmlbeans.SimpleValue target = null;
3568                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(COMMUNITYSTABILITY$38, 0);
3569                     if (target == null)
3570                     {
3571                       return null;
3572                     }
3573                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
3574                 }
3575             }
3576             
3577             
3578 
3579 
3580             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCommunityStability()
3581             {
3582                 synchronized (monitor())
3583                 {
3584                     check_orphaned();
3585                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
3586                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(COMMUNITYSTABILITY$38, 0);
3587                     return target;
3588                 }
3589             }
3590             
3591             
3592 
3593 
3594             public boolean isSetCommunityStability()
3595             {
3596                 synchronized (monitor())
3597                 {
3598                     check_orphaned();
3599                     return get_store().count_elements(COMMUNITYSTABILITY$38) != 0;
3600                 }
3601             }
3602             
3603             
3604 
3605 
3606             public void setCommunityStability(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum communityStability)
3607             {
3608                 synchronized (monitor())
3609                 {
3610                     check_orphaned();
3611                     org.apache.xmlbeans.SimpleValue target = null;
3612                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(COMMUNITYSTABILITY$38, 0);
3613                     if (target == null)
3614                     {
3615                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(COMMUNITYSTABILITY$38);
3616                     }
3617                     target.setEnumValue(communityStability);
3618                 }
3619             }
3620             
3621             
3622 
3623 
3624             public void xsetCommunityStability(gov.grants.apply.system.globalLibraryV20.YesNoDataType communityStability)
3625             {
3626                 synchronized (monitor())
3627                 {
3628                     check_orphaned();
3629                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
3630                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(COMMUNITYSTABILITY$38, 0);
3631                     if (target == null)
3632                     {
3633                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(COMMUNITYSTABILITY$38);
3634                     }
3635                     target.set(communityStability);
3636                 }
3637             }
3638             
3639             
3640 
3641 
3642             public void unsetCommunityStability()
3643             {
3644                 synchronized (monitor())
3645                 {
3646                     check_orphaned();
3647                     get_store().remove_element(COMMUNITYSTABILITY$38, 0);
3648                 }
3649             }
3650             
3651             
3652 
3653 
3654             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSuccession()
3655             {
3656                 synchronized (monitor())
3657                 {
3658                     check_orphaned();
3659                     org.apache.xmlbeans.SimpleValue target = null;
3660                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SUCCESSION$40, 0);
3661                     if (target == null)
3662                     {
3663                       return null;
3664                     }
3665                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
3666                 }
3667             }
3668             
3669             
3670 
3671 
3672             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSuccession()
3673             {
3674                 synchronized (monitor())
3675                 {
3676                     check_orphaned();
3677                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
3678                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SUCCESSION$40, 0);
3679                     return target;
3680                 }
3681             }
3682             
3683             
3684 
3685 
3686             public boolean isSetSuccession()
3687             {
3688                 synchronized (monitor())
3689                 {
3690                     check_orphaned();
3691                     return get_store().count_elements(SUCCESSION$40) != 0;
3692                 }
3693             }
3694             
3695             
3696 
3697 
3698             public void setSuccession(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum succession)
3699             {
3700                 synchronized (monitor())
3701                 {
3702                     check_orphaned();
3703                     org.apache.xmlbeans.SimpleValue target = null;
3704                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SUCCESSION$40, 0);
3705                     if (target == null)
3706                     {
3707                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SUCCESSION$40);
3708                     }
3709                     target.setEnumValue(succession);
3710                 }
3711             }
3712             
3713             
3714 
3715 
3716             public void xsetSuccession(gov.grants.apply.system.globalLibraryV20.YesNoDataType succession)
3717             {
3718                 synchronized (monitor())
3719                 {
3720                     check_orphaned();
3721                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
3722                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SUCCESSION$40, 0);
3723                     if (target == null)
3724                     {
3725                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SUCCESSION$40);
3726                     }
3727                     target.set(succession);
3728                 }
3729             }
3730             
3731             
3732 
3733 
3734             public void unsetSuccession()
3735             {
3736                 synchronized (monitor())
3737                 {
3738                     check_orphaned();
3739                     get_store().remove_element(SUCCESSION$40, 0);
3740                 }
3741             }
3742             
3743             
3744 
3745 
3746             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getExperimentalMicrocosms()
3747             {
3748                 synchronized (monitor())
3749                 {
3750                     check_orphaned();
3751                     org.apache.xmlbeans.SimpleValue target = null;
3752                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(EXPERIMENTALMICROCOSMS$42, 0);
3753                     if (target == null)
3754                     {
3755                       return null;
3756                     }
3757                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
3758                 }
3759             }
3760             
3761             
3762 
3763 
3764             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetExperimentalMicrocosms()
3765             {
3766                 synchronized (monitor())
3767                 {
3768                     check_orphaned();
3769                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
3770                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(EXPERIMENTALMICROCOSMS$42, 0);
3771                     return target;
3772                 }
3773             }
3774             
3775             
3776 
3777 
3778             public boolean isSetExperimentalMicrocosms()
3779             {
3780                 synchronized (monitor())
3781                 {
3782                     check_orphaned();
3783                     return get_store().count_elements(EXPERIMENTALMICROCOSMS$42) != 0;
3784                 }
3785             }
3786             
3787             
3788 
3789 
3790             public void setExperimentalMicrocosms(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum experimentalMicrocosms)
3791             {
3792                 synchronized (monitor())
3793                 {
3794                     check_orphaned();
3795                     org.apache.xmlbeans.SimpleValue target = null;
3796                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(EXPERIMENTALMICROCOSMS$42, 0);
3797                     if (target == null)
3798                     {
3799                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(EXPERIMENTALMICROCOSMS$42);
3800                     }
3801                     target.setEnumValue(experimentalMicrocosms);
3802                 }
3803             }
3804             
3805             
3806 
3807 
3808             public void xsetExperimentalMicrocosms(gov.grants.apply.system.globalLibraryV20.YesNoDataType experimentalMicrocosms)
3809             {
3810                 synchronized (monitor())
3811                 {
3812                     check_orphaned();
3813                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
3814                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(EXPERIMENTALMICROCOSMS$42, 0);
3815                     if (target == null)
3816                     {
3817                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(EXPERIMENTALMICROCOSMS$42);
3818                     }
3819                     target.set(experimentalMicrocosms);
3820                 }
3821             }
3822             
3823             
3824 
3825 
3826             public void unsetExperimentalMicrocosms()
3827             {
3828                 synchronized (monitor())
3829                 {
3830                     check_orphaned();
3831                     get_store().remove_element(EXPERIMENTALMICROCOSMS$42, 0);
3832                 }
3833             }
3834             
3835             
3836 
3837 
3838             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getDisturbance()
3839             {
3840                 synchronized (monitor())
3841                 {
3842                     check_orphaned();
3843                     org.apache.xmlbeans.SimpleValue target = null;
3844                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DISTURBANCE$44, 0);
3845                     if (target == null)
3846                     {
3847                       return null;
3848                     }
3849                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
3850                 }
3851             }
3852             
3853             
3854 
3855 
3856             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetDisturbance()
3857             {
3858                 synchronized (monitor())
3859                 {
3860                     check_orphaned();
3861                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
3862                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(DISTURBANCE$44, 0);
3863                     return target;
3864                 }
3865             }
3866             
3867             
3868 
3869 
3870             public boolean isSetDisturbance()
3871             {
3872                 synchronized (monitor())
3873                 {
3874                     check_orphaned();
3875                     return get_store().count_elements(DISTURBANCE$44) != 0;
3876                 }
3877             }
3878             
3879             
3880 
3881 
3882             public void setDisturbance(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum disturbance)
3883             {
3884                 synchronized (monitor())
3885                 {
3886                     check_orphaned();
3887                     org.apache.xmlbeans.SimpleValue target = null;
3888                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DISTURBANCE$44, 0);
3889                     if (target == null)
3890                     {
3891                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(DISTURBANCE$44);
3892                     }
3893                     target.setEnumValue(disturbance);
3894                 }
3895             }
3896             
3897             
3898 
3899 
3900             public void xsetDisturbance(gov.grants.apply.system.globalLibraryV20.YesNoDataType disturbance)
3901             {
3902                 synchronized (monitor())
3903                 {
3904                     check_orphaned();
3905                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
3906                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(DISTURBANCE$44, 0);
3907                     if (target == null)
3908                     {
3909                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(DISTURBANCE$44);
3910                     }
3911                     target.set(disturbance);
3912                 }
3913             }
3914             
3915             
3916 
3917 
3918             public void unsetDisturbance()
3919             {
3920                 synchronized (monitor())
3921                 {
3922                     check_orphaned();
3923                     get_store().remove_element(DISTURBANCE$44, 0);
3924                 }
3925             }
3926             
3927             
3928 
3929 
3930             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getDeforestation()
3931             {
3932                 synchronized (monitor())
3933                 {
3934                     check_orphaned();
3935                     org.apache.xmlbeans.SimpleValue target = null;
3936                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DEFORESTATION$46, 0);
3937                     if (target == null)
3938                     {
3939                       return null;
3940                     }
3941                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
3942                 }
3943             }
3944             
3945             
3946 
3947 
3948             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetDeforestation()
3949             {
3950                 synchronized (monitor())
3951                 {
3952                     check_orphaned();
3953                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
3954                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(DEFORESTATION$46, 0);
3955                     return target;
3956                 }
3957             }
3958             
3959             
3960 
3961 
3962             public boolean isSetDeforestation()
3963             {
3964                 synchronized (monitor())
3965                 {
3966                     check_orphaned();
3967                     return get_store().count_elements(DEFORESTATION$46) != 0;
3968                 }
3969             }
3970             
3971             
3972 
3973 
3974             public void setDeforestation(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum deforestation)
3975             {
3976                 synchronized (monitor())
3977                 {
3978                     check_orphaned();
3979                     org.apache.xmlbeans.SimpleValue target = null;
3980                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DEFORESTATION$46, 0);
3981                     if (target == null)
3982                     {
3983                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(DEFORESTATION$46);
3984                     }
3985                     target.setEnumValue(deforestation);
3986                 }
3987             }
3988             
3989             
3990 
3991 
3992             public void xsetDeforestation(gov.grants.apply.system.globalLibraryV20.YesNoDataType deforestation)
3993             {
3994                 synchronized (monitor())
3995                 {
3996                     check_orphaned();
3997                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
3998                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(DEFORESTATION$46, 0);
3999                     if (target == null)
4000                     {
4001                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(DEFORESTATION$46);
4002                     }
4003                     target.set(deforestation);
4004                 }
4005             }
4006             
4007             
4008 
4009 
4010             public void unsetDeforestation()
4011             {
4012                 synchronized (monitor())
4013                 {
4014                     check_orphaned();
4015                     get_store().remove_element(DEFORESTATION$46, 0);
4016                 }
4017             }
4018             
4019             
4020 
4021 
4022             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPatch()
4023             {
4024                 synchronized (monitor())
4025                 {
4026                     check_orphaned();
4027                     org.apache.xmlbeans.SimpleValue target = null;
4028                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PATCH$48, 0);
4029                     if (target == null)
4030                     {
4031                       return null;
4032                     }
4033                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
4034                 }
4035             }
4036             
4037             
4038 
4039 
4040             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPatch()
4041             {
4042                 synchronized (monitor())
4043                 {
4044                     check_orphaned();
4045                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
4046                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PATCH$48, 0);
4047                     return target;
4048                 }
4049             }
4050             
4051             
4052 
4053 
4054             public boolean isSetPatch()
4055             {
4056                 synchronized (monitor())
4057                 {
4058                     check_orphaned();
4059                     return get_store().count_elements(PATCH$48) != 0;
4060                 }
4061             }
4062             
4063             
4064 
4065 
4066             public void setPatch(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum patch)
4067             {
4068                 synchronized (monitor())
4069                 {
4070                     check_orphaned();
4071                     org.apache.xmlbeans.SimpleValue target = null;
4072                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PATCH$48, 0);
4073                     if (target == null)
4074                     {
4075                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PATCH$48);
4076                     }
4077                     target.setEnumValue(patch);
4078                 }
4079             }
4080             
4081             
4082 
4083 
4084             public void xsetPatch(gov.grants.apply.system.globalLibraryV20.YesNoDataType patch)
4085             {
4086                 synchronized (monitor())
4087                 {
4088                     check_orphaned();
4089                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
4090                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PATCH$48, 0);
4091                     if (target == null)
4092                     {
4093                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PATCH$48);
4094                     }
4095                     target.set(patch);
4096                 }
4097             }
4098             
4099             
4100 
4101 
4102             public void unsetPatch()
4103             {
4104                 synchronized (monitor())
4105                 {
4106                     check_orphaned();
4107                     get_store().remove_element(PATCH$48, 0);
4108                 }
4109             }
4110             
4111             
4112 
4113 
4114             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFoodwebs()
4115             {
4116                 synchronized (monitor())
4117                 {
4118                     check_orphaned();
4119                     org.apache.xmlbeans.SimpleValue target = null;
4120                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FOODWEBS$50, 0);
4121                     if (target == null)
4122                     {
4123                       return null;
4124                     }
4125                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
4126                 }
4127             }
4128             
4129             
4130 
4131 
4132             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFoodwebs()
4133             {
4134                 synchronized (monitor())
4135                 {
4136                     check_orphaned();
4137                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
4138                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(FOODWEBS$50, 0);
4139                     return target;
4140                 }
4141             }
4142             
4143             
4144 
4145 
4146             public boolean isSetFoodwebs()
4147             {
4148                 synchronized (monitor())
4149                 {
4150                     check_orphaned();
4151                     return get_store().count_elements(FOODWEBS$50) != 0;
4152                 }
4153             }
4154             
4155             
4156 
4157 
4158             public void setFoodwebs(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum foodwebs)
4159             {
4160                 synchronized (monitor())
4161                 {
4162                     check_orphaned();
4163                     org.apache.xmlbeans.SimpleValue target = null;
4164                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FOODWEBS$50, 0);
4165                     if (target == null)
4166                     {
4167                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(FOODWEBS$50);
4168                     }
4169                     target.setEnumValue(foodwebs);
4170                 }
4171             }
4172             
4173             
4174 
4175 
4176             public void xsetFoodwebs(gov.grants.apply.system.globalLibraryV20.YesNoDataType foodwebs)
4177             {
4178                 synchronized (monitor())
4179                 {
4180                     check_orphaned();
4181                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
4182                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(FOODWEBS$50, 0);
4183                     if (target == null)
4184                     {
4185                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(FOODWEBS$50);
4186                     }
4187                     target.set(foodwebs);
4188                 }
4189             }
4190             
4191             
4192 
4193 
4194             public void unsetFoodwebs()
4195             {
4196                 synchronized (monitor())
4197                 {
4198                     check_orphaned();
4199                     get_store().remove_element(FOODWEBS$50, 0);
4200                 }
4201             }
4202             
4203             
4204 
4205 
4206             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getKeystonespecies()
4207             {
4208                 synchronized (monitor())
4209                 {
4210                     check_orphaned();
4211                     org.apache.xmlbeans.SimpleValue target = null;
4212                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(KEYSTONESPECIES$52, 0);
4213                     if (target == null)
4214                     {
4215                       return null;
4216                     }
4217                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
4218                 }
4219             }
4220             
4221             
4222 
4223 
4224             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetKeystonespecies()
4225             {
4226                 synchronized (monitor())
4227                 {
4228                     check_orphaned();
4229                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
4230                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(KEYSTONESPECIES$52, 0);
4231                     return target;
4232                 }
4233             }
4234             
4235             
4236 
4237 
4238             public boolean isSetKeystonespecies()
4239             {
4240                 synchronized (monitor())
4241                 {
4242                     check_orphaned();
4243                     return get_store().count_elements(KEYSTONESPECIES$52) != 0;
4244                 }
4245             }
4246             
4247             
4248 
4249 
4250             public void setKeystonespecies(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum keystonespecies)
4251             {
4252                 synchronized (monitor())
4253                 {
4254                     check_orphaned();
4255                     org.apache.xmlbeans.SimpleValue target = null;
4256                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(KEYSTONESPECIES$52, 0);
4257                     if (target == null)
4258                     {
4259                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(KEYSTONESPECIES$52);
4260                     }
4261                     target.setEnumValue(keystonespecies);
4262                 }
4263             }
4264             
4265             
4266 
4267 
4268             public void xsetKeystonespecies(gov.grants.apply.system.globalLibraryV20.YesNoDataType keystonespecies)
4269             {
4270                 synchronized (monitor())
4271                 {
4272                     check_orphaned();
4273                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
4274                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(KEYSTONESPECIES$52, 0);
4275                     if (target == null)
4276                     {
4277                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(KEYSTONESPECIES$52);
4278                     }
4279                     target.set(keystonespecies);
4280                 }
4281             }
4282             
4283             
4284 
4285 
4286             public void unsetKeystonespecies()
4287             {
4288                 synchronized (monitor())
4289                 {
4290                     check_orphaned();
4291                     get_store().remove_element(KEYSTONESPECIES$52, 0);
4292                 }
4293             }
4294             
4295             
4296 
4297 
4298             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCOMPARATIVEAPPROACHES()
4299             {
4300                 synchronized (monitor())
4301                 {
4302                     check_orphaned();
4303                     org.apache.xmlbeans.SimpleValue target = null;
4304                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(COMPARATIVEAPPROACHES$54, 0);
4305                     if (target == null)
4306                     {
4307                       return null;
4308                     }
4309                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
4310                 }
4311             }
4312             
4313             
4314 
4315 
4316             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCOMPARATIVEAPPROACHES()
4317             {
4318                 synchronized (monitor())
4319                 {
4320                     check_orphaned();
4321                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
4322                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(COMPARATIVEAPPROACHES$54, 0);
4323                     return target;
4324                 }
4325             }
4326             
4327             
4328 
4329 
4330             public boolean isSetCOMPARATIVEAPPROACHES()
4331             {
4332                 synchronized (monitor())
4333                 {
4334                     check_orphaned();
4335                     return get_store().count_elements(COMPARATIVEAPPROACHES$54) != 0;
4336                 }
4337             }
4338             
4339             
4340 
4341 
4342             public void setCOMPARATIVEAPPROACHES(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum comparativeapproaches)
4343             {
4344                 synchronized (monitor())
4345                 {
4346                     check_orphaned();
4347                     org.apache.xmlbeans.SimpleValue target = null;
4348                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(COMPARATIVEAPPROACHES$54, 0);
4349                     if (target == null)
4350                     {
4351                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(COMPARATIVEAPPROACHES$54);
4352                     }
4353                     target.setEnumValue(comparativeapproaches);
4354                 }
4355             }
4356             
4357             
4358 
4359 
4360             public void xsetCOMPARATIVEAPPROACHES(gov.grants.apply.system.globalLibraryV20.YesNoDataType comparativeapproaches)
4361             {
4362                 synchronized (monitor())
4363                 {
4364                     check_orphaned();
4365                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
4366                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(COMPARATIVEAPPROACHES$54, 0);
4367                     if (target == null)
4368                     {
4369                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(COMPARATIVEAPPROACHES$54);
4370                     }
4371                     target.set(comparativeapproaches);
4372                 }
4373             }
4374             
4375             
4376 
4377 
4378             public void unsetCOMPARATIVEAPPROACHES()
4379             {
4380                 synchronized (monitor())
4381                 {
4382                     check_orphaned();
4383                     get_store().remove_element(COMPARATIVEAPPROACHES$54, 0);
4384                 }
4385             }
4386             
4387             
4388 
4389 
4390             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCOMPUTATIONALBIOLOGY()
4391             {
4392                 synchronized (monitor())
4393                 {
4394                     check_orphaned();
4395                     org.apache.xmlbeans.SimpleValue target = null;
4396                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(COMPUTATIONALBIOLOGY$56, 0);
4397                     if (target == null)
4398                     {
4399                       return null;
4400                     }
4401                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
4402                 }
4403             }
4404             
4405             
4406 
4407 
4408             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCOMPUTATIONALBIOLOGY()
4409             {
4410                 synchronized (monitor())
4411                 {
4412                     check_orphaned();
4413                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
4414                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(COMPUTATIONALBIOLOGY$56, 0);
4415                     return target;
4416                 }
4417             }
4418             
4419             
4420 
4421 
4422             public boolean isSetCOMPUTATIONALBIOLOGY()
4423             {
4424                 synchronized (monitor())
4425                 {
4426                     check_orphaned();
4427                     return get_store().count_elements(COMPUTATIONALBIOLOGY$56) != 0;
4428                 }
4429             }
4430             
4431             
4432 
4433 
4434             public void setCOMPUTATIONALBIOLOGY(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum computationalbiology)
4435             {
4436                 synchronized (monitor())
4437                 {
4438                     check_orphaned();
4439                     org.apache.xmlbeans.SimpleValue target = null;
4440                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(COMPUTATIONALBIOLOGY$56, 0);
4441                     if (target == null)
4442                     {
4443                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(COMPUTATIONALBIOLOGY$56);
4444                     }
4445                     target.setEnumValue(computationalbiology);
4446                 }
4447             }
4448             
4449             
4450 
4451 
4452             public void xsetCOMPUTATIONALBIOLOGY(gov.grants.apply.system.globalLibraryV20.YesNoDataType computationalbiology)
4453             {
4454                 synchronized (monitor())
4455                 {
4456                     check_orphaned();
4457                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
4458                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(COMPUTATIONALBIOLOGY$56, 0);
4459                     if (target == null)
4460                     {
4461                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(COMPUTATIONALBIOLOGY$56);
4462                     }
4463                     target.set(computationalbiology);
4464                 }
4465             }
4466             
4467             
4468 
4469 
4470             public void unsetCOMPUTATIONALBIOLOGY()
4471             {
4472                 synchronized (monitor())
4473                 {
4474                     check_orphaned();
4475                     get_store().remove_element(COMPUTATIONALBIOLOGY$56, 0);
4476                 }
4477             }
4478             
4479             
4480 
4481 
4482             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCONSERVATION()
4483             {
4484                 synchronized (monitor())
4485                 {
4486                     check_orphaned();
4487                     org.apache.xmlbeans.SimpleValue target = null;
4488                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CONSERVATION$58, 0);
4489                     if (target == null)
4490                     {
4491                       return null;
4492                     }
4493                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
4494                 }
4495             }
4496             
4497             
4498 
4499 
4500             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCONSERVATION()
4501             {
4502                 synchronized (monitor())
4503                 {
4504                     check_orphaned();
4505                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
4506                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CONSERVATION$58, 0);
4507                     return target;
4508                 }
4509             }
4510             
4511             
4512 
4513 
4514             public boolean isSetCONSERVATION()
4515             {
4516                 synchronized (monitor())
4517                 {
4518                     check_orphaned();
4519                     return get_store().count_elements(CONSERVATION$58) != 0;
4520                 }
4521             }
4522             
4523             
4524 
4525 
4526             public void setCONSERVATION(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum conservation)
4527             {
4528                 synchronized (monitor())
4529                 {
4530                     check_orphaned();
4531                     org.apache.xmlbeans.SimpleValue target = null;
4532                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CONSERVATION$58, 0);
4533                     if (target == null)
4534                     {
4535                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CONSERVATION$58);
4536                     }
4537                     target.setEnumValue(conservation);
4538                 }
4539             }
4540             
4541             
4542 
4543 
4544             public void xsetCONSERVATION(gov.grants.apply.system.globalLibraryV20.YesNoDataType conservation)
4545             {
4546                 synchronized (monitor())
4547                 {
4548                     check_orphaned();
4549                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
4550                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CONSERVATION$58, 0);
4551                     if (target == null)
4552                     {
4553                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CONSERVATION$58);
4554                     }
4555                     target.set(conservation);
4556                 }
4557             }
4558             
4559             
4560 
4561 
4562             public void unsetCONSERVATION()
4563             {
4564                 synchronized (monitor())
4565                 {
4566                     check_orphaned();
4567                     get_store().remove_element(CONSERVATION$58, 0);
4568                 }
4569             }
4570             
4571             
4572 
4573 
4574             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCORALREEFS()
4575             {
4576                 synchronized (monitor())
4577                 {
4578                     check_orphaned();
4579                     org.apache.xmlbeans.SimpleValue target = null;
4580                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CORALREEFS$60, 0);
4581                     if (target == null)
4582                     {
4583                       return null;
4584                     }
4585                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
4586                 }
4587             }
4588             
4589             
4590 
4591 
4592             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCORALREEFS()
4593             {
4594                 synchronized (monitor())
4595                 {
4596                     check_orphaned();
4597                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
4598                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CORALREEFS$60, 0);
4599                     return target;
4600                 }
4601             }
4602             
4603             
4604 
4605 
4606             public boolean isSetCORALREEFS()
4607             {
4608                 synchronized (monitor())
4609                 {
4610                     check_orphaned();
4611                     return get_store().count_elements(CORALREEFS$60) != 0;
4612                 }
4613             }
4614             
4615             
4616 
4617 
4618             public void setCORALREEFS(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum coralreefs)
4619             {
4620                 synchronized (monitor())
4621                 {
4622                     check_orphaned();
4623                     org.apache.xmlbeans.SimpleValue target = null;
4624                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CORALREEFS$60, 0);
4625                     if (target == null)
4626                     {
4627                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CORALREEFS$60);
4628                     }
4629                     target.setEnumValue(coralreefs);
4630                 }
4631             }
4632             
4633             
4634 
4635 
4636             public void xsetCORALREEFS(gov.grants.apply.system.globalLibraryV20.YesNoDataType coralreefs)
4637             {
4638                 synchronized (monitor())
4639                 {
4640                     check_orphaned();
4641                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
4642                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CORALREEFS$60, 0);
4643                     if (target == null)
4644                     {
4645                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CORALREEFS$60);
4646                     }
4647                     target.set(coralreefs);
4648                 }
4649             }
4650             
4651             
4652 
4653 
4654             public void unsetCORALREEFS()
4655             {
4656                 synchronized (monitor())
4657                 {
4658                     check_orphaned();
4659                     get_store().remove_element(CORALREEFS$60, 0);
4660                 }
4661             }
4662             
4663             
4664 
4665 
4666             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCURATION()
4667             {
4668                 synchronized (monitor())
4669                 {
4670                     check_orphaned();
4671                     org.apache.xmlbeans.SimpleValue target = null;
4672                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CURATION$62, 0);
4673                     if (target == null)
4674                     {
4675                       return null;
4676                     }
4677                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
4678                 }
4679             }
4680             
4681             
4682 
4683 
4684             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCURATION()
4685             {
4686                 synchronized (monitor())
4687                 {
4688                     check_orphaned();
4689                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
4690                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CURATION$62, 0);
4691                     return target;
4692                 }
4693             }
4694             
4695             
4696 
4697 
4698             public boolean isSetCURATION()
4699             {
4700                 synchronized (monitor())
4701                 {
4702                     check_orphaned();
4703                     return get_store().count_elements(CURATION$62) != 0;
4704                 }
4705             }
4706             
4707             
4708 
4709 
4710             public void setCURATION(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum curation)
4711             {
4712                 synchronized (monitor())
4713                 {
4714                     check_orphaned();
4715                     org.apache.xmlbeans.SimpleValue target = null;
4716                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CURATION$62, 0);
4717                     if (target == null)
4718                     {
4719                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CURATION$62);
4720                     }
4721                     target.setEnumValue(curation);
4722                 }
4723             }
4724             
4725             
4726 
4727 
4728             public void xsetCURATION(gov.grants.apply.system.globalLibraryV20.YesNoDataType curation)
4729             {
4730                 synchronized (monitor())
4731                 {
4732                     check_orphaned();
4733                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
4734                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CURATION$62, 0);
4735                     if (target == null)
4736                     {
4737                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CURATION$62);
4738                     }
4739                     target.set(curation);
4740                 }
4741             }
4742             
4743             
4744 
4745 
4746             public void unsetCURATION()
4747             {
4748                 synchronized (monitor())
4749                 {
4750                     check_orphaned();
4751                     get_store().remove_element(CURATION$62, 0);
4752                 }
4753             }
4754             
4755             
4756 
4757 
4758             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSubstantiveAreaDATABASES()
4759             {
4760                 synchronized (monitor())
4761                 {
4762                     check_orphaned();
4763                     org.apache.xmlbeans.SimpleValue target = null;
4764                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SUBSTANTIVEAREADATABASES$64, 0);
4765                     if (target == null)
4766                     {
4767                       return null;
4768                     }
4769                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
4770                 }
4771             }
4772             
4773             
4774 
4775 
4776             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSubstantiveAreaDATABASES()
4777             {
4778                 synchronized (monitor())
4779                 {
4780                     check_orphaned();
4781                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
4782                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SUBSTANTIVEAREADATABASES$64, 0);
4783                     return target;
4784                 }
4785             }
4786             
4787             
4788 
4789 
4790             public boolean isSetSubstantiveAreaDATABASES()
4791             {
4792                 synchronized (monitor())
4793                 {
4794                     check_orphaned();
4795                     return get_store().count_elements(SUBSTANTIVEAREADATABASES$64) != 0;
4796                 }
4797             }
4798             
4799             
4800 
4801 
4802             public void setSubstantiveAreaDATABASES(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum substantiveAreaDATABASES)
4803             {
4804                 synchronized (monitor())
4805                 {
4806                     check_orphaned();
4807                     org.apache.xmlbeans.SimpleValue target = null;
4808                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SUBSTANTIVEAREADATABASES$64, 0);
4809                     if (target == null)
4810                     {
4811                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SUBSTANTIVEAREADATABASES$64);
4812                     }
4813                     target.setEnumValue(substantiveAreaDATABASES);
4814                 }
4815             }
4816             
4817             
4818 
4819 
4820             public void xsetSubstantiveAreaDATABASES(gov.grants.apply.system.globalLibraryV20.YesNoDataType substantiveAreaDATABASES)
4821             {
4822                 synchronized (monitor())
4823                 {
4824                     check_orphaned();
4825                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
4826                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SUBSTANTIVEAREADATABASES$64, 0);
4827                     if (target == null)
4828                     {
4829                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SUBSTANTIVEAREADATABASES$64);
4830                     }
4831                     target.set(substantiveAreaDATABASES);
4832                 }
4833             }
4834             
4835             
4836 
4837 
4838             public void unsetSubstantiveAreaDATABASES()
4839             {
4840                 synchronized (monitor())
4841                 {
4842                     check_orphaned();
4843                     get_store().remove_element(SUBSTANTIVEAREADATABASES$64, 0);
4844                 }
4845             }
4846             
4847             
4848 
4849 
4850             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getDEVELOPMENTALBIOLOGY()
4851             {
4852                 synchronized (monitor())
4853                 {
4854                     check_orphaned();
4855                     org.apache.xmlbeans.SimpleValue target = null;
4856                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DEVELOPMENTALBIOLOGY$66, 0);
4857                     if (target == null)
4858                     {
4859                       return null;
4860                     }
4861                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
4862                 }
4863             }
4864             
4865             
4866 
4867 
4868             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetDEVELOPMENTALBIOLOGY()
4869             {
4870                 synchronized (monitor())
4871                 {
4872                     check_orphaned();
4873                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
4874                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(DEVELOPMENTALBIOLOGY$66, 0);
4875                     return target;
4876                 }
4877             }
4878             
4879             
4880 
4881 
4882             public boolean isSetDEVELOPMENTALBIOLOGY()
4883             {
4884                 synchronized (monitor())
4885                 {
4886                     check_orphaned();
4887                     return get_store().count_elements(DEVELOPMENTALBIOLOGY$66) != 0;
4888                 }
4889             }
4890             
4891             
4892 
4893 
4894             public void setDEVELOPMENTALBIOLOGY(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum developmentalbiology)
4895             {
4896                 synchronized (monitor())
4897                 {
4898                     check_orphaned();
4899                     org.apache.xmlbeans.SimpleValue target = null;
4900                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DEVELOPMENTALBIOLOGY$66, 0);
4901                     if (target == null)
4902                     {
4903                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(DEVELOPMENTALBIOLOGY$66);
4904                     }
4905                     target.setEnumValue(developmentalbiology);
4906                 }
4907             }
4908             
4909             
4910 
4911 
4912             public void xsetDEVELOPMENTALBIOLOGY(gov.grants.apply.system.globalLibraryV20.YesNoDataType developmentalbiology)
4913             {
4914                 synchronized (monitor())
4915                 {
4916                     check_orphaned();
4917                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
4918                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(DEVELOPMENTALBIOLOGY$66, 0);
4919                     if (target == null)
4920                     {
4921                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(DEVELOPMENTALBIOLOGY$66);
4922                     }
4923                     target.set(developmentalbiology);
4924                 }
4925             }
4926             
4927             
4928 
4929 
4930             public void unsetDEVELOPMENTALBIOLOGY()
4931             {
4932                 synchronized (monitor())
4933                 {
4934                     check_orphaned();
4935                     get_store().remove_element(DEVELOPMENTALBIOLOGY$66, 0);
4936                 }
4937             }
4938             
4939             
4940 
4941 
4942             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getECOSYSTEMSLEVEL()
4943             {
4944                 synchronized (monitor())
4945                 {
4946                     check_orphaned();
4947                     org.apache.xmlbeans.SimpleValue target = null;
4948                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ECOSYSTEMSLEVEL$68, 0);
4949                     if (target == null)
4950                     {
4951                       return null;
4952                     }
4953                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
4954                 }
4955             }
4956             
4957             
4958 
4959 
4960             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetECOSYSTEMSLEVEL()
4961             {
4962                 synchronized (monitor())
4963                 {
4964                     check_orphaned();
4965                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
4966                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ECOSYSTEMSLEVEL$68, 0);
4967                     return target;
4968                 }
4969             }
4970             
4971             
4972 
4973 
4974             public boolean isSetECOSYSTEMSLEVEL()
4975             {
4976                 synchronized (monitor())
4977                 {
4978                     check_orphaned();
4979                     return get_store().count_elements(ECOSYSTEMSLEVEL$68) != 0;
4980                 }
4981             }
4982             
4983             
4984 
4985 
4986             public void setECOSYSTEMSLEVEL(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum ecosystemslevel)
4987             {
4988                 synchronized (monitor())
4989                 {
4990                     check_orphaned();
4991                     org.apache.xmlbeans.SimpleValue target = null;
4992                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ECOSYSTEMSLEVEL$68, 0);
4993                     if (target == null)
4994                     {
4995                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ECOSYSTEMSLEVEL$68);
4996                     }
4997                     target.setEnumValue(ecosystemslevel);
4998                 }
4999             }
5000             
5001             
5002 
5003 
5004             public void xsetECOSYSTEMSLEVEL(gov.grants.apply.system.globalLibraryV20.YesNoDataType ecosystemslevel)
5005             {
5006                 synchronized (monitor())
5007                 {
5008                     check_orphaned();
5009                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
5010                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ECOSYSTEMSLEVEL$68, 0);
5011                     if (target == null)
5012                     {
5013                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ECOSYSTEMSLEVEL$68);
5014                     }
5015                     target.set(ecosystemslevel);
5016                 }
5017             }
5018             
5019             
5020 
5021 
5022             public void unsetECOSYSTEMSLEVEL()
5023             {
5024                 synchronized (monitor())
5025                 {
5026                     check_orphaned();
5027                     get_store().remove_element(ECOSYSTEMSLEVEL$68, 0);
5028                 }
5029             }
5030             
5031             
5032 
5033 
5034             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPhysicalStructure()
5035             {
5036                 synchronized (monitor())
5037                 {
5038                     check_orphaned();
5039                     org.apache.xmlbeans.SimpleValue target = null;
5040                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PHYSICALSTRUCTURE$70, 0);
5041                     if (target == null)
5042                     {
5043                       return null;
5044                     }
5045                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
5046                 }
5047             }
5048             
5049             
5050 
5051 
5052             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPhysicalStructure()
5053             {
5054                 synchronized (monitor())
5055                 {
5056                     check_orphaned();
5057                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
5058                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PHYSICALSTRUCTURE$70, 0);
5059                     return target;
5060                 }
5061             }
5062             
5063             
5064 
5065 
5066             public boolean isSetPhysicalStructure()
5067             {
5068                 synchronized (monitor())
5069                 {
5070                     check_orphaned();
5071                     return get_store().count_elements(PHYSICALSTRUCTURE$70) != 0;
5072                 }
5073             }
5074             
5075             
5076 
5077 
5078             public void setPhysicalStructure(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum physicalStructure)
5079             {
5080                 synchronized (monitor())
5081                 {
5082                     check_orphaned();
5083                     org.apache.xmlbeans.SimpleValue target = null;
5084                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PHYSICALSTRUCTURE$70, 0);
5085                     if (target == null)
5086                     {
5087                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PHYSICALSTRUCTURE$70);
5088                     }
5089                     target.setEnumValue(physicalStructure);
5090                 }
5091             }
5092             
5093             
5094 
5095 
5096             public void xsetPhysicalStructure(gov.grants.apply.system.globalLibraryV20.YesNoDataType physicalStructure)
5097             {
5098                 synchronized (monitor())
5099                 {
5100                     check_orphaned();
5101                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
5102                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PHYSICALSTRUCTURE$70, 0);
5103                     if (target == null)
5104                     {
5105                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PHYSICALSTRUCTURE$70);
5106                     }
5107                     target.set(physicalStructure);
5108                 }
5109             }
5110             
5111             
5112 
5113 
5114             public void unsetPhysicalStructure()
5115             {
5116                 synchronized (monitor())
5117                 {
5118                     check_orphaned();
5119                     get_store().remove_element(PHYSICALSTRUCTURE$70, 0);
5120                 }
5121             }
5122             
5123             
5124 
5125 
5126             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getDecomposition()
5127             {
5128                 synchronized (monitor())
5129                 {
5130                     check_orphaned();
5131                     org.apache.xmlbeans.SimpleValue target = null;
5132                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DECOMPOSITION$72, 0);
5133                     if (target == null)
5134                     {
5135                       return null;
5136                     }
5137                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
5138                 }
5139             }
5140             
5141             
5142 
5143 
5144             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetDecomposition()
5145             {
5146                 synchronized (monitor())
5147                 {
5148                     check_orphaned();
5149                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
5150                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(DECOMPOSITION$72, 0);
5151                     return target;
5152                 }
5153             }
5154             
5155             
5156 
5157 
5158             public boolean isSetDecomposition()
5159             {
5160                 synchronized (monitor())
5161                 {
5162                     check_orphaned();
5163                     return get_store().count_elements(DECOMPOSITION$72) != 0;
5164                 }
5165             }
5166             
5167             
5168 
5169 
5170             public void setDecomposition(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum decomposition)
5171             {
5172                 synchronized (monitor())
5173                 {
5174                     check_orphaned();
5175                     org.apache.xmlbeans.SimpleValue target = null;
5176                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DECOMPOSITION$72, 0);
5177                     if (target == null)
5178                     {
5179                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(DECOMPOSITION$72);
5180                     }
5181                     target.setEnumValue(decomposition);
5182                 }
5183             }
5184             
5185             
5186 
5187 
5188             public void xsetDecomposition(gov.grants.apply.system.globalLibraryV20.YesNoDataType decomposition)
5189             {
5190                 synchronized (monitor())
5191                 {
5192                     check_orphaned();
5193                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
5194                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(DECOMPOSITION$72, 0);
5195                     if (target == null)
5196                     {
5197                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(DECOMPOSITION$72);
5198                     }
5199                     target.set(decomposition);
5200                 }
5201             }
5202             
5203             
5204 
5205 
5206             public void unsetDecomposition()
5207             {
5208                 synchronized (monitor())
5209                 {
5210                     check_orphaned();
5211                     get_store().remove_element(DECOMPOSITION$72, 0);
5212                 }
5213             }
5214             
5215             
5216 
5217 
5218             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBiogeochemistry()
5219             {
5220                 synchronized (monitor())
5221                 {
5222                     check_orphaned();
5223                     org.apache.xmlbeans.SimpleValue target = null;
5224                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(BIOGEOCHEMISTRY$74, 0);
5225                     if (target == null)
5226                     {
5227                       return null;
5228                     }
5229                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
5230                 }
5231             }
5232             
5233             
5234 
5235 
5236             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBiogeochemistry()
5237             {
5238                 synchronized (monitor())
5239                 {
5240                     check_orphaned();
5241                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
5242                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(BIOGEOCHEMISTRY$74, 0);
5243                     return target;
5244                 }
5245             }
5246             
5247             
5248 
5249 
5250             public boolean isSetBiogeochemistry()
5251             {
5252                 synchronized (monitor())
5253                 {
5254                     check_orphaned();
5255                     return get_store().count_elements(BIOGEOCHEMISTRY$74) != 0;
5256                 }
5257             }
5258             
5259             
5260 
5261 
5262             public void setBiogeochemistry(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum biogeochemistry)
5263             {
5264                 synchronized (monitor())
5265                 {
5266                     check_orphaned();
5267                     org.apache.xmlbeans.SimpleValue target = null;
5268                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(BIOGEOCHEMISTRY$74, 0);
5269                     if (target == null)
5270                     {
5271                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(BIOGEOCHEMISTRY$74);
5272                     }
5273                     target.setEnumValue(biogeochemistry);
5274                 }
5275             }
5276             
5277             
5278 
5279 
5280             public void xsetBiogeochemistry(gov.grants.apply.system.globalLibraryV20.YesNoDataType biogeochemistry)
5281             {
5282                 synchronized (monitor())
5283                 {
5284                     check_orphaned();
5285                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
5286                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(BIOGEOCHEMISTRY$74, 0);
5287                     if (target == null)
5288                     {
5289                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(BIOGEOCHEMISTRY$74);
5290                     }
5291                     target.set(biogeochemistry);
5292                 }
5293             }
5294             
5295             
5296 
5297 
5298             public void unsetBiogeochemistry()
5299             {
5300                 synchronized (monitor())
5301                 {
5302                     check_orphaned();
5303                     get_store().remove_element(BIOGEOCHEMISTRY$74, 0);
5304                 }
5305             }
5306             
5307             
5308 
5309 
5310             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getLimnologyHydrology()
5311             {
5312                 synchronized (monitor())
5313                 {
5314                     check_orphaned();
5315                     org.apache.xmlbeans.SimpleValue target = null;
5316                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(LIMNOLOGYHYDROLOGY$76, 0);
5317                     if (target == null)
5318                     {
5319                       return null;
5320                     }
5321                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
5322                 }
5323             }
5324             
5325             
5326 
5327 
5328             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetLimnologyHydrology()
5329             {
5330                 synchronized (monitor())
5331                 {
5332                     check_orphaned();
5333                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
5334                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(LIMNOLOGYHYDROLOGY$76, 0);
5335                     return target;
5336                 }
5337             }
5338             
5339             
5340 
5341 
5342             public boolean isSetLimnologyHydrology()
5343             {
5344                 synchronized (monitor())
5345                 {
5346                     check_orphaned();
5347                     return get_store().count_elements(LIMNOLOGYHYDROLOGY$76) != 0;
5348                 }
5349             }
5350             
5351             
5352 
5353 
5354             public void setLimnologyHydrology(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum limnologyHydrology)
5355             {
5356                 synchronized (monitor())
5357                 {
5358                     check_orphaned();
5359                     org.apache.xmlbeans.SimpleValue target = null;
5360                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(LIMNOLOGYHYDROLOGY$76, 0);
5361                     if (target == null)
5362                     {
5363                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(LIMNOLOGYHYDROLOGY$76);
5364                     }
5365                     target.setEnumValue(limnologyHydrology);
5366                 }
5367             }
5368             
5369             
5370 
5371 
5372             public void xsetLimnologyHydrology(gov.grants.apply.system.globalLibraryV20.YesNoDataType limnologyHydrology)
5373             {
5374                 synchronized (monitor())
5375                 {
5376                     check_orphaned();
5377                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
5378                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(LIMNOLOGYHYDROLOGY$76, 0);
5379                     if (target == null)
5380                     {
5381                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(LIMNOLOGYHYDROLOGY$76);
5382                     }
5383                     target.set(limnologyHydrology);
5384                 }
5385             }
5386             
5387             
5388 
5389 
5390             public void unsetLimnologyHydrology()
5391             {
5392                 synchronized (monitor())
5393                 {
5394                     check_orphaned();
5395                     get_store().remove_element(LIMNOLOGYHYDROLOGY$76, 0);
5396                 }
5397             }
5398             
5399             
5400 
5401 
5402             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getClimateMicroclimate()
5403             {
5404                 synchronized (monitor())
5405                 {
5406                     check_orphaned();
5407                     org.apache.xmlbeans.SimpleValue target = null;
5408                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CLIMATEMICROCLIMATE$78, 0);
5409                     if (target == null)
5410                     {
5411                       return null;
5412                     }
5413                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
5414                 }
5415             }
5416             
5417             
5418 
5419 
5420             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetClimateMicroclimate()
5421             {
5422                 synchronized (monitor())
5423                 {
5424                     check_orphaned();
5425                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
5426                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CLIMATEMICROCLIMATE$78, 0);
5427                     return target;
5428                 }
5429             }
5430             
5431             
5432 
5433 
5434             public boolean isSetClimateMicroclimate()
5435             {
5436                 synchronized (monitor())
5437                 {
5438                     check_orphaned();
5439                     return get_store().count_elements(CLIMATEMICROCLIMATE$78) != 0;
5440                 }
5441             }
5442             
5443             
5444 
5445 
5446             public void setClimateMicroclimate(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum climateMicroclimate)
5447             {
5448                 synchronized (monitor())
5449                 {
5450                     check_orphaned();
5451                     org.apache.xmlbeans.SimpleValue target = null;
5452                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CLIMATEMICROCLIMATE$78, 0);
5453                     if (target == null)
5454                     {
5455                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CLIMATEMICROCLIMATE$78);
5456                     }
5457                     target.setEnumValue(climateMicroclimate);
5458                 }
5459             }
5460             
5461             
5462 
5463 
5464             public void xsetClimateMicroclimate(gov.grants.apply.system.globalLibraryV20.YesNoDataType climateMicroclimate)
5465             {
5466                 synchronized (monitor())
5467                 {
5468                     check_orphaned();
5469                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
5470                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CLIMATEMICROCLIMATE$78, 0);
5471                     if (target == null)
5472                     {
5473                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CLIMATEMICROCLIMATE$78);
5474                     }
5475                     target.set(climateMicroclimate);
5476                 }
5477             }
5478             
5479             
5480 
5481 
5482             public void unsetClimateMicroclimate()
5483             {
5484                 synchronized (monitor())
5485                 {
5486                     check_orphaned();
5487                     get_store().remove_element(CLIMATEMICROCLIMATE$78, 0);
5488                 }
5489             }
5490             
5491             
5492 
5493 
5494             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getWholeSystemAnalysis()
5495             {
5496                 synchronized (monitor())
5497                 {
5498                     check_orphaned();
5499                     org.apache.xmlbeans.SimpleValue target = null;
5500                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(WHOLESYSTEMANALYSIS$80, 0);
5501                     if (target == null)
5502                     {
5503                       return null;
5504                     }
5505                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
5506                 }
5507             }
5508             
5509             
5510 
5511 
5512             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetWholeSystemAnalysis()
5513             {
5514                 synchronized (monitor())
5515                 {
5516                     check_orphaned();
5517                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
5518                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(WHOLESYSTEMANALYSIS$80, 0);
5519                     return target;
5520                 }
5521             }
5522             
5523             
5524 
5525 
5526             public boolean isSetWholeSystemAnalysis()
5527             {
5528                 synchronized (monitor())
5529                 {
5530                     check_orphaned();
5531                     return get_store().count_elements(WHOLESYSTEMANALYSIS$80) != 0;
5532                 }
5533             }
5534             
5535             
5536 
5537 
5538             public void setWholeSystemAnalysis(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum wholeSystemAnalysis)
5539             {
5540                 synchronized (monitor())
5541                 {
5542                     check_orphaned();
5543                     org.apache.xmlbeans.SimpleValue target = null;
5544                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(WHOLESYSTEMANALYSIS$80, 0);
5545                     if (target == null)
5546                     {
5547                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(WHOLESYSTEMANALYSIS$80);
5548                     }
5549                     target.setEnumValue(wholeSystemAnalysis);
5550                 }
5551             }
5552             
5553             
5554 
5555 
5556             public void xsetWholeSystemAnalysis(gov.grants.apply.system.globalLibraryV20.YesNoDataType wholeSystemAnalysis)
5557             {
5558                 synchronized (monitor())
5559                 {
5560                     check_orphaned();
5561                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
5562                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(WHOLESYSTEMANALYSIS$80, 0);
5563                     if (target == null)
5564                     {
5565                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(WHOLESYSTEMANALYSIS$80);
5566                     }
5567                     target.set(wholeSystemAnalysis);
5568                 }
5569             }
5570             
5571             
5572 
5573 
5574             public void unsetWholeSystemAnalysis()
5575             {
5576                 synchronized (monitor())
5577                 {
5578                     check_orphaned();
5579                     get_store().remove_element(WHOLESYSTEMANALYSIS$80, 0);
5580                 }
5581             }
5582             
5583             
5584 
5585 
5586             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getProductivityBiomass()
5587             {
5588                 synchronized (monitor())
5589                 {
5590                     check_orphaned();
5591                     org.apache.xmlbeans.SimpleValue target = null;
5592                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PRODUCTIVITYBIOMASS$82, 0);
5593                     if (target == null)
5594                     {
5595                       return null;
5596                     }
5597                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
5598                 }
5599             }
5600             
5601             
5602 
5603 
5604             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetProductivityBiomass()
5605             {
5606                 synchronized (monitor())
5607                 {
5608                     check_orphaned();
5609                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
5610                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PRODUCTIVITYBIOMASS$82, 0);
5611                     return target;
5612                 }
5613             }
5614             
5615             
5616 
5617 
5618             public boolean isSetProductivityBiomass()
5619             {
5620                 synchronized (monitor())
5621                 {
5622                     check_orphaned();
5623                     return get_store().count_elements(PRODUCTIVITYBIOMASS$82) != 0;
5624                 }
5625             }
5626             
5627             
5628 
5629 
5630             public void setProductivityBiomass(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum productivityBiomass)
5631             {
5632                 synchronized (monitor())
5633                 {
5634                     check_orphaned();
5635                     org.apache.xmlbeans.SimpleValue target = null;
5636                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PRODUCTIVITYBIOMASS$82, 0);
5637                     if (target == null)
5638                     {
5639                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PRODUCTIVITYBIOMASS$82);
5640                     }
5641                     target.setEnumValue(productivityBiomass);
5642                 }
5643             }
5644             
5645             
5646 
5647 
5648             public void xsetProductivityBiomass(gov.grants.apply.system.globalLibraryV20.YesNoDataType productivityBiomass)
5649             {
5650                 synchronized (monitor())
5651                 {
5652                     check_orphaned();
5653                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
5654                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PRODUCTIVITYBIOMASS$82, 0);
5655                     if (target == null)
5656                     {
5657                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PRODUCTIVITYBIOMASS$82);
5658                     }
5659                     target.set(productivityBiomass);
5660                 }
5661             }
5662             
5663             
5664 
5665 
5666             public void unsetProductivityBiomass()
5667             {
5668                 synchronized (monitor())
5669                 {
5670                     check_orphaned();
5671                     get_store().remove_element(PRODUCTIVITYBIOMASS$82, 0);
5672                 }
5673             }
5674             
5675             
5676 
5677 
5678             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSystemEnergetics()
5679             {
5680                 synchronized (monitor())
5681                 {
5682                     check_orphaned();
5683                     org.apache.xmlbeans.SimpleValue target = null;
5684                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SYSTEMENERGETICS$84, 0);
5685                     if (target == null)
5686                     {
5687                       return null;
5688                     }
5689                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
5690                 }
5691             }
5692             
5693             
5694 
5695 
5696             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSystemEnergetics()
5697             {
5698                 synchronized (monitor())
5699                 {
5700                     check_orphaned();
5701                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
5702                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SYSTEMENERGETICS$84, 0);
5703                     return target;
5704                 }
5705             }
5706             
5707             
5708 
5709 
5710             public boolean isSetSystemEnergetics()
5711             {
5712                 synchronized (monitor())
5713                 {
5714                     check_orphaned();
5715                     return get_store().count_elements(SYSTEMENERGETICS$84) != 0;
5716                 }
5717             }
5718             
5719             
5720 
5721 
5722             public void setSystemEnergetics(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum systemEnergetics)
5723             {
5724                 synchronized (monitor())
5725                 {
5726                     check_orphaned();
5727                     org.apache.xmlbeans.SimpleValue target = null;
5728                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SYSTEMENERGETICS$84, 0);
5729                     if (target == null)
5730                     {
5731                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SYSTEMENERGETICS$84);
5732                     }
5733                     target.setEnumValue(systemEnergetics);
5734                 }
5735             }
5736             
5737             
5738 
5739 
5740             public void xsetSystemEnergetics(gov.grants.apply.system.globalLibraryV20.YesNoDataType systemEnergetics)
5741             {
5742                 synchronized (monitor())
5743                 {
5744                     check_orphaned();
5745                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
5746                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SYSTEMENERGETICS$84, 0);
5747                     if (target == null)
5748                     {
5749                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SYSTEMENERGETICS$84);
5750                     }
5751                     target.set(systemEnergetics);
5752                 }
5753             }
5754             
5755             
5756 
5757 
5758             public void unsetSystemEnergetics()
5759             {
5760                 synchronized (monitor())
5761                 {
5762                     check_orphaned();
5763                     get_store().remove_element(SYSTEMENERGETICS$84, 0);
5764                 }
5765             }
5766             
5767             
5768 
5769 
5770             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getLandscapeDynamics()
5771             {
5772                 synchronized (monitor())
5773                 {
5774                     check_orphaned();
5775                     org.apache.xmlbeans.SimpleValue target = null;
5776                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(LANDSCAPEDYNAMICS$86, 0);
5777                     if (target == null)
5778                     {
5779                       return null;
5780                     }
5781                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
5782                 }
5783             }
5784             
5785             
5786 
5787 
5788             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetLandscapeDynamics()
5789             {
5790                 synchronized (monitor())
5791                 {
5792                     check_orphaned();
5793                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
5794                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(LANDSCAPEDYNAMICS$86, 0);
5795                     return target;
5796                 }
5797             }
5798             
5799             
5800 
5801 
5802             public boolean isSetLandscapeDynamics()
5803             {
5804                 synchronized (monitor())
5805                 {
5806                     check_orphaned();
5807                     return get_store().count_elements(LANDSCAPEDYNAMICS$86) != 0;
5808                 }
5809             }
5810             
5811             
5812 
5813 
5814             public void setLandscapeDynamics(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum landscapeDynamics)
5815             {
5816                 synchronized (monitor())
5817                 {
5818                     check_orphaned();
5819                     org.apache.xmlbeans.SimpleValue target = null;
5820                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(LANDSCAPEDYNAMICS$86, 0);
5821                     if (target == null)
5822                     {
5823                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(LANDSCAPEDYNAMICS$86);
5824                     }
5825                     target.setEnumValue(landscapeDynamics);
5826                 }
5827             }
5828             
5829             
5830 
5831 
5832             public void xsetLandscapeDynamics(gov.grants.apply.system.globalLibraryV20.YesNoDataType landscapeDynamics)
5833             {
5834                 synchronized (monitor())
5835                 {
5836                     check_orphaned();
5837                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
5838                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(LANDSCAPEDYNAMICS$86, 0);
5839                     if (target == null)
5840                     {
5841                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(LANDSCAPEDYNAMICS$86);
5842                     }
5843                     target.set(landscapeDynamics);
5844                 }
5845             }
5846             
5847             
5848 
5849 
5850             public void unsetLandscapeDynamics()
5851             {
5852                 synchronized (monitor())
5853                 {
5854                     check_orphaned();
5855                     get_store().remove_element(LANDSCAPEDYNAMICS$86, 0);
5856                 }
5857             }
5858             
5859             
5860 
5861 
5862             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getChemicalBiochemicalControl()
5863             {
5864                 synchronized (monitor())
5865                 {
5866                     check_orphaned();
5867                     org.apache.xmlbeans.SimpleValue target = null;
5868                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CHEMICALBIOCHEMICALCONTROL$88, 0);
5869                     if (target == null)
5870                     {
5871                       return null;
5872                     }
5873                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
5874                 }
5875             }
5876             
5877             
5878 
5879 
5880             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetChemicalBiochemicalControl()
5881             {
5882                 synchronized (monitor())
5883                 {
5884                     check_orphaned();
5885                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
5886                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CHEMICALBIOCHEMICALCONTROL$88, 0);
5887                     return target;
5888                 }
5889             }
5890             
5891             
5892 
5893 
5894             public boolean isSetChemicalBiochemicalControl()
5895             {
5896                 synchronized (monitor())
5897                 {
5898                     check_orphaned();
5899                     return get_store().count_elements(CHEMICALBIOCHEMICALCONTROL$88) != 0;
5900                 }
5901             }
5902             
5903             
5904 
5905 
5906             public void setChemicalBiochemicalControl(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum chemicalBiochemicalControl)
5907             {
5908                 synchronized (monitor())
5909                 {
5910                     check_orphaned();
5911                     org.apache.xmlbeans.SimpleValue target = null;
5912                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CHEMICALBIOCHEMICALCONTROL$88, 0);
5913                     if (target == null)
5914                     {
5915                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CHEMICALBIOCHEMICALCONTROL$88);
5916                     }
5917                     target.setEnumValue(chemicalBiochemicalControl);
5918                 }
5919             }
5920             
5921             
5922 
5923 
5924             public void xsetChemicalBiochemicalControl(gov.grants.apply.system.globalLibraryV20.YesNoDataType chemicalBiochemicalControl)
5925             {
5926                 synchronized (monitor())
5927                 {
5928                     check_orphaned();
5929                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
5930                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CHEMICALBIOCHEMICALCONTROL$88, 0);
5931                     if (target == null)
5932                     {
5933                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CHEMICALBIOCHEMICALCONTROL$88);
5934                     }
5935                     target.set(chemicalBiochemicalControl);
5936                 }
5937             }
5938             
5939             
5940 
5941 
5942             public void unsetChemicalBiochemicalControl()
5943             {
5944                 synchronized (monitor())
5945                 {
5946                     check_orphaned();
5947                     get_store().remove_element(CHEMICALBIOCHEMICALCONTROL$88, 0);
5948                 }
5949             }
5950             
5951             
5952 
5953 
5954             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getGlobalChange()
5955             {
5956                 synchronized (monitor())
5957                 {
5958                     check_orphaned();
5959                     org.apache.xmlbeans.SimpleValue target = null;
5960                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(GLOBALCHANGE$90, 0);
5961                     if (target == null)
5962                     {
5963                       return null;
5964                     }
5965                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
5966                 }
5967             }
5968             
5969             
5970 
5971 
5972             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetGlobalChange()
5973             {
5974                 synchronized (monitor())
5975                 {
5976                     check_orphaned();
5977                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
5978                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(GLOBALCHANGE$90, 0);
5979                     return target;
5980                 }
5981             }
5982             
5983             
5984 
5985 
5986             public boolean isSetGlobalChange()
5987             {
5988                 synchronized (monitor())
5989                 {
5990                     check_orphaned();
5991                     return get_store().count_elements(GLOBALCHANGE$90) != 0;
5992                 }
5993             }
5994             
5995             
5996 
5997 
5998             public void setGlobalChange(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum globalChange)
5999             {
6000                 synchronized (monitor())
6001                 {
6002                     check_orphaned();
6003                     org.apache.xmlbeans.SimpleValue target = null;
6004                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(GLOBALCHANGE$90, 0);
6005                     if (target == null)
6006                     {
6007                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(GLOBALCHANGE$90);
6008                     }
6009                     target.setEnumValue(globalChange);
6010                 }
6011             }
6012             
6013             
6014 
6015 
6016             public void xsetGlobalChange(gov.grants.apply.system.globalLibraryV20.YesNoDataType globalChange)
6017             {
6018                 synchronized (monitor())
6019                 {
6020                     check_orphaned();
6021                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
6022                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(GLOBALCHANGE$90, 0);
6023                     if (target == null)
6024                     {
6025                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(GLOBALCHANGE$90);
6026                     }
6027                     target.set(globalChange);
6028                 }
6029             }
6030             
6031             
6032 
6033 
6034             public void unsetGlobalChange()
6035             {
6036                 synchronized (monitor())
6037                 {
6038                     check_orphaned();
6039                     get_store().remove_element(GLOBALCHANGE$90, 0);
6040                 }
6041             }
6042             
6043             
6044 
6045 
6046             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getClimateChange()
6047             {
6048                 synchronized (monitor())
6049                 {
6050                     check_orphaned();
6051                     org.apache.xmlbeans.SimpleValue target = null;
6052                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CLIMATECHANGE$92, 0);
6053                     if (target == null)
6054                     {
6055                       return null;
6056                     }
6057                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
6058                 }
6059             }
6060             
6061             
6062 
6063 
6064             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetClimateChange()
6065             {
6066                 synchronized (monitor())
6067                 {
6068                     check_orphaned();
6069                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
6070                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CLIMATECHANGE$92, 0);
6071                     return target;
6072                 }
6073             }
6074             
6075             
6076 
6077 
6078             public boolean isSetClimateChange()
6079             {
6080                 synchronized (monitor())
6081                 {
6082                     check_orphaned();
6083                     return get_store().count_elements(CLIMATECHANGE$92) != 0;
6084                 }
6085             }
6086             
6087             
6088 
6089 
6090             public void setClimateChange(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum climateChange)
6091             {
6092                 synchronized (monitor())
6093                 {
6094                     check_orphaned();
6095                     org.apache.xmlbeans.SimpleValue target = null;
6096                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CLIMATECHANGE$92, 0);
6097                     if (target == null)
6098                     {
6099                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CLIMATECHANGE$92);
6100                     }
6101                     target.setEnumValue(climateChange);
6102                 }
6103             }
6104             
6105             
6106 
6107 
6108             public void xsetClimateChange(gov.grants.apply.system.globalLibraryV20.YesNoDataType climateChange)
6109             {
6110                 synchronized (monitor())
6111                 {
6112                     check_orphaned();
6113                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
6114                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CLIMATECHANGE$92, 0);
6115                     if (target == null)
6116                     {
6117                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CLIMATECHANGE$92);
6118                     }
6119                     target.set(climateChange);
6120                 }
6121             }
6122             
6123             
6124 
6125 
6126             public void unsetClimateChange()
6127             {
6128                 synchronized (monitor())
6129                 {
6130                     check_orphaned();
6131                     get_store().remove_element(CLIMATECHANGE$92, 0);
6132                 }
6133             }
6134             
6135             
6136 
6137 
6138             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getRegionalStudies()
6139             {
6140                 synchronized (monitor())
6141                 {
6142                     check_orphaned();
6143                     org.apache.xmlbeans.SimpleValue target = null;
6144                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(REGIONALSTUDIES$94, 0);
6145                     if (target == null)
6146                     {
6147                       return null;
6148                     }
6149                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
6150                 }
6151             }
6152             
6153             
6154 
6155 
6156             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetRegionalStudies()
6157             {
6158                 synchronized (monitor())
6159                 {
6160                     check_orphaned();
6161                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
6162                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(REGIONALSTUDIES$94, 0);
6163                     return target;
6164                 }
6165             }
6166             
6167             
6168 
6169 
6170             public boolean isSetRegionalStudies()
6171             {
6172                 synchronized (monitor())
6173                 {
6174                     check_orphaned();
6175                     return get_store().count_elements(REGIONALSTUDIES$94) != 0;
6176                 }
6177             }
6178             
6179             
6180 
6181 
6182             public void setRegionalStudies(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum regionalStudies)
6183             {
6184                 synchronized (monitor())
6185                 {
6186                     check_orphaned();
6187                     org.apache.xmlbeans.SimpleValue target = null;
6188                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(REGIONALSTUDIES$94, 0);
6189                     if (target == null)
6190                     {
6191                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(REGIONALSTUDIES$94);
6192                     }
6193                     target.setEnumValue(regionalStudies);
6194                 }
6195             }
6196             
6197             
6198 
6199 
6200             public void xsetRegionalStudies(gov.grants.apply.system.globalLibraryV20.YesNoDataType regionalStudies)
6201             {
6202                 synchronized (monitor())
6203                 {
6204                     check_orphaned();
6205                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
6206                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(REGIONALSTUDIES$94, 0);
6207                     if (target == null)
6208                     {
6209                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(REGIONALSTUDIES$94);
6210                     }
6211                     target.set(regionalStudies);
6212                 }
6213             }
6214             
6215             
6216 
6217 
6218             public void unsetRegionalStudies()
6219             {
6220                 synchronized (monitor())
6221                 {
6222                     check_orphaned();
6223                     get_store().remove_element(REGIONALSTUDIES$94, 0);
6224                 }
6225             }
6226             
6227             
6228 
6229 
6230             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getGlobalStudies()
6231             {
6232                 synchronized (monitor())
6233                 {
6234                     check_orphaned();
6235                     org.apache.xmlbeans.SimpleValue target = null;
6236                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(GLOBALSTUDIES$96, 0);
6237                     if (target == null)
6238                     {
6239                       return null;
6240                     }
6241                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
6242                 }
6243             }
6244             
6245             
6246 
6247 
6248             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetGlobalStudies()
6249             {
6250                 synchronized (monitor())
6251                 {
6252                     check_orphaned();
6253                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
6254                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(GLOBALSTUDIES$96, 0);
6255                     return target;
6256                 }
6257             }
6258             
6259             
6260 
6261 
6262             public boolean isSetGlobalStudies()
6263             {
6264                 synchronized (monitor())
6265                 {
6266                     check_orphaned();
6267                     return get_store().count_elements(GLOBALSTUDIES$96) != 0;
6268                 }
6269             }
6270             
6271             
6272 
6273 
6274             public void setGlobalStudies(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum globalStudies)
6275             {
6276                 synchronized (monitor())
6277                 {
6278                     check_orphaned();
6279                     org.apache.xmlbeans.SimpleValue target = null;
6280                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(GLOBALSTUDIES$96, 0);
6281                     if (target == null)
6282                     {
6283                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(GLOBALSTUDIES$96);
6284                     }
6285                     target.setEnumValue(globalStudies);
6286                 }
6287             }
6288             
6289             
6290 
6291 
6292             public void xsetGlobalStudies(gov.grants.apply.system.globalLibraryV20.YesNoDataType globalStudies)
6293             {
6294                 synchronized (monitor())
6295                 {
6296                     check_orphaned();
6297                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
6298                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(GLOBALSTUDIES$96, 0);
6299                     if (target == null)
6300                     {
6301                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(GLOBALSTUDIES$96);
6302                     }
6303                     target.set(globalStudies);
6304                 }
6305             }
6306             
6307             
6308 
6309 
6310             public void unsetGlobalStudies()
6311             {
6312                 synchronized (monitor())
6313                 {
6314                     check_orphaned();
6315                     get_store().remove_element(GLOBALSTUDIES$96, 0);
6316                 }
6317             }
6318             
6319             
6320 
6321 
6322             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getForestry()
6323             {
6324                 synchronized (monitor())
6325                 {
6326                     check_orphaned();
6327                     org.apache.xmlbeans.SimpleValue target = null;
6328                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FORESTRY$98, 0);
6329                     if (target == null)
6330                     {
6331                       return null;
6332                     }
6333                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
6334                 }
6335             }
6336             
6337             
6338 
6339 
6340             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetForestry()
6341             {
6342                 synchronized (monitor())
6343                 {
6344                     check_orphaned();
6345                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
6346                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(FORESTRY$98, 0);
6347                     return target;
6348                 }
6349             }
6350             
6351             
6352 
6353 
6354             public boolean isSetForestry()
6355             {
6356                 synchronized (monitor())
6357                 {
6358                     check_orphaned();
6359                     return get_store().count_elements(FORESTRY$98) != 0;
6360                 }
6361             }
6362             
6363             
6364 
6365 
6366             public void setForestry(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum forestry)
6367             {
6368                 synchronized (monitor())
6369                 {
6370                     check_orphaned();
6371                     org.apache.xmlbeans.SimpleValue target = null;
6372                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FORESTRY$98, 0);
6373                     if (target == null)
6374                     {
6375                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(FORESTRY$98);
6376                     }
6377                     target.setEnumValue(forestry);
6378                 }
6379             }
6380             
6381             
6382 
6383 
6384             public void xsetForestry(gov.grants.apply.system.globalLibraryV20.YesNoDataType forestry)
6385             {
6386                 synchronized (monitor())
6387                 {
6388                     check_orphaned();
6389                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
6390                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(FORESTRY$98, 0);
6391                     if (target == null)
6392                     {
6393                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(FORESTRY$98);
6394                     }
6395                     target.set(forestry);
6396                 }
6397             }
6398             
6399             
6400 
6401 
6402             public void unsetForestry()
6403             {
6404                 synchronized (monitor())
6405                 {
6406                     check_orphaned();
6407                     get_store().remove_element(FORESTRY$98, 0);
6408                 }
6409             }
6410             
6411             
6412 
6413 
6414             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getResourceManagement()
6415             {
6416                 synchronized (monitor())
6417                 {
6418                     check_orphaned();
6419                     org.apache.xmlbeans.SimpleValue target = null;
6420                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(RESOURCEMANAGEMENT$100, 0);
6421                     if (target == null)
6422                     {
6423                       return null;
6424                     }
6425                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
6426                 }
6427             }
6428             
6429             
6430 
6431 
6432             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetResourceManagement()
6433             {
6434                 synchronized (monitor())
6435                 {
6436                     check_orphaned();
6437                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
6438                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(RESOURCEMANAGEMENT$100, 0);
6439                     return target;
6440                 }
6441             }
6442             
6443             
6444 
6445 
6446             public boolean isSetResourceManagement()
6447             {
6448                 synchronized (monitor())
6449                 {
6450                     check_orphaned();
6451                     return get_store().count_elements(RESOURCEMANAGEMENT$100) != 0;
6452                 }
6453             }
6454             
6455             
6456 
6457 
6458             public void setResourceManagement(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum resourceManagement)
6459             {
6460                 synchronized (monitor())
6461                 {
6462                     check_orphaned();
6463                     org.apache.xmlbeans.SimpleValue target = null;
6464                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(RESOURCEMANAGEMENT$100, 0);
6465                     if (target == null)
6466                     {
6467                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(RESOURCEMANAGEMENT$100);
6468                     }
6469                     target.setEnumValue(resourceManagement);
6470                 }
6471             }
6472             
6473             
6474 
6475 
6476             public void xsetResourceManagement(gov.grants.apply.system.globalLibraryV20.YesNoDataType resourceManagement)
6477             {
6478                 synchronized (monitor())
6479                 {
6480                     check_orphaned();
6481                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
6482                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(RESOURCEMANAGEMENT$100, 0);
6483                     if (target == null)
6484                     {
6485                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(RESOURCEMANAGEMENT$100);
6486                     }
6487                     target.set(resourceManagement);
6488                 }
6489             }
6490             
6491             
6492 
6493 
6494             public void unsetResourceManagement()
6495             {
6496                 synchronized (monitor())
6497                 {
6498                     check_orphaned();
6499                     get_store().remove_element(RESOURCEMANAGEMENT$100, 0);
6500                 }
6501             }
6502             
6503             
6504 
6505 
6506             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAgriculturalEcology()
6507             {
6508                 synchronized (monitor())
6509                 {
6510                     check_orphaned();
6511                     org.apache.xmlbeans.SimpleValue target = null;
6512                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(AGRICULTURALECOLOGY$102, 0);
6513                     if (target == null)
6514                     {
6515                       return null;
6516                     }
6517                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
6518                 }
6519             }
6520             
6521             
6522 
6523 
6524             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAgriculturalEcology()
6525             {
6526                 synchronized (monitor())
6527                 {
6528                     check_orphaned();
6529                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
6530                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(AGRICULTURALECOLOGY$102, 0);
6531                     return target;
6532                 }
6533             }
6534             
6535             
6536 
6537 
6538             public boolean isSetAgriculturalEcology()
6539             {
6540                 synchronized (monitor())
6541                 {
6542                     check_orphaned();
6543                     return get_store().count_elements(AGRICULTURALECOLOGY$102) != 0;
6544                 }
6545             }
6546             
6547             
6548 
6549 
6550             public void setAgriculturalEcology(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum agriculturalEcology)
6551             {
6552                 synchronized (monitor())
6553                 {
6554                     check_orphaned();
6555                     org.apache.xmlbeans.SimpleValue target = null;
6556                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(AGRICULTURALECOLOGY$102, 0);
6557                     if (target == null)
6558                     {
6559                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(AGRICULTURALECOLOGY$102);
6560                     }
6561                     target.setEnumValue(agriculturalEcology);
6562                 }
6563             }
6564             
6565             
6566 
6567 
6568             public void xsetAgriculturalEcology(gov.grants.apply.system.globalLibraryV20.YesNoDataType agriculturalEcology)
6569             {
6570                 synchronized (monitor())
6571                 {
6572                     check_orphaned();
6573                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
6574                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(AGRICULTURALECOLOGY$102, 0);
6575                     if (target == null)
6576                     {
6577                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(AGRICULTURALECOLOGY$102);
6578                     }
6579                     target.set(agriculturalEcology);
6580                 }
6581             }
6582             
6583             
6584 
6585 
6586             public void unsetAgriculturalEcology()
6587             {
6588                 synchronized (monitor())
6589                 {
6590                     check_orphaned();
6591                     get_store().remove_element(AGRICULTURALECOLOGY$102, 0);
6592                 }
6593             }
6594             
6595             
6596 
6597 
6598             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getENDOCRINEDISRUPTORS()
6599             {
6600                 synchronized (monitor())
6601                 {
6602                     check_orphaned();
6603                     org.apache.xmlbeans.SimpleValue target = null;
6604                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ENDOCRINEDISRUPTORS$104, 0);
6605                     if (target == null)
6606                     {
6607                       return null;
6608                     }
6609                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
6610                 }
6611             }
6612             
6613             
6614 
6615 
6616             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetENDOCRINEDISRUPTORS()
6617             {
6618                 synchronized (monitor())
6619                 {
6620                     check_orphaned();
6621                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
6622                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ENDOCRINEDISRUPTORS$104, 0);
6623                     return target;
6624                 }
6625             }
6626             
6627             
6628 
6629 
6630             public boolean isSetENDOCRINEDISRUPTORS()
6631             {
6632                 synchronized (monitor())
6633                 {
6634                     check_orphaned();
6635                     return get_store().count_elements(ENDOCRINEDISRUPTORS$104) != 0;
6636                 }
6637             }
6638             
6639             
6640 
6641 
6642             public void setENDOCRINEDISRUPTORS(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum endocrinedisruptors)
6643             {
6644                 synchronized (monitor())
6645                 {
6646                     check_orphaned();
6647                     org.apache.xmlbeans.SimpleValue target = null;
6648                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ENDOCRINEDISRUPTORS$104, 0);
6649                     if (target == null)
6650                     {
6651                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ENDOCRINEDISRUPTORS$104);
6652                     }
6653                     target.setEnumValue(endocrinedisruptors);
6654                 }
6655             }
6656             
6657             
6658 
6659 
6660             public void xsetENDOCRINEDISRUPTORS(gov.grants.apply.system.globalLibraryV20.YesNoDataType endocrinedisruptors)
6661             {
6662                 synchronized (monitor())
6663                 {
6664                     check_orphaned();
6665                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
6666                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ENDOCRINEDISRUPTORS$104, 0);
6667                     if (target == null)
6668                     {
6669                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ENDOCRINEDISRUPTORS$104);
6670                     }
6671                     target.set(endocrinedisruptors);
6672                 }
6673             }
6674             
6675             
6676 
6677 
6678             public void unsetENDOCRINEDISRUPTORS()
6679             {
6680                 synchronized (monitor())
6681                 {
6682                     check_orphaned();
6683                     get_store().remove_element(ENDOCRINEDISRUPTORS$104, 0);
6684                 }
6685             }
6686             
6687             
6688 
6689 
6690             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getEPIGENETICS()
6691             {
6692                 synchronized (monitor())
6693                 {
6694                     check_orphaned();
6695                     org.apache.xmlbeans.SimpleValue target = null;
6696                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(EPIGENETICS$106, 0);
6697                     if (target == null)
6698                     {
6699                       return null;
6700                     }
6701                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
6702                 }
6703             }
6704             
6705             
6706 
6707 
6708             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetEPIGENETICS()
6709             {
6710                 synchronized (monitor())
6711                 {
6712                     check_orphaned();
6713                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
6714                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(EPIGENETICS$106, 0);
6715                     return target;
6716                 }
6717             }
6718             
6719             
6720 
6721 
6722             public boolean isSetEPIGENETICS()
6723             {
6724                 synchronized (monitor())
6725                 {
6726                     check_orphaned();
6727                     return get_store().count_elements(EPIGENETICS$106) != 0;
6728                 }
6729             }
6730             
6731             
6732 
6733 
6734             public void setEPIGENETICS(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum epigenetics)
6735             {
6736                 synchronized (monitor())
6737                 {
6738                     check_orphaned();
6739                     org.apache.xmlbeans.SimpleValue target = null;
6740                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(EPIGENETICS$106, 0);
6741                     if (target == null)
6742                     {
6743                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(EPIGENETICS$106);
6744                     }
6745                     target.setEnumValue(epigenetics);
6746                 }
6747             }
6748             
6749             
6750 
6751 
6752             public void xsetEPIGENETICS(gov.grants.apply.system.globalLibraryV20.YesNoDataType epigenetics)
6753             {
6754                 synchronized (monitor())
6755                 {
6756                     check_orphaned();
6757                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
6758                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(EPIGENETICS$106, 0);
6759                     if (target == null)
6760                     {
6761                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(EPIGENETICS$106);
6762                     }
6763                     target.set(epigenetics);
6764                 }
6765             }
6766             
6767             
6768 
6769 
6770             public void unsetEPIGENETICS()
6771             {
6772                 synchronized (monitor())
6773                 {
6774                     check_orphaned();
6775                     get_store().remove_element(EPIGENETICS$106, 0);
6776                 }
6777             }
6778             
6779             
6780 
6781 
6782             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getEXTREMOPHILES()
6783             {
6784                 synchronized (monitor())
6785                 {
6786                     check_orphaned();
6787                     org.apache.xmlbeans.SimpleValue target = null;
6788                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(EXTREMOPHILES$108, 0);
6789                     if (target == null)
6790                     {
6791                       return null;
6792                     }
6793                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
6794                 }
6795             }
6796             
6797             
6798 
6799 
6800             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetEXTREMOPHILES()
6801             {
6802                 synchronized (monitor())
6803                 {
6804                     check_orphaned();
6805                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
6806                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(EXTREMOPHILES$108, 0);
6807                     return target;
6808                 }
6809             }
6810             
6811             
6812 
6813 
6814             public boolean isSetEXTREMOPHILES()
6815             {
6816                 synchronized (monitor())
6817                 {
6818                     check_orphaned();
6819                     return get_store().count_elements(EXTREMOPHILES$108) != 0;
6820                 }
6821             }
6822             
6823             
6824 
6825 
6826             public void setEXTREMOPHILES(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum extremophiles)
6827             {
6828                 synchronized (monitor())
6829                 {
6830                     check_orphaned();
6831                     org.apache.xmlbeans.SimpleValue target = null;
6832                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(EXTREMOPHILES$108, 0);
6833                     if (target == null)
6834                     {
6835                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(EXTREMOPHILES$108);
6836                     }
6837                     target.setEnumValue(extremophiles);
6838                 }
6839             }
6840             
6841             
6842 
6843 
6844             public void xsetEXTREMOPHILES(gov.grants.apply.system.globalLibraryV20.YesNoDataType extremophiles)
6845             {
6846                 synchronized (monitor())
6847                 {
6848                     check_orphaned();
6849                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
6850                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(EXTREMOPHILES$108, 0);
6851                     if (target == null)
6852                     {
6853                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(EXTREMOPHILES$108);
6854                     }
6855                     target.set(extremophiles);
6856                 }
6857             }
6858             
6859             
6860 
6861 
6862             public void unsetEXTREMOPHILES()
6863             {
6864                 synchronized (monitor())
6865                 {
6866                     check_orphaned();
6867                     get_store().remove_element(EXTREMOPHILES$108, 0);
6868                 }
6869             }
6870             
6871             
6872 
6873 
6874             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getGENOMICS()
6875             {
6876                 synchronized (monitor())
6877                 {
6878                     check_orphaned();
6879                     org.apache.xmlbeans.SimpleValue target = null;
6880                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(GENOMICS$110, 0);
6881                     if (target == null)
6882                     {
6883                       return null;
6884                     }
6885                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
6886                 }
6887             }
6888             
6889             
6890 
6891 
6892             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetGENOMICS()
6893             {
6894                 synchronized (monitor())
6895                 {
6896                     check_orphaned();
6897                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
6898                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(GENOMICS$110, 0);
6899                     return target;
6900                 }
6901             }
6902             
6903             
6904 
6905 
6906             public boolean isSetGENOMICS()
6907             {
6908                 synchronized (monitor())
6909                 {
6910                     check_orphaned();
6911                     return get_store().count_elements(GENOMICS$110) != 0;
6912                 }
6913             }
6914             
6915             
6916 
6917 
6918             public void setGENOMICS(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum genomics)
6919             {
6920                 synchronized (monitor())
6921                 {
6922                     check_orphaned();
6923                     org.apache.xmlbeans.SimpleValue target = null;
6924                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(GENOMICS$110, 0);
6925                     if (target == null)
6926                     {
6927                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(GENOMICS$110);
6928                     }
6929                     target.setEnumValue(genomics);
6930                 }
6931             }
6932             
6933             
6934 
6935 
6936             public void xsetGENOMICS(gov.grants.apply.system.globalLibraryV20.YesNoDataType genomics)
6937             {
6938                 synchronized (monitor())
6939                 {
6940                     check_orphaned();
6941                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
6942                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(GENOMICS$110, 0);
6943                     if (target == null)
6944                     {
6945                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(GENOMICS$110);
6946                     }
6947                     target.set(genomics);
6948                 }
6949             }
6950             
6951             
6952 
6953 
6954             public void unsetGENOMICS()
6955             {
6956                 synchronized (monitor())
6957                 {
6958                     check_orphaned();
6959                     get_store().remove_element(GENOMICS$110, 0);
6960                 }
6961             }
6962             
6963             
6964 
6965 
6966             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getViral()
6967             {
6968                 synchronized (monitor())
6969                 {
6970                     check_orphaned();
6971                     org.apache.xmlbeans.SimpleValue target = null;
6972                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(VIRAL$112, 0);
6973                     if (target == null)
6974                     {
6975                       return null;
6976                     }
6977                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
6978                 }
6979             }
6980             
6981             
6982 
6983 
6984             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetViral()
6985             {
6986                 synchronized (monitor())
6987                 {
6988                     check_orphaned();
6989                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
6990                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(VIRAL$112, 0);
6991                     return target;
6992                 }
6993             }
6994             
6995             
6996 
6997 
6998             public boolean isSetViral()
6999             {
7000                 synchronized (monitor())
7001                 {
7002                     check_orphaned();
7003                     return get_store().count_elements(VIRAL$112) != 0;
7004                 }
7005             }
7006             
7007             
7008 
7009 
7010             public void setViral(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum viral)
7011             {
7012                 synchronized (monitor())
7013                 {
7014                     check_orphaned();
7015                     org.apache.xmlbeans.SimpleValue target = null;
7016                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(VIRAL$112, 0);
7017                     if (target == null)
7018                     {
7019                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(VIRAL$112);
7020                     }
7021                     target.setEnumValue(viral);
7022                 }
7023             }
7024             
7025             
7026 
7027 
7028             public void xsetViral(gov.grants.apply.system.globalLibraryV20.YesNoDataType viral)
7029             {
7030                 synchronized (monitor())
7031                 {
7032                     check_orphaned();
7033                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
7034                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(VIRAL$112, 0);
7035                     if (target == null)
7036                     {
7037                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(VIRAL$112);
7038                     }
7039                     target.set(viral);
7040                 }
7041             }
7042             
7043             
7044 
7045 
7046             public void unsetViral()
7047             {
7048                 synchronized (monitor())
7049                 {
7050                     check_orphaned();
7051                     get_store().remove_element(VIRAL$112, 0);
7052                 }
7053             }
7054             
7055             
7056 
7057 
7058             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMicrobial()
7059             {
7060                 synchronized (monitor())
7061                 {
7062                     check_orphaned();
7063                     org.apache.xmlbeans.SimpleValue target = null;
7064                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MICROBIAL$114, 0);
7065                     if (target == null)
7066                     {
7067                       return null;
7068                     }
7069                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
7070                 }
7071             }
7072             
7073             
7074 
7075 
7076             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMicrobial()
7077             {
7078                 synchronized (monitor())
7079                 {
7080                     check_orphaned();
7081                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
7082                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MICROBIAL$114, 0);
7083                     return target;
7084                 }
7085             }
7086             
7087             
7088 
7089 
7090             public boolean isSetMicrobial()
7091             {
7092                 synchronized (monitor())
7093                 {
7094                     check_orphaned();
7095                     return get_store().count_elements(MICROBIAL$114) != 0;
7096                 }
7097             }
7098             
7099             
7100 
7101 
7102             public void setMicrobial(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum microbial)
7103             {
7104                 synchronized (monitor())
7105                 {
7106                     check_orphaned();
7107                     org.apache.xmlbeans.SimpleValue target = null;
7108                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MICROBIAL$114, 0);
7109                     if (target == null)
7110                     {
7111                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(MICROBIAL$114);
7112                     }
7113                     target.setEnumValue(microbial);
7114                 }
7115             }
7116             
7117             
7118 
7119 
7120             public void xsetMicrobial(gov.grants.apply.system.globalLibraryV20.YesNoDataType microbial)
7121             {
7122                 synchronized (monitor())
7123                 {
7124                     check_orphaned();
7125                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
7126                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MICROBIAL$114, 0);
7127                     if (target == null)
7128                     {
7129                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(MICROBIAL$114);
7130                     }
7131                     target.set(microbial);
7132                 }
7133             }
7134             
7135             
7136 
7137 
7138             public void unsetMicrobial()
7139             {
7140                 synchronized (monitor())
7141                 {
7142                     check_orphaned();
7143                     get_store().remove_element(MICROBIAL$114, 0);
7144                 }
7145             }
7146             
7147             
7148 
7149 
7150             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFungal()
7151             {
7152                 synchronized (monitor())
7153                 {
7154                     check_orphaned();
7155                     org.apache.xmlbeans.SimpleValue target = null;
7156                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FUNGAL$116, 0);
7157                     if (target == null)
7158                     {
7159                       return null;
7160                     }
7161                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
7162                 }
7163             }
7164             
7165             
7166 
7167 
7168             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFungal()
7169             {
7170                 synchronized (monitor())
7171                 {
7172                     check_orphaned();
7173                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
7174                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(FUNGAL$116, 0);
7175                     return target;
7176                 }
7177             }
7178             
7179             
7180 
7181 
7182             public boolean isSetFungal()
7183             {
7184                 synchronized (monitor())
7185                 {
7186                     check_orphaned();
7187                     return get_store().count_elements(FUNGAL$116) != 0;
7188                 }
7189             }
7190             
7191             
7192 
7193 
7194             public void setFungal(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum fungal)
7195             {
7196                 synchronized (monitor())
7197                 {
7198                     check_orphaned();
7199                     org.apache.xmlbeans.SimpleValue target = null;
7200                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FUNGAL$116, 0);
7201                     if (target == null)
7202                     {
7203                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(FUNGAL$116);
7204                     }
7205                     target.setEnumValue(fungal);
7206                 }
7207             }
7208             
7209             
7210 
7211 
7212             public void xsetFungal(gov.grants.apply.system.globalLibraryV20.YesNoDataType fungal)
7213             {
7214                 synchronized (monitor())
7215                 {
7216                     check_orphaned();
7217                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
7218                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(FUNGAL$116, 0);
7219                     if (target == null)
7220                     {
7221                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(FUNGAL$116);
7222                     }
7223                     target.set(fungal);
7224                 }
7225             }
7226             
7227             
7228 
7229 
7230             public void unsetFungal()
7231             {
7232                 synchronized (monitor())
7233                 {
7234                     check_orphaned();
7235                     get_store().remove_element(FUNGAL$116, 0);
7236                 }
7237             }
7238             
7239             
7240 
7241 
7242             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSubstantiveAreaPlant()
7243             {
7244                 synchronized (monitor())
7245                 {
7246                     check_orphaned();
7247                     org.apache.xmlbeans.SimpleValue target = null;
7248                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SUBSTANTIVEAREAPLANT$118, 0);
7249                     if (target == null)
7250                     {
7251                       return null;
7252                     }
7253                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
7254                 }
7255             }
7256             
7257             
7258 
7259 
7260             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSubstantiveAreaPlant()
7261             {
7262                 synchronized (monitor())
7263                 {
7264                     check_orphaned();
7265                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
7266                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SUBSTANTIVEAREAPLANT$118, 0);
7267                     return target;
7268                 }
7269             }
7270             
7271             
7272 
7273 
7274             public boolean isSetSubstantiveAreaPlant()
7275             {
7276                 synchronized (monitor())
7277                 {
7278                     check_orphaned();
7279                     return get_store().count_elements(SUBSTANTIVEAREAPLANT$118) != 0;
7280                 }
7281             }
7282             
7283             
7284 
7285 
7286             public void setSubstantiveAreaPlant(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum substantiveAreaPlant)
7287             {
7288                 synchronized (monitor())
7289                 {
7290                     check_orphaned();
7291                     org.apache.xmlbeans.SimpleValue target = null;
7292                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SUBSTANTIVEAREAPLANT$118, 0);
7293                     if (target == null)
7294                     {
7295                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SUBSTANTIVEAREAPLANT$118);
7296                     }
7297                     target.setEnumValue(substantiveAreaPlant);
7298                 }
7299             }
7300             
7301             
7302 
7303 
7304             public void xsetSubstantiveAreaPlant(gov.grants.apply.system.globalLibraryV20.YesNoDataType substantiveAreaPlant)
7305             {
7306                 synchronized (monitor())
7307                 {
7308                     check_orphaned();
7309                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
7310                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SUBSTANTIVEAREAPLANT$118, 0);
7311                     if (target == null)
7312                     {
7313                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SUBSTANTIVEAREAPLANT$118);
7314                     }
7315                     target.set(substantiveAreaPlant);
7316                 }
7317             }
7318             
7319             
7320 
7321 
7322             public void unsetSubstantiveAreaPlant()
7323             {
7324                 synchronized (monitor())
7325                 {
7326                     check_orphaned();
7327                     get_store().remove_element(SUBSTANTIVEAREAPLANT$118, 0);
7328                 }
7329             }
7330             
7331             
7332 
7333 
7334             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSubstantiveAreaAnimal()
7335             {
7336                 synchronized (monitor())
7337                 {
7338                     check_orphaned();
7339                     org.apache.xmlbeans.SimpleValue target = null;
7340                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SUBSTANTIVEAREAANIMAL$120, 0);
7341                     if (target == null)
7342                     {
7343                       return null;
7344                     }
7345                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
7346                 }
7347             }
7348             
7349             
7350 
7351 
7352             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSubstantiveAreaAnimal()
7353             {
7354                 synchronized (monitor())
7355                 {
7356                     check_orphaned();
7357                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
7358                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SUBSTANTIVEAREAANIMAL$120, 0);
7359                     return target;
7360                 }
7361             }
7362             
7363             
7364 
7365 
7366             public boolean isSetSubstantiveAreaAnimal()
7367             {
7368                 synchronized (monitor())
7369                 {
7370                     check_orphaned();
7371                     return get_store().count_elements(SUBSTANTIVEAREAANIMAL$120) != 0;
7372                 }
7373             }
7374             
7375             
7376 
7377 
7378             public void setSubstantiveAreaAnimal(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum substantiveAreaAnimal)
7379             {
7380                 synchronized (monitor())
7381                 {
7382                     check_orphaned();
7383                     org.apache.xmlbeans.SimpleValue target = null;
7384                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SUBSTANTIVEAREAANIMAL$120, 0);
7385                     if (target == null)
7386                     {
7387                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SUBSTANTIVEAREAANIMAL$120);
7388                     }
7389                     target.setEnumValue(substantiveAreaAnimal);
7390                 }
7391             }
7392             
7393             
7394 
7395 
7396             public void xsetSubstantiveAreaAnimal(gov.grants.apply.system.globalLibraryV20.YesNoDataType substantiveAreaAnimal)
7397             {
7398                 synchronized (monitor())
7399                 {
7400                     check_orphaned();
7401                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
7402                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SUBSTANTIVEAREAANIMAL$120, 0);
7403                     if (target == null)
7404                     {
7405                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SUBSTANTIVEAREAANIMAL$120);
7406                     }
7407                     target.set(substantiveAreaAnimal);
7408                 }
7409             }
7410             
7411             
7412 
7413 
7414             public void unsetSubstantiveAreaAnimal()
7415             {
7416                 synchronized (monitor())
7417                 {
7418                     check_orphaned();
7419                     get_store().remove_element(SUBSTANTIVEAREAANIMAL$120, 0);
7420                 }
7421             }
7422             
7423             
7424 
7425 
7426             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getHUMANNUTRITION()
7427             {
7428                 synchronized (monitor())
7429                 {
7430                     check_orphaned();
7431                     org.apache.xmlbeans.SimpleValue target = null;
7432                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(HUMANNUTRITION$122, 0);
7433                     if (target == null)
7434                     {
7435                       return null;
7436                     }
7437                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
7438                 }
7439             }
7440             
7441             
7442 
7443 
7444             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetHUMANNUTRITION()
7445             {
7446                 synchronized (monitor())
7447                 {
7448                     check_orphaned();
7449                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
7450                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(HUMANNUTRITION$122, 0);
7451                     return target;
7452                 }
7453             }
7454             
7455             
7456 
7457 
7458             public boolean isSetHUMANNUTRITION()
7459             {
7460                 synchronized (monitor())
7461                 {
7462                     check_orphaned();
7463                     return get_store().count_elements(HUMANNUTRITION$122) != 0;
7464                 }
7465             }
7466             
7467             
7468 
7469 
7470             public void setHUMANNUTRITION(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum humannutrition)
7471             {
7472                 synchronized (monitor())
7473                 {
7474                     check_orphaned();
7475                     org.apache.xmlbeans.SimpleValue target = null;
7476                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(HUMANNUTRITION$122, 0);
7477                     if (target == null)
7478                     {
7479                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(HUMANNUTRITION$122);
7480                     }
7481                     target.setEnumValue(humannutrition);
7482                 }
7483             }
7484             
7485             
7486 
7487 
7488             public void xsetHUMANNUTRITION(gov.grants.apply.system.globalLibraryV20.YesNoDataType humannutrition)
7489             {
7490                 synchronized (monitor())
7491                 {
7492                     check_orphaned();
7493                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
7494                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(HUMANNUTRITION$122, 0);
7495                     if (target == null)
7496                     {
7497                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(HUMANNUTRITION$122);
7498                     }
7499                     target.set(humannutrition);
7500                 }
7501             }
7502             
7503             
7504 
7505 
7506             public void unsetHUMANNUTRITION()
7507             {
7508                 synchronized (monitor())
7509                 {
7510                     check_orphaned();
7511                     get_store().remove_element(HUMANNUTRITION$122, 0);
7512                 }
7513             }
7514             
7515             
7516 
7517 
7518             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getINFORMATICS()
7519             {
7520                 synchronized (monitor())
7521                 {
7522                     check_orphaned();
7523                     org.apache.xmlbeans.SimpleValue target = null;
7524                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(INFORMATICS$124, 0);
7525                     if (target == null)
7526                     {
7527                       return null;
7528                     }
7529                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
7530                 }
7531             }
7532             
7533             
7534 
7535 
7536             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetINFORMATICS()
7537             {
7538                 synchronized (monitor())
7539                 {
7540                     check_orphaned();
7541                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
7542                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(INFORMATICS$124, 0);
7543                     return target;
7544                 }
7545             }
7546             
7547             
7548 
7549 
7550             public boolean isSetINFORMATICS()
7551             {
7552                 synchronized (monitor())
7553                 {
7554                     check_orphaned();
7555                     return get_store().count_elements(INFORMATICS$124) != 0;
7556                 }
7557             }
7558             
7559             
7560 
7561 
7562             public void setINFORMATICS(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum informatics)
7563             {
7564                 synchronized (monitor())
7565                 {
7566                     check_orphaned();
7567                     org.apache.xmlbeans.SimpleValue target = null;
7568                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(INFORMATICS$124, 0);
7569                     if (target == null)
7570                     {
7571                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(INFORMATICS$124);
7572                     }
7573                     target.setEnumValue(informatics);
7574                 }
7575             }
7576             
7577             
7578 
7579 
7580             public void xsetINFORMATICS(gov.grants.apply.system.globalLibraryV20.YesNoDataType informatics)
7581             {
7582                 synchronized (monitor())
7583                 {
7584                     check_orphaned();
7585                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
7586                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(INFORMATICS$124, 0);
7587                     if (target == null)
7588                     {
7589                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(INFORMATICS$124);
7590                     }
7591                     target.set(informatics);
7592                 }
7593             }
7594             
7595             
7596 
7597 
7598             public void unsetINFORMATICS()
7599             {
7600                 synchronized (monitor())
7601                 {
7602                     check_orphaned();
7603                     get_store().remove_element(INFORMATICS$124, 0);
7604                 }
7605             }
7606             
7607             
7608 
7609 
7610             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMARINEMAMMALS()
7611             {
7612                 synchronized (monitor())
7613                 {
7614                     check_orphaned();
7615                     org.apache.xmlbeans.SimpleValue target = null;
7616                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MARINEMAMMALS$126, 0);
7617                     if (target == null)
7618                     {
7619                       return null;
7620                     }
7621                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
7622                 }
7623             }
7624             
7625             
7626 
7627 
7628             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMARINEMAMMALS()
7629             {
7630                 synchronized (monitor())
7631                 {
7632                     check_orphaned();
7633                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
7634                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MARINEMAMMALS$126, 0);
7635                     return target;
7636                 }
7637             }
7638             
7639             
7640 
7641 
7642             public boolean isSetMARINEMAMMALS()
7643             {
7644                 synchronized (monitor())
7645                 {
7646                     check_orphaned();
7647                     return get_store().count_elements(MARINEMAMMALS$126) != 0;
7648                 }
7649             }
7650             
7651             
7652 
7653 
7654             public void setMARINEMAMMALS(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum marinemammals)
7655             {
7656                 synchronized (monitor())
7657                 {
7658                     check_orphaned();
7659                     org.apache.xmlbeans.SimpleValue target = null;
7660                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MARINEMAMMALS$126, 0);
7661                     if (target == null)
7662                     {
7663                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(MARINEMAMMALS$126);
7664                     }
7665                     target.setEnumValue(marinemammals);
7666                 }
7667             }
7668             
7669             
7670 
7671 
7672             public void xsetMARINEMAMMALS(gov.grants.apply.system.globalLibraryV20.YesNoDataType marinemammals)
7673             {
7674                 synchronized (monitor())
7675                 {
7676                     check_orphaned();
7677                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
7678                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MARINEMAMMALS$126, 0);
7679                     if (target == null)
7680                     {
7681                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(MARINEMAMMALS$126);
7682                     }
7683                     target.set(marinemammals);
7684                 }
7685             }
7686             
7687             
7688 
7689 
7690             public void unsetMARINEMAMMALS()
7691             {
7692                 synchronized (monitor())
7693                 {
7694                     check_orphaned();
7695                     get_store().remove_element(MARINEMAMMALS$126, 0);
7696                 }
7697             }
7698             
7699             
7700 
7701 
7702             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMOLECULARAPPROACHES()
7703             {
7704                 synchronized (monitor())
7705                 {
7706                     check_orphaned();
7707                     org.apache.xmlbeans.SimpleValue target = null;
7708                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MOLECULARAPPROACHES$128, 0);
7709                     if (target == null)
7710                     {
7711                       return null;
7712                     }
7713                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
7714                 }
7715             }
7716             
7717             
7718 
7719 
7720             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMOLECULARAPPROACHES()
7721             {
7722                 synchronized (monitor())
7723                 {
7724                     check_orphaned();
7725                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
7726                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MOLECULARAPPROACHES$128, 0);
7727                     return target;
7728                 }
7729             }
7730             
7731             
7732 
7733 
7734             public boolean isSetMOLECULARAPPROACHES()
7735             {
7736                 synchronized (monitor())
7737                 {
7738                     check_orphaned();
7739                     return get_store().count_elements(MOLECULARAPPROACHES$128) != 0;
7740                 }
7741             }
7742             
7743             
7744 
7745 
7746             public void setMOLECULARAPPROACHES(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum molecularapproaches)
7747             {
7748                 synchronized (monitor())
7749                 {
7750                     check_orphaned();
7751                     org.apache.xmlbeans.SimpleValue target = null;
7752                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MOLECULARAPPROACHES$128, 0);
7753                     if (target == null)
7754                     {
7755                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(MOLECULARAPPROACHES$128);
7756                     }
7757                     target.setEnumValue(molecularapproaches);
7758                 }
7759             }
7760             
7761             
7762 
7763 
7764             public void xsetMOLECULARAPPROACHES(gov.grants.apply.system.globalLibraryV20.YesNoDataType molecularapproaches)
7765             {
7766                 synchronized (monitor())
7767                 {
7768                     check_orphaned();
7769                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
7770                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MOLECULARAPPROACHES$128, 0);
7771                     if (target == null)
7772                     {
7773                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(MOLECULARAPPROACHES$128);
7774                     }
7775                     target.set(molecularapproaches);
7776                 }
7777             }
7778             
7779             
7780 
7781 
7782             public void unsetMOLECULARAPPROACHES()
7783             {
7784                 synchronized (monitor())
7785                 {
7786                     check_orphaned();
7787                     get_store().remove_element(MOLECULARAPPROACHES$128, 0);
7788                 }
7789             }
7790             
7791             
7792 
7793 
7794             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMolecularEvolution()
7795             {
7796                 synchronized (monitor())
7797                 {
7798                     check_orphaned();
7799                     org.apache.xmlbeans.SimpleValue target = null;
7800                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MOLECULAREVOLUTION$130, 0);
7801                     if (target == null)
7802                     {
7803                       return null;
7804                     }
7805                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
7806                 }
7807             }
7808             
7809             
7810 
7811 
7812             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMolecularEvolution()
7813             {
7814                 synchronized (monitor())
7815                 {
7816                     check_orphaned();
7817                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
7818                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MOLECULAREVOLUTION$130, 0);
7819                     return target;
7820                 }
7821             }
7822             
7823             
7824 
7825 
7826             public boolean isSetMolecularEvolution()
7827             {
7828                 synchronized (monitor())
7829                 {
7830                     check_orphaned();
7831                     return get_store().count_elements(MOLECULAREVOLUTION$130) != 0;
7832                 }
7833             }
7834             
7835             
7836 
7837 
7838             public void setMolecularEvolution(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum molecularEvolution)
7839             {
7840                 synchronized (monitor())
7841                 {
7842                     check_orphaned();
7843                     org.apache.xmlbeans.SimpleValue target = null;
7844                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MOLECULAREVOLUTION$130, 0);
7845                     if (target == null)
7846                     {
7847                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(MOLECULAREVOLUTION$130);
7848                     }
7849                     target.setEnumValue(molecularEvolution);
7850                 }
7851             }
7852             
7853             
7854 
7855 
7856             public void xsetMolecularEvolution(gov.grants.apply.system.globalLibraryV20.YesNoDataType molecularEvolution)
7857             {
7858                 synchronized (monitor())
7859                 {
7860                     check_orphaned();
7861                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
7862                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MOLECULAREVOLUTION$130, 0);
7863                     if (target == null)
7864                     {
7865                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(MOLECULAREVOLUTION$130);
7866                     }
7867                     target.set(molecularEvolution);
7868                 }
7869             }
7870             
7871             
7872 
7873 
7874             public void unsetMolecularEvolution()
7875             {
7876                 synchronized (monitor())
7877                 {
7878                     check_orphaned();
7879                     get_store().remove_element(MOLECULAREVOLUTION$130, 0);
7880                 }
7881             }
7882             
7883             
7884 
7885 
7886             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNANOSCIENCE()
7887             {
7888                 synchronized (monitor())
7889                 {
7890                     check_orphaned();
7891                     org.apache.xmlbeans.SimpleValue target = null;
7892                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NANOSCIENCE$132, 0);
7893                     if (target == null)
7894                     {
7895                       return null;
7896                     }
7897                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
7898                 }
7899             }
7900             
7901             
7902 
7903 
7904             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNANOSCIENCE()
7905             {
7906                 synchronized (monitor())
7907                 {
7908                     check_orphaned();
7909                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
7910                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(NANOSCIENCE$132, 0);
7911                     return target;
7912                 }
7913             }
7914             
7915             
7916 
7917 
7918             public boolean isSetNANOSCIENCE()
7919             {
7920                 synchronized (monitor())
7921                 {
7922                     check_orphaned();
7923                     return get_store().count_elements(NANOSCIENCE$132) != 0;
7924                 }
7925             }
7926             
7927             
7928 
7929 
7930             public void setNANOSCIENCE(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum nanoscience)
7931             {
7932                 synchronized (monitor())
7933                 {
7934                     check_orphaned();
7935                     org.apache.xmlbeans.SimpleValue target = null;
7936                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NANOSCIENCE$132, 0);
7937                     if (target == null)
7938                     {
7939                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(NANOSCIENCE$132);
7940                     }
7941                     target.setEnumValue(nanoscience);
7942                 }
7943             }
7944             
7945             
7946 
7947 
7948             public void xsetNANOSCIENCE(gov.grants.apply.system.globalLibraryV20.YesNoDataType nanoscience)
7949             {
7950                 synchronized (monitor())
7951                 {
7952                     check_orphaned();
7953                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
7954                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(NANOSCIENCE$132, 0);
7955                     if (target == null)
7956                     {
7957                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(NANOSCIENCE$132);
7958                     }
7959                     target.set(nanoscience);
7960                 }
7961             }
7962             
7963             
7964 
7965 
7966             public void unsetNANOSCIENCE()
7967             {
7968                 synchronized (monitor())
7969                 {
7970                     check_orphaned();
7971                     get_store().remove_element(NANOSCIENCE$132, 0);
7972                 }
7973             }
7974             
7975             
7976 
7977 
7978             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getORGANISMALSYSTEMS()
7979             {
7980                 synchronized (monitor())
7981                 {
7982                     check_orphaned();
7983                     org.apache.xmlbeans.SimpleValue target = null;
7984                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ORGANISMALSYSTEMS$134, 0);
7985                     if (target == null)
7986                     {
7987                       return null;
7988                     }
7989                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
7990                 }
7991             }
7992             
7993             
7994 
7995 
7996             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetORGANISMALSYSTEMS()
7997             {
7998                 synchronized (monitor())
7999                 {
8000                     check_orphaned();
8001                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
8002                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ORGANISMALSYSTEMS$134, 0);
8003                     return target;
8004                 }
8005             }
8006             
8007             
8008 
8009 
8010             public boolean isSetORGANISMALSYSTEMS()
8011             {
8012                 synchronized (monitor())
8013                 {
8014                     check_orphaned();
8015                     return get_store().count_elements(ORGANISMALSYSTEMS$134) != 0;
8016                 }
8017             }
8018             
8019             
8020 
8021 
8022             public void setORGANISMALSYSTEMS(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum organismalsystems)
8023             {
8024                 synchronized (monitor())
8025                 {
8026                     check_orphaned();
8027                     org.apache.xmlbeans.SimpleValue target = null;
8028                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ORGANISMALSYSTEMS$134, 0);
8029                     if (target == null)
8030                     {
8031                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ORGANISMALSYSTEMS$134);
8032                     }
8033                     target.setEnumValue(organismalsystems);
8034                 }
8035             }
8036             
8037             
8038 
8039 
8040             public void xsetORGANISMALSYSTEMS(gov.grants.apply.system.globalLibraryV20.YesNoDataType organismalsystems)
8041             {
8042                 synchronized (monitor())
8043                 {
8044                     check_orphaned();
8045                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
8046                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ORGANISMALSYSTEMS$134, 0);
8047                     if (target == null)
8048                     {
8049                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ORGANISMALSYSTEMS$134);
8050                     }
8051                     target.set(organismalsystems);
8052                 }
8053             }
8054             
8055             
8056 
8057 
8058             public void unsetORGANISMALSYSTEMS()
8059             {
8060                 synchronized (monitor())
8061                 {
8062                     check_orphaned();
8063                     get_store().remove_element(ORGANISMALSYSTEMS$134, 0);
8064                 }
8065             }
8066             
8067             
8068 
8069 
8070             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPhysiologicalApproaches()
8071             {
8072                 synchronized (monitor())
8073                 {
8074                     check_orphaned();
8075                     org.apache.xmlbeans.SimpleValue target = null;
8076                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PHYSIOLOGICALAPPROACHES$136, 0);
8077                     if (target == null)
8078                     {
8079                       return null;
8080                     }
8081                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
8082                 }
8083             }
8084             
8085             
8086 
8087 
8088             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPhysiologicalApproaches()
8089             {
8090                 synchronized (monitor())
8091                 {
8092                     check_orphaned();
8093                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
8094                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PHYSIOLOGICALAPPROACHES$136, 0);
8095                     return target;
8096                 }
8097             }
8098             
8099             
8100 
8101 
8102             public boolean isSetPhysiologicalApproaches()
8103             {
8104                 synchronized (monitor())
8105                 {
8106                     check_orphaned();
8107                     return get_store().count_elements(PHYSIOLOGICALAPPROACHES$136) != 0;
8108                 }
8109             }
8110             
8111             
8112 
8113 
8114             public void setPhysiologicalApproaches(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum physiologicalApproaches)
8115             {
8116                 synchronized (monitor())
8117                 {
8118                     check_orphaned();
8119                     org.apache.xmlbeans.SimpleValue target = null;
8120                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PHYSIOLOGICALAPPROACHES$136, 0);
8121                     if (target == null)
8122                     {
8123                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PHYSIOLOGICALAPPROACHES$136);
8124                     }
8125                     target.setEnumValue(physiologicalApproaches);
8126                 }
8127             }
8128             
8129             
8130 
8131 
8132             public void xsetPhysiologicalApproaches(gov.grants.apply.system.globalLibraryV20.YesNoDataType physiologicalApproaches)
8133             {
8134                 synchronized (monitor())
8135                 {
8136                     check_orphaned();
8137                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
8138                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PHYSIOLOGICALAPPROACHES$136, 0);
8139                     if (target == null)
8140                     {
8141                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PHYSIOLOGICALAPPROACHES$136);
8142                     }
8143                     target.set(physiologicalApproaches);
8144                 }
8145             }
8146             
8147             
8148 
8149 
8150             public void unsetPhysiologicalApproaches()
8151             {
8152                 synchronized (monitor())
8153                 {
8154                     check_orphaned();
8155                     get_store().remove_element(PHYSIOLOGICALAPPROACHES$136, 0);
8156                 }
8157             }
8158             
8159             
8160 
8161 
8162             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMetabolicProcesses()
8163             {
8164                 synchronized (monitor())
8165                 {
8166                     check_orphaned();
8167                     org.apache.xmlbeans.SimpleValue target = null;
8168                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(METABOLICPROCESSES$138, 0);
8169                     if (target == null)
8170                     {
8171                       return null;
8172                     }
8173                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
8174                 }
8175             }
8176             
8177             
8178 
8179 
8180             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMetabolicProcesses()
8181             {
8182                 synchronized (monitor())
8183                 {
8184                     check_orphaned();
8185                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
8186                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(METABOLICPROCESSES$138, 0);
8187                     return target;
8188                 }
8189             }
8190             
8191             
8192 
8193 
8194             public boolean isSetMetabolicProcesses()
8195             {
8196                 synchronized (monitor())
8197                 {
8198                     check_orphaned();
8199                     return get_store().count_elements(METABOLICPROCESSES$138) != 0;
8200                 }
8201             }
8202             
8203             
8204 
8205 
8206             public void setMetabolicProcesses(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum metabolicProcesses)
8207             {
8208                 synchronized (monitor())
8209                 {
8210                     check_orphaned();
8211                     org.apache.xmlbeans.SimpleValue target = null;
8212                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(METABOLICPROCESSES$138, 0);
8213                     if (target == null)
8214                     {
8215                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(METABOLICPROCESSES$138);
8216                     }
8217                     target.setEnumValue(metabolicProcesses);
8218                 }
8219             }
8220             
8221             
8222 
8223 
8224             public void xsetMetabolicProcesses(gov.grants.apply.system.globalLibraryV20.YesNoDataType metabolicProcesses)
8225             {
8226                 synchronized (monitor())
8227                 {
8228                     check_orphaned();
8229                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
8230                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(METABOLICPROCESSES$138, 0);
8231                     if (target == null)
8232                     {
8233                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(METABOLICPROCESSES$138);
8234                     }
8235                     target.set(metabolicProcesses);
8236                 }
8237             }
8238             
8239             
8240 
8241 
8242             public void unsetMetabolicProcesses()
8243             {
8244                 synchronized (monitor())
8245                 {
8246                     check_orphaned();
8247                     get_store().remove_element(METABOLICPROCESSES$138, 0);
8248                 }
8249             }
8250             
8251             
8252 
8253 
8254             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getHormonalRegulation()
8255             {
8256                 synchronized (monitor())
8257                 {
8258                     check_orphaned();
8259                     org.apache.xmlbeans.SimpleValue target = null;
8260                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(HORMONALREGULATION$140, 0);
8261                     if (target == null)
8262                     {
8263                       return null;
8264                     }
8265                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
8266                 }
8267             }
8268             
8269             
8270 
8271 
8272             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetHormonalRegulation()
8273             {
8274                 synchronized (monitor())
8275                 {
8276                     check_orphaned();
8277                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
8278                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(HORMONALREGULATION$140, 0);
8279                     return target;
8280                 }
8281             }
8282             
8283             
8284 
8285 
8286             public boolean isSetHormonalRegulation()
8287             {
8288                 synchronized (monitor())
8289                 {
8290                     check_orphaned();
8291                     return get_store().count_elements(HORMONALREGULATION$140) != 0;
8292                 }
8293             }
8294             
8295             
8296 
8297 
8298             public void setHormonalRegulation(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum hormonalRegulation)
8299             {
8300                 synchronized (monitor())
8301                 {
8302                     check_orphaned();
8303                     org.apache.xmlbeans.SimpleValue target = null;
8304                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(HORMONALREGULATION$140, 0);
8305                     if (target == null)
8306                     {
8307                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(HORMONALREGULATION$140);
8308                     }
8309                     target.setEnumValue(hormonalRegulation);
8310                 }
8311             }
8312             
8313             
8314 
8315 
8316             public void xsetHormonalRegulation(gov.grants.apply.system.globalLibraryV20.YesNoDataType hormonalRegulation)
8317             {
8318                 synchronized (monitor())
8319                 {
8320                     check_orphaned();
8321                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
8322                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(HORMONALREGULATION$140, 0);
8323                     if (target == null)
8324                     {
8325                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(HORMONALREGULATION$140);
8326                     }
8327                     target.set(hormonalRegulation);
8328                 }
8329             }
8330             
8331             
8332 
8333 
8334             public void unsetHormonalRegulation()
8335             {
8336                 synchronized (monitor())
8337                 {
8338                     check_orphaned();
8339                     get_store().remove_element(HORMONALREGULATION$140, 0);
8340                 }
8341             }
8342             
8343             
8344 
8345 
8346             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getStressResponses()
8347             {
8348                 synchronized (monitor())
8349                 {
8350                     check_orphaned();
8351                     org.apache.xmlbeans.SimpleValue target = null;
8352                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(STRESSRESPONSES$142, 0);
8353                     if (target == null)
8354                     {
8355                       return null;
8356                     }
8357                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
8358                 }
8359             }
8360             
8361             
8362 
8363 
8364             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetStressResponses()
8365             {
8366                 synchronized (monitor())
8367                 {
8368                     check_orphaned();
8369                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
8370                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(STRESSRESPONSES$142, 0);
8371                     return target;
8372                 }
8373             }
8374             
8375             
8376 
8377 
8378             public boolean isSetStressResponses()
8379             {
8380                 synchronized (monitor())
8381                 {
8382                     check_orphaned();
8383                     return get_store().count_elements(STRESSRESPONSES$142) != 0;
8384                 }
8385             }
8386             
8387             
8388 
8389 
8390             public void setStressResponses(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum stressResponses)
8391             {
8392                 synchronized (monitor())
8393                 {
8394                     check_orphaned();
8395                     org.apache.xmlbeans.SimpleValue target = null;
8396                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(STRESSRESPONSES$142, 0);
8397                     if (target == null)
8398                     {
8399                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(STRESSRESPONSES$142);
8400                     }
8401                     target.setEnumValue(stressResponses);
8402                 }
8403             }
8404             
8405             
8406 
8407 
8408             public void xsetStressResponses(gov.grants.apply.system.globalLibraryV20.YesNoDataType stressResponses)
8409             {
8410                 synchronized (monitor())
8411                 {
8412                     check_orphaned();
8413                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
8414                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(STRESSRESPONSES$142, 0);
8415                     if (target == null)
8416                     {
8417                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(STRESSRESPONSES$142);
8418                     }
8419                     target.set(stressResponses);
8420                 }
8421             }
8422             
8423             
8424 
8425 
8426             public void unsetStressResponses()
8427             {
8428                 synchronized (monitor())
8429                 {
8430                     check_orphaned();
8431                     get_store().remove_element(STRESSRESPONSES$142, 0);
8432                 }
8433             }
8434             
8435             
8436 
8437 
8438             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSensoryBiology()
8439             {
8440                 synchronized (monitor())
8441                 {
8442                     check_orphaned();
8443                     org.apache.xmlbeans.SimpleValue target = null;
8444                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SENSORYBIOLOGY$144, 0);
8445                     if (target == null)
8446                     {
8447                       return null;
8448                     }
8449                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
8450                 }
8451             }
8452             
8453             
8454 
8455 
8456             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSensoryBiology()
8457             {
8458                 synchronized (monitor())
8459                 {
8460                     check_orphaned();
8461                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
8462                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SENSORYBIOLOGY$144, 0);
8463                     return target;
8464                 }
8465             }
8466             
8467             
8468 
8469 
8470             public boolean isSetSensoryBiology()
8471             {
8472                 synchronized (monitor())
8473                 {
8474                     check_orphaned();
8475                     return get_store().count_elements(SENSORYBIOLOGY$144) != 0;
8476                 }
8477             }
8478             
8479             
8480 
8481 
8482             public void setSensoryBiology(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum sensoryBiology)
8483             {
8484                 synchronized (monitor())
8485                 {
8486                     check_orphaned();
8487                     org.apache.xmlbeans.SimpleValue target = null;
8488                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SENSORYBIOLOGY$144, 0);
8489                     if (target == null)
8490                     {
8491                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SENSORYBIOLOGY$144);
8492                     }
8493                     target.setEnumValue(sensoryBiology);
8494                 }
8495             }
8496             
8497             
8498 
8499 
8500             public void xsetSensoryBiology(gov.grants.apply.system.globalLibraryV20.YesNoDataType sensoryBiology)
8501             {
8502                 synchronized (monitor())
8503                 {
8504                     check_orphaned();
8505                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
8506                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SENSORYBIOLOGY$144, 0);
8507                     if (target == null)
8508                     {
8509                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SENSORYBIOLOGY$144);
8510                     }
8511                     target.set(sensoryBiology);
8512                 }
8513             }
8514             
8515             
8516 
8517 
8518             public void unsetSensoryBiology()
8519             {
8520                 synchronized (monitor())
8521                 {
8522                     check_orphaned();
8523                     get_store().remove_element(SENSORYBIOLOGY$144, 0);
8524                 }
8525             }
8526             
8527             
8528 
8529 
8530             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMovementStudies()
8531             {
8532                 synchronized (monitor())
8533                 {
8534                     check_orphaned();
8535                     org.apache.xmlbeans.SimpleValue target = null;
8536                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MOVEMENTSTUDIES$146, 0);
8537                     if (target == null)
8538                     {
8539                       return null;
8540                     }
8541                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
8542                 }
8543             }
8544             
8545             
8546 
8547 
8548             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMovementStudies()
8549             {
8550                 synchronized (monitor())
8551                 {
8552                     check_orphaned();
8553                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
8554                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MOVEMENTSTUDIES$146, 0);
8555                     return target;
8556                 }
8557             }
8558             
8559             
8560 
8561 
8562             public boolean isSetMovementStudies()
8563             {
8564                 synchronized (monitor())
8565                 {
8566                     check_orphaned();
8567                     return get_store().count_elements(MOVEMENTSTUDIES$146) != 0;
8568                 }
8569             }
8570             
8571             
8572 
8573 
8574             public void setMovementStudies(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum movementStudies)
8575             {
8576                 synchronized (monitor())
8577                 {
8578                     check_orphaned();
8579                     org.apache.xmlbeans.SimpleValue target = null;
8580                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MOVEMENTSTUDIES$146, 0);
8581                     if (target == null)
8582                     {
8583                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(MOVEMENTSTUDIES$146);
8584                     }
8585                     target.setEnumValue(movementStudies);
8586                 }
8587             }
8588             
8589             
8590 
8591 
8592             public void xsetMovementStudies(gov.grants.apply.system.globalLibraryV20.YesNoDataType movementStudies)
8593             {
8594                 synchronized (monitor())
8595                 {
8596                     check_orphaned();
8597                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
8598                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MOVEMENTSTUDIES$146, 0);
8599                     if (target == null)
8600                     {
8601                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(MOVEMENTSTUDIES$146);
8602                     }
8603                     target.set(movementStudies);
8604                 }
8605             }
8606             
8607             
8608 
8609 
8610             public void unsetMovementStudies()
8611             {
8612                 synchronized (monitor())
8613                 {
8614                     check_orphaned();
8615                     get_store().remove_element(MOVEMENTSTUDIES$146, 0);
8616                 }
8617             }
8618             
8619             
8620 
8621 
8622             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPALEONTOLOGY()
8623             {
8624                 synchronized (monitor())
8625                 {
8626                     check_orphaned();
8627                     org.apache.xmlbeans.SimpleValue target = null;
8628                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PALEONTOLOGY$148, 0);
8629                     if (target == null)
8630                     {
8631                       return null;
8632                     }
8633                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
8634                 }
8635             }
8636             
8637             
8638 
8639 
8640             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPALEONTOLOGY()
8641             {
8642                 synchronized (monitor())
8643                 {
8644                     check_orphaned();
8645                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
8646                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PALEONTOLOGY$148, 0);
8647                     return target;
8648                 }
8649             }
8650             
8651             
8652 
8653 
8654             public boolean isSetPALEONTOLOGY()
8655             {
8656                 synchronized (monitor())
8657                 {
8658                     check_orphaned();
8659                     return get_store().count_elements(PALEONTOLOGY$148) != 0;
8660                 }
8661             }
8662             
8663             
8664 
8665 
8666             public void setPALEONTOLOGY(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum paleontology)
8667             {
8668                 synchronized (monitor())
8669                 {
8670                     check_orphaned();
8671                     org.apache.xmlbeans.SimpleValue target = null;
8672                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PALEONTOLOGY$148, 0);
8673                     if (target == null)
8674                     {
8675                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PALEONTOLOGY$148);
8676                     }
8677                     target.setEnumValue(paleontology);
8678                 }
8679             }
8680             
8681             
8682 
8683 
8684             public void xsetPALEONTOLOGY(gov.grants.apply.system.globalLibraryV20.YesNoDataType paleontology)
8685             {
8686                 synchronized (monitor())
8687                 {
8688                     check_orphaned();
8689                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
8690                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PALEONTOLOGY$148, 0);
8691                     if (target == null)
8692                     {
8693                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PALEONTOLOGY$148);
8694                     }
8695                     target.set(paleontology);
8696                 }
8697             }
8698             
8699             
8700 
8701 
8702             public void unsetPALEONTOLOGY()
8703             {
8704                 synchronized (monitor())
8705                 {
8706                     check_orphaned();
8707                     get_store().remove_element(PALEONTOLOGY$148, 0);
8708                 }
8709             }
8710             
8711             
8712 
8713 
8714             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFloristic()
8715             {
8716                 synchronized (monitor())
8717                 {
8718                     check_orphaned();
8719                     org.apache.xmlbeans.SimpleValue target = null;
8720                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FLORISTIC$150, 0);
8721                     if (target == null)
8722                     {
8723                       return null;
8724                     }
8725                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
8726                 }
8727             }
8728             
8729             
8730 
8731 
8732             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFloristic()
8733             {
8734                 synchronized (monitor())
8735                 {
8736                     check_orphaned();
8737                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
8738                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(FLORISTIC$150, 0);
8739                     return target;
8740                 }
8741             }
8742             
8743             
8744 
8745 
8746             public boolean isSetFloristic()
8747             {
8748                 synchronized (monitor())
8749                 {
8750                     check_orphaned();
8751                     return get_store().count_elements(FLORISTIC$150) != 0;
8752                 }
8753             }
8754             
8755             
8756 
8757 
8758             public void setFloristic(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum floristic)
8759             {
8760                 synchronized (monitor())
8761                 {
8762                     check_orphaned();
8763                     org.apache.xmlbeans.SimpleValue target = null;
8764                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FLORISTIC$150, 0);
8765                     if (target == null)
8766                     {
8767                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(FLORISTIC$150);
8768                     }
8769                     target.setEnumValue(floristic);
8770                 }
8771             }
8772             
8773             
8774 
8775 
8776             public void xsetFloristic(gov.grants.apply.system.globalLibraryV20.YesNoDataType floristic)
8777             {
8778                 synchronized (monitor())
8779                 {
8780                     check_orphaned();
8781                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
8782                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(FLORISTIC$150, 0);
8783                     if (target == null)
8784                     {
8785                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(FLORISTIC$150);
8786                     }
8787                     target.set(floristic);
8788                 }
8789             }
8790             
8791             
8792 
8793 
8794             public void unsetFloristic()
8795             {
8796                 synchronized (monitor())
8797                 {
8798                     check_orphaned();
8799                     get_store().remove_element(FLORISTIC$150, 0);
8800                 }
8801             }
8802             
8803             
8804 
8805 
8806             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFaunistic()
8807             {
8808                 synchronized (monitor())
8809                 {
8810                     check_orphaned();
8811                     org.apache.xmlbeans.SimpleValue target = null;
8812                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FAUNISTIC$152, 0);
8813                     if (target == null)
8814                     {
8815                       return null;
8816                     }
8817                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
8818                 }
8819             }
8820             
8821             
8822 
8823 
8824             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFaunistic()
8825             {
8826                 synchronized (monitor())
8827                 {
8828                     check_orphaned();
8829                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
8830                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(FAUNISTIC$152, 0);
8831                     return target;
8832                 }
8833             }
8834             
8835             
8836 
8837 
8838             public boolean isSetFaunistic()
8839             {
8840                 synchronized (monitor())
8841                 {
8842                     check_orphaned();
8843                     return get_store().count_elements(FAUNISTIC$152) != 0;
8844                 }
8845             }
8846             
8847             
8848 
8849 
8850             public void setFaunistic(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum faunistic)
8851             {
8852                 synchronized (monitor())
8853                 {
8854                     check_orphaned();
8855                     org.apache.xmlbeans.SimpleValue target = null;
8856                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FAUNISTIC$152, 0);
8857                     if (target == null)
8858                     {
8859                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(FAUNISTIC$152);
8860                     }
8861                     target.setEnumValue(faunistic);
8862                 }
8863             }
8864             
8865             
8866 
8867 
8868             public void xsetFaunistic(gov.grants.apply.system.globalLibraryV20.YesNoDataType faunistic)
8869             {
8870                 synchronized (monitor())
8871                 {
8872                     check_orphaned();
8873                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
8874                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(FAUNISTIC$152, 0);
8875                     if (target == null)
8876                     {
8877                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(FAUNISTIC$152);
8878                     }
8879                     target.set(faunistic);
8880                 }
8881             }
8882             
8883             
8884 
8885 
8886             public void unsetFaunistic()
8887             {
8888                 synchronized (monitor())
8889                 {
8890                     check_orphaned();
8891                     get_store().remove_element(FAUNISTIC$152, 0);
8892                 }
8893             }
8894             
8895             
8896 
8897 
8898             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPaleoecology()
8899             {
8900                 synchronized (monitor())
8901                 {
8902                     check_orphaned();
8903                     org.apache.xmlbeans.SimpleValue target = null;
8904                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PALEOECOLOGY$154, 0);
8905                     if (target == null)
8906                     {
8907                       return null;
8908                     }
8909                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
8910                 }
8911             }
8912             
8913             
8914 
8915 
8916             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPaleoecology()
8917             {
8918                 synchronized (monitor())
8919                 {
8920                     check_orphaned();
8921                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
8922                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PALEOECOLOGY$154, 0);
8923                     return target;
8924                 }
8925             }
8926             
8927             
8928 
8929 
8930             public boolean isSetPaleoecology()
8931             {
8932                 synchronized (monitor())
8933                 {
8934                     check_orphaned();
8935                     return get_store().count_elements(PALEOECOLOGY$154) != 0;
8936                 }
8937             }
8938             
8939             
8940 
8941 
8942             public void setPaleoecology(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum paleoecology)
8943             {
8944                 synchronized (monitor())
8945                 {
8946                     check_orphaned();
8947                     org.apache.xmlbeans.SimpleValue target = null;
8948                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PALEOECOLOGY$154, 0);
8949                     if (target == null)
8950                     {
8951                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PALEOECOLOGY$154);
8952                     }
8953                     target.setEnumValue(paleoecology);
8954                 }
8955             }
8956             
8957             
8958 
8959 
8960             public void xsetPaleoecology(gov.grants.apply.system.globalLibraryV20.YesNoDataType paleoecology)
8961             {
8962                 synchronized (monitor())
8963                 {
8964                     check_orphaned();
8965                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
8966                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PALEOECOLOGY$154, 0);
8967                     if (target == null)
8968                     {
8969                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PALEOECOLOGY$154);
8970                     }
8971                     target.set(paleoecology);
8972                 }
8973             }
8974             
8975             
8976 
8977 
8978             public void unsetPaleoecology()
8979             {
8980                 synchronized (monitor())
8981                 {
8982                     check_orphaned();
8983                     get_store().remove_element(PALEOECOLOGY$154, 0);
8984                 }
8985             }
8986             
8987             
8988 
8989 
8990             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBiostratigraphy()
8991             {
8992                 synchronized (monitor())
8993                 {
8994                     check_orphaned();
8995                     org.apache.xmlbeans.SimpleValue target = null;
8996                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(BIOSTRATIGRAPHY$156, 0);
8997                     if (target == null)
8998                     {
8999                       return null;
9000                     }
9001                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
9002                 }
9003             }
9004             
9005             
9006 
9007 
9008             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBiostratigraphy()
9009             {
9010                 synchronized (monitor())
9011                 {
9012                     check_orphaned();
9013                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
9014                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(BIOSTRATIGRAPHY$156, 0);
9015                     return target;
9016                 }
9017             }
9018             
9019             
9020 
9021 
9022             public boolean isSetBiostratigraphy()
9023             {
9024                 synchronized (monitor())
9025                 {
9026                     check_orphaned();
9027                     return get_store().count_elements(BIOSTRATIGRAPHY$156) != 0;
9028                 }
9029             }
9030             
9031             
9032 
9033 
9034             public void setBiostratigraphy(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum biostratigraphy)
9035             {
9036                 synchronized (monitor())
9037                 {
9038                     check_orphaned();
9039                     org.apache.xmlbeans.SimpleValue target = null;
9040                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(BIOSTRATIGRAPHY$156, 0);
9041                     if (target == null)
9042                     {
9043                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(BIOSTRATIGRAPHY$156);
9044                     }
9045                     target.setEnumValue(biostratigraphy);
9046                 }
9047             }
9048             
9049             
9050 
9051 
9052             public void xsetBiostratigraphy(gov.grants.apply.system.globalLibraryV20.YesNoDataType biostratigraphy)
9053             {
9054                 synchronized (monitor())
9055                 {
9056                     check_orphaned();
9057                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
9058                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(BIOSTRATIGRAPHY$156, 0);
9059                     if (target == null)
9060                     {
9061                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(BIOSTRATIGRAPHY$156);
9062                     }
9063                     target.set(biostratigraphy);
9064                 }
9065             }
9066             
9067             
9068 
9069 
9070             public void unsetBiostratigraphy()
9071             {
9072                 synchronized (monitor())
9073                 {
9074                     check_orphaned();
9075                     get_store().remove_element(BIOSTRATIGRAPHY$156, 0);
9076                 }
9077             }
9078             
9079             
9080 
9081 
9082             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPalynology()
9083             {
9084                 synchronized (monitor())
9085                 {
9086                     check_orphaned();
9087                     org.apache.xmlbeans.SimpleValue target = null;
9088                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PALYNOLOGY$158, 0);
9089                     if (target == null)
9090                     {
9091                       return null;
9092                     }
9093                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
9094                 }
9095             }
9096             
9097             
9098 
9099 
9100             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPalynology()
9101             {
9102                 synchronized (monitor())
9103                 {
9104                     check_orphaned();
9105                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
9106                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PALYNOLOGY$158, 0);
9107                     return target;
9108                 }
9109             }
9110             
9111             
9112 
9113 
9114             public boolean isSetPalynology()
9115             {
9116                 synchronized (monitor())
9117                 {
9118                     check_orphaned();
9119                     return get_store().count_elements(PALYNOLOGY$158) != 0;
9120                 }
9121             }
9122             
9123             
9124 
9125 
9126             public void setPalynology(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum palynology)
9127             {
9128                 synchronized (monitor())
9129                 {
9130                     check_orphaned();
9131                     org.apache.xmlbeans.SimpleValue target = null;
9132                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PALYNOLOGY$158, 0);
9133                     if (target == null)
9134                     {
9135                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PALYNOLOGY$158);
9136                     }
9137                     target.setEnumValue(palynology);
9138                 }
9139             }
9140             
9141             
9142 
9143 
9144             public void xsetPalynology(gov.grants.apply.system.globalLibraryV20.YesNoDataType palynology)
9145             {
9146                 synchronized (monitor())
9147                 {
9148                     check_orphaned();
9149                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
9150                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PALYNOLOGY$158, 0);
9151                     if (target == null)
9152                     {
9153                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PALYNOLOGY$158);
9154                     }
9155                     target.set(palynology);
9156                 }
9157             }
9158             
9159             
9160 
9161 
9162             public void unsetPalynology()
9163             {
9164                 synchronized (monitor())
9165                 {
9166                     check_orphaned();
9167                     get_store().remove_element(PALYNOLOGY$158, 0);
9168                 }
9169             }
9170             
9171             
9172 
9173 
9174             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMicropaleontology()
9175             {
9176                 synchronized (monitor())
9177                 {
9178                     check_orphaned();
9179                     org.apache.xmlbeans.SimpleValue target = null;
9180                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MICROPALEONTOLOGY$160, 0);
9181                     if (target == null)
9182                     {
9183                       return null;
9184                     }
9185                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
9186                 }
9187             }
9188             
9189             
9190 
9191 
9192             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMicropaleontology()
9193             {
9194                 synchronized (monitor())
9195                 {
9196                     check_orphaned();
9197                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
9198                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MICROPALEONTOLOGY$160, 0);
9199                     return target;
9200                 }
9201             }
9202             
9203             
9204 
9205 
9206             public boolean isSetMicropaleontology()
9207             {
9208                 synchronized (monitor())
9209                 {
9210                     check_orphaned();
9211                     return get_store().count_elements(MICROPALEONTOLOGY$160) != 0;
9212                 }
9213             }
9214             
9215             
9216 
9217 
9218             public void setMicropaleontology(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum micropaleontology)
9219             {
9220                 synchronized (monitor())
9221                 {
9222                     check_orphaned();
9223                     org.apache.xmlbeans.SimpleValue target = null;
9224                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MICROPALEONTOLOGY$160, 0);
9225                     if (target == null)
9226                     {
9227                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(MICROPALEONTOLOGY$160);
9228                     }
9229                     target.setEnumValue(micropaleontology);
9230                 }
9231             }
9232             
9233             
9234 
9235 
9236             public void xsetMicropaleontology(gov.grants.apply.system.globalLibraryV20.YesNoDataType micropaleontology)
9237             {
9238                 synchronized (monitor())
9239                 {
9240                     check_orphaned();
9241                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
9242                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MICROPALEONTOLOGY$160, 0);
9243                     if (target == null)
9244                     {
9245                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(MICROPALEONTOLOGY$160);
9246                     }
9247                     target.set(micropaleontology);
9248                 }
9249             }
9250             
9251             
9252 
9253 
9254             public void unsetMicropaleontology()
9255             {
9256                 synchronized (monitor())
9257                 {
9258                     check_orphaned();
9259                     get_store().remove_element(MICROPALEONTOLOGY$160, 0);
9260                 }
9261             }
9262             
9263             
9264 
9265 
9266             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPaleoclimatology()
9267             {
9268                 synchronized (monitor())
9269                 {
9270                     check_orphaned();
9271                     org.apache.xmlbeans.SimpleValue target = null;
9272                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PALEOCLIMATOLOGY$162, 0);
9273                     if (target == null)
9274                     {
9275                       return null;
9276                     }
9277                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
9278                 }
9279             }
9280             
9281             
9282 
9283 
9284             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPaleoclimatology()
9285             {
9286                 synchronized (monitor())
9287                 {
9288                     check_orphaned();
9289                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
9290                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PALEOCLIMATOLOGY$162, 0);
9291                     return target;
9292                 }
9293             }
9294             
9295             
9296 
9297 
9298             public boolean isSetPaleoclimatology()
9299             {
9300                 synchronized (monitor())
9301                 {
9302                     check_orphaned();
9303                     return get_store().count_elements(PALEOCLIMATOLOGY$162) != 0;
9304                 }
9305             }
9306             
9307             
9308 
9309 
9310             public void setPaleoclimatology(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum paleoclimatology)
9311             {
9312                 synchronized (monitor())
9313                 {
9314                     check_orphaned();
9315                     org.apache.xmlbeans.SimpleValue target = null;
9316                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PALEOCLIMATOLOGY$162, 0);
9317                     if (target == null)
9318                     {
9319                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PALEOCLIMATOLOGY$162);
9320                     }
9321                     target.setEnumValue(paleoclimatology);
9322                 }
9323             }
9324             
9325             
9326 
9327 
9328             public void xsetPaleoclimatology(gov.grants.apply.system.globalLibraryV20.YesNoDataType paleoclimatology)
9329             {
9330                 synchronized (monitor())
9331                 {
9332                     check_orphaned();
9333                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
9334                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PALEOCLIMATOLOGY$162, 0);
9335                     if (target == null)
9336                     {
9337                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PALEOCLIMATOLOGY$162);
9338                     }
9339                     target.set(paleoclimatology);
9340                 }
9341             }
9342             
9343             
9344 
9345 
9346             public void unsetPaleoclimatology()
9347             {
9348                 synchronized (monitor())
9349                 {
9350                     check_orphaned();
9351                     get_store().remove_element(PALEOCLIMATOLOGY$162, 0);
9352                 }
9353             }
9354             
9355             
9356 
9357 
9358             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getArcheozoic()
9359             {
9360                 synchronized (monitor())
9361                 {
9362                     check_orphaned();
9363                     org.apache.xmlbeans.SimpleValue target = null;
9364                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ARCHEOZOIC$164, 0);
9365                     if (target == null)
9366                     {
9367                       return null;
9368                     }
9369                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
9370                 }
9371             }
9372             
9373             
9374 
9375 
9376             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetArcheozoic()
9377             {
9378                 synchronized (monitor())
9379                 {
9380                     check_orphaned();
9381                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
9382                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ARCHEOZOIC$164, 0);
9383                     return target;
9384                 }
9385             }
9386             
9387             
9388 
9389 
9390             public boolean isSetArcheozoic()
9391             {
9392                 synchronized (monitor())
9393                 {
9394                     check_orphaned();
9395                     return get_store().count_elements(ARCHEOZOIC$164) != 0;
9396                 }
9397             }
9398             
9399             
9400 
9401 
9402             public void setArcheozoic(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum archeozoic)
9403             {
9404                 synchronized (monitor())
9405                 {
9406                     check_orphaned();
9407                     org.apache.xmlbeans.SimpleValue target = null;
9408                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ARCHEOZOIC$164, 0);
9409                     if (target == null)
9410                     {
9411                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ARCHEOZOIC$164);
9412                     }
9413                     target.setEnumValue(archeozoic);
9414                 }
9415             }
9416             
9417             
9418 
9419 
9420             public void xsetArcheozoic(gov.grants.apply.system.globalLibraryV20.YesNoDataType archeozoic)
9421             {
9422                 synchronized (monitor())
9423                 {
9424                     check_orphaned();
9425                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
9426                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ARCHEOZOIC$164, 0);
9427                     if (target == null)
9428                     {
9429                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ARCHEOZOIC$164);
9430                     }
9431                     target.set(archeozoic);
9432                 }
9433             }
9434             
9435             
9436 
9437 
9438             public void unsetArcheozoic()
9439             {
9440                 synchronized (monitor())
9441                 {
9442                     check_orphaned();
9443                     get_store().remove_element(ARCHEOZOIC$164, 0);
9444                 }
9445             }
9446             
9447             
9448 
9449 
9450             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPaleozoic()
9451             {
9452                 synchronized (monitor())
9453                 {
9454                     check_orphaned();
9455                     org.apache.xmlbeans.SimpleValue target = null;
9456                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PALEOZOIC$166, 0);
9457                     if (target == null)
9458                     {
9459                       return null;
9460                     }
9461                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
9462                 }
9463             }
9464             
9465             
9466 
9467 
9468             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPaleozoic()
9469             {
9470                 synchronized (monitor())
9471                 {
9472                     check_orphaned();
9473                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
9474                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PALEOZOIC$166, 0);
9475                     return target;
9476                 }
9477             }
9478             
9479             
9480 
9481 
9482             public boolean isSetPaleozoic()
9483             {
9484                 synchronized (monitor())
9485                 {
9486                     check_orphaned();
9487                     return get_store().count_elements(PALEOZOIC$166) != 0;
9488                 }
9489             }
9490             
9491             
9492 
9493 
9494             public void setPaleozoic(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum paleozoic)
9495             {
9496                 synchronized (monitor())
9497                 {
9498                     check_orphaned();
9499                     org.apache.xmlbeans.SimpleValue target = null;
9500                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PALEOZOIC$166, 0);
9501                     if (target == null)
9502                     {
9503                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PALEOZOIC$166);
9504                     }
9505                     target.setEnumValue(paleozoic);
9506                 }
9507             }
9508             
9509             
9510 
9511 
9512             public void xsetPaleozoic(gov.grants.apply.system.globalLibraryV20.YesNoDataType paleozoic)
9513             {
9514                 synchronized (monitor())
9515                 {
9516                     check_orphaned();
9517                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
9518                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PALEOZOIC$166, 0);
9519                     if (target == null)
9520                     {
9521                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PALEOZOIC$166);
9522                     }
9523                     target.set(paleozoic);
9524                 }
9525             }
9526             
9527             
9528 
9529 
9530             public void unsetPaleozoic()
9531             {
9532                 synchronized (monitor())
9533                 {
9534                     check_orphaned();
9535                     get_store().remove_element(PALEOZOIC$166, 0);
9536                 }
9537             }
9538             
9539             
9540 
9541 
9542             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMesozoic()
9543             {
9544                 synchronized (monitor())
9545                 {
9546                     check_orphaned();
9547                     org.apache.xmlbeans.SimpleValue target = null;
9548                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MESOZOIC$168, 0);
9549                     if (target == null)
9550                     {
9551                       return null;
9552                     }
9553                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
9554                 }
9555             }
9556             
9557             
9558 
9559 
9560             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMesozoic()
9561             {
9562                 synchronized (monitor())
9563                 {
9564                     check_orphaned();
9565                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
9566                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MESOZOIC$168, 0);
9567                     return target;
9568                 }
9569             }
9570             
9571             
9572 
9573 
9574             public boolean isSetMesozoic()
9575             {
9576                 synchronized (monitor())
9577                 {
9578                     check_orphaned();
9579                     return get_store().count_elements(MESOZOIC$168) != 0;
9580                 }
9581             }
9582             
9583             
9584 
9585 
9586             public void setMesozoic(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum mesozoic)
9587             {
9588                 synchronized (monitor())
9589                 {
9590                     check_orphaned();
9591                     org.apache.xmlbeans.SimpleValue target = null;
9592                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MESOZOIC$168, 0);
9593                     if (target == null)
9594                     {
9595                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(MESOZOIC$168);
9596                     }
9597                     target.setEnumValue(mesozoic);
9598                 }
9599             }
9600             
9601             
9602 
9603 
9604             public void xsetMesozoic(gov.grants.apply.system.globalLibraryV20.YesNoDataType mesozoic)
9605             {
9606                 synchronized (monitor())
9607                 {
9608                     check_orphaned();
9609                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
9610                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MESOZOIC$168, 0);
9611                     if (target == null)
9612                     {
9613                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(MESOZOIC$168);
9614                     }
9615                     target.set(mesozoic);
9616                 }
9617             }
9618             
9619             
9620 
9621 
9622             public void unsetMesozoic()
9623             {
9624                 synchronized (monitor())
9625                 {
9626                     check_orphaned();
9627                     get_store().remove_element(MESOZOIC$168, 0);
9628                 }
9629             }
9630             
9631             
9632 
9633 
9634             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCenozoic()
9635             {
9636                 synchronized (monitor())
9637                 {
9638                     check_orphaned();
9639                     org.apache.xmlbeans.SimpleValue target = null;
9640                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CENOZOIC$170, 0);
9641                     if (target == null)
9642                     {
9643                       return null;
9644                     }
9645                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
9646                 }
9647             }
9648             
9649             
9650 
9651 
9652             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCenozoic()
9653             {
9654                 synchronized (monitor())
9655                 {
9656                     check_orphaned();
9657                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
9658                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CENOZOIC$170, 0);
9659                     return target;
9660                 }
9661             }
9662             
9663             
9664 
9665 
9666             public boolean isSetCenozoic()
9667             {
9668                 synchronized (monitor())
9669                 {
9670                     check_orphaned();
9671                     return get_store().count_elements(CENOZOIC$170) != 0;
9672                 }
9673             }
9674             
9675             
9676 
9677 
9678             public void setCenozoic(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum cenozoic)
9679             {
9680                 synchronized (monitor())
9681                 {
9682                     check_orphaned();
9683                     org.apache.xmlbeans.SimpleValue target = null;
9684                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CENOZOIC$170, 0);
9685                     if (target == null)
9686                     {
9687                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CENOZOIC$170);
9688                     }
9689                     target.setEnumValue(cenozoic);
9690                 }
9691             }
9692             
9693             
9694 
9695 
9696             public void xsetCenozoic(gov.grants.apply.system.globalLibraryV20.YesNoDataType cenozoic)
9697             {
9698                 synchronized (monitor())
9699                 {
9700                     check_orphaned();
9701                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
9702                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CENOZOIC$170, 0);
9703                     if (target == null)
9704                     {
9705                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CENOZOIC$170);
9706                     }
9707                     target.set(cenozoic);
9708                 }
9709             }
9710             
9711             
9712 
9713 
9714             public void unsetCenozoic()
9715             {
9716                 synchronized (monitor())
9717                 {
9718                     check_orphaned();
9719                     get_store().remove_element(CENOZOIC$170, 0);
9720                 }
9721             }
9722             
9723             
9724 
9725 
9726             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPHOTOSYNTHESIS()
9727             {
9728                 synchronized (monitor())
9729                 {
9730                     check_orphaned();
9731                     org.apache.xmlbeans.SimpleValue target = null;
9732                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PHOTOSYNTHESIS$172, 0);
9733                     if (target == null)
9734                     {
9735                       return null;
9736                     }
9737                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
9738                 }
9739             }
9740             
9741             
9742 
9743 
9744             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPHOTOSYNTHESIS()
9745             {
9746                 synchronized (monitor())
9747                 {
9748                     check_orphaned();
9749                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
9750                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PHOTOSYNTHESIS$172, 0);
9751                     return target;
9752                 }
9753             }
9754             
9755             
9756 
9757 
9758             public boolean isSetPHOTOSYNTHESIS()
9759             {
9760                 synchronized (monitor())
9761                 {
9762                     check_orphaned();
9763                     return get_store().count_elements(PHOTOSYNTHESIS$172) != 0;
9764                 }
9765             }
9766             
9767             
9768 
9769 
9770             public void setPHOTOSYNTHESIS(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum photosynthesis)
9771             {
9772                 synchronized (monitor())
9773                 {
9774                     check_orphaned();
9775                     org.apache.xmlbeans.SimpleValue target = null;
9776                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PHOTOSYNTHESIS$172, 0);
9777                     if (target == null)
9778                     {
9779                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PHOTOSYNTHESIS$172);
9780                     }
9781                     target.setEnumValue(photosynthesis);
9782                 }
9783             }
9784             
9785             
9786 
9787 
9788             public void xsetPHOTOSYNTHESIS(gov.grants.apply.system.globalLibraryV20.YesNoDataType photosynthesis)
9789             {
9790                 synchronized (monitor())
9791                 {
9792                     check_orphaned();
9793                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
9794                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PHOTOSYNTHESIS$172, 0);
9795                     if (target == null)
9796                     {
9797                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PHOTOSYNTHESIS$172);
9798                     }
9799                     target.set(photosynthesis);
9800                 }
9801             }
9802             
9803             
9804 
9805 
9806             public void unsetPHOTOSYNTHESIS()
9807             {
9808                 synchronized (monitor())
9809                 {
9810                     check_orphaned();
9811                     get_store().remove_element(PHOTOSYNTHESIS$172, 0);
9812                 }
9813             }
9814             
9815             
9816 
9817 
9818             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPLANTBIOLOGY()
9819             {
9820                 synchronized (monitor())
9821                 {
9822                     check_orphaned();
9823                     org.apache.xmlbeans.SimpleValue target = null;
9824                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PLANTBIOLOGY$174, 0);
9825                     if (target == null)
9826                     {
9827                       return null;
9828                     }
9829                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
9830                 }
9831             }
9832             
9833             
9834 
9835 
9836             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPLANTBIOLOGY()
9837             {
9838                 synchronized (monitor())
9839                 {
9840                     check_orphaned();
9841                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
9842                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PLANTBIOLOGY$174, 0);
9843                     return target;
9844                 }
9845             }
9846             
9847             
9848 
9849 
9850             public boolean isSetPLANTBIOLOGY()
9851             {
9852                 synchronized (monitor())
9853                 {
9854                     check_orphaned();
9855                     return get_store().count_elements(PLANTBIOLOGY$174) != 0;
9856                 }
9857             }
9858             
9859             
9860 
9861 
9862             public void setPLANTBIOLOGY(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum plantbiology)
9863             {
9864                 synchronized (monitor())
9865                 {
9866                     check_orphaned();
9867                     org.apache.xmlbeans.SimpleValue target = null;
9868                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PLANTBIOLOGY$174, 0);
9869                     if (target == null)
9870                     {
9871                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PLANTBIOLOGY$174);
9872                     }
9873                     target.setEnumValue(plantbiology);
9874                 }
9875             }
9876             
9877             
9878 
9879 
9880             public void xsetPLANTBIOLOGY(gov.grants.apply.system.globalLibraryV20.YesNoDataType plantbiology)
9881             {
9882                 synchronized (monitor())
9883                 {
9884                     check_orphaned();
9885                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
9886                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PLANTBIOLOGY$174, 0);
9887                     if (target == null)
9888                     {
9889                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PLANTBIOLOGY$174);
9890                     }
9891                     target.set(plantbiology);
9892                 }
9893             }
9894             
9895             
9896 
9897 
9898             public void unsetPLANTBIOLOGY()
9899             {
9900                 synchronized (monitor())
9901                 {
9902                     check_orphaned();
9903                     get_store().remove_element(PLANTBIOLOGY$174, 0);
9904                 }
9905             }
9906             
9907             
9908 
9909 
9910             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getArabidopsisResearch()
9911             {
9912                 synchronized (monitor())
9913                 {
9914                     check_orphaned();
9915                     org.apache.xmlbeans.SimpleValue target = null;
9916                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ARABIDOPSISRESEARCH$176, 0);
9917                     if (target == null)
9918                     {
9919                       return null;
9920                     }
9921                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
9922                 }
9923             }
9924             
9925             
9926 
9927 
9928             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetArabidopsisResearch()
9929             {
9930                 synchronized (monitor())
9931                 {
9932                     check_orphaned();
9933                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
9934                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ARABIDOPSISRESEARCH$176, 0);
9935                     return target;
9936                 }
9937             }
9938             
9939             
9940 
9941 
9942             public boolean isSetArabidopsisResearch()
9943             {
9944                 synchronized (monitor())
9945                 {
9946                     check_orphaned();
9947                     return get_store().count_elements(ARABIDOPSISRESEARCH$176) != 0;
9948                 }
9949             }
9950             
9951             
9952 
9953 
9954             public void setArabidopsisResearch(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum arabidopsisResearch)
9955             {
9956                 synchronized (monitor())
9957                 {
9958                     check_orphaned();
9959                     org.apache.xmlbeans.SimpleValue target = null;
9960                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ARABIDOPSISRESEARCH$176, 0);
9961                     if (target == null)
9962                     {
9963                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ARABIDOPSISRESEARCH$176);
9964                     }
9965                     target.setEnumValue(arabidopsisResearch);
9966                 }
9967             }
9968             
9969             
9970 
9971 
9972             public void xsetArabidopsisResearch(gov.grants.apply.system.globalLibraryV20.YesNoDataType arabidopsisResearch)
9973             {
9974                 synchronized (monitor())
9975                 {
9976                     check_orphaned();
9977                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
9978                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ARABIDOPSISRESEARCH$176, 0);
9979                     if (target == null)
9980                     {
9981                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ARABIDOPSISRESEARCH$176);
9982                     }
9983                     target.set(arabidopsisResearch);
9984                 }
9985             }
9986             
9987             
9988 
9989 
9990             public void unsetArabidopsisResearch()
9991             {
9992                 synchronized (monitor())
9993                 {
9994                     check_orphaned();
9995                     get_store().remove_element(ARABIDOPSISRESEARCH$176, 0);
9996                 }
9997             }
9998             
9999             
10000 
10001 
10002             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPOPULATIONDYNAMICS()
10003             {
10004                 synchronized (monitor())
10005                 {
10006                     check_orphaned();
10007                     org.apache.xmlbeans.SimpleValue target = null;
10008                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(POPULATIONDYNAMICS$178, 0);
10009                     if (target == null)
10010                     {
10011                       return null;
10012                     }
10013                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
10014                 }
10015             }
10016             
10017             
10018 
10019 
10020             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPOPULATIONDYNAMICS()
10021             {
10022                 synchronized (monitor())
10023                 {
10024                     check_orphaned();
10025                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
10026                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(POPULATIONDYNAMICS$178, 0);
10027                     return target;
10028                 }
10029             }
10030             
10031             
10032 
10033 
10034             public boolean isSetPOPULATIONDYNAMICS()
10035             {
10036                 synchronized (monitor())
10037                 {
10038                     check_orphaned();
10039                     return get_store().count_elements(POPULATIONDYNAMICS$178) != 0;
10040                 }
10041             }
10042             
10043             
10044 
10045 
10046             public void setPOPULATIONDYNAMICS(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum populationdynamics)
10047             {
10048                 synchronized (monitor())
10049                 {
10050                     check_orphaned();
10051                     org.apache.xmlbeans.SimpleValue target = null;
10052                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(POPULATIONDYNAMICS$178, 0);
10053                     if (target == null)
10054                     {
10055                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(POPULATIONDYNAMICS$178);
10056                     }
10057                     target.setEnumValue(populationdynamics);
10058                 }
10059             }
10060             
10061             
10062 
10063 
10064             public void xsetPOPULATIONDYNAMICS(gov.grants.apply.system.globalLibraryV20.YesNoDataType populationdynamics)
10065             {
10066                 synchronized (monitor())
10067                 {
10068                     check_orphaned();
10069                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
10070                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(POPULATIONDYNAMICS$178, 0);
10071                     if (target == null)
10072                     {
10073                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(POPULATIONDYNAMICS$178);
10074                     }
10075                     target.set(populationdynamics);
10076                 }
10077             }
10078             
10079             
10080 
10081 
10082             public void unsetPOPULATIONDYNAMICS()
10083             {
10084                 synchronized (monitor())
10085                 {
10086                     check_orphaned();
10087                     get_store().remove_element(POPULATIONDYNAMICS$178, 0);
10088                 }
10089             }
10090             
10091             
10092 
10093 
10094             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getDemographyLifeHistory()
10095             {
10096                 synchronized (monitor())
10097                 {
10098                     check_orphaned();
10099                     org.apache.xmlbeans.SimpleValue target = null;
10100                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DEMOGRAPHYLIFEHISTORY$180, 0);
10101                     if (target == null)
10102                     {
10103                       return null;
10104                     }
10105                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
10106                 }
10107             }
10108             
10109             
10110 
10111 
10112             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetDemographyLifeHistory()
10113             {
10114                 synchronized (monitor())
10115                 {
10116                     check_orphaned();
10117                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
10118                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(DEMOGRAPHYLIFEHISTORY$180, 0);
10119                     return target;
10120                 }
10121             }
10122             
10123             
10124 
10125 
10126             public boolean isSetDemographyLifeHistory()
10127             {
10128                 synchronized (monitor())
10129                 {
10130                     check_orphaned();
10131                     return get_store().count_elements(DEMOGRAPHYLIFEHISTORY$180) != 0;
10132                 }
10133             }
10134             
10135             
10136 
10137 
10138             public void setDemographyLifeHistory(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum demographyLifeHistory)
10139             {
10140                 synchronized (monitor())
10141                 {
10142                     check_orphaned();
10143                     org.apache.xmlbeans.SimpleValue target = null;
10144                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DEMOGRAPHYLIFEHISTORY$180, 0);
10145                     if (target == null)
10146                     {
10147                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(DEMOGRAPHYLIFEHISTORY$180);
10148                     }
10149                     target.setEnumValue(demographyLifeHistory);
10150                 }
10151             }
10152             
10153             
10154 
10155 
10156             public void xsetDemographyLifeHistory(gov.grants.apply.system.globalLibraryV20.YesNoDataType demographyLifeHistory)
10157             {
10158                 synchronized (monitor())
10159                 {
10160                     check_orphaned();
10161                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
10162                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(DEMOGRAPHYLIFEHISTORY$180, 0);
10163                     if (target == null)
10164                     {
10165                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(DEMOGRAPHYLIFEHISTORY$180);
10166                     }
10167                     target.set(demographyLifeHistory);
10168                 }
10169             }
10170             
10171             
10172 
10173 
10174             public void unsetDemographyLifeHistory()
10175             {
10176                 synchronized (monitor())
10177                 {
10178                     check_orphaned();
10179                     get_store().remove_element(DEMOGRAPHYLIFEHISTORY$180, 0);
10180                 }
10181             }
10182             
10183             
10184 
10185 
10186             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPopulationCycles()
10187             {
10188                 synchronized (monitor())
10189                 {
10190                     check_orphaned();
10191                     org.apache.xmlbeans.SimpleValue target = null;
10192                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(POPULATIONCYCLES$182, 0);
10193                     if (target == null)
10194                     {
10195                       return null;
10196                     }
10197                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
10198                 }
10199             }
10200             
10201             
10202 
10203 
10204             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPopulationCycles()
10205             {
10206                 synchronized (monitor())
10207                 {
10208                     check_orphaned();
10209                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
10210                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(POPULATIONCYCLES$182, 0);
10211                     return target;
10212                 }
10213             }
10214             
10215             
10216 
10217 
10218             public boolean isSetPopulationCycles()
10219             {
10220                 synchronized (monitor())
10221                 {
10222                     check_orphaned();
10223                     return get_store().count_elements(POPULATIONCYCLES$182) != 0;
10224                 }
10225             }
10226             
10227             
10228 
10229 
10230             public void setPopulationCycles(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum populationCycles)
10231             {
10232                 synchronized (monitor())
10233                 {
10234                     check_orphaned();
10235                     org.apache.xmlbeans.SimpleValue target = null;
10236                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(POPULATIONCYCLES$182, 0);
10237                     if (target == null)
10238                     {
10239                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(POPULATIONCYCLES$182);
10240                     }
10241                     target.setEnumValue(populationCycles);
10242                 }
10243             }
10244             
10245             
10246 
10247 
10248             public void xsetPopulationCycles(gov.grants.apply.system.globalLibraryV20.YesNoDataType populationCycles)
10249             {
10250                 synchronized (monitor())
10251                 {
10252                     check_orphaned();
10253                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
10254                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(POPULATIONCYCLES$182, 0);
10255                     if (target == null)
10256                     {
10257                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(POPULATIONCYCLES$182);
10258                     }
10259                     target.set(populationCycles);
10260                 }
10261             }
10262             
10263             
10264 
10265 
10266             public void unsetPopulationCycles()
10267             {
10268                 synchronized (monitor())
10269                 {
10270                     check_orphaned();
10271                     get_store().remove_element(POPULATIONCYCLES$182, 0);
10272                 }
10273             }
10274             
10275             
10276 
10277 
10278             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getDistributionPatchiness()
10279             {
10280                 synchronized (monitor())
10281                 {
10282                     check_orphaned();
10283                     org.apache.xmlbeans.SimpleValue target = null;
10284                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DISTRIBUTIONPATCHINESS$184, 0);
10285                     if (target == null)
10286                     {
10287                       return null;
10288                     }
10289                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
10290                 }
10291             }
10292             
10293             
10294 
10295 
10296             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetDistributionPatchiness()
10297             {
10298                 synchronized (monitor())
10299                 {
10300                     check_orphaned();
10301                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
10302                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(DISTRIBUTIONPATCHINESS$184, 0);
10303                     return target;
10304                 }
10305             }
10306             
10307             
10308 
10309 
10310             public boolean isSetDistributionPatchiness()
10311             {
10312                 synchronized (monitor())
10313                 {
10314                     check_orphaned();
10315                     return get_store().count_elements(DISTRIBUTIONPATCHINESS$184) != 0;
10316                 }
10317             }
10318             
10319             
10320 
10321 
10322             public void setDistributionPatchiness(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum distributionPatchiness)
10323             {
10324                 synchronized (monitor())
10325                 {
10326                     check_orphaned();
10327                     org.apache.xmlbeans.SimpleValue target = null;
10328                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DISTRIBUTIONPATCHINESS$184, 0);
10329                     if (target == null)
10330                     {
10331                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(DISTRIBUTIONPATCHINESS$184);
10332                     }
10333                     target.setEnumValue(distributionPatchiness);
10334                 }
10335             }
10336             
10337             
10338 
10339 
10340             public void xsetDistributionPatchiness(gov.grants.apply.system.globalLibraryV20.YesNoDataType distributionPatchiness)
10341             {
10342                 synchronized (monitor())
10343                 {
10344                     check_orphaned();
10345                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
10346                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(DISTRIBUTIONPATCHINESS$184, 0);
10347                     if (target == null)
10348                     {
10349                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(DISTRIBUTIONPATCHINESS$184);
10350                     }
10351                     target.set(distributionPatchiness);
10352                 }
10353             }
10354             
10355             
10356 
10357 
10358             public void unsetDistributionPatchiness()
10359             {
10360                 synchronized (monitor())
10361                 {
10362                     check_orphaned();
10363                     get_store().remove_element(DISTRIBUTIONPATCHINESS$184, 0);
10364                 }
10365             }
10366             
10367             
10368 
10369 
10370             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPopulationRegulation()
10371             {
10372                 synchronized (monitor())
10373                 {
10374                     check_orphaned();
10375                     org.apache.xmlbeans.SimpleValue target = null;
10376                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(POPULATIONREGULATION$186, 0);
10377                     if (target == null)
10378                     {
10379                       return null;
10380                     }
10381                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
10382                 }
10383             }
10384             
10385             
10386 
10387 
10388             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPopulationRegulation()
10389             {
10390                 synchronized (monitor())
10391                 {
10392                     check_orphaned();
10393                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
10394                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(POPULATIONREGULATION$186, 0);
10395                     return target;
10396                 }
10397             }
10398             
10399             
10400 
10401 
10402             public boolean isSetPopulationRegulation()
10403             {
10404                 synchronized (monitor())
10405                 {
10406                     check_orphaned();
10407                     return get_store().count_elements(POPULATIONREGULATION$186) != 0;
10408                 }
10409             }
10410             
10411             
10412 
10413 
10414             public void setPopulationRegulation(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum populationRegulation)
10415             {
10416                 synchronized (monitor())
10417                 {
10418                     check_orphaned();
10419                     org.apache.xmlbeans.SimpleValue target = null;
10420                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(POPULATIONREGULATION$186, 0);
10421                     if (target == null)
10422                     {
10423                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(POPULATIONREGULATION$186);
10424                     }
10425                     target.setEnumValue(populationRegulation);
10426                 }
10427             }
10428             
10429             
10430 
10431 
10432             public void xsetPopulationRegulation(gov.grants.apply.system.globalLibraryV20.YesNoDataType populationRegulation)
10433             {
10434                 synchronized (monitor())
10435                 {
10436                     check_orphaned();
10437                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
10438                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(POPULATIONREGULATION$186, 0);
10439                     if (target == null)
10440                     {
10441                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(POPULATIONREGULATION$186);
10442                     }
10443                     target.set(populationRegulation);
10444                 }
10445             }
10446             
10447             
10448 
10449 
10450             public void unsetPopulationRegulation()
10451             {
10452                 synchronized (monitor())
10453                 {
10454                     check_orphaned();
10455                     get_store().remove_element(POPULATIONREGULATION$186, 0);
10456                 }
10457             }
10458             
10459             
10460 
10461 
10462             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getIntraspecificCompetition()
10463             {
10464                 synchronized (monitor())
10465                 {
10466                     check_orphaned();
10467                     org.apache.xmlbeans.SimpleValue target = null;
10468                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(INTRASPECIFICCOMPETITION$188, 0);
10469                     if (target == null)
10470                     {
10471                       return null;
10472                     }
10473                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
10474                 }
10475             }
10476             
10477             
10478 
10479 
10480             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetIntraspecificCompetition()
10481             {
10482                 synchronized (monitor())
10483                 {
10484                     check_orphaned();
10485                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
10486                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(INTRASPECIFICCOMPETITION$188, 0);
10487                     return target;
10488                 }
10489             }
10490             
10491             
10492 
10493 
10494             public boolean isSetIntraspecificCompetition()
10495             {
10496                 synchronized (monitor())
10497                 {
10498                     check_orphaned();
10499                     return get_store().count_elements(INTRASPECIFICCOMPETITION$188) != 0;
10500                 }
10501             }
10502             
10503             
10504 
10505 
10506             public void setIntraspecificCompetition(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum intraspecificCompetition)
10507             {
10508                 synchronized (monitor())
10509                 {
10510                     check_orphaned();
10511                     org.apache.xmlbeans.SimpleValue target = null;
10512                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(INTRASPECIFICCOMPETITION$188, 0);
10513                     if (target == null)
10514                     {
10515                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(INTRASPECIFICCOMPETITION$188);
10516                     }
10517                     target.setEnumValue(intraspecificCompetition);
10518                 }
10519             }
10520             
10521             
10522 
10523 
10524             public void xsetIntraspecificCompetition(gov.grants.apply.system.globalLibraryV20.YesNoDataType intraspecificCompetition)
10525             {
10526                 synchronized (monitor())
10527                 {
10528                     check_orphaned();
10529                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
10530                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(INTRASPECIFICCOMPETITION$188, 0);
10531                     if (target == null)
10532                     {
10533                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(INTRASPECIFICCOMPETITION$188);
10534                     }
10535                     target.set(intraspecificCompetition);
10536                 }
10537             }
10538             
10539             
10540 
10541 
10542             public void unsetIntraspecificCompetition()
10543             {
10544                 synchronized (monitor())
10545                 {
10546                     check_orphaned();
10547                     get_store().remove_element(INTRASPECIFICCOMPETITION$188, 0);
10548                 }
10549             }
10550             
10551             
10552 
10553 
10554             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getReproductiveStrategies()
10555             {
10556                 synchronized (monitor())
10557                 {
10558                     check_orphaned();
10559                     org.apache.xmlbeans.SimpleValue target = null;
10560                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(REPRODUCTIVESTRATEGIES$190, 0);
10561                     if (target == null)
10562                     {
10563                       return null;
10564                     }
10565                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
10566                 }
10567             }
10568             
10569             
10570 
10571 
10572             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetReproductiveStrategies()
10573             {
10574                 synchronized (monitor())
10575                 {
10576                     check_orphaned();
10577                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
10578                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(REPRODUCTIVESTRATEGIES$190, 0);
10579                     return target;
10580                 }
10581             }
10582             
10583             
10584 
10585 
10586             public boolean isSetReproductiveStrategies()
10587             {
10588                 synchronized (monitor())
10589                 {
10590                     check_orphaned();
10591                     return get_store().count_elements(REPRODUCTIVESTRATEGIES$190) != 0;
10592                 }
10593             }
10594             
10595             
10596 
10597 
10598             public void setReproductiveStrategies(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum reproductiveStrategies)
10599             {
10600                 synchronized (monitor())
10601                 {
10602                     check_orphaned();
10603                     org.apache.xmlbeans.SimpleValue target = null;
10604                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(REPRODUCTIVESTRATEGIES$190, 0);
10605                     if (target == null)
10606                     {
10607                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(REPRODUCTIVESTRATEGIES$190);
10608                     }
10609                     target.setEnumValue(reproductiveStrategies);
10610                 }
10611             }
10612             
10613             
10614 
10615 
10616             public void xsetReproductiveStrategies(gov.grants.apply.system.globalLibraryV20.YesNoDataType reproductiveStrategies)
10617             {
10618                 synchronized (monitor())
10619                 {
10620                     check_orphaned();
10621                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
10622                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(REPRODUCTIVESTRATEGIES$190, 0);
10623                     if (target == null)
10624                     {
10625                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(REPRODUCTIVESTRATEGIES$190);
10626                     }
10627                     target.set(reproductiveStrategies);
10628                 }
10629             }
10630             
10631             
10632 
10633 
10634             public void unsetReproductiveStrategies()
10635             {
10636                 synchronized (monitor())
10637                 {
10638                     check_orphaned();
10639                     get_store().remove_element(REPRODUCTIVESTRATEGIES$190, 0);
10640                 }
10641             }
10642             
10643             
10644 
10645 
10646             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getGenderAllocation()
10647             {
10648                 synchronized (monitor())
10649                 {
10650                     check_orphaned();
10651                     org.apache.xmlbeans.SimpleValue target = null;
10652                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(GENDERALLOCATION$192, 0);
10653                     if (target == null)
10654                     {
10655                       return null;
10656                     }
10657                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
10658                 }
10659             }
10660             
10661             
10662 
10663 
10664             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetGenderAllocation()
10665             {
10666                 synchronized (monitor())
10667                 {
10668                     check_orphaned();
10669                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
10670                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(GENDERALLOCATION$192, 0);
10671                     return target;
10672                 }
10673             }
10674             
10675             
10676 
10677 
10678             public boolean isSetGenderAllocation()
10679             {
10680                 synchronized (monitor())
10681                 {
10682                     check_orphaned();
10683                     return get_store().count_elements(GENDERALLOCATION$192) != 0;
10684                 }
10685             }
10686             
10687             
10688 
10689 
10690             public void setGenderAllocation(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum genderAllocation)
10691             {
10692                 synchronized (monitor())
10693                 {
10694                     check_orphaned();
10695                     org.apache.xmlbeans.SimpleValue target = null;
10696                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(GENDERALLOCATION$192, 0);
10697                     if (target == null)
10698                     {
10699                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(GENDERALLOCATION$192);
10700                     }
10701                     target.setEnumValue(genderAllocation);
10702                 }
10703             }
10704             
10705             
10706 
10707 
10708             public void xsetGenderAllocation(gov.grants.apply.system.globalLibraryV20.YesNoDataType genderAllocation)
10709             {
10710                 synchronized (monitor())
10711                 {
10712                     check_orphaned();
10713                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
10714                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(GENDERALLOCATION$192, 0);
10715                     if (target == null)
10716                     {
10717                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(GENDERALLOCATION$192);
10718                     }
10719                     target.set(genderAllocation);
10720                 }
10721             }
10722             
10723             
10724 
10725 
10726             public void unsetGenderAllocation()
10727             {
10728                 synchronized (monitor())
10729                 {
10730                     check_orphaned();
10731                     get_store().remove_element(GENDERALLOCATION$192, 0);
10732                 }
10733             }
10734             
10735             
10736 
10737 
10738             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMetapopulations()
10739             {
10740                 synchronized (monitor())
10741                 {
10742                     check_orphaned();
10743                     org.apache.xmlbeans.SimpleValue target = null;
10744                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(METAPOPULATIONS$194, 0);
10745                     if (target == null)
10746                     {
10747                       return null;
10748                     }
10749                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
10750                 }
10751             }
10752             
10753             
10754 
10755 
10756             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMetapopulations()
10757             {
10758                 synchronized (monitor())
10759                 {
10760                     check_orphaned();
10761                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
10762                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(METAPOPULATIONS$194, 0);
10763                     return target;
10764                 }
10765             }
10766             
10767             
10768 
10769 
10770             public boolean isSetMetapopulations()
10771             {
10772                 synchronized (monitor())
10773                 {
10774                     check_orphaned();
10775                     return get_store().count_elements(METAPOPULATIONS$194) != 0;
10776                 }
10777             }
10778             
10779             
10780 
10781 
10782             public void setMetapopulations(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum metapopulations)
10783             {
10784                 synchronized (monitor())
10785                 {
10786                     check_orphaned();
10787                     org.apache.xmlbeans.SimpleValue target = null;
10788                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(METAPOPULATIONS$194, 0);
10789                     if (target == null)
10790                     {
10791                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(METAPOPULATIONS$194);
10792                     }
10793                     target.setEnumValue(metapopulations);
10794                 }
10795             }
10796             
10797             
10798 
10799 
10800             public void xsetMetapopulations(gov.grants.apply.system.globalLibraryV20.YesNoDataType metapopulations)
10801             {
10802                 synchronized (monitor())
10803                 {
10804                     check_orphaned();
10805                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
10806                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(METAPOPULATIONS$194, 0);
10807                     if (target == null)
10808                     {
10809                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(METAPOPULATIONS$194);
10810                     }
10811                     target.set(metapopulations);
10812                 }
10813             }
10814             
10815             
10816 
10817 
10818             public void unsetMetapopulations()
10819             {
10820                 synchronized (monitor())
10821                 {
10822                     check_orphaned();
10823                     get_store().remove_element(METAPOPULATIONS$194, 0);
10824                 }
10825             }
10826             
10827             
10828 
10829 
10830             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getExtinction()
10831             {
10832                 synchronized (monitor())
10833                 {
10834                     check_orphaned();
10835                     org.apache.xmlbeans.SimpleValue target = null;
10836                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(EXTINCTION$196, 0);
10837                     if (target == null)
10838                     {
10839                       return null;
10840                     }
10841                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
10842                 }
10843             }
10844             
10845             
10846 
10847 
10848             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetExtinction()
10849             {
10850                 synchronized (monitor())
10851                 {
10852                     check_orphaned();
10853                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
10854                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(EXTINCTION$196, 0);
10855                     return target;
10856                 }
10857             }
10858             
10859             
10860 
10861 
10862             public boolean isSetExtinction()
10863             {
10864                 synchronized (monitor())
10865                 {
10866                     check_orphaned();
10867                     return get_store().count_elements(EXTINCTION$196) != 0;
10868                 }
10869             }
10870             
10871             
10872 
10873 
10874             public void setExtinction(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum extinction)
10875             {
10876                 synchronized (monitor())
10877                 {
10878                     check_orphaned();
10879                     org.apache.xmlbeans.SimpleValue target = null;
10880                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(EXTINCTION$196, 0);
10881                     if (target == null)
10882                     {
10883                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(EXTINCTION$196);
10884                     }
10885                     target.setEnumValue(extinction);
10886                 }
10887             }
10888             
10889             
10890 
10891 
10892             public void xsetExtinction(gov.grants.apply.system.globalLibraryV20.YesNoDataType extinction)
10893             {
10894                 synchronized (monitor())
10895                 {
10896                     check_orphaned();
10897                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
10898                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(EXTINCTION$196, 0);
10899                     if (target == null)
10900                     {
10901                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(EXTINCTION$196);
10902                     }
10903                     target.set(extinction);
10904                 }
10905             }
10906             
10907             
10908 
10909 
10910             public void unsetExtinction()
10911             {
10912                 synchronized (monitor())
10913                 {
10914                     check_orphaned();
10915                     get_store().remove_element(EXTINCTION$196, 0);
10916                 }
10917             }
10918             
10919             
10920 
10921 
10922             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPOPULATIONGENETICS()
10923             {
10924                 synchronized (monitor())
10925                 {
10926                     check_orphaned();
10927                     org.apache.xmlbeans.SimpleValue target = null;
10928                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(POPULATIONGENETICS$198, 0);
10929                     if (target == null)
10930                     {
10931                       return null;
10932                     }
10933                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
10934                 }
10935             }
10936             
10937             
10938 
10939 
10940             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPOPULATIONGENETICS()
10941             {
10942                 synchronized (monitor())
10943                 {
10944                     check_orphaned();
10945                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
10946                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(POPULATIONGENETICS$198, 0);
10947                     return target;
10948                 }
10949             }
10950             
10951             
10952 
10953 
10954             public boolean isSetPOPULATIONGENETICS()
10955             {
10956                 synchronized (monitor())
10957                 {
10958                     check_orphaned();
10959                     return get_store().count_elements(POPULATIONGENETICS$198) != 0;
10960                 }
10961             }
10962             
10963             
10964 
10965 
10966             public void setPOPULATIONGENETICS(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum populationgenetics)
10967             {
10968                 synchronized (monitor())
10969                 {
10970                     check_orphaned();
10971                     org.apache.xmlbeans.SimpleValue target = null;
10972                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(POPULATIONGENETICS$198, 0);
10973                     if (target == null)
10974                     {
10975                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(POPULATIONGENETICS$198);
10976                     }
10977                     target.setEnumValue(populationgenetics);
10978                 }
10979             }
10980             
10981             
10982 
10983 
10984             public void xsetPOPULATIONGENETICS(gov.grants.apply.system.globalLibraryV20.YesNoDataType populationgenetics)
10985             {
10986                 synchronized (monitor())
10987                 {
10988                     check_orphaned();
10989                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
10990                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(POPULATIONGENETICS$198, 0);
10991                     if (target == null)
10992                     {
10993                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(POPULATIONGENETICS$198);
10994                     }
10995                     target.set(populationgenetics);
10996                 }
10997             }
10998             
10999             
11000 
11001 
11002             public void unsetPOPULATIONGENETICS()
11003             {
11004                 synchronized (monitor())
11005                 {
11006                     check_orphaned();
11007                     get_store().remove_element(POPULATIONGENETICS$198, 0);
11008                 }
11009             }
11010             
11011             
11012 
11013 
11014             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getVariation()
11015             {
11016                 synchronized (monitor())
11017                 {
11018                     check_orphaned();
11019                     org.apache.xmlbeans.SimpleValue target = null;
11020                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(VARIATION$200, 0);
11021                     if (target == null)
11022                     {
11023                       return null;
11024                     }
11025                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
11026                 }
11027             }
11028             
11029             
11030 
11031 
11032             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetVariation()
11033             {
11034                 synchronized (monitor())
11035                 {
11036                     check_orphaned();
11037                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
11038                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(VARIATION$200, 0);
11039                     return target;
11040                 }
11041             }
11042             
11043             
11044 
11045 
11046             public boolean isSetVariation()
11047             {
11048                 synchronized (monitor())
11049                 {
11050                     check_orphaned();
11051                     return get_store().count_elements(VARIATION$200) != 0;
11052                 }
11053             }
11054             
11055             
11056 
11057 
11058             public void setVariation(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum variation)
11059             {
11060                 synchronized (monitor())
11061                 {
11062                     check_orphaned();
11063                     org.apache.xmlbeans.SimpleValue target = null;
11064                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(VARIATION$200, 0);
11065                     if (target == null)
11066                     {
11067                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(VARIATION$200);
11068                     }
11069                     target.setEnumValue(variation);
11070                 }
11071             }
11072             
11073             
11074 
11075 
11076             public void xsetVariation(gov.grants.apply.system.globalLibraryV20.YesNoDataType variation)
11077             {
11078                 synchronized (monitor())
11079                 {
11080                     check_orphaned();
11081                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
11082                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(VARIATION$200, 0);
11083                     if (target == null)
11084                     {
11085                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(VARIATION$200);
11086                     }
11087                     target.set(variation);
11088                 }
11089             }
11090             
11091             
11092 
11093 
11094             public void unsetVariation()
11095             {
11096                 synchronized (monitor())
11097                 {
11098                     check_orphaned();
11099                     get_store().remove_element(VARIATION$200, 0);
11100                 }
11101             }
11102             
11103             
11104 
11105 
11106             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMicroevolution()
11107             {
11108                 synchronized (monitor())
11109                 {
11110                     check_orphaned();
11111                     org.apache.xmlbeans.SimpleValue target = null;
11112                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MICROEVOLUTION$202, 0);
11113                     if (target == null)
11114                     {
11115                       return null;
11116                     }
11117                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
11118                 }
11119             }
11120             
11121             
11122 
11123 
11124             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMicroevolution()
11125             {
11126                 synchronized (monitor())
11127                 {
11128                     check_orphaned();
11129                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
11130                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MICROEVOLUTION$202, 0);
11131                     return target;
11132                 }
11133             }
11134             
11135             
11136 
11137 
11138             public boolean isSetMicroevolution()
11139             {
11140                 synchronized (monitor())
11141                 {
11142                     check_orphaned();
11143                     return get_store().count_elements(MICROEVOLUTION$202) != 0;
11144                 }
11145             }
11146             
11147             
11148 
11149 
11150             public void setMicroevolution(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum microevolution)
11151             {
11152                 synchronized (monitor())
11153                 {
11154                     check_orphaned();
11155                     org.apache.xmlbeans.SimpleValue target = null;
11156                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MICROEVOLUTION$202, 0);
11157                     if (target == null)
11158                     {
11159                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(MICROEVOLUTION$202);
11160                     }
11161                     target.setEnumValue(microevolution);
11162                 }
11163             }
11164             
11165             
11166 
11167 
11168             public void xsetMicroevolution(gov.grants.apply.system.globalLibraryV20.YesNoDataType microevolution)
11169             {
11170                 synchronized (monitor())
11171                 {
11172                     check_orphaned();
11173                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
11174                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MICROEVOLUTION$202, 0);
11175                     if (target == null)
11176                     {
11177                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(MICROEVOLUTION$202);
11178                     }
11179                     target.set(microevolution);
11180                 }
11181             }
11182             
11183             
11184 
11185 
11186             public void unsetMicroevolution()
11187             {
11188                 synchronized (monitor())
11189                 {
11190                     check_orphaned();
11191                     get_store().remove_element(MICROEVOLUTION$202, 0);
11192                 }
11193             }
11194             
11195             
11196 
11197 
11198             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSpeciation()
11199             {
11200                 synchronized (monitor())
11201                 {
11202                     check_orphaned();
11203                     org.apache.xmlbeans.SimpleValue target = null;
11204                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SPECIATION$204, 0);
11205                     if (target == null)
11206                     {
11207                       return null;
11208                     }
11209                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
11210                 }
11211             }
11212             
11213             
11214 
11215 
11216             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSpeciation()
11217             {
11218                 synchronized (monitor())
11219                 {
11220                     check_orphaned();
11221                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
11222                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SPECIATION$204, 0);
11223                     return target;
11224                 }
11225             }
11226             
11227             
11228 
11229 
11230             public boolean isSetSpeciation()
11231             {
11232                 synchronized (monitor())
11233                 {
11234                     check_orphaned();
11235                     return get_store().count_elements(SPECIATION$204) != 0;
11236                 }
11237             }
11238             
11239             
11240 
11241 
11242             public void setSpeciation(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum speciation)
11243             {
11244                 synchronized (monitor())
11245                 {
11246                     check_orphaned();
11247                     org.apache.xmlbeans.SimpleValue target = null;
11248                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SPECIATION$204, 0);
11249                     if (target == null)
11250                     {
11251                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SPECIATION$204);
11252                     }
11253                     target.setEnumValue(speciation);
11254                 }
11255             }
11256             
11257             
11258 
11259 
11260             public void xsetSpeciation(gov.grants.apply.system.globalLibraryV20.YesNoDataType speciation)
11261             {
11262                 synchronized (monitor())
11263                 {
11264                     check_orphaned();
11265                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
11266                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SPECIATION$204, 0);
11267                     if (target == null)
11268                     {
11269                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SPECIATION$204);
11270                     }
11271                     target.set(speciation);
11272                 }
11273             }
11274             
11275             
11276 
11277 
11278             public void unsetSpeciation()
11279             {
11280                 synchronized (monitor())
11281                 {
11282                     check_orphaned();
11283                     get_store().remove_element(SPECIATION$204, 0);
11284                 }
11285             }
11286             
11287             
11288 
11289 
11290             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getHybridization()
11291             {
11292                 synchronized (monitor())
11293                 {
11294                     check_orphaned();
11295                     org.apache.xmlbeans.SimpleValue target = null;
11296                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(HYBRIDIZATION$206, 0);
11297                     if (target == null)
11298                     {
11299                       return null;
11300                     }
11301                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
11302                 }
11303             }
11304             
11305             
11306 
11307 
11308             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetHybridization()
11309             {
11310                 synchronized (monitor())
11311                 {
11312                     check_orphaned();
11313                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
11314                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(HYBRIDIZATION$206, 0);
11315                     return target;
11316                 }
11317             }
11318             
11319             
11320 
11321 
11322             public boolean isSetHybridization()
11323             {
11324                 synchronized (monitor())
11325                 {
11326                     check_orphaned();
11327                     return get_store().count_elements(HYBRIDIZATION$206) != 0;
11328                 }
11329             }
11330             
11331             
11332 
11333 
11334             public void setHybridization(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum hybridization)
11335             {
11336                 synchronized (monitor())
11337                 {
11338                     check_orphaned();
11339                     org.apache.xmlbeans.SimpleValue target = null;
11340                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(HYBRIDIZATION$206, 0);
11341                     if (target == null)
11342                     {
11343                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(HYBRIDIZATION$206);
11344                     }
11345                     target.setEnumValue(hybridization);
11346                 }
11347             }
11348             
11349             
11350 
11351 
11352             public void xsetHybridization(gov.grants.apply.system.globalLibraryV20.YesNoDataType hybridization)
11353             {
11354                 synchronized (monitor())
11355                 {
11356                     check_orphaned();
11357                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
11358                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(HYBRIDIZATION$206, 0);
11359                     if (target == null)
11360                     {
11361                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(HYBRIDIZATION$206);
11362                     }
11363                     target.set(hybridization);
11364                 }
11365             }
11366             
11367             
11368 
11369 
11370             public void unsetHybridization()
11371             {
11372                 synchronized (monitor())
11373                 {
11374                     check_orphaned();
11375                     get_store().remove_element(HYBRIDIZATION$206, 0);
11376                 }
11377             }
11378             
11379             
11380 
11381 
11382             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getInbreedingOutbreeding()
11383             {
11384                 synchronized (monitor())
11385                 {
11386                     check_orphaned();
11387                     org.apache.xmlbeans.SimpleValue target = null;
11388                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(INBREEDINGOUTBREEDING$208, 0);
11389                     if (target == null)
11390                     {
11391                       return null;
11392                     }
11393                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
11394                 }
11395             }
11396             
11397             
11398 
11399 
11400             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetInbreedingOutbreeding()
11401             {
11402                 synchronized (monitor())
11403                 {
11404                     check_orphaned();
11405                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
11406                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(INBREEDINGOUTBREEDING$208, 0);
11407                     return target;
11408                 }
11409             }
11410             
11411             
11412 
11413 
11414             public boolean isSetInbreedingOutbreeding()
11415             {
11416                 synchronized (monitor())
11417                 {
11418                     check_orphaned();
11419                     return get_store().count_elements(INBREEDINGOUTBREEDING$208) != 0;
11420                 }
11421             }
11422             
11423             
11424 
11425 
11426             public void setInbreedingOutbreeding(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum inbreedingOutbreeding)
11427             {
11428                 synchronized (monitor())
11429                 {
11430                     check_orphaned();
11431                     org.apache.xmlbeans.SimpleValue target = null;
11432                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(INBREEDINGOUTBREEDING$208, 0);
11433                     if (target == null)
11434                     {
11435                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(INBREEDINGOUTBREEDING$208);
11436                     }
11437                     target.setEnumValue(inbreedingOutbreeding);
11438                 }
11439             }
11440             
11441             
11442 
11443 
11444             public void xsetInbreedingOutbreeding(gov.grants.apply.system.globalLibraryV20.YesNoDataType inbreedingOutbreeding)
11445             {
11446                 synchronized (monitor())
11447                 {
11448                     check_orphaned();
11449                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
11450                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(INBREEDINGOUTBREEDING$208, 0);
11451                     if (target == null)
11452                     {
11453                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(INBREEDINGOUTBREEDING$208);
11454                     }
11455                     target.set(inbreedingOutbreeding);
11456                 }
11457             }
11458             
11459             
11460 
11461 
11462             public void unsetInbreedingOutbreeding()
11463             {
11464                 synchronized (monitor())
11465                 {
11466                     check_orphaned();
11467                     get_store().remove_element(INBREEDINGOUTBREEDING$208, 0);
11468                 }
11469             }
11470             
11471             
11472 
11473 
11474             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getGeneFlowMeasurement()
11475             {
11476                 synchronized (monitor())
11477                 {
11478                     check_orphaned();
11479                     org.apache.xmlbeans.SimpleValue target = null;
11480                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(GENEFLOWMEASUREMENT$210, 0);
11481                     if (target == null)
11482                     {
11483                       return null;
11484                     }
11485                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
11486                 }
11487             }
11488             
11489             
11490 
11491 
11492             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetGeneFlowMeasurement()
11493             {
11494                 synchronized (monitor())
11495                 {
11496                     check_orphaned();
11497                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
11498                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(GENEFLOWMEASUREMENT$210, 0);
11499                     return target;
11500                 }
11501             }
11502             
11503             
11504 
11505 
11506             public boolean isSetGeneFlowMeasurement()
11507             {
11508                 synchronized (monitor())
11509                 {
11510                     check_orphaned();
11511                     return get_store().count_elements(GENEFLOWMEASUREMENT$210) != 0;
11512                 }
11513             }
11514             
11515             
11516 
11517 
11518             public void setGeneFlowMeasurement(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum geneFlowMeasurement)
11519             {
11520                 synchronized (monitor())
11521                 {
11522                     check_orphaned();
11523                     org.apache.xmlbeans.SimpleValue target = null;
11524                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(GENEFLOWMEASUREMENT$210, 0);
11525                     if (target == null)
11526                     {
11527                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(GENEFLOWMEASUREMENT$210);
11528                     }
11529                     target.setEnumValue(geneFlowMeasurement);
11530                 }
11531             }
11532             
11533             
11534 
11535 
11536             public void xsetGeneFlowMeasurement(gov.grants.apply.system.globalLibraryV20.YesNoDataType geneFlowMeasurement)
11537             {
11538                 synchronized (monitor())
11539                 {
11540                     check_orphaned();
11541                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
11542                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(GENEFLOWMEASUREMENT$210, 0);
11543                     if (target == null)
11544                     {
11545                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(GENEFLOWMEASUREMENT$210);
11546                     }
11547                     target.set(geneFlowMeasurement);
11548                 }
11549             }
11550             
11551             
11552 
11553 
11554             public void unsetGeneFlowMeasurement()
11555             {
11556                 synchronized (monitor())
11557                 {
11558                     check_orphaned();
11559                     get_store().remove_element(GENEFLOWMEASUREMENT$210, 0);
11560                 }
11561             }
11562             
11563             
11564 
11565 
11566             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getInheritanceHeritability()
11567             {
11568                 synchronized (monitor())
11569                 {
11570                     check_orphaned();
11571                     org.apache.xmlbeans.SimpleValue target = null;
11572                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(INHERITANCEHERITABILITY$212, 0);
11573                     if (target == null)
11574                     {
11575                       return null;
11576                     }
11577                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
11578                 }
11579             }
11580             
11581             
11582 
11583 
11584             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetInheritanceHeritability()
11585             {
11586                 synchronized (monitor())
11587                 {
11588                     check_orphaned();
11589                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
11590                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(INHERITANCEHERITABILITY$212, 0);
11591                     return target;
11592                 }
11593             }
11594             
11595             
11596 
11597 
11598             public boolean isSetInheritanceHeritability()
11599             {
11600                 synchronized (monitor())
11601                 {
11602                     check_orphaned();
11603                     return get_store().count_elements(INHERITANCEHERITABILITY$212) != 0;
11604                 }
11605             }
11606             
11607             
11608 
11609 
11610             public void setInheritanceHeritability(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum inheritanceHeritability)
11611             {
11612                 synchronized (monitor())
11613                 {
11614                     check_orphaned();
11615                     org.apache.xmlbeans.SimpleValue target = null;
11616                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(INHERITANCEHERITABILITY$212, 0);
11617                     if (target == null)
11618                     {
11619                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(INHERITANCEHERITABILITY$212);
11620                     }
11621                     target.setEnumValue(inheritanceHeritability);
11622                 }
11623             }
11624             
11625             
11626 
11627 
11628             public void xsetInheritanceHeritability(gov.grants.apply.system.globalLibraryV20.YesNoDataType inheritanceHeritability)
11629             {
11630                 synchronized (monitor())
11631                 {
11632                     check_orphaned();
11633                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
11634                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(INHERITANCEHERITABILITY$212, 0);
11635                     if (target == null)
11636                     {
11637                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(INHERITANCEHERITABILITY$212);
11638                     }
11639                     target.set(inheritanceHeritability);
11640                 }
11641             }
11642             
11643             
11644 
11645 
11646             public void unsetInheritanceHeritability()
11647             {
11648                 synchronized (monitor())
11649                 {
11650                     check_orphaned();
11651                     get_store().remove_element(INHERITANCEHERITABILITY$212, 0);
11652                 }
11653             }
11654             
11655             
11656 
11657 
11658             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getQuantitativeGenetics()
11659             {
11660                 synchronized (monitor())
11661                 {
11662                     check_orphaned();
11663                     org.apache.xmlbeans.SimpleValue target = null;
11664                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(QUANTITATIVEGENETICS$214, 0);
11665                     if (target == null)
11666                     {
11667                       return null;
11668                     }
11669                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
11670                 }
11671             }
11672             
11673             
11674 
11675 
11676             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetQuantitativeGenetics()
11677             {
11678                 synchronized (monitor())
11679                 {
11680                     check_orphaned();
11681                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
11682                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(QUANTITATIVEGENETICS$214, 0);
11683                     return target;
11684                 }
11685             }
11686             
11687             
11688 
11689 
11690             public boolean isSetQuantitativeGenetics()
11691             {
11692                 synchronized (monitor())
11693                 {
11694                     check_orphaned();
11695                     return get_store().count_elements(QUANTITATIVEGENETICS$214) != 0;
11696                 }
11697             }
11698             
11699             
11700 
11701 
11702             public void setQuantitativeGenetics(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum quantitativeGenetics)
11703             {
11704                 synchronized (monitor())
11705                 {
11706                     check_orphaned();
11707                     org.apache.xmlbeans.SimpleValue target = null;
11708                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(QUANTITATIVEGENETICS$214, 0);
11709                     if (target == null)
11710                     {
11711                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(QUANTITATIVEGENETICS$214);
11712                     }
11713                     target.setEnumValue(quantitativeGenetics);
11714                 }
11715             }
11716             
11717             
11718 
11719 
11720             public void xsetQuantitativeGenetics(gov.grants.apply.system.globalLibraryV20.YesNoDataType quantitativeGenetics)
11721             {
11722                 synchronized (monitor())
11723                 {
11724                     check_orphaned();
11725                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
11726                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(QUANTITATIVEGENETICS$214, 0);
11727                     if (target == null)
11728                     {
11729                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(QUANTITATIVEGENETICS$214);
11730                     }
11731                     target.set(quantitativeGenetics);
11732                 }
11733             }
11734             
11735             
11736 
11737 
11738             public void unsetQuantitativeGenetics()
11739             {
11740                 synchronized (monitor())
11741                 {
11742                     check_orphaned();
11743                     get_store().remove_element(QUANTITATIVEGENETICS$214, 0);
11744                 }
11745             }
11746             
11747             
11748 
11749 
11750             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getEcologicalGenetics()
11751             {
11752                 synchronized (monitor())
11753                 {
11754                     check_orphaned();
11755                     org.apache.xmlbeans.SimpleValue target = null;
11756                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ECOLOGICALGENETICS$216, 0);
11757                     if (target == null)
11758                     {
11759                       return null;
11760                     }
11761                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
11762                 }
11763             }
11764             
11765             
11766 
11767 
11768             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetEcologicalGenetics()
11769             {
11770                 synchronized (monitor())
11771                 {
11772                     check_orphaned();
11773                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
11774                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ECOLOGICALGENETICS$216, 0);
11775                     return target;
11776                 }
11777             }
11778             
11779             
11780 
11781 
11782             public boolean isSetEcologicalGenetics()
11783             {
11784                 synchronized (monitor())
11785                 {
11786                     check_orphaned();
11787                     return get_store().count_elements(ECOLOGICALGENETICS$216) != 0;
11788                 }
11789             }
11790             
11791             
11792 
11793 
11794             public void setEcologicalGenetics(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum ecologicalGenetics)
11795             {
11796                 synchronized (monitor())
11797                 {
11798                     check_orphaned();
11799                     org.apache.xmlbeans.SimpleValue target = null;
11800                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ECOLOGICALGENETICS$216, 0);
11801                     if (target == null)
11802                     {
11803                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ECOLOGICALGENETICS$216);
11804                     }
11805                     target.setEnumValue(ecologicalGenetics);
11806                 }
11807             }
11808             
11809             
11810 
11811 
11812             public void xsetEcologicalGenetics(gov.grants.apply.system.globalLibraryV20.YesNoDataType ecologicalGenetics)
11813             {
11814                 synchronized (monitor())
11815                 {
11816                     check_orphaned();
11817                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
11818                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ECOLOGICALGENETICS$216, 0);
11819                     if (target == null)
11820                     {
11821                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ECOLOGICALGENETICS$216);
11822                     }
11823                     target.set(ecologicalGenetics);
11824                 }
11825             }
11826             
11827             
11828 
11829 
11830             public void unsetEcologicalGenetics()
11831             {
11832                 synchronized (monitor())
11833                 {
11834                     check_orphaned();
11835                     get_store().remove_element(ECOLOGICALGENETICS$216, 0);
11836                 }
11837             }
11838             
11839             
11840 
11841 
11842             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getGenderRatios()
11843             {
11844                 synchronized (monitor())
11845                 {
11846                     check_orphaned();
11847                     org.apache.xmlbeans.SimpleValue target = null;
11848                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(GENDERRATIOS$218, 0);
11849                     if (target == null)
11850                     {
11851                       return null;
11852                     }
11853                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
11854                 }
11855             }
11856             
11857             
11858 
11859 
11860             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetGenderRatios()
11861             {
11862                 synchronized (monitor())
11863                 {
11864                     check_orphaned();
11865                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
11866                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(GENDERRATIOS$218, 0);
11867                     return target;
11868                 }
11869             }
11870             
11871             
11872 
11873 
11874             public boolean isSetGenderRatios()
11875             {
11876                 synchronized (monitor())
11877                 {
11878                     check_orphaned();
11879                     return get_store().count_elements(GENDERRATIOS$218) != 0;
11880                 }
11881             }
11882             
11883             
11884 
11885 
11886             public void setGenderRatios(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum genderRatios)
11887             {
11888                 synchronized (monitor())
11889                 {
11890                     check_orphaned();
11891                     org.apache.xmlbeans.SimpleValue target = null;
11892                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(GENDERRATIOS$218, 0);
11893                     if (target == null)
11894                     {
11895                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(GENDERRATIOS$218);
11896                     }
11897                     target.setEnumValue(genderRatios);
11898                 }
11899             }
11900             
11901             
11902 
11903 
11904             public void xsetGenderRatios(gov.grants.apply.system.globalLibraryV20.YesNoDataType genderRatios)
11905             {
11906                 synchronized (monitor())
11907                 {
11908                     check_orphaned();
11909                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
11910                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(GENDERRATIOS$218, 0);
11911                     if (target == null)
11912                     {
11913                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(GENDERRATIOS$218);
11914                     }
11915                     target.set(genderRatios);
11916                 }
11917             }
11918             
11919             
11920 
11921 
11922             public void unsetGenderRatios()
11923             {
11924                 synchronized (monitor())
11925                 {
11926                     check_orphaned();
11927                     get_store().remove_element(GENDERRATIOS$218, 0);
11928                 }
11929             }
11930             
11931             
11932 
11933 
11934             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getApomixisParthenogenesis()
11935             {
11936                 synchronized (monitor())
11937                 {
11938                     check_orphaned();
11939                     org.apache.xmlbeans.SimpleValue target = null;
11940                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(APOMIXISPARTHENOGENESIS$220, 0);
11941                     if (target == null)
11942                     {
11943                       return null;
11944                     }
11945                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
11946                 }
11947             }
11948             
11949             
11950 
11951 
11952             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetApomixisParthenogenesis()
11953             {
11954                 synchronized (monitor())
11955                 {
11956                     check_orphaned();
11957                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
11958                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(APOMIXISPARTHENOGENESIS$220, 0);
11959                     return target;
11960                 }
11961             }
11962             
11963             
11964 
11965 
11966             public boolean isSetApomixisParthenogenesis()
11967             {
11968                 synchronized (monitor())
11969                 {
11970                     check_orphaned();
11971                     return get_store().count_elements(APOMIXISPARTHENOGENESIS$220) != 0;
11972                 }
11973             }
11974             
11975             
11976 
11977 
11978             public void setApomixisParthenogenesis(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum apomixisParthenogenesis)
11979             {
11980                 synchronized (monitor())
11981                 {
11982                     check_orphaned();
11983                     org.apache.xmlbeans.SimpleValue target = null;
11984                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(APOMIXISPARTHENOGENESIS$220, 0);
11985                     if (target == null)
11986                     {
11987                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(APOMIXISPARTHENOGENESIS$220);
11988                     }
11989                     target.setEnumValue(apomixisParthenogenesis);
11990                 }
11991             }
11992             
11993             
11994 
11995 
11996             public void xsetApomixisParthenogenesis(gov.grants.apply.system.globalLibraryV20.YesNoDataType apomixisParthenogenesis)
11997             {
11998                 synchronized (monitor())
11999                 {
12000                     check_orphaned();
12001                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
12002                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(APOMIXISPARTHENOGENESIS$220, 0);
12003                     if (target == null)
12004                     {
12005                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(APOMIXISPARTHENOGENESIS$220);
12006                     }
12007                     target.set(apomixisParthenogenesis);
12008                 }
12009             }
12010             
12011             
12012 
12013 
12014             public void unsetApomixisParthenogenesis()
12015             {
12016                 synchronized (monitor())
12017                 {
12018                     check_orphaned();
12019                     get_store().remove_element(APOMIXISPARTHENOGENESIS$220, 0);
12020                 }
12021             }
12022             
12023             
12024 
12025 
12026             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getVegetativeReproduction()
12027             {
12028                 synchronized (monitor())
12029                 {
12030                     check_orphaned();
12031                     org.apache.xmlbeans.SimpleValue target = null;
12032                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(VEGETATIVEREPRODUCTION$222, 0);
12033                     if (target == null)
12034                     {
12035                       return null;
12036                     }
12037                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
12038                 }
12039             }
12040             
12041             
12042 
12043 
12044             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetVegetativeReproduction()
12045             {
12046                 synchronized (monitor())
12047                 {
12048                     check_orphaned();
12049                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
12050                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(VEGETATIVEREPRODUCTION$222, 0);
12051                     return target;
12052                 }
12053             }
12054             
12055             
12056 
12057 
12058             public boolean isSetVegetativeReproduction()
12059             {
12060                 synchronized (monitor())
12061                 {
12062                     check_orphaned();
12063                     return get_store().count_elements(VEGETATIVEREPRODUCTION$222) != 0;
12064                 }
12065             }
12066             
12067             
12068 
12069 
12070             public void setVegetativeReproduction(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum vegetativeReproduction)
12071             {
12072                 synchronized (monitor())
12073                 {
12074                     check_orphaned();
12075                     org.apache.xmlbeans.SimpleValue target = null;
12076                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(VEGETATIVEREPRODUCTION$222, 0);
12077                     if (target == null)
12078                     {
12079                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(VEGETATIVEREPRODUCTION$222);
12080                     }
12081                     target.setEnumValue(vegetativeReproduction);
12082                 }
12083             }
12084             
12085             
12086 
12087 
12088             public void xsetVegetativeReproduction(gov.grants.apply.system.globalLibraryV20.YesNoDataType vegetativeReproduction)
12089             {
12090                 synchronized (monitor())
12091                 {
12092                     check_orphaned();
12093                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
12094                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(VEGETATIVEREPRODUCTION$222, 0);
12095                     if (target == null)
12096                     {
12097                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(VEGETATIVEREPRODUCTION$222);
12098                     }
12099                     target.set(vegetativeReproduction);
12100                 }
12101             }
12102             
12103             
12104 
12105 
12106             public void unsetVegetativeReproduction()
12107             {
12108                 synchronized (monitor())
12109                 {
12110                     check_orphaned();
12111                     get_store().remove_element(VEGETATIVEREPRODUCTION$222, 0);
12112                 }
12113             }
12114             
12115             
12116 
12117 
12118             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getREPRODUCTIVEANIMALBIOLOGY()
12119             {
12120                 synchronized (monitor())
12121                 {
12122                     check_orphaned();
12123                     org.apache.xmlbeans.SimpleValue target = null;
12124                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(REPRODUCTIVEANIMALBIOLOGY$224, 0);
12125                     if (target == null)
12126                     {
12127                       return null;
12128                     }
12129                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
12130                 }
12131             }
12132             
12133             
12134 
12135 
12136             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetREPRODUCTIVEANIMALBIOLOGY()
12137             {
12138                 synchronized (monitor())
12139                 {
12140                     check_orphaned();
12141                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
12142                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(REPRODUCTIVEANIMALBIOLOGY$224, 0);
12143                     return target;
12144                 }
12145             }
12146             
12147             
12148 
12149 
12150             public boolean isSetREPRODUCTIVEANIMALBIOLOGY()
12151             {
12152                 synchronized (monitor())
12153                 {
12154                     check_orphaned();
12155                     return get_store().count_elements(REPRODUCTIVEANIMALBIOLOGY$224) != 0;
12156                 }
12157             }
12158             
12159             
12160 
12161 
12162             public void setREPRODUCTIVEANIMALBIOLOGY(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum reproductiveanimalbiology)
12163             {
12164                 synchronized (monitor())
12165                 {
12166                     check_orphaned();
12167                     org.apache.xmlbeans.SimpleValue target = null;
12168                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(REPRODUCTIVEANIMALBIOLOGY$224, 0);
12169                     if (target == null)
12170                     {
12171                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(REPRODUCTIVEANIMALBIOLOGY$224);
12172                     }
12173                     target.setEnumValue(reproductiveanimalbiology);
12174                 }
12175             }
12176             
12177             
12178 
12179 
12180             public void xsetREPRODUCTIVEANIMALBIOLOGY(gov.grants.apply.system.globalLibraryV20.YesNoDataType reproductiveanimalbiology)
12181             {
12182                 synchronized (monitor())
12183                 {
12184                     check_orphaned();
12185                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
12186                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(REPRODUCTIVEANIMALBIOLOGY$224, 0);
12187                     if (target == null)
12188                     {
12189                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(REPRODUCTIVEANIMALBIOLOGY$224);
12190                     }
12191                     target.set(reproductiveanimalbiology);
12192                 }
12193             }
12194             
12195             
12196 
12197 
12198             public void unsetREPRODUCTIVEANIMALBIOLOGY()
12199             {
12200                 synchronized (monitor())
12201                 {
12202                     check_orphaned();
12203                     get_store().remove_element(REPRODUCTIVEANIMALBIOLOGY$224, 0);
12204                 }
12205             }
12206             
12207             
12208 
12209 
12210             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSPECIESINTERACTIONS()
12211             {
12212                 synchronized (monitor())
12213                 {
12214                     check_orphaned();
12215                     org.apache.xmlbeans.SimpleValue target = null;
12216                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SPECIESINTERACTIONS$226, 0);
12217                     if (target == null)
12218                     {
12219                       return null;
12220                     }
12221                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
12222                 }
12223             }
12224             
12225             
12226 
12227 
12228             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSPECIESINTERACTIONS()
12229             {
12230                 synchronized (monitor())
12231                 {
12232                     check_orphaned();
12233                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
12234                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SPECIESINTERACTIONS$226, 0);
12235                     return target;
12236                 }
12237             }
12238             
12239             
12240 
12241 
12242             public boolean isSetSPECIESINTERACTIONS()
12243             {
12244                 synchronized (monitor())
12245                 {
12246                     check_orphaned();
12247                     return get_store().count_elements(SPECIESINTERACTIONS$226) != 0;
12248                 }
12249             }
12250             
12251             
12252 
12253 
12254             public void setSPECIESINTERACTIONS(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum speciesinteractions)
12255             {
12256                 synchronized (monitor())
12257                 {
12258                     check_orphaned();
12259                     org.apache.xmlbeans.SimpleValue target = null;
12260                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SPECIESINTERACTIONS$226, 0);
12261                     if (target == null)
12262                     {
12263                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SPECIESINTERACTIONS$226);
12264                     }
12265                     target.setEnumValue(speciesinteractions);
12266                 }
12267             }
12268             
12269             
12270 
12271 
12272             public void xsetSPECIESINTERACTIONS(gov.grants.apply.system.globalLibraryV20.YesNoDataType speciesinteractions)
12273             {
12274                 synchronized (monitor())
12275                 {
12276                     check_orphaned();
12277                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
12278                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SPECIESINTERACTIONS$226, 0);
12279                     if (target == null)
12280                     {
12281                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SPECIESINTERACTIONS$226);
12282                     }
12283                     target.set(speciesinteractions);
12284                 }
12285             }
12286             
12287             
12288 
12289 
12290             public void unsetSPECIESINTERACTIONS()
12291             {
12292                 synchronized (monitor())
12293                 {
12294                     check_orphaned();
12295                     get_store().remove_element(SPECIESINTERACTIONS$226, 0);
12296                 }
12297             }
12298             
12299             
12300 
12301 
12302             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPredation()
12303             {
12304                 synchronized (monitor())
12305                 {
12306                     check_orphaned();
12307                     org.apache.xmlbeans.SimpleValue target = null;
12308                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PREDATION$228, 0);
12309                     if (target == null)
12310                     {
12311                       return null;
12312                     }
12313                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
12314                 }
12315             }
12316             
12317             
12318 
12319 
12320             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPredation()
12321             {
12322                 synchronized (monitor())
12323                 {
12324                     check_orphaned();
12325                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
12326                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PREDATION$228, 0);
12327                     return target;
12328                 }
12329             }
12330             
12331             
12332 
12333 
12334             public boolean isSetPredation()
12335             {
12336                 synchronized (monitor())
12337                 {
12338                     check_orphaned();
12339                     return get_store().count_elements(PREDATION$228) != 0;
12340                 }
12341             }
12342             
12343             
12344 
12345 
12346             public void setPredation(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum predation)
12347             {
12348                 synchronized (monitor())
12349                 {
12350                     check_orphaned();
12351                     org.apache.xmlbeans.SimpleValue target = null;
12352                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PREDATION$228, 0);
12353                     if (target == null)
12354                     {
12355                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PREDATION$228);
12356                     }
12357                     target.setEnumValue(predation);
12358                 }
12359             }
12360             
12361             
12362 
12363 
12364             public void xsetPredation(gov.grants.apply.system.globalLibraryV20.YesNoDataType predation)
12365             {
12366                 synchronized (monitor())
12367                 {
12368                     check_orphaned();
12369                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
12370                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PREDATION$228, 0);
12371                     if (target == null)
12372                     {
12373                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PREDATION$228);
12374                     }
12375                     target.set(predation);
12376                 }
12377             }
12378             
12379             
12380 
12381 
12382             public void unsetPredation()
12383             {
12384                 synchronized (monitor())
12385                 {
12386                     check_orphaned();
12387                     get_store().remove_element(PREDATION$228, 0);
12388                 }
12389             }
12390             
12391             
12392 
12393 
12394             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getHerbivory()
12395             {
12396                 synchronized (monitor())
12397                 {
12398                     check_orphaned();
12399                     org.apache.xmlbeans.SimpleValue target = null;
12400                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(HERBIVORY$230, 0);
12401                     if (target == null)
12402                     {
12403                       return null;
12404                     }
12405                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
12406                 }
12407             }
12408             
12409             
12410 
12411 
12412             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetHerbivory()
12413             {
12414                 synchronized (monitor())
12415                 {
12416                     check_orphaned();
12417                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
12418                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(HERBIVORY$230, 0);
12419                     return target;
12420                 }
12421             }
12422             
12423             
12424 
12425 
12426             public boolean isSetHerbivory()
12427             {
12428                 synchronized (monitor())
12429                 {
12430                     check_orphaned();
12431                     return get_store().count_elements(HERBIVORY$230) != 0;
12432                 }
12433             }
12434             
12435             
12436 
12437 
12438             public void setHerbivory(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum herbivory)
12439             {
12440                 synchronized (monitor())
12441                 {
12442                     check_orphaned();
12443                     org.apache.xmlbeans.SimpleValue target = null;
12444                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(HERBIVORY$230, 0);
12445                     if (target == null)
12446                     {
12447                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(HERBIVORY$230);
12448                     }
12449                     target.setEnumValue(herbivory);
12450                 }
12451             }
12452             
12453             
12454 
12455 
12456             public void xsetHerbivory(gov.grants.apply.system.globalLibraryV20.YesNoDataType herbivory)
12457             {
12458                 synchronized (monitor())
12459                 {
12460                     check_orphaned();
12461                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
12462                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(HERBIVORY$230, 0);
12463                     if (target == null)
12464                     {
12465                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(HERBIVORY$230);
12466                     }
12467                     target.set(herbivory);
12468                 }
12469             }
12470             
12471             
12472 
12473 
12474             public void unsetHerbivory()
12475             {
12476                 synchronized (monitor())
12477                 {
12478                     check_orphaned();
12479                     get_store().remove_element(HERBIVORY$230, 0);
12480                 }
12481             }
12482             
12483             
12484 
12485 
12486             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getOmnivory()
12487             {
12488                 synchronized (monitor())
12489                 {
12490                     check_orphaned();
12491                     org.apache.xmlbeans.SimpleValue target = null;
12492                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(OMNIVORY$232, 0);
12493                     if (target == null)
12494                     {
12495                       return null;
12496                     }
12497                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
12498                 }
12499             }
12500             
12501             
12502 
12503 
12504             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetOmnivory()
12505             {
12506                 synchronized (monitor())
12507                 {
12508                     check_orphaned();
12509                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
12510                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(OMNIVORY$232, 0);
12511                     return target;
12512                 }
12513             }
12514             
12515             
12516 
12517 
12518             public boolean isSetOmnivory()
12519             {
12520                 synchronized (monitor())
12521                 {
12522                     check_orphaned();
12523                     return get_store().count_elements(OMNIVORY$232) != 0;
12524                 }
12525             }
12526             
12527             
12528 
12529 
12530             public void setOmnivory(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum omnivory)
12531             {
12532                 synchronized (monitor())
12533                 {
12534                     check_orphaned();
12535                     org.apache.xmlbeans.SimpleValue target = null;
12536                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(OMNIVORY$232, 0);
12537                     if (target == null)
12538                     {
12539                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(OMNIVORY$232);
12540                     }
12541                     target.setEnumValue(omnivory);
12542                 }
12543             }
12544             
12545             
12546 
12547 
12548             public void xsetOmnivory(gov.grants.apply.system.globalLibraryV20.YesNoDataType omnivory)
12549             {
12550                 synchronized (monitor())
12551                 {
12552                     check_orphaned();
12553                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
12554                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(OMNIVORY$232, 0);
12555                     if (target == null)
12556                     {
12557                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(OMNIVORY$232);
12558                     }
12559                     target.set(omnivory);
12560                 }
12561             }
12562             
12563             
12564 
12565 
12566             public void unsetOmnivory()
12567             {
12568                 synchronized (monitor())
12569                 {
12570                     check_orphaned();
12571                     get_store().remove_element(OMNIVORY$232, 0);
12572                 }
12573             }
12574             
12575             
12576 
12577 
12578             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getInterspecificCompetition()
12579             {
12580                 synchronized (monitor())
12581                 {
12582                     check_orphaned();
12583                     org.apache.xmlbeans.SimpleValue target = null;
12584                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(INTERSPECIFICCOMPETITION$234, 0);
12585                     if (target == null)
12586                     {
12587                       return null;
12588                     }
12589                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
12590                 }
12591             }
12592             
12593             
12594 
12595 
12596             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetInterspecificCompetition()
12597             {
12598                 synchronized (monitor())
12599                 {
12600                     check_orphaned();
12601                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
12602                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(INTERSPECIFICCOMPETITION$234, 0);
12603                     return target;
12604                 }
12605             }
12606             
12607             
12608 
12609 
12610             public boolean isSetInterspecificCompetition()
12611             {
12612                 synchronized (monitor())
12613                 {
12614                     check_orphaned();
12615                     return get_store().count_elements(INTERSPECIFICCOMPETITION$234) != 0;
12616                 }
12617             }
12618             
12619             
12620 
12621 
12622             public void setInterspecificCompetition(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum interspecificCompetition)
12623             {
12624                 synchronized (monitor())
12625                 {
12626                     check_orphaned();
12627                     org.apache.xmlbeans.SimpleValue target = null;
12628                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(INTERSPECIFICCOMPETITION$234, 0);
12629                     if (target == null)
12630                     {
12631                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(INTERSPECIFICCOMPETITION$234);
12632                     }
12633                     target.setEnumValue(interspecificCompetition);
12634                 }
12635             }
12636             
12637             
12638 
12639 
12640             public void xsetInterspecificCompetition(gov.grants.apply.system.globalLibraryV20.YesNoDataType interspecificCompetition)
12641             {
12642                 synchronized (monitor())
12643                 {
12644                     check_orphaned();
12645                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
12646                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(INTERSPECIFICCOMPETITION$234, 0);
12647                     if (target == null)
12648                     {
12649                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(INTERSPECIFICCOMPETITION$234);
12650                     }
12651                     target.set(interspecificCompetition);
12652                 }
12653             }
12654             
12655             
12656 
12657 
12658             public void unsetInterspecificCompetition()
12659             {
12660                 synchronized (monitor())
12661                 {
12662                     check_orphaned();
12663                     get_store().remove_element(INTERSPECIFICCOMPETITION$234, 0);
12664                 }
12665             }
12666             
12667             
12668 
12669 
12670             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNicheRelationships()
12671             {
12672                 synchronized (monitor())
12673                 {
12674                     check_orphaned();
12675                     org.apache.xmlbeans.SimpleValue target = null;
12676                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NICHERELATIONSHIPS$236, 0);
12677                     if (target == null)
12678                     {
12679                       return null;
12680                     }
12681                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
12682                 }
12683             }
12684             
12685             
12686 
12687 
12688             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNicheRelationships()
12689             {
12690                 synchronized (monitor())
12691                 {
12692                     check_orphaned();
12693                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
12694                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(NICHERELATIONSHIPS$236, 0);
12695                     return target;
12696                 }
12697             }
12698             
12699             
12700 
12701 
12702             public boolean isSetNicheRelationships()
12703             {
12704                 synchronized (monitor())
12705                 {
12706                     check_orphaned();
12707                     return get_store().count_elements(NICHERELATIONSHIPS$236) != 0;
12708                 }
12709             }
12710             
12711             
12712 
12713 
12714             public void setNicheRelationships(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum nicheRelationships)
12715             {
12716                 synchronized (monitor())
12717                 {
12718                     check_orphaned();
12719                     org.apache.xmlbeans.SimpleValue target = null;
12720                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NICHERELATIONSHIPS$236, 0);
12721                     if (target == null)
12722                     {
12723                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(NICHERELATIONSHIPS$236);
12724                     }
12725                     target.setEnumValue(nicheRelationships);
12726                 }
12727             }
12728             
12729             
12730 
12731 
12732             public void xsetNicheRelationships(gov.grants.apply.system.globalLibraryV20.YesNoDataType nicheRelationships)
12733             {
12734                 synchronized (monitor())
12735                 {
12736                     check_orphaned();
12737                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
12738                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(NICHERELATIONSHIPS$236, 0);
12739                     if (target == null)
12740                     {
12741                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(NICHERELATIONSHIPS$236);
12742                     }
12743                     target.set(nicheRelationships);
12744                 }
12745             }
12746             
12747             
12748 
12749 
12750             public void unsetNicheRelationships()
12751             {
12752                 synchronized (monitor())
12753                 {
12754                     check_orphaned();
12755                     get_store().remove_element(NICHERELATIONSHIPS$236, 0);
12756                 }
12757             }
12758             
12759             
12760 
12761 
12762             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPollinationSeedDispersal()
12763             {
12764                 synchronized (monitor())
12765                 {
12766                     check_orphaned();
12767                     org.apache.xmlbeans.SimpleValue target = null;
12768                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(POLLINATIONSEEDDISPERSAL$238, 0);
12769                     if (target == null)
12770                     {
12771                       return null;
12772                     }
12773                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
12774                 }
12775             }
12776             
12777             
12778 
12779 
12780             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPollinationSeedDispersal()
12781             {
12782                 synchronized (monitor())
12783                 {
12784                     check_orphaned();
12785                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
12786                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(POLLINATIONSEEDDISPERSAL$238, 0);
12787                     return target;
12788                 }
12789             }
12790             
12791             
12792 
12793 
12794             public boolean isSetPollinationSeedDispersal()
12795             {
12796                 synchronized (monitor())
12797                 {
12798                     check_orphaned();
12799                     return get_store().count_elements(POLLINATIONSEEDDISPERSAL$238) != 0;
12800                 }
12801             }
12802             
12803             
12804 
12805 
12806             public void setPollinationSeedDispersal(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum pollinationSeedDispersal)
12807             {
12808                 synchronized (monitor())
12809                 {
12810                     check_orphaned();
12811                     org.apache.xmlbeans.SimpleValue target = null;
12812                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(POLLINATIONSEEDDISPERSAL$238, 0);
12813                     if (target == null)
12814                     {
12815                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(POLLINATIONSEEDDISPERSAL$238);
12816                     }
12817                     target.setEnumValue(pollinationSeedDispersal);
12818                 }
12819             }
12820             
12821             
12822 
12823 
12824             public void xsetPollinationSeedDispersal(gov.grants.apply.system.globalLibraryV20.YesNoDataType pollinationSeedDispersal)
12825             {
12826                 synchronized (monitor())
12827                 {
12828                     check_orphaned();
12829                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
12830                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(POLLINATIONSEEDDISPERSAL$238, 0);
12831                     if (target == null)
12832                     {
12833                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(POLLINATIONSEEDDISPERSAL$238);
12834                     }
12835                     target.set(pollinationSeedDispersal);
12836                 }
12837             }
12838             
12839             
12840 
12841 
12842             public void unsetPollinationSeedDispersal()
12843             {
12844                 synchronized (monitor())
12845                 {
12846                     check_orphaned();
12847                     get_store().remove_element(POLLINATIONSEEDDISPERSAL$238, 0);
12848                 }
12849             }
12850             
12851             
12852 
12853 
12854             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getParasitism()
12855             {
12856                 synchronized (monitor())
12857                 {
12858                     check_orphaned();
12859                     org.apache.xmlbeans.SimpleValue target = null;
12860                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PARASITISM$240, 0);
12861                     if (target == null)
12862                     {
12863                       return null;
12864                     }
12865                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
12866                 }
12867             }
12868             
12869             
12870 
12871 
12872             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetParasitism()
12873             {
12874                 synchronized (monitor())
12875                 {
12876                     check_orphaned();
12877                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
12878                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PARASITISM$240, 0);
12879                     return target;
12880                 }
12881             }
12882             
12883             
12884 
12885 
12886             public boolean isSetParasitism()
12887             {
12888                 synchronized (monitor())
12889                 {
12890                     check_orphaned();
12891                     return get_store().count_elements(PARASITISM$240) != 0;
12892                 }
12893             }
12894             
12895             
12896 
12897 
12898             public void setParasitism(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum parasitism)
12899             {
12900                 synchronized (monitor())
12901                 {
12902                     check_orphaned();
12903                     org.apache.xmlbeans.SimpleValue target = null;
12904                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PARASITISM$240, 0);
12905                     if (target == null)
12906                     {
12907                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PARASITISM$240);
12908                     }
12909                     target.setEnumValue(parasitism);
12910                 }
12911             }
12912             
12913             
12914 
12915 
12916             public void xsetParasitism(gov.grants.apply.system.globalLibraryV20.YesNoDataType parasitism)
12917             {
12918                 synchronized (monitor())
12919                 {
12920                     check_orphaned();
12921                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
12922                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PARASITISM$240, 0);
12923                     if (target == null)
12924                     {
12925                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PARASITISM$240);
12926                     }
12927                     target.set(parasitism);
12928                 }
12929             }
12930             
12931             
12932 
12933 
12934             public void unsetParasitism()
12935             {
12936                 synchronized (monitor())
12937                 {
12938                     check_orphaned();
12939                     get_store().remove_element(PARASITISM$240, 0);
12940                 }
12941             }
12942             
12943             
12944 
12945 
12946             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMutualismCommensalism()
12947             {
12948                 synchronized (monitor())
12949                 {
12950                     check_orphaned();
12951                     org.apache.xmlbeans.SimpleValue target = null;
12952                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MUTUALISMCOMMENSALISM$242, 0);
12953                     if (target == null)
12954                     {
12955                       return null;
12956                     }
12957                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
12958                 }
12959             }
12960             
12961             
12962 
12963 
12964             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMutualismCommensalism()
12965             {
12966                 synchronized (monitor())
12967                 {
12968                     check_orphaned();
12969                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
12970                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MUTUALISMCOMMENSALISM$242, 0);
12971                     return target;
12972                 }
12973             }
12974             
12975             
12976 
12977 
12978             public boolean isSetMutualismCommensalism()
12979             {
12980                 synchronized (monitor())
12981                 {
12982                     check_orphaned();
12983                     return get_store().count_elements(MUTUALISMCOMMENSALISM$242) != 0;
12984                 }
12985             }
12986             
12987             
12988 
12989 
12990             public void setMutualismCommensalism(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum mutualismCommensalism)
12991             {
12992                 synchronized (monitor())
12993                 {
12994                     check_orphaned();
12995                     org.apache.xmlbeans.SimpleValue target = null;
12996                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MUTUALISMCOMMENSALISM$242, 0);
12997                     if (target == null)
12998                     {
12999                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(MUTUALISMCOMMENSALISM$242);
13000                     }
13001                     target.setEnumValue(mutualismCommensalism);
13002                 }
13003             }
13004             
13005             
13006 
13007 
13008             public void xsetMutualismCommensalism(gov.grants.apply.system.globalLibraryV20.YesNoDataType mutualismCommensalism)
13009             {
13010                 synchronized (monitor())
13011                 {
13012                     check_orphaned();
13013                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
13014                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MUTUALISMCOMMENSALISM$242, 0);
13015                     if (target == null)
13016                     {
13017                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(MUTUALISMCOMMENSALISM$242);
13018                     }
13019                     target.set(mutualismCommensalism);
13020                 }
13021             }
13022             
13023             
13024 
13025 
13026             public void unsetMutualismCommensalism()
13027             {
13028                 synchronized (monitor())
13029                 {
13030                     check_orphaned();
13031                     get_store().remove_element(MUTUALISMCOMMENSALISM$242, 0);
13032                 }
13033             }
13034             
13035             
13036 
13037 
13038             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPlantFungalMicrobialInteractions()
13039             {
13040                 synchronized (monitor())
13041                 {
13042                     check_orphaned();
13043                     org.apache.xmlbeans.SimpleValue target = null;
13044                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PLANTFUNGALMICROBIALINTERACTIONS$244, 0);
13045                     if (target == null)
13046                     {
13047                       return null;
13048                     }
13049                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
13050                 }
13051             }
13052             
13053             
13054 
13055 
13056             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPlantFungalMicrobialInteractions()
13057             {
13058                 synchronized (monitor())
13059                 {
13060                     check_orphaned();
13061                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
13062                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PLANTFUNGALMICROBIALINTERACTIONS$244, 0);
13063                     return target;
13064                 }
13065             }
13066             
13067             
13068 
13069 
13070             public boolean isSetPlantFungalMicrobialInteractions()
13071             {
13072                 synchronized (monitor())
13073                 {
13074                     check_orphaned();
13075                     return get_store().count_elements(PLANTFUNGALMICROBIALINTERACTIONS$244) != 0;
13076                 }
13077             }
13078             
13079             
13080 
13081 
13082             public void setPlantFungalMicrobialInteractions(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum plantFungalMicrobialInteractions)
13083             {
13084                 synchronized (monitor())
13085                 {
13086                     check_orphaned();
13087                     org.apache.xmlbeans.SimpleValue target = null;
13088                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PLANTFUNGALMICROBIALINTERACTIONS$244, 0);
13089                     if (target == null)
13090                     {
13091                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PLANTFUNGALMICROBIALINTERACTIONS$244);
13092                     }
13093                     target.setEnumValue(plantFungalMicrobialInteractions);
13094                 }
13095             }
13096             
13097             
13098 
13099 
13100             public void xsetPlantFungalMicrobialInteractions(gov.grants.apply.system.globalLibraryV20.YesNoDataType plantFungalMicrobialInteractions)
13101             {
13102                 synchronized (monitor())
13103                 {
13104                     check_orphaned();
13105                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
13106                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PLANTFUNGALMICROBIALINTERACTIONS$244, 0);
13107                     if (target == null)
13108                     {
13109                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PLANTFUNGALMICROBIALINTERACTIONS$244);
13110                     }
13111                     target.set(plantFungalMicrobialInteractions);
13112                 }
13113             }
13114             
13115             
13116 
13117 
13118             public void unsetPlantFungalMicrobialInteractions()
13119             {
13120                 synchronized (monitor())
13121                 {
13122                     check_orphaned();
13123                     get_store().remove_element(PLANTFUNGALMICROBIALINTERACTIONS$244, 0);
13124                 }
13125             }
13126             
13127             
13128 
13129 
13130             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMimicry()
13131             {
13132                 synchronized (monitor())
13133                 {
13134                     check_orphaned();
13135                     org.apache.xmlbeans.SimpleValue target = null;
13136                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MIMICRY$246, 0);
13137                     if (target == null)
13138                     {
13139                       return null;
13140                     }
13141                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
13142                 }
13143             }
13144             
13145             
13146 
13147 
13148             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMimicry()
13149             {
13150                 synchronized (monitor())
13151                 {
13152                     check_orphaned();
13153                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
13154                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MIMICRY$246, 0);
13155                     return target;
13156                 }
13157             }
13158             
13159             
13160 
13161 
13162             public boolean isSetMimicry()
13163             {
13164                 synchronized (monitor())
13165                 {
13166                     check_orphaned();
13167                     return get_store().count_elements(MIMICRY$246) != 0;
13168                 }
13169             }
13170             
13171             
13172 
13173 
13174             public void setMimicry(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum mimicry)
13175             {
13176                 synchronized (monitor())
13177                 {
13178                     check_orphaned();
13179                     org.apache.xmlbeans.SimpleValue target = null;
13180                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MIMICRY$246, 0);
13181                     if (target == null)
13182                     {
13183                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(MIMICRY$246);
13184                     }
13185                     target.setEnumValue(mimicry);
13186                 }
13187             }
13188             
13189             
13190 
13191 
13192             public void xsetMimicry(gov.grants.apply.system.globalLibraryV20.YesNoDataType mimicry)
13193             {
13194                 synchronized (monitor())
13195                 {
13196                     check_orphaned();
13197                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
13198                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MIMICRY$246, 0);
13199                     if (target == null)
13200                     {
13201                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(MIMICRY$246);
13202                     }
13203                     target.set(mimicry);
13204                 }
13205             }
13206             
13207             
13208 
13209 
13210             public void unsetMimicry()
13211             {
13212                 synchronized (monitor())
13213                 {
13214                     check_orphaned();
13215                     get_store().remove_element(MIMICRY$246, 0);
13216                 }
13217             }
13218             
13219             
13220 
13221 
13222             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAnimalPathology()
13223             {
13224                 synchronized (monitor())
13225                 {
13226                     check_orphaned();
13227                     org.apache.xmlbeans.SimpleValue target = null;
13228                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ANIMALPATHOLOGY$248, 0);
13229                     if (target == null)
13230                     {
13231                       return null;
13232                     }
13233                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
13234                 }
13235             }
13236             
13237             
13238 
13239 
13240             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAnimalPathology()
13241             {
13242                 synchronized (monitor())
13243                 {
13244                     check_orphaned();
13245                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
13246                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ANIMALPATHOLOGY$248, 0);
13247                     return target;
13248                 }
13249             }
13250             
13251             
13252 
13253 
13254             public boolean isSetAnimalPathology()
13255             {
13256                 synchronized (monitor())
13257                 {
13258                     check_orphaned();
13259                     return get_store().count_elements(ANIMALPATHOLOGY$248) != 0;
13260                 }
13261             }
13262             
13263             
13264 
13265 
13266             public void setAnimalPathology(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum animalPathology)
13267             {
13268                 synchronized (monitor())
13269                 {
13270                     check_orphaned();
13271                     org.apache.xmlbeans.SimpleValue target = null;
13272                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ANIMALPATHOLOGY$248, 0);
13273                     if (target == null)
13274                     {
13275                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ANIMALPATHOLOGY$248);
13276                     }
13277                     target.setEnumValue(animalPathology);
13278                 }
13279             }
13280             
13281             
13282 
13283 
13284             public void xsetAnimalPathology(gov.grants.apply.system.globalLibraryV20.YesNoDataType animalPathology)
13285             {
13286                 synchronized (monitor())
13287                 {
13288                     check_orphaned();
13289                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
13290                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ANIMALPATHOLOGY$248, 0);
13291                     if (target == null)
13292                     {
13293                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ANIMALPATHOLOGY$248);
13294                     }
13295                     target.set(animalPathology);
13296                 }
13297             }
13298             
13299             
13300 
13301 
13302             public void unsetAnimalPathology()
13303             {
13304                 synchronized (monitor())
13305                 {
13306                     check_orphaned();
13307                     get_store().remove_element(ANIMALPATHOLOGY$248, 0);
13308                 }
13309             }
13310             
13311             
13312 
13313 
13314             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPlantPathology()
13315             {
13316                 synchronized (monitor())
13317                 {
13318                     check_orphaned();
13319                     org.apache.xmlbeans.SimpleValue target = null;
13320                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PLANTPATHOLOGY$250, 0);
13321                     if (target == null)
13322                     {
13323                       return null;
13324                     }
13325                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
13326                 }
13327             }
13328             
13329             
13330 
13331 
13332             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPlantPathology()
13333             {
13334                 synchronized (monitor())
13335                 {
13336                     check_orphaned();
13337                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
13338                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PLANTPATHOLOGY$250, 0);
13339                     return target;
13340                 }
13341             }
13342             
13343             
13344 
13345 
13346             public boolean isSetPlantPathology()
13347             {
13348                 synchronized (monitor())
13349                 {
13350                     check_orphaned();
13351                     return get_store().count_elements(PLANTPATHOLOGY$250) != 0;
13352                 }
13353             }
13354             
13355             
13356 
13357 
13358             public void setPlantPathology(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum plantPathology)
13359             {
13360                 synchronized (monitor())
13361                 {
13362                     check_orphaned();
13363                     org.apache.xmlbeans.SimpleValue target = null;
13364                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PLANTPATHOLOGY$250, 0);
13365                     if (target == null)
13366                     {
13367                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PLANTPATHOLOGY$250);
13368                     }
13369                     target.setEnumValue(plantPathology);
13370                 }
13371             }
13372             
13373             
13374 
13375 
13376             public void xsetPlantPathology(gov.grants.apply.system.globalLibraryV20.YesNoDataType plantPathology)
13377             {
13378                 synchronized (monitor())
13379                 {
13380                     check_orphaned();
13381                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
13382                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PLANTPATHOLOGY$250, 0);
13383                     if (target == null)
13384                     {
13385                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PLANTPATHOLOGY$250);
13386                     }
13387                     target.set(plantPathology);
13388                 }
13389             }
13390             
13391             
13392 
13393 
13394             public void unsetPlantPathology()
13395             {
13396                 synchronized (monitor())
13397                 {
13398                     check_orphaned();
13399                     get_store().remove_element(PLANTPATHOLOGY$250, 0);
13400                 }
13401             }
13402             
13403             
13404 
13405 
13406             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCoevolution()
13407             {
13408                 synchronized (monitor())
13409                 {
13410                     check_orphaned();
13411                     org.apache.xmlbeans.SimpleValue target = null;
13412                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(COEVOLUTION$252, 0);
13413                     if (target == null)
13414                     {
13415                       return null;
13416                     }
13417                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
13418                 }
13419             }
13420             
13421             
13422 
13423 
13424             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCoevolution()
13425             {
13426                 synchronized (monitor())
13427                 {
13428                     check_orphaned();
13429                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
13430                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(COEVOLUTION$252, 0);
13431                     return target;
13432                 }
13433             }
13434             
13435             
13436 
13437 
13438             public boolean isSetCoevolution()
13439             {
13440                 synchronized (monitor())
13441                 {
13442                     check_orphaned();
13443                     return get_store().count_elements(COEVOLUTION$252) != 0;
13444                 }
13445             }
13446             
13447             
13448 
13449 
13450             public void setCoevolution(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum coevolution)
13451             {
13452                 synchronized (monitor())
13453                 {
13454                     check_orphaned();
13455                     org.apache.xmlbeans.SimpleValue target = null;
13456                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(COEVOLUTION$252, 0);
13457                     if (target == null)
13458                     {
13459                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(COEVOLUTION$252);
13460                     }
13461                     target.setEnumValue(coevolution);
13462                 }
13463             }
13464             
13465             
13466 
13467 
13468             public void xsetCoevolution(gov.grants.apply.system.globalLibraryV20.YesNoDataType coevolution)
13469             {
13470                 synchronized (monitor())
13471                 {
13472                     check_orphaned();
13473                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
13474                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(COEVOLUTION$252, 0);
13475                     if (target == null)
13476                     {
13477                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(COEVOLUTION$252);
13478                     }
13479                     target.set(coevolution);
13480                 }
13481             }
13482             
13483             
13484 
13485 
13486             public void unsetCoevolution()
13487             {
13488                 synchronized (monitor())
13489                 {
13490                     check_orphaned();
13491                     get_store().remove_element(COEVOLUTION$252, 0);
13492                 }
13493             }
13494             
13495             
13496 
13497 
13498             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBiologicalControl()
13499             {
13500                 synchronized (monitor())
13501                 {
13502                     check_orphaned();
13503                     org.apache.xmlbeans.SimpleValue target = null;
13504                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(BIOLOGICALCONTROL$254, 0);
13505                     if (target == null)
13506                     {
13507                       return null;
13508                     }
13509                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
13510                 }
13511             }
13512             
13513             
13514 
13515 
13516             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBiologicalControl()
13517             {
13518                 synchronized (monitor())
13519                 {
13520                     check_orphaned();
13521                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
13522                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(BIOLOGICALCONTROL$254, 0);
13523                     return target;
13524                 }
13525             }
13526             
13527             
13528 
13529 
13530             public boolean isSetBiologicalControl()
13531             {
13532                 synchronized (monitor())
13533                 {
13534                     check_orphaned();
13535                     return get_store().count_elements(BIOLOGICALCONTROL$254) != 0;
13536                 }
13537             }
13538             
13539             
13540 
13541 
13542             public void setBiologicalControl(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum biologicalControl)
13543             {
13544                 synchronized (monitor())
13545                 {
13546                     check_orphaned();
13547                     org.apache.xmlbeans.SimpleValue target = null;
13548                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(BIOLOGICALCONTROL$254, 0);
13549                     if (target == null)
13550                     {
13551                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(BIOLOGICALCONTROL$254);
13552                     }
13553                     target.setEnumValue(biologicalControl);
13554                 }
13555             }
13556             
13557             
13558 
13559 
13560             public void xsetBiologicalControl(gov.grants.apply.system.globalLibraryV20.YesNoDataType biologicalControl)
13561             {
13562                 synchronized (monitor())
13563                 {
13564                     check_orphaned();
13565                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
13566                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(BIOLOGICALCONTROL$254, 0);
13567                     if (target == null)
13568                     {
13569                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(BIOLOGICALCONTROL$254);
13570                     }
13571                     target.set(biologicalControl);
13572                 }
13573             }
13574             
13575             
13576 
13577 
13578             public void unsetBiologicalControl()
13579             {
13580                 synchronized (monitor())
13581                 {
13582                     check_orphaned();
13583                     get_store().remove_element(BIOLOGICALCONTROL$254, 0);
13584                 }
13585             }
13586             
13587             
13588 
13589 
13590             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSPINALCORDNERVEREGENERATION()
13591             {
13592                 synchronized (monitor())
13593                 {
13594                     check_orphaned();
13595                     org.apache.xmlbeans.SimpleValue target = null;
13596                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SPINALCORDNERVEREGENERATION$256, 0);
13597                     if (target == null)
13598                     {
13599                       return null;
13600                     }
13601                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
13602                 }
13603             }
13604             
13605             
13606 
13607 
13608             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSPINALCORDNERVEREGENERATION()
13609             {
13610                 synchronized (monitor())
13611                 {
13612                     check_orphaned();
13613                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
13614                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SPINALCORDNERVEREGENERATION$256, 0);
13615                     return target;
13616                 }
13617             }
13618             
13619             
13620 
13621 
13622             public boolean isSetSPINALCORDNERVEREGENERATION()
13623             {
13624                 synchronized (monitor())
13625                 {
13626                     check_orphaned();
13627                     return get_store().count_elements(SPINALCORDNERVEREGENERATION$256) != 0;
13628                 }
13629             }
13630             
13631             
13632 
13633 
13634             public void setSPINALCORDNERVEREGENERATION(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum spinalcordnerveregeneration)
13635             {
13636                 synchronized (monitor())
13637                 {
13638                     check_orphaned();
13639                     org.apache.xmlbeans.SimpleValue target = null;
13640                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SPINALCORDNERVEREGENERATION$256, 0);
13641                     if (target == null)
13642                     {
13643                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SPINALCORDNERVEREGENERATION$256);
13644                     }
13645                     target.setEnumValue(spinalcordnerveregeneration);
13646                 }
13647             }
13648             
13649             
13650 
13651 
13652             public void xsetSPINALCORDNERVEREGENERATION(gov.grants.apply.system.globalLibraryV20.YesNoDataType spinalcordnerveregeneration)
13653             {
13654                 synchronized (monitor())
13655                 {
13656                     check_orphaned();
13657                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
13658                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SPINALCORDNERVEREGENERATION$256, 0);
13659                     if (target == null)
13660                     {
13661                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SPINALCORDNERVEREGENERATION$256);
13662                     }
13663                     target.set(spinalcordnerveregeneration);
13664                 }
13665             }
13666             
13667             
13668 
13669 
13670             public void unsetSPINALCORDNERVEREGENERATION()
13671             {
13672                 synchronized (monitor())
13673                 {
13674                     check_orphaned();
13675                     get_store().remove_element(SPINALCORDNERVEREGENERATION$256, 0);
13676                 }
13677             }
13678             
13679             
13680 
13681 
13682             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSTATISTICSMODELING()
13683             {
13684                 synchronized (monitor())
13685                 {
13686                     check_orphaned();
13687                     org.apache.xmlbeans.SimpleValue target = null;
13688                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(STATISTICSMODELING$258, 0);
13689                     if (target == null)
13690                     {
13691                       return null;
13692                     }
13693                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
13694                 }
13695             }
13696             
13697             
13698 
13699 
13700             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSTATISTICSMODELING()
13701             {
13702                 synchronized (monitor())
13703                 {
13704                     check_orphaned();
13705                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
13706                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(STATISTICSMODELING$258, 0);
13707                     return target;
13708                 }
13709             }
13710             
13711             
13712 
13713 
13714             public boolean isSetSTATISTICSMODELING()
13715             {
13716                 synchronized (monitor())
13717                 {
13718                     check_orphaned();
13719                     return get_store().count_elements(STATISTICSMODELING$258) != 0;
13720                 }
13721             }
13722             
13723             
13724 
13725 
13726             public void setSTATISTICSMODELING(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum statisticsmodeling)
13727             {
13728                 synchronized (monitor())
13729                 {
13730                     check_orphaned();
13731                     org.apache.xmlbeans.SimpleValue target = null;
13732                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(STATISTICSMODELING$258, 0);
13733                     if (target == null)
13734                     {
13735                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(STATISTICSMODELING$258);
13736                     }
13737                     target.setEnumValue(statisticsmodeling);
13738                 }
13739             }
13740             
13741             
13742 
13743 
13744             public void xsetSTATISTICSMODELING(gov.grants.apply.system.globalLibraryV20.YesNoDataType statisticsmodeling)
13745             {
13746                 synchronized (monitor())
13747                 {
13748                     check_orphaned();
13749                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
13750                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(STATISTICSMODELING$258, 0);
13751                     if (target == null)
13752                     {
13753                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(STATISTICSMODELING$258);
13754                     }
13755                     target.set(statisticsmodeling);
13756                 }
13757             }
13758             
13759             
13760 
13761 
13762             public void unsetSTATISTICSMODELING()
13763             {
13764                 synchronized (monitor())
13765                 {
13766                     check_orphaned();
13767                     get_store().remove_element(STATISTICSMODELING$258, 0);
13768                 }
13769             }
13770             
13771             
13772 
13773 
13774             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMethodsInstrumentationSoftware()
13775             {
13776                 synchronized (monitor())
13777                 {
13778                     check_orphaned();
13779                     org.apache.xmlbeans.SimpleValue target = null;
13780                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(METHODSINSTRUMENTATIONSOFTWARE$260, 0);
13781                     if (target == null)
13782                     {
13783                       return null;
13784                     }
13785                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
13786                 }
13787             }
13788             
13789             
13790 
13791 
13792             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMethodsInstrumentationSoftware()
13793             {
13794                 synchronized (monitor())
13795                 {
13796                     check_orphaned();
13797                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
13798                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(METHODSINSTRUMENTATIONSOFTWARE$260, 0);
13799                     return target;
13800                 }
13801             }
13802             
13803             
13804 
13805 
13806             public boolean isSetMethodsInstrumentationSoftware()
13807             {
13808                 synchronized (monitor())
13809                 {
13810                     check_orphaned();
13811                     return get_store().count_elements(METHODSINSTRUMENTATIONSOFTWARE$260) != 0;
13812                 }
13813             }
13814             
13815             
13816 
13817 
13818             public void setMethodsInstrumentationSoftware(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum methodsInstrumentationSoftware)
13819             {
13820                 synchronized (monitor())
13821                 {
13822                     check_orphaned();
13823                     org.apache.xmlbeans.SimpleValue target = null;
13824                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(METHODSINSTRUMENTATIONSOFTWARE$260, 0);
13825                     if (target == null)
13826                     {
13827                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(METHODSINSTRUMENTATIONSOFTWARE$260);
13828                     }
13829                     target.setEnumValue(methodsInstrumentationSoftware);
13830                 }
13831             }
13832             
13833             
13834 
13835 
13836             public void xsetMethodsInstrumentationSoftware(gov.grants.apply.system.globalLibraryV20.YesNoDataType methodsInstrumentationSoftware)
13837             {
13838                 synchronized (monitor())
13839                 {
13840                     check_orphaned();
13841                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
13842                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(METHODSINSTRUMENTATIONSOFTWARE$260, 0);
13843                     if (target == null)
13844                     {
13845                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(METHODSINSTRUMENTATIONSOFTWARE$260);
13846                     }
13847                     target.set(methodsInstrumentationSoftware);
13848                 }
13849             }
13850             
13851             
13852 
13853 
13854             public void unsetMethodsInstrumentationSoftware()
13855             {
13856                 synchronized (monitor())
13857                 {
13858                     check_orphaned();
13859                     get_store().remove_element(METHODSINSTRUMENTATIONSOFTWARE$260, 0);
13860                 }
13861             }
13862             
13863             
13864 
13865 
13866             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getModeling()
13867             {
13868                 synchronized (monitor())
13869                 {
13870                     check_orphaned();
13871                     org.apache.xmlbeans.SimpleValue target = null;
13872                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MODELING$262, 0);
13873                     if (target == null)
13874                     {
13875                       return null;
13876                     }
13877                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
13878                 }
13879             }
13880             
13881             
13882 
13883 
13884             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetModeling()
13885             {
13886                 synchronized (monitor())
13887                 {
13888                     check_orphaned();
13889                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
13890                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MODELING$262, 0);
13891                     return target;
13892                 }
13893             }
13894             
13895             
13896 
13897 
13898             public boolean isSetModeling()
13899             {
13900                 synchronized (monitor())
13901                 {
13902                     check_orphaned();
13903                     return get_store().count_elements(MODELING$262) != 0;
13904                 }
13905             }
13906             
13907             
13908 
13909 
13910             public void setModeling(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum modeling)
13911             {
13912                 synchronized (monitor())
13913                 {
13914                     check_orphaned();
13915                     org.apache.xmlbeans.SimpleValue target = null;
13916                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MODELING$262, 0);
13917                     if (target == null)
13918                     {
13919                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(MODELING$262);
13920                     }
13921                     target.setEnumValue(modeling);
13922                 }
13923             }
13924             
13925             
13926 
13927 
13928             public void xsetModeling(gov.grants.apply.system.globalLibraryV20.YesNoDataType modeling)
13929             {
13930                 synchronized (monitor())
13931                 {
13932                     check_orphaned();
13933                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
13934                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MODELING$262, 0);
13935                     if (target == null)
13936                     {
13937                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(MODELING$262);
13938                     }
13939                     target.set(modeling);
13940                 }
13941             }
13942             
13943             
13944 
13945 
13946             public void unsetModeling()
13947             {
13948                 synchronized (monitor())
13949                 {
13950                     check_orphaned();
13951                     get_store().remove_element(MODELING$262, 0);
13952                 }
13953             }
13954             
13955             
13956 
13957 
13958             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getModelingBiologicalMolecularSystems()
13959             {
13960                 synchronized (monitor())
13961                 {
13962                     check_orphaned();
13963                     org.apache.xmlbeans.SimpleValue target = null;
13964                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MODELINGBIOLOGICALMOLECULARSYSTEMS$264, 0);
13965                     if (target == null)
13966                     {
13967                       return null;
13968                     }
13969                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
13970                 }
13971             }
13972             
13973             
13974 
13975 
13976             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetModelingBiologicalMolecularSystems()
13977             {
13978                 synchronized (monitor())
13979                 {
13980                     check_orphaned();
13981                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
13982                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MODELINGBIOLOGICALMOLECULARSYSTEMS$264, 0);
13983                     return target;
13984                 }
13985             }
13986             
13987             
13988 
13989 
13990             public boolean isSetModelingBiologicalMolecularSystems()
13991             {
13992                 synchronized (monitor())
13993                 {
13994                     check_orphaned();
13995                     return get_store().count_elements(MODELINGBIOLOGICALMOLECULARSYSTEMS$264) != 0;
13996                 }
13997             }
13998             
13999             
14000 
14001 
14002             public void setModelingBiologicalMolecularSystems(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum modelingBiologicalMolecularSystems)
14003             {
14004                 synchronized (monitor())
14005                 {
14006                     check_orphaned();
14007                     org.apache.xmlbeans.SimpleValue target = null;
14008                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MODELINGBIOLOGICALMOLECULARSYSTEMS$264, 0);
14009                     if (target == null)
14010                     {
14011                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(MODELINGBIOLOGICALMOLECULARSYSTEMS$264);
14012                     }
14013                     target.setEnumValue(modelingBiologicalMolecularSystems);
14014                 }
14015             }
14016             
14017             
14018 
14019 
14020             public void xsetModelingBiologicalMolecularSystems(gov.grants.apply.system.globalLibraryV20.YesNoDataType modelingBiologicalMolecularSystems)
14021             {
14022                 synchronized (monitor())
14023                 {
14024                     check_orphaned();
14025                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
14026                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MODELINGBIOLOGICALMOLECULARSYSTEMS$264, 0);
14027                     if (target == null)
14028                     {
14029                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(MODELINGBIOLOGICALMOLECULARSYSTEMS$264);
14030                     }
14031                     target.set(modelingBiologicalMolecularSystems);
14032                 }
14033             }
14034             
14035             
14036 
14037 
14038             public void unsetModelingBiologicalMolecularSystems()
14039             {
14040                 synchronized (monitor())
14041                 {
14042                     check_orphaned();
14043                     get_store().remove_element(MODELINGBIOLOGICALMOLECULARSYSTEMS$264, 0);
14044                 }
14045             }
14046             
14047             
14048 
14049 
14050             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getComputationalModeling()
14051             {
14052                 synchronized (monitor())
14053                 {
14054                     check_orphaned();
14055                     org.apache.xmlbeans.SimpleValue target = null;
14056                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(COMPUTATIONALMODELING$266, 0);
14057                     if (target == null)
14058                     {
14059                       return null;
14060                     }
14061                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
14062                 }
14063             }
14064             
14065             
14066 
14067 
14068             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetComputationalModeling()
14069             {
14070                 synchronized (monitor())
14071                 {
14072                     check_orphaned();
14073                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
14074                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(COMPUTATIONALMODELING$266, 0);
14075                     return target;
14076                 }
14077             }
14078             
14079             
14080 
14081 
14082             public boolean isSetComputationalModeling()
14083             {
14084                 synchronized (monitor())
14085                 {
14086                     check_orphaned();
14087                     return get_store().count_elements(COMPUTATIONALMODELING$266) != 0;
14088                 }
14089             }
14090             
14091             
14092 
14093 
14094             public void setComputationalModeling(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum computationalModeling)
14095             {
14096                 synchronized (monitor())
14097                 {
14098                     check_orphaned();
14099                     org.apache.xmlbeans.SimpleValue target = null;
14100                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(COMPUTATIONALMODELING$266, 0);
14101                     if (target == null)
14102                     {
14103                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(COMPUTATIONALMODELING$266);
14104                     }
14105                     target.setEnumValue(computationalModeling);
14106                 }
14107             }
14108             
14109             
14110 
14111 
14112             public void xsetComputationalModeling(gov.grants.apply.system.globalLibraryV20.YesNoDataType computationalModeling)
14113             {
14114                 synchronized (monitor())
14115                 {
14116                     check_orphaned();
14117                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
14118                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(COMPUTATIONALMODELING$266, 0);
14119                     if (target == null)
14120                     {
14121                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(COMPUTATIONALMODELING$266);
14122                     }
14123                     target.set(computationalModeling);
14124                 }
14125             }
14126             
14127             
14128 
14129 
14130             public void unsetComputationalModeling()
14131             {
14132                 synchronized (monitor())
14133                 {
14134                     check_orphaned();
14135                     get_store().remove_element(COMPUTATIONALMODELING$266, 0);
14136                 }
14137             }
14138             
14139             
14140 
14141 
14142             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getStatistics()
14143             {
14144                 synchronized (monitor())
14145                 {
14146                     check_orphaned();
14147                     org.apache.xmlbeans.SimpleValue target = null;
14148                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(STATISTICS$268, 0);
14149                     if (target == null)
14150                     {
14151                       return null;
14152                     }
14153                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
14154                 }
14155             }
14156             
14157             
14158 
14159 
14160             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetStatistics()
14161             {
14162                 synchronized (monitor())
14163                 {
14164                     check_orphaned();
14165                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
14166                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(STATISTICS$268, 0);
14167                     return target;
14168                 }
14169             }
14170             
14171             
14172 
14173 
14174             public boolean isSetStatistics()
14175             {
14176                 synchronized (monitor())
14177                 {
14178                     check_orphaned();
14179                     return get_store().count_elements(STATISTICS$268) != 0;
14180                 }
14181             }
14182             
14183             
14184 
14185 
14186             public void setStatistics(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum statistics)
14187             {
14188                 synchronized (monitor())
14189                 {
14190                     check_orphaned();
14191                     org.apache.xmlbeans.SimpleValue target = null;
14192                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(STATISTICS$268, 0);
14193                     if (target == null)
14194                     {
14195                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(STATISTICS$268);
14196                     }
14197                     target.setEnumValue(statistics);
14198                 }
14199             }
14200             
14201             
14202 
14203 
14204             public void xsetStatistics(gov.grants.apply.system.globalLibraryV20.YesNoDataType statistics)
14205             {
14206                 synchronized (monitor())
14207                 {
14208                     check_orphaned();
14209                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
14210                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(STATISTICS$268, 0);
14211                     if (target == null)
14212                     {
14213                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(STATISTICS$268);
14214                     }
14215                     target.set(statistics);
14216                 }
14217             }
14218             
14219             
14220 
14221 
14222             public void unsetStatistics()
14223             {
14224                 synchronized (monitor())
14225                 {
14226                     check_orphaned();
14227                     get_store().remove_element(STATISTICS$268, 0);
14228                 }
14229             }
14230             
14231             
14232 
14233 
14234             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMultivariateMethods()
14235             {
14236                 synchronized (monitor())
14237                 {
14238                     check_orphaned();
14239                     org.apache.xmlbeans.SimpleValue target = null;
14240                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MULTIVARIATEMETHODS$270, 0);
14241                     if (target == null)
14242                     {
14243                       return null;
14244                     }
14245                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
14246                 }
14247             }
14248             
14249             
14250 
14251 
14252             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMultivariateMethods()
14253             {
14254                 synchronized (monitor())
14255                 {
14256                     check_orphaned();
14257                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
14258                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MULTIVARIATEMETHODS$270, 0);
14259                     return target;
14260                 }
14261             }
14262             
14263             
14264 
14265 
14266             public boolean isSetMultivariateMethods()
14267             {
14268                 synchronized (monitor())
14269                 {
14270                     check_orphaned();
14271                     return get_store().count_elements(MULTIVARIATEMETHODS$270) != 0;
14272                 }
14273             }
14274             
14275             
14276 
14277 
14278             public void setMultivariateMethods(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum multivariateMethods)
14279             {
14280                 synchronized (monitor())
14281                 {
14282                     check_orphaned();
14283                     org.apache.xmlbeans.SimpleValue target = null;
14284                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MULTIVARIATEMETHODS$270, 0);
14285                     if (target == null)
14286                     {
14287                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(MULTIVARIATEMETHODS$270);
14288                     }
14289                     target.setEnumValue(multivariateMethods);
14290                 }
14291             }
14292             
14293             
14294 
14295 
14296             public void xsetMultivariateMethods(gov.grants.apply.system.globalLibraryV20.YesNoDataType multivariateMethods)
14297             {
14298                 synchronized (monitor())
14299                 {
14300                     check_orphaned();
14301                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
14302                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MULTIVARIATEMETHODS$270, 0);
14303                     if (target == null)
14304                     {
14305                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(MULTIVARIATEMETHODS$270);
14306                     }
14307                     target.set(multivariateMethods);
14308                 }
14309             }
14310             
14311             
14312 
14313 
14314             public void unsetMultivariateMethods()
14315             {
14316                 synchronized (monitor())
14317                 {
14318                     check_orphaned();
14319                     get_store().remove_element(MULTIVARIATEMETHODS$270, 0);
14320                 }
14321             }
14322             
14323             
14324 
14325 
14326             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSpatialStatisticsModeling()
14327             {
14328                 synchronized (monitor())
14329                 {
14330                     check_orphaned();
14331                     org.apache.xmlbeans.SimpleValue target = null;
14332                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SPATIALSTATISTICSMODELING$272, 0);
14333                     if (target == null)
14334                     {
14335                       return null;
14336                     }
14337                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
14338                 }
14339             }
14340             
14341             
14342 
14343 
14344             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSpatialStatisticsModeling()
14345             {
14346                 synchronized (monitor())
14347                 {
14348                     check_orphaned();
14349                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
14350                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SPATIALSTATISTICSMODELING$272, 0);
14351                     return target;
14352                 }
14353             }
14354             
14355             
14356 
14357 
14358             public boolean isSetSpatialStatisticsModeling()
14359             {
14360                 synchronized (monitor())
14361                 {
14362                     check_orphaned();
14363                     return get_store().count_elements(SPATIALSTATISTICSMODELING$272) != 0;
14364                 }
14365             }
14366             
14367             
14368 
14369 
14370             public void setSpatialStatisticsModeling(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum spatialStatisticsModeling)
14371             {
14372                 synchronized (monitor())
14373                 {
14374                     check_orphaned();
14375                     org.apache.xmlbeans.SimpleValue target = null;
14376                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SPATIALSTATISTICSMODELING$272, 0);
14377                     if (target == null)
14378                     {
14379                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SPATIALSTATISTICSMODELING$272);
14380                     }
14381                     target.setEnumValue(spatialStatisticsModeling);
14382                 }
14383             }
14384             
14385             
14386 
14387 
14388             public void xsetSpatialStatisticsModeling(gov.grants.apply.system.globalLibraryV20.YesNoDataType spatialStatisticsModeling)
14389             {
14390                 synchronized (monitor())
14391                 {
14392                     check_orphaned();
14393                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
14394                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SPATIALSTATISTICSMODELING$272, 0);
14395                     if (target == null)
14396                     {
14397                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SPATIALSTATISTICSMODELING$272);
14398                     }
14399                     target.set(spatialStatisticsModeling);
14400                 }
14401             }
14402             
14403             
14404 
14405 
14406             public void unsetSpatialStatisticsModeling()
14407             {
14408                 synchronized (monitor())
14409                 {
14410                     check_orphaned();
14411                     get_store().remove_element(SPATIALSTATISTICSMODELING$272, 0);
14412                 }
14413             }
14414             
14415             
14416 
14417 
14418             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSamplingDesignAnalysis()
14419             {
14420                 synchronized (monitor())
14421                 {
14422                     check_orphaned();
14423                     org.apache.xmlbeans.SimpleValue target = null;
14424                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SAMPLINGDESIGNANALYSIS$274, 0);
14425                     if (target == null)
14426                     {
14427                       return null;
14428                     }
14429                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
14430                 }
14431             }
14432             
14433             
14434 
14435 
14436             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSamplingDesignAnalysis()
14437             {
14438                 synchronized (monitor())
14439                 {
14440                     check_orphaned();
14441                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
14442                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SAMPLINGDESIGNANALYSIS$274, 0);
14443                     return target;
14444                 }
14445             }
14446             
14447             
14448 
14449 
14450             public boolean isSetSamplingDesignAnalysis()
14451             {
14452                 synchronized (monitor())
14453                 {
14454                     check_orphaned();
14455                     return get_store().count_elements(SAMPLINGDESIGNANALYSIS$274) != 0;
14456                 }
14457             }
14458             
14459             
14460 
14461 
14462             public void setSamplingDesignAnalysis(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum samplingDesignAnalysis)
14463             {
14464                 synchronized (monitor())
14465                 {
14466                     check_orphaned();
14467                     org.apache.xmlbeans.SimpleValue target = null;
14468                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SAMPLINGDESIGNANALYSIS$274, 0);
14469                     if (target == null)
14470                     {
14471                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SAMPLINGDESIGNANALYSIS$274);
14472                     }
14473                     target.setEnumValue(samplingDesignAnalysis);
14474                 }
14475             }
14476             
14477             
14478 
14479 
14480             public void xsetSamplingDesignAnalysis(gov.grants.apply.system.globalLibraryV20.YesNoDataType samplingDesignAnalysis)
14481             {
14482                 synchronized (monitor())
14483                 {
14484                     check_orphaned();
14485                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
14486                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SAMPLINGDESIGNANALYSIS$274, 0);
14487                     if (target == null)
14488                     {
14489                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SAMPLINGDESIGNANALYSIS$274);
14490                     }
14491                     target.set(samplingDesignAnalysis);
14492                 }
14493             }
14494             
14495             
14496 
14497 
14498             public void unsetSamplingDesignAnalysis()
14499             {
14500                 synchronized (monitor())
14501                 {
14502                     check_orphaned();
14503                     get_store().remove_element(SAMPLINGDESIGNANALYSIS$274, 0);
14504                 }
14505             }
14506             
14507             
14508 
14509 
14510             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getExperimentalDesignAnalysis()
14511             {
14512                 synchronized (monitor())
14513                 {
14514                     check_orphaned();
14515                     org.apache.xmlbeans.SimpleValue target = null;
14516                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(EXPERIMENTALDESIGNANALYSIS$276, 0);
14517                     if (target == null)
14518                     {
14519                       return null;
14520                     }
14521                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
14522                 }
14523             }
14524             
14525             
14526 
14527 
14528             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetExperimentalDesignAnalysis()
14529             {
14530                 synchronized (monitor())
14531                 {
14532                     check_orphaned();
14533                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
14534                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(EXPERIMENTALDESIGNANALYSIS$276, 0);
14535                     return target;
14536                 }
14537             }
14538             
14539             
14540 
14541 
14542             public boolean isSetExperimentalDesignAnalysis()
14543             {
14544                 synchronized (monitor())
14545                 {
14546                     check_orphaned();
14547                     return get_store().count_elements(EXPERIMENTALDESIGNANALYSIS$276) != 0;
14548                 }
14549             }
14550             
14551             
14552 
14553 
14554             public void setExperimentalDesignAnalysis(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum experimentalDesignAnalysis)
14555             {
14556                 synchronized (monitor())
14557                 {
14558                     check_orphaned();
14559                     org.apache.xmlbeans.SimpleValue target = null;
14560                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(EXPERIMENTALDESIGNANALYSIS$276, 0);
14561                     if (target == null)
14562                     {
14563                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(EXPERIMENTALDESIGNANALYSIS$276);
14564                     }
14565                     target.setEnumValue(experimentalDesignAnalysis);
14566                 }
14567             }
14568             
14569             
14570 
14571 
14572             public void xsetExperimentalDesignAnalysis(gov.grants.apply.system.globalLibraryV20.YesNoDataType experimentalDesignAnalysis)
14573             {
14574                 synchronized (monitor())
14575                 {
14576                     check_orphaned();
14577                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
14578                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(EXPERIMENTALDESIGNANALYSIS$276, 0);
14579                     if (target == null)
14580                     {
14581                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(EXPERIMENTALDESIGNANALYSIS$276);
14582                     }
14583                     target.set(experimentalDesignAnalysis);
14584                 }
14585             }
14586             
14587             
14588 
14589 
14590             public void unsetExperimentalDesignAnalysis()
14591             {
14592                 synchronized (monitor())
14593                 {
14594                     check_orphaned();
14595                     get_store().remove_element(EXPERIMENTALDESIGNANALYSIS$276, 0);
14596                 }
14597             }
14598             
14599             
14600 
14601 
14602             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSTRUCTURALBIOLOGY()
14603             {
14604                 synchronized (monitor())
14605                 {
14606                     check_orphaned();
14607                     org.apache.xmlbeans.SimpleValue target = null;
14608                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(STRUCTURALBIOLOGY$278, 0);
14609                     if (target == null)
14610                     {
14611                       return null;
14612                     }
14613                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
14614                 }
14615             }
14616             
14617             
14618 
14619 
14620             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSTRUCTURALBIOLOGY()
14621             {
14622                 synchronized (monitor())
14623                 {
14624                     check_orphaned();
14625                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
14626                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(STRUCTURALBIOLOGY$278, 0);
14627                     return target;
14628                 }
14629             }
14630             
14631             
14632 
14633 
14634             public boolean isSetSTRUCTURALBIOLOGY()
14635             {
14636                 synchronized (monitor())
14637                 {
14638                     check_orphaned();
14639                     return get_store().count_elements(STRUCTURALBIOLOGY$278) != 0;
14640                 }
14641             }
14642             
14643             
14644 
14645 
14646             public void setSTRUCTURALBIOLOGY(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum structuralbiology)
14647             {
14648                 synchronized (monitor())
14649                 {
14650                     check_orphaned();
14651                     org.apache.xmlbeans.SimpleValue target = null;
14652                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(STRUCTURALBIOLOGY$278, 0);
14653                     if (target == null)
14654                     {
14655                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(STRUCTURALBIOLOGY$278);
14656                     }
14657                     target.setEnumValue(structuralbiology);
14658                 }
14659             }
14660             
14661             
14662 
14663 
14664             public void xsetSTRUCTURALBIOLOGY(gov.grants.apply.system.globalLibraryV20.YesNoDataType structuralbiology)
14665             {
14666                 synchronized (monitor())
14667                 {
14668                     check_orphaned();
14669                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
14670                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(STRUCTURALBIOLOGY$278, 0);
14671                     if (target == null)
14672                     {
14673                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(STRUCTURALBIOLOGY$278);
14674                     }
14675                     target.set(structuralbiology);
14676                 }
14677             }
14678             
14679             
14680 
14681 
14682             public void unsetSTRUCTURALBIOLOGY()
14683             {
14684                 synchronized (monitor())
14685                 {
14686                     check_orphaned();
14687                     get_store().remove_element(STRUCTURALBIOLOGY$278, 0);
14688                 }
14689             }
14690             
14691             
14692 
14693 
14694             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSYSTEMATICS()
14695             {
14696                 synchronized (monitor())
14697                 {
14698                     check_orphaned();
14699                     org.apache.xmlbeans.SimpleValue target = null;
14700                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SYSTEMATICS$280, 0);
14701                     if (target == null)
14702                     {
14703                       return null;
14704                     }
14705                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
14706                 }
14707             }
14708             
14709             
14710 
14711 
14712             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSYSTEMATICS()
14713             {
14714                 synchronized (monitor())
14715                 {
14716                     check_orphaned();
14717                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
14718                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SYSTEMATICS$280, 0);
14719                     return target;
14720                 }
14721             }
14722             
14723             
14724 
14725 
14726             public boolean isSetSYSTEMATICS()
14727             {
14728                 synchronized (monitor())
14729                 {
14730                     check_orphaned();
14731                     return get_store().count_elements(SYSTEMATICS$280) != 0;
14732                 }
14733             }
14734             
14735             
14736 
14737 
14738             public void setSYSTEMATICS(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum systematics)
14739             {
14740                 synchronized (monitor())
14741                 {
14742                     check_orphaned();
14743                     org.apache.xmlbeans.SimpleValue target = null;
14744                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SYSTEMATICS$280, 0);
14745                     if (target == null)
14746                     {
14747                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SYSTEMATICS$280);
14748                     }
14749                     target.setEnumValue(systematics);
14750                 }
14751             }
14752             
14753             
14754 
14755 
14756             public void xsetSYSTEMATICS(gov.grants.apply.system.globalLibraryV20.YesNoDataType systematics)
14757             {
14758                 synchronized (monitor())
14759                 {
14760                     check_orphaned();
14761                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
14762                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SYSTEMATICS$280, 0);
14763                     if (target == null)
14764                     {
14765                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SYSTEMATICS$280);
14766                     }
14767                     target.set(systematics);
14768                 }
14769             }
14770             
14771             
14772 
14773 
14774             public void unsetSYSTEMATICS()
14775             {
14776                 synchronized (monitor())
14777                 {
14778                     check_orphaned();
14779                     get_store().remove_element(SYSTEMATICS$280, 0);
14780                 }
14781             }
14782             
14783             
14784 
14785 
14786             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getTaxonomyClassification()
14787             {
14788                 synchronized (monitor())
14789                 {
14790                     check_orphaned();
14791                     org.apache.xmlbeans.SimpleValue target = null;
14792                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TAXONOMYCLASSIFICATION$282, 0);
14793                     if (target == null)
14794                     {
14795                       return null;
14796                     }
14797                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
14798                 }
14799             }
14800             
14801             
14802 
14803 
14804             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetTaxonomyClassification()
14805             {
14806                 synchronized (monitor())
14807                 {
14808                     check_orphaned();
14809                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
14810                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TAXONOMYCLASSIFICATION$282, 0);
14811                     return target;
14812                 }
14813             }
14814             
14815             
14816 
14817 
14818             public boolean isSetTaxonomyClassification()
14819             {
14820                 synchronized (monitor())
14821                 {
14822                     check_orphaned();
14823                     return get_store().count_elements(TAXONOMYCLASSIFICATION$282) != 0;
14824                 }
14825             }
14826             
14827             
14828 
14829 
14830             public void setTaxonomyClassification(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum taxonomyClassification)
14831             {
14832                 synchronized (monitor())
14833                 {
14834                     check_orphaned();
14835                     org.apache.xmlbeans.SimpleValue target = null;
14836                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TAXONOMYCLASSIFICATION$282, 0);
14837                     if (target == null)
14838                     {
14839                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(TAXONOMYCLASSIFICATION$282);
14840                     }
14841                     target.setEnumValue(taxonomyClassification);
14842                 }
14843             }
14844             
14845             
14846 
14847 
14848             public void xsetTaxonomyClassification(gov.grants.apply.system.globalLibraryV20.YesNoDataType taxonomyClassification)
14849             {
14850                 synchronized (monitor())
14851                 {
14852                     check_orphaned();
14853                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
14854                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TAXONOMYCLASSIFICATION$282, 0);
14855                     if (target == null)
14856                     {
14857                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(TAXONOMYCLASSIFICATION$282);
14858                     }
14859                     target.set(taxonomyClassification);
14860                 }
14861             }
14862             
14863             
14864 
14865 
14866             public void unsetTaxonomyClassification()
14867             {
14868                 synchronized (monitor())
14869                 {
14870                     check_orphaned();
14871                     get_store().remove_element(TAXONOMYCLASSIFICATION$282, 0);
14872                 }
14873             }
14874             
14875             
14876 
14877 
14878             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNomenclature()
14879             {
14880                 synchronized (monitor())
14881                 {
14882                     check_orphaned();
14883                     org.apache.xmlbeans.SimpleValue target = null;
14884                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NOMENCLATURE$284, 0);
14885                     if (target == null)
14886                     {
14887                       return null;
14888                     }
14889                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
14890                 }
14891             }
14892             
14893             
14894 
14895 
14896             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNomenclature()
14897             {
14898                 synchronized (monitor())
14899                 {
14900                     check_orphaned();
14901                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
14902                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(NOMENCLATURE$284, 0);
14903                     return target;
14904                 }
14905             }
14906             
14907             
14908 
14909 
14910             public boolean isSetNomenclature()
14911             {
14912                 synchronized (monitor())
14913                 {
14914                     check_orphaned();
14915                     return get_store().count_elements(NOMENCLATURE$284) != 0;
14916                 }
14917             }
14918             
14919             
14920 
14921 
14922             public void setNomenclature(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum nomenclature)
14923             {
14924                 synchronized (monitor())
14925                 {
14926                     check_orphaned();
14927                     org.apache.xmlbeans.SimpleValue target = null;
14928                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NOMENCLATURE$284, 0);
14929                     if (target == null)
14930                     {
14931                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(NOMENCLATURE$284);
14932                     }
14933                     target.setEnumValue(nomenclature);
14934                 }
14935             }
14936             
14937             
14938 
14939 
14940             public void xsetNomenclature(gov.grants.apply.system.globalLibraryV20.YesNoDataType nomenclature)
14941             {
14942                 synchronized (monitor())
14943                 {
14944                     check_orphaned();
14945                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
14946                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(NOMENCLATURE$284, 0);
14947                     if (target == null)
14948                     {
14949                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(NOMENCLATURE$284);
14950                     }
14951                     target.set(nomenclature);
14952                 }
14953             }
14954             
14955             
14956 
14957 
14958             public void unsetNomenclature()
14959             {
14960                 synchronized (monitor())
14961                 {
14962                     check_orphaned();
14963                     get_store().remove_element(NOMENCLATURE$284, 0);
14964                 }
14965             }
14966             
14967             
14968 
14969 
14970             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMonographRevision()
14971             {
14972                 synchronized (monitor())
14973                 {
14974                     check_orphaned();
14975                     org.apache.xmlbeans.SimpleValue target = null;
14976                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MONOGRAPHREVISION$286, 0);
14977                     if (target == null)
14978                     {
14979                       return null;
14980                     }
14981                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
14982                 }
14983             }
14984             
14985             
14986 
14987 
14988             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMonographRevision()
14989             {
14990                 synchronized (monitor())
14991                 {
14992                     check_orphaned();
14993                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
14994                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MONOGRAPHREVISION$286, 0);
14995                     return target;
14996                 }
14997             }
14998             
14999             
15000 
15001 
15002             public boolean isSetMonographRevision()
15003             {
15004                 synchronized (monitor())
15005                 {
15006                     check_orphaned();
15007                     return get_store().count_elements(MONOGRAPHREVISION$286) != 0;
15008                 }
15009             }
15010             
15011             
15012 
15013 
15014             public void setMonographRevision(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum monographRevision)
15015             {
15016                 synchronized (monitor())
15017                 {
15018                     check_orphaned();
15019                     org.apache.xmlbeans.SimpleValue target = null;
15020                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MONOGRAPHREVISION$286, 0);
15021                     if (target == null)
15022                     {
15023                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(MONOGRAPHREVISION$286);
15024                     }
15025                     target.setEnumValue(monographRevision);
15026                 }
15027             }
15028             
15029             
15030 
15031 
15032             public void xsetMonographRevision(gov.grants.apply.system.globalLibraryV20.YesNoDataType monographRevision)
15033             {
15034                 synchronized (monitor())
15035                 {
15036                     check_orphaned();
15037                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
15038                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MONOGRAPHREVISION$286, 0);
15039                     if (target == null)
15040                     {
15041                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(MONOGRAPHREVISION$286);
15042                     }
15043                     target.set(monographRevision);
15044                 }
15045             }
15046             
15047             
15048 
15049 
15050             public void unsetMonographRevision()
15051             {
15052                 synchronized (monitor())
15053                 {
15054                     check_orphaned();
15055                     get_store().remove_element(MONOGRAPHREVISION$286, 0);
15056                 }
15057             }
15058             
15059             
15060 
15061 
15062             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPhylogenetics()
15063             {
15064                 synchronized (monitor())
15065                 {
15066                     check_orphaned();
15067                     org.apache.xmlbeans.SimpleValue target = null;
15068                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PHYLOGENETICS$288, 0);
15069                     if (target == null)
15070                     {
15071                       return null;
15072                     }
15073                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
15074                 }
15075             }
15076             
15077             
15078 
15079 
15080             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPhylogenetics()
15081             {
15082                 synchronized (monitor())
15083                 {
15084                     check_orphaned();
15085                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
15086                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PHYLOGENETICS$288, 0);
15087                     return target;
15088                 }
15089             }
15090             
15091             
15092 
15093 
15094             public boolean isSetPhylogenetics()
15095             {
15096                 synchronized (monitor())
15097                 {
15098                     check_orphaned();
15099                     return get_store().count_elements(PHYLOGENETICS$288) != 0;
15100                 }
15101             }
15102             
15103             
15104 
15105 
15106             public void setPhylogenetics(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum phylogenetics)
15107             {
15108                 synchronized (monitor())
15109                 {
15110                     check_orphaned();
15111                     org.apache.xmlbeans.SimpleValue target = null;
15112                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PHYLOGENETICS$288, 0);
15113                     if (target == null)
15114                     {
15115                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PHYLOGENETICS$288);
15116                     }
15117                     target.setEnumValue(phylogenetics);
15118                 }
15119             }
15120             
15121             
15122 
15123 
15124             public void xsetPhylogenetics(gov.grants.apply.system.globalLibraryV20.YesNoDataType phylogenetics)
15125             {
15126                 synchronized (monitor())
15127                 {
15128                     check_orphaned();
15129                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
15130                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PHYLOGENETICS$288, 0);
15131                     if (target == null)
15132                     {
15133                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PHYLOGENETICS$288);
15134                     }
15135                     target.set(phylogenetics);
15136                 }
15137             }
15138             
15139             
15140 
15141 
15142             public void unsetPhylogenetics()
15143             {
15144                 synchronized (monitor())
15145                 {
15146                     check_orphaned();
15147                     get_store().remove_element(PHYLOGENETICS$288, 0);
15148                 }
15149             }
15150             
15151             
15152 
15153 
15154             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPheneticsCladisticsNumericalTaxonomy()
15155             {
15156                 synchronized (monitor())
15157                 {
15158                     check_orphaned();
15159                     org.apache.xmlbeans.SimpleValue target = null;
15160                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PHENETICSCLADISTICSNUMERICALTAXONOMY$290, 0);
15161                     if (target == null)
15162                     {
15163                       return null;
15164                     }
15165                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
15166                 }
15167             }
15168             
15169             
15170 
15171 
15172             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPheneticsCladisticsNumericalTaxonomy()
15173             {
15174                 synchronized (monitor())
15175                 {
15176                     check_orphaned();
15177                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
15178                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PHENETICSCLADISTICSNUMERICALTAXONOMY$290, 0);
15179                     return target;
15180                 }
15181             }
15182             
15183             
15184 
15185 
15186             public boolean isSetPheneticsCladisticsNumericalTaxonomy()
15187             {
15188                 synchronized (monitor())
15189                 {
15190                     check_orphaned();
15191                     return get_store().count_elements(PHENETICSCLADISTICSNUMERICALTAXONOMY$290) != 0;
15192                 }
15193             }
15194             
15195             
15196 
15197 
15198             public void setPheneticsCladisticsNumericalTaxonomy(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum pheneticsCladisticsNumericalTaxonomy)
15199             {
15200                 synchronized (monitor())
15201                 {
15202                     check_orphaned();
15203                     org.apache.xmlbeans.SimpleValue target = null;
15204                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PHENETICSCLADISTICSNUMERICALTAXONOMY$290, 0);
15205                     if (target == null)
15206                     {
15207                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PHENETICSCLADISTICSNUMERICALTAXONOMY$290);
15208                     }
15209                     target.setEnumValue(pheneticsCladisticsNumericalTaxonomy);
15210                 }
15211             }
15212             
15213             
15214 
15215 
15216             public void xsetPheneticsCladisticsNumericalTaxonomy(gov.grants.apply.system.globalLibraryV20.YesNoDataType pheneticsCladisticsNumericalTaxonomy)
15217             {
15218                 synchronized (monitor())
15219                 {
15220                     check_orphaned();
15221                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
15222                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PHENETICSCLADISTICSNUMERICALTAXONOMY$290, 0);
15223                     if (target == null)
15224                     {
15225                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PHENETICSCLADISTICSNUMERICALTAXONOMY$290);
15226                     }
15227                     target.set(pheneticsCladisticsNumericalTaxonomy);
15228                 }
15229             }
15230             
15231             
15232 
15233 
15234             public void unsetPheneticsCladisticsNumericalTaxonomy()
15235             {
15236                 synchronized (monitor())
15237                 {
15238                     check_orphaned();
15239                     get_store().remove_element(PHENETICSCLADISTICSNUMERICALTAXONOMY$290, 0);
15240                 }
15241             }
15242             
15243             
15244 
15245 
15246             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMacroevolution()
15247             {
15248                 synchronized (monitor())
15249                 {
15250                     check_orphaned();
15251                     org.apache.xmlbeans.SimpleValue target = null;
15252                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MACROEVOLUTION$292, 0);
15253                     if (target == null)
15254                     {
15255                       return null;
15256                     }
15257                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
15258                 }
15259             }
15260             
15261             
15262 
15263 
15264             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMacroevolution()
15265             {
15266                 synchronized (monitor())
15267                 {
15268                     check_orphaned();
15269                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
15270                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MACROEVOLUTION$292, 0);
15271                     return target;
15272                 }
15273             }
15274             
15275             
15276 
15277 
15278             public boolean isSetMacroevolution()
15279             {
15280                 synchronized (monitor())
15281                 {
15282                     check_orphaned();
15283                     return get_store().count_elements(MACROEVOLUTION$292) != 0;
15284                 }
15285             }
15286             
15287             
15288 
15289 
15290             public void setMacroevolution(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum macroevolution)
15291             {
15292                 synchronized (monitor())
15293                 {
15294                     check_orphaned();
15295                     org.apache.xmlbeans.SimpleValue target = null;
15296                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MACROEVOLUTION$292, 0);
15297                     if (target == null)
15298                     {
15299                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(MACROEVOLUTION$292);
15300                     }
15301                     target.setEnumValue(macroevolution);
15302                 }
15303             }
15304             
15305             
15306 
15307 
15308             public void xsetMacroevolution(gov.grants.apply.system.globalLibraryV20.YesNoDataType macroevolution)
15309             {
15310                 synchronized (monitor())
15311                 {
15312                     check_orphaned();
15313                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
15314                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MACROEVOLUTION$292, 0);
15315                     if (target == null)
15316                     {
15317                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(MACROEVOLUTION$292);
15318                     }
15319                     target.set(macroevolution);
15320                 }
15321             }
15322             
15323             
15324 
15325 
15326             public void unsetMacroevolution()
15327             {
15328                 synchronized (monitor())
15329                 {
15330                     check_orphaned();
15331                     get_store().remove_element(MACROEVOLUTION$292, 0);
15332                 }
15333             }
15334             
15335             
15336 
15337 
15338             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSubstantiveAreaNone()
15339             {
15340                 synchronized (monitor())
15341                 {
15342                     check_orphaned();
15343                     org.apache.xmlbeans.SimpleValue target = null;
15344                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SUBSTANTIVEAREANONE$294, 0);
15345                     if (target == null)
15346                     {
15347                       return null;
15348                     }
15349                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
15350                 }
15351             }
15352             
15353             
15354 
15355 
15356             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSubstantiveAreaNone()
15357             {
15358                 synchronized (monitor())
15359                 {
15360                     check_orphaned();
15361                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
15362                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SUBSTANTIVEAREANONE$294, 0);
15363                     return target;
15364                 }
15365             }
15366             
15367             
15368 
15369 
15370             public boolean isSetSubstantiveAreaNone()
15371             {
15372                 synchronized (monitor())
15373                 {
15374                     check_orphaned();
15375                     return get_store().count_elements(SUBSTANTIVEAREANONE$294) != 0;
15376                 }
15377             }
15378             
15379             
15380 
15381 
15382             public void setSubstantiveAreaNone(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum substantiveAreaNone)
15383             {
15384                 synchronized (monitor())
15385                 {
15386                     check_orphaned();
15387                     org.apache.xmlbeans.SimpleValue target = null;
15388                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SUBSTANTIVEAREANONE$294, 0);
15389                     if (target == null)
15390                     {
15391                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SUBSTANTIVEAREANONE$294);
15392                     }
15393                     target.setEnumValue(substantiveAreaNone);
15394                 }
15395             }
15396             
15397             
15398 
15399 
15400             public void xsetSubstantiveAreaNone(gov.grants.apply.system.globalLibraryV20.YesNoDataType substantiveAreaNone)
15401             {
15402                 synchronized (monitor())
15403                 {
15404                     check_orphaned();
15405                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
15406                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SUBSTANTIVEAREANONE$294, 0);
15407                     if (target == null)
15408                     {
15409                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SUBSTANTIVEAREANONE$294);
15410                     }
15411                     target.set(substantiveAreaNone);
15412                 }
15413             }
15414             
15415             
15416 
15417 
15418             public void unsetSubstantiveAreaNone()
15419             {
15420                 synchronized (monitor())
15421                 {
15422                     check_orphaned();
15423                     get_store().remove_element(SUBSTANTIVEAREANONE$294, 0);
15424                 }
15425             }
15426         }
15427         
15428 
15429 
15430 
15431 
15432         public static class INFRASTRUCTUREImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.INFRASTRUCTURE
15433         {
15434             private static final long serialVersionUID = 1L;
15435             
15436             public INFRASTRUCTUREImpl(org.apache.xmlbeans.SchemaType sType)
15437             {
15438                 super(sType);
15439             }
15440             
15441             private static final javax.xml.namespace.QName COLLECTIONENHANCEMENT$0 = 
15442                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "CollectionEnhancement");
15443             private static final javax.xml.namespace.QName COLLECTIONREFURBISHMENT$2 = 
15444                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "CollectionRefurbishment");
15445             private static final javax.xml.namespace.QName LIVINGORGANISMSTOCKCULTURES$4 = 
15446                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "LivingOrganismStockCultures");
15447             private static final javax.xml.namespace.QName NATURALHISTORYCOLLECTIONS$6 = 
15448                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "NaturalHistoryCollections");
15449             private static final javax.xml.namespace.QName DATABASES$8 = 
15450                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "DATABASES");
15451             private static final javax.xml.namespace.QName DATABASEINITIATION$10 = 
15452                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "DatabaseInitiation");
15453             private static final javax.xml.namespace.QName DATABASEENHANCEMENT$12 = 
15454                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "DatabaseEnhancement");
15455             private static final javax.xml.namespace.QName DATABASEMAINTENANCEANDCURATION$14 = 
15456                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "DatabaseMaintenanceandCuration");
15457             private static final javax.xml.namespace.QName DATABASEMETHODS$16 = 
15458                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "DatabaseMethods");
15459             private static final javax.xml.namespace.QName CONTROLLEDENVIRONMENTFACILITIES$18 = 
15460                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "ControlledEnvironmentFacilities");
15461             private static final javax.xml.namespace.QName FIELDSTATIONS$20 = 
15462                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "FieldStations");
15463             private static final javax.xml.namespace.QName FIELDFACILITYSTRUCTURE$22 = 
15464                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "FieldFacilityStructure");
15465             private static final javax.xml.namespace.QName FIELDFACILITYEQUIPMENT$24 = 
15466                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "FieldFacilityEquipment");
15467             private static final javax.xml.namespace.QName LTERSITE$26 = 
15468                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "LTERSite");
15469             private static final javax.xml.namespace.QName GENOMESEQUENCING$28 = 
15470                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "GENOMESEQUENCING");
15471             private static final javax.xml.namespace.QName ARABIDOPSISGENOMEG226SEQUENCING$30 = 
15472                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "ArabidopsisGenome_G226Sequencing");
15473             private static final javax.xml.namespace.QName OTHERPLANTGENOMESEQUENCING$32 = 
15474                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "OtherPlantGenomeSequencing");
15475             private static final javax.xml.namespace.QName INDUSTRYPARTICIPATION$34 = 
15476                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "INDUSTRYPARTICIPATION");
15477             private static final javax.xml.namespace.QName INSTRUMENTDEVELOPMENT$36 = 
15478                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "InstrumentDevelopment");
15479             private static final javax.xml.namespace.QName INSTRUMENTACQUISITION$38 = 
15480                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "InstrumentAcquisition");
15481             private static final javax.xml.namespace.QName COMPUTATIONALHARDWAREDEVELOPMENTACQUISITION$40 = 
15482                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "ComputationalHardwareDevelopmentAcquisition");
15483             private static final javax.xml.namespace.QName ANALYTICALALGORITHMDEVELOPMENT$42 = 
15484                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "AnalyticalAlgorithmDevelopment");
15485             private static final javax.xml.namespace.QName OTHERSOFTWAREDEVELOPMENT$44 = 
15486                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "OtherSoftwareDevelopment");
15487             private static final javax.xml.namespace.QName INFORMATICSTOOLDEVELOPMENT$46 = 
15488                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "InformaticsToolDevelopment");
15489             private static final javax.xml.namespace.QName TECHNIQUEDEVELOPMENT$48 = 
15490                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "TechniqueDevelopment");
15491             private static final javax.xml.namespace.QName GEOGRAPHICINFORMATIONSYSTEMS$50 = 
15492                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "GeographicInformationSystems");
15493             private static final javax.xml.namespace.QName REMOTESENSING$52 = 
15494                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "RemoteSensing");
15495             private static final javax.xml.namespace.QName MULTITRAINING$54 = 
15496                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "MultiTraining");
15497             private static final javax.xml.namespace.QName INFRASTRUCTURENONE$56 = 
15498                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "INFRASTRUCTURENONE");
15499             
15500             
15501             
15502 
15503 
15504             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCollectionEnhancement()
15505             {
15506                 synchronized (monitor())
15507                 {
15508                     check_orphaned();
15509                     org.apache.xmlbeans.SimpleValue target = null;
15510                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(COLLECTIONENHANCEMENT$0, 0);
15511                     if (target == null)
15512                     {
15513                       return null;
15514                     }
15515                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
15516                 }
15517             }
15518             
15519             
15520 
15521 
15522             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCollectionEnhancement()
15523             {
15524                 synchronized (monitor())
15525                 {
15526                     check_orphaned();
15527                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
15528                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(COLLECTIONENHANCEMENT$0, 0);
15529                     return target;
15530                 }
15531             }
15532             
15533             
15534 
15535 
15536             public boolean isSetCollectionEnhancement()
15537             {
15538                 synchronized (monitor())
15539                 {
15540                     check_orphaned();
15541                     return get_store().count_elements(COLLECTIONENHANCEMENT$0) != 0;
15542                 }
15543             }
15544             
15545             
15546 
15547 
15548             public void setCollectionEnhancement(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum collectionEnhancement)
15549             {
15550                 synchronized (monitor())
15551                 {
15552                     check_orphaned();
15553                     org.apache.xmlbeans.SimpleValue target = null;
15554                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(COLLECTIONENHANCEMENT$0, 0);
15555                     if (target == null)
15556                     {
15557                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(COLLECTIONENHANCEMENT$0);
15558                     }
15559                     target.setEnumValue(collectionEnhancement);
15560                 }
15561             }
15562             
15563             
15564 
15565 
15566             public void xsetCollectionEnhancement(gov.grants.apply.system.globalLibraryV20.YesNoDataType collectionEnhancement)
15567             {
15568                 synchronized (monitor())
15569                 {
15570                     check_orphaned();
15571                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
15572                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(COLLECTIONENHANCEMENT$0, 0);
15573                     if (target == null)
15574                     {
15575                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(COLLECTIONENHANCEMENT$0);
15576                     }
15577                     target.set(collectionEnhancement);
15578                 }
15579             }
15580             
15581             
15582 
15583 
15584             public void unsetCollectionEnhancement()
15585             {
15586                 synchronized (monitor())
15587                 {
15588                     check_orphaned();
15589                     get_store().remove_element(COLLECTIONENHANCEMENT$0, 0);
15590                 }
15591             }
15592             
15593             
15594 
15595 
15596             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCollectionRefurbishment()
15597             {
15598                 synchronized (monitor())
15599                 {
15600                     check_orphaned();
15601                     org.apache.xmlbeans.SimpleValue target = null;
15602                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(COLLECTIONREFURBISHMENT$2, 0);
15603                     if (target == null)
15604                     {
15605                       return null;
15606                     }
15607                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
15608                 }
15609             }
15610             
15611             
15612 
15613 
15614             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCollectionRefurbishment()
15615             {
15616                 synchronized (monitor())
15617                 {
15618                     check_orphaned();
15619                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
15620                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(COLLECTIONREFURBISHMENT$2, 0);
15621                     return target;
15622                 }
15623             }
15624             
15625             
15626 
15627 
15628             public boolean isSetCollectionRefurbishment()
15629             {
15630                 synchronized (monitor())
15631                 {
15632                     check_orphaned();
15633                     return get_store().count_elements(COLLECTIONREFURBISHMENT$2) != 0;
15634                 }
15635             }
15636             
15637             
15638 
15639 
15640             public void setCollectionRefurbishment(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum collectionRefurbishment)
15641             {
15642                 synchronized (monitor())
15643                 {
15644                     check_orphaned();
15645                     org.apache.xmlbeans.SimpleValue target = null;
15646                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(COLLECTIONREFURBISHMENT$2, 0);
15647                     if (target == null)
15648                     {
15649                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(COLLECTIONREFURBISHMENT$2);
15650                     }
15651                     target.setEnumValue(collectionRefurbishment);
15652                 }
15653             }
15654             
15655             
15656 
15657 
15658             public void xsetCollectionRefurbishment(gov.grants.apply.system.globalLibraryV20.YesNoDataType collectionRefurbishment)
15659             {
15660                 synchronized (monitor())
15661                 {
15662                     check_orphaned();
15663                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
15664                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(COLLECTIONREFURBISHMENT$2, 0);
15665                     if (target == null)
15666                     {
15667                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(COLLECTIONREFURBISHMENT$2);
15668                     }
15669                     target.set(collectionRefurbishment);
15670                 }
15671             }
15672             
15673             
15674 
15675 
15676             public void unsetCollectionRefurbishment()
15677             {
15678                 synchronized (monitor())
15679                 {
15680                     check_orphaned();
15681                     get_store().remove_element(COLLECTIONREFURBISHMENT$2, 0);
15682                 }
15683             }
15684             
15685             
15686 
15687 
15688             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getLivingOrganismStockCultures()
15689             {
15690                 synchronized (monitor())
15691                 {
15692                     check_orphaned();
15693                     org.apache.xmlbeans.SimpleValue target = null;
15694                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(LIVINGORGANISMSTOCKCULTURES$4, 0);
15695                     if (target == null)
15696                     {
15697                       return null;
15698                     }
15699                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
15700                 }
15701             }
15702             
15703             
15704 
15705 
15706             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetLivingOrganismStockCultures()
15707             {
15708                 synchronized (monitor())
15709                 {
15710                     check_orphaned();
15711                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
15712                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(LIVINGORGANISMSTOCKCULTURES$4, 0);
15713                     return target;
15714                 }
15715             }
15716             
15717             
15718 
15719 
15720             public boolean isSetLivingOrganismStockCultures()
15721             {
15722                 synchronized (monitor())
15723                 {
15724                     check_orphaned();
15725                     return get_store().count_elements(LIVINGORGANISMSTOCKCULTURES$4) != 0;
15726                 }
15727             }
15728             
15729             
15730 
15731 
15732             public void setLivingOrganismStockCultures(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum livingOrganismStockCultures)
15733             {
15734                 synchronized (monitor())
15735                 {
15736                     check_orphaned();
15737                     org.apache.xmlbeans.SimpleValue target = null;
15738                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(LIVINGORGANISMSTOCKCULTURES$4, 0);
15739                     if (target == null)
15740                     {
15741                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(LIVINGORGANISMSTOCKCULTURES$4);
15742                     }
15743                     target.setEnumValue(livingOrganismStockCultures);
15744                 }
15745             }
15746             
15747             
15748 
15749 
15750             public void xsetLivingOrganismStockCultures(gov.grants.apply.system.globalLibraryV20.YesNoDataType livingOrganismStockCultures)
15751             {
15752                 synchronized (monitor())
15753                 {
15754                     check_orphaned();
15755                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
15756                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(LIVINGORGANISMSTOCKCULTURES$4, 0);
15757                     if (target == null)
15758                     {
15759                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(LIVINGORGANISMSTOCKCULTURES$4);
15760                     }
15761                     target.set(livingOrganismStockCultures);
15762                 }
15763             }
15764             
15765             
15766 
15767 
15768             public void unsetLivingOrganismStockCultures()
15769             {
15770                 synchronized (monitor())
15771                 {
15772                     check_orphaned();
15773                     get_store().remove_element(LIVINGORGANISMSTOCKCULTURES$4, 0);
15774                 }
15775             }
15776             
15777             
15778 
15779 
15780             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNaturalHistoryCollections()
15781             {
15782                 synchronized (monitor())
15783                 {
15784                     check_orphaned();
15785                     org.apache.xmlbeans.SimpleValue target = null;
15786                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NATURALHISTORYCOLLECTIONS$6, 0);
15787                     if (target == null)
15788                     {
15789                       return null;
15790                     }
15791                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
15792                 }
15793             }
15794             
15795             
15796 
15797 
15798             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNaturalHistoryCollections()
15799             {
15800                 synchronized (monitor())
15801                 {
15802                     check_orphaned();
15803                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
15804                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(NATURALHISTORYCOLLECTIONS$6, 0);
15805                     return target;
15806                 }
15807             }
15808             
15809             
15810 
15811 
15812             public boolean isSetNaturalHistoryCollections()
15813             {
15814                 synchronized (monitor())
15815                 {
15816                     check_orphaned();
15817                     return get_store().count_elements(NATURALHISTORYCOLLECTIONS$6) != 0;
15818                 }
15819             }
15820             
15821             
15822 
15823 
15824             public void setNaturalHistoryCollections(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum naturalHistoryCollections)
15825             {
15826                 synchronized (monitor())
15827                 {
15828                     check_orphaned();
15829                     org.apache.xmlbeans.SimpleValue target = null;
15830                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NATURALHISTORYCOLLECTIONS$6, 0);
15831                     if (target == null)
15832                     {
15833                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(NATURALHISTORYCOLLECTIONS$6);
15834                     }
15835                     target.setEnumValue(naturalHistoryCollections);
15836                 }
15837             }
15838             
15839             
15840 
15841 
15842             public void xsetNaturalHistoryCollections(gov.grants.apply.system.globalLibraryV20.YesNoDataType naturalHistoryCollections)
15843             {
15844                 synchronized (monitor())
15845                 {
15846                     check_orphaned();
15847                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
15848                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(NATURALHISTORYCOLLECTIONS$6, 0);
15849                     if (target == null)
15850                     {
15851                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(NATURALHISTORYCOLLECTIONS$6);
15852                     }
15853                     target.set(naturalHistoryCollections);
15854                 }
15855             }
15856             
15857             
15858 
15859 
15860             public void unsetNaturalHistoryCollections()
15861             {
15862                 synchronized (monitor())
15863                 {
15864                     check_orphaned();
15865                     get_store().remove_element(NATURALHISTORYCOLLECTIONS$6, 0);
15866                 }
15867             }
15868             
15869             
15870 
15871 
15872             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getDATABASES()
15873             {
15874                 synchronized (monitor())
15875                 {
15876                     check_orphaned();
15877                     org.apache.xmlbeans.SimpleValue target = null;
15878                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DATABASES$8, 0);
15879                     if (target == null)
15880                     {
15881                       return null;
15882                     }
15883                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
15884                 }
15885             }
15886             
15887             
15888 
15889 
15890             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetDATABASES()
15891             {
15892                 synchronized (monitor())
15893                 {
15894                     check_orphaned();
15895                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
15896                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(DATABASES$8, 0);
15897                     return target;
15898                 }
15899             }
15900             
15901             
15902 
15903 
15904             public boolean isSetDATABASES()
15905             {
15906                 synchronized (monitor())
15907                 {
15908                     check_orphaned();
15909                     return get_store().count_elements(DATABASES$8) != 0;
15910                 }
15911             }
15912             
15913             
15914 
15915 
15916             public void setDATABASES(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum databases)
15917             {
15918                 synchronized (monitor())
15919                 {
15920                     check_orphaned();
15921                     org.apache.xmlbeans.SimpleValue target = null;
15922                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DATABASES$8, 0);
15923                     if (target == null)
15924                     {
15925                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(DATABASES$8);
15926                     }
15927                     target.setEnumValue(databases);
15928                 }
15929             }
15930             
15931             
15932 
15933 
15934             public void xsetDATABASES(gov.grants.apply.system.globalLibraryV20.YesNoDataType databases)
15935             {
15936                 synchronized (monitor())
15937                 {
15938                     check_orphaned();
15939                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
15940                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(DATABASES$8, 0);
15941                     if (target == null)
15942                     {
15943                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(DATABASES$8);
15944                     }
15945                     target.set(databases);
15946                 }
15947             }
15948             
15949             
15950 
15951 
15952             public void unsetDATABASES()
15953             {
15954                 synchronized (monitor())
15955                 {
15956                     check_orphaned();
15957                     get_store().remove_element(DATABASES$8, 0);
15958                 }
15959             }
15960             
15961             
15962 
15963 
15964             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getDatabaseInitiation()
15965             {
15966                 synchronized (monitor())
15967                 {
15968                     check_orphaned();
15969                     org.apache.xmlbeans.SimpleValue target = null;
15970                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DATABASEINITIATION$10, 0);
15971                     if (target == null)
15972                     {
15973                       return null;
15974                     }
15975                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
15976                 }
15977             }
15978             
15979             
15980 
15981 
15982             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetDatabaseInitiation()
15983             {
15984                 synchronized (monitor())
15985                 {
15986                     check_orphaned();
15987                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
15988                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(DATABASEINITIATION$10, 0);
15989                     return target;
15990                 }
15991             }
15992             
15993             
15994 
15995 
15996             public boolean isSetDatabaseInitiation()
15997             {
15998                 synchronized (monitor())
15999                 {
16000                     check_orphaned();
16001                     return get_store().count_elements(DATABASEINITIATION$10) != 0;
16002                 }
16003             }
16004             
16005             
16006 
16007 
16008             public void setDatabaseInitiation(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum databaseInitiation)
16009             {
16010                 synchronized (monitor())
16011                 {
16012                     check_orphaned();
16013                     org.apache.xmlbeans.SimpleValue target = null;
16014                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DATABASEINITIATION$10, 0);
16015                     if (target == null)
16016                     {
16017                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(DATABASEINITIATION$10);
16018                     }
16019                     target.setEnumValue(databaseInitiation);
16020                 }
16021             }
16022             
16023             
16024 
16025 
16026             public void xsetDatabaseInitiation(gov.grants.apply.system.globalLibraryV20.YesNoDataType databaseInitiation)
16027             {
16028                 synchronized (monitor())
16029                 {
16030                     check_orphaned();
16031                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
16032                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(DATABASEINITIATION$10, 0);
16033                     if (target == null)
16034                     {
16035                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(DATABASEINITIATION$10);
16036                     }
16037                     target.set(databaseInitiation);
16038                 }
16039             }
16040             
16041             
16042 
16043 
16044             public void unsetDatabaseInitiation()
16045             {
16046                 synchronized (monitor())
16047                 {
16048                     check_orphaned();
16049                     get_store().remove_element(DATABASEINITIATION$10, 0);
16050                 }
16051             }
16052             
16053             
16054 
16055 
16056             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getDatabaseEnhancement()
16057             {
16058                 synchronized (monitor())
16059                 {
16060                     check_orphaned();
16061                     org.apache.xmlbeans.SimpleValue target = null;
16062                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DATABASEENHANCEMENT$12, 0);
16063                     if (target == null)
16064                     {
16065                       return null;
16066                     }
16067                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
16068                 }
16069             }
16070             
16071             
16072 
16073 
16074             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetDatabaseEnhancement()
16075             {
16076                 synchronized (monitor())
16077                 {
16078                     check_orphaned();
16079                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
16080                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(DATABASEENHANCEMENT$12, 0);
16081                     return target;
16082                 }
16083             }
16084             
16085             
16086 
16087 
16088             public boolean isSetDatabaseEnhancement()
16089             {
16090                 synchronized (monitor())
16091                 {
16092                     check_orphaned();
16093                     return get_store().count_elements(DATABASEENHANCEMENT$12) != 0;
16094                 }
16095             }
16096             
16097             
16098 
16099 
16100             public void setDatabaseEnhancement(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum databaseEnhancement)
16101             {
16102                 synchronized (monitor())
16103                 {
16104                     check_orphaned();
16105                     org.apache.xmlbeans.SimpleValue target = null;
16106                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DATABASEENHANCEMENT$12, 0);
16107                     if (target == null)
16108                     {
16109                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(DATABASEENHANCEMENT$12);
16110                     }
16111                     target.setEnumValue(databaseEnhancement);
16112                 }
16113             }
16114             
16115             
16116 
16117 
16118             public void xsetDatabaseEnhancement(gov.grants.apply.system.globalLibraryV20.YesNoDataType databaseEnhancement)
16119             {
16120                 synchronized (monitor())
16121                 {
16122                     check_orphaned();
16123                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
16124                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(DATABASEENHANCEMENT$12, 0);
16125                     if (target == null)
16126                     {
16127                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(DATABASEENHANCEMENT$12);
16128                     }
16129                     target.set(databaseEnhancement);
16130                 }
16131             }
16132             
16133             
16134 
16135 
16136             public void unsetDatabaseEnhancement()
16137             {
16138                 synchronized (monitor())
16139                 {
16140                     check_orphaned();
16141                     get_store().remove_element(DATABASEENHANCEMENT$12, 0);
16142                 }
16143             }
16144             
16145             
16146 
16147 
16148             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getDatabaseMaintenanceandCuration()
16149             {
16150                 synchronized (monitor())
16151                 {
16152                     check_orphaned();
16153                     org.apache.xmlbeans.SimpleValue target = null;
16154                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DATABASEMAINTENANCEANDCURATION$14, 0);
16155                     if (target == null)
16156                     {
16157                       return null;
16158                     }
16159                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
16160                 }
16161             }
16162             
16163             
16164 
16165 
16166             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetDatabaseMaintenanceandCuration()
16167             {
16168                 synchronized (monitor())
16169                 {
16170                     check_orphaned();
16171                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
16172                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(DATABASEMAINTENANCEANDCURATION$14, 0);
16173                     return target;
16174                 }
16175             }
16176             
16177             
16178 
16179 
16180             public boolean isSetDatabaseMaintenanceandCuration()
16181             {
16182                 synchronized (monitor())
16183                 {
16184                     check_orphaned();
16185                     return get_store().count_elements(DATABASEMAINTENANCEANDCURATION$14) != 0;
16186                 }
16187             }
16188             
16189             
16190 
16191 
16192             public void setDatabaseMaintenanceandCuration(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum databaseMaintenanceandCuration)
16193             {
16194                 synchronized (monitor())
16195                 {
16196                     check_orphaned();
16197                     org.apache.xmlbeans.SimpleValue target = null;
16198                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DATABASEMAINTENANCEANDCURATION$14, 0);
16199                     if (target == null)
16200                     {
16201                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(DATABASEMAINTENANCEANDCURATION$14);
16202                     }
16203                     target.setEnumValue(databaseMaintenanceandCuration);
16204                 }
16205             }
16206             
16207             
16208 
16209 
16210             public void xsetDatabaseMaintenanceandCuration(gov.grants.apply.system.globalLibraryV20.YesNoDataType databaseMaintenanceandCuration)
16211             {
16212                 synchronized (monitor())
16213                 {
16214                     check_orphaned();
16215                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
16216                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(DATABASEMAINTENANCEANDCURATION$14, 0);
16217                     if (target == null)
16218                     {
16219                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(DATABASEMAINTENANCEANDCURATION$14);
16220                     }
16221                     target.set(databaseMaintenanceandCuration);
16222                 }
16223             }
16224             
16225             
16226 
16227 
16228             public void unsetDatabaseMaintenanceandCuration()
16229             {
16230                 synchronized (monitor())
16231                 {
16232                     check_orphaned();
16233                     get_store().remove_element(DATABASEMAINTENANCEANDCURATION$14, 0);
16234                 }
16235             }
16236             
16237             
16238 
16239 
16240             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getDatabaseMethods()
16241             {
16242                 synchronized (monitor())
16243                 {
16244                     check_orphaned();
16245                     org.apache.xmlbeans.SimpleValue target = null;
16246                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DATABASEMETHODS$16, 0);
16247                     if (target == null)
16248                     {
16249                       return null;
16250                     }
16251                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
16252                 }
16253             }
16254             
16255             
16256 
16257 
16258             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetDatabaseMethods()
16259             {
16260                 synchronized (monitor())
16261                 {
16262                     check_orphaned();
16263                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
16264                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(DATABASEMETHODS$16, 0);
16265                     return target;
16266                 }
16267             }
16268             
16269             
16270 
16271 
16272             public boolean isSetDatabaseMethods()
16273             {
16274                 synchronized (monitor())
16275                 {
16276                     check_orphaned();
16277                     return get_store().count_elements(DATABASEMETHODS$16) != 0;
16278                 }
16279             }
16280             
16281             
16282 
16283 
16284             public void setDatabaseMethods(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum databaseMethods)
16285             {
16286                 synchronized (monitor())
16287                 {
16288                     check_orphaned();
16289                     org.apache.xmlbeans.SimpleValue target = null;
16290                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DATABASEMETHODS$16, 0);
16291                     if (target == null)
16292                     {
16293                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(DATABASEMETHODS$16);
16294                     }
16295                     target.setEnumValue(databaseMethods);
16296                 }
16297             }
16298             
16299             
16300 
16301 
16302             public void xsetDatabaseMethods(gov.grants.apply.system.globalLibraryV20.YesNoDataType databaseMethods)
16303             {
16304                 synchronized (monitor())
16305                 {
16306                     check_orphaned();
16307                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
16308                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(DATABASEMETHODS$16, 0);
16309                     if (target == null)
16310                     {
16311                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(DATABASEMETHODS$16);
16312                     }
16313                     target.set(databaseMethods);
16314                 }
16315             }
16316             
16317             
16318 
16319 
16320             public void unsetDatabaseMethods()
16321             {
16322                 synchronized (monitor())
16323                 {
16324                     check_orphaned();
16325                     get_store().remove_element(DATABASEMETHODS$16, 0);
16326                 }
16327             }
16328             
16329             
16330 
16331 
16332             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getControlledEnvironmentFacilities()
16333             {
16334                 synchronized (monitor())
16335                 {
16336                     check_orphaned();
16337                     org.apache.xmlbeans.SimpleValue target = null;
16338                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CONTROLLEDENVIRONMENTFACILITIES$18, 0);
16339                     if (target == null)
16340                     {
16341                       return null;
16342                     }
16343                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
16344                 }
16345             }
16346             
16347             
16348 
16349 
16350             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetControlledEnvironmentFacilities()
16351             {
16352                 synchronized (monitor())
16353                 {
16354                     check_orphaned();
16355                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
16356                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CONTROLLEDENVIRONMENTFACILITIES$18, 0);
16357                     return target;
16358                 }
16359             }
16360             
16361             
16362 
16363 
16364             public boolean isSetControlledEnvironmentFacilities()
16365             {
16366                 synchronized (monitor())
16367                 {
16368                     check_orphaned();
16369                     return get_store().count_elements(CONTROLLEDENVIRONMENTFACILITIES$18) != 0;
16370                 }
16371             }
16372             
16373             
16374 
16375 
16376             public void setControlledEnvironmentFacilities(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum controlledEnvironmentFacilities)
16377             {
16378                 synchronized (monitor())
16379                 {
16380                     check_orphaned();
16381                     org.apache.xmlbeans.SimpleValue target = null;
16382                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CONTROLLEDENVIRONMENTFACILITIES$18, 0);
16383                     if (target == null)
16384                     {
16385                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CONTROLLEDENVIRONMENTFACILITIES$18);
16386                     }
16387                     target.setEnumValue(controlledEnvironmentFacilities);
16388                 }
16389             }
16390             
16391             
16392 
16393 
16394             public void xsetControlledEnvironmentFacilities(gov.grants.apply.system.globalLibraryV20.YesNoDataType controlledEnvironmentFacilities)
16395             {
16396                 synchronized (monitor())
16397                 {
16398                     check_orphaned();
16399                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
16400                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CONTROLLEDENVIRONMENTFACILITIES$18, 0);
16401                     if (target == null)
16402                     {
16403                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CONTROLLEDENVIRONMENTFACILITIES$18);
16404                     }
16405                     target.set(controlledEnvironmentFacilities);
16406                 }
16407             }
16408             
16409             
16410 
16411 
16412             public void unsetControlledEnvironmentFacilities()
16413             {
16414                 synchronized (monitor())
16415                 {
16416                     check_orphaned();
16417                     get_store().remove_element(CONTROLLEDENVIRONMENTFACILITIES$18, 0);
16418                 }
16419             }
16420             
16421             
16422 
16423 
16424             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFieldStations()
16425             {
16426                 synchronized (monitor())
16427                 {
16428                     check_orphaned();
16429                     org.apache.xmlbeans.SimpleValue target = null;
16430                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FIELDSTATIONS$20, 0);
16431                     if (target == null)
16432                     {
16433                       return null;
16434                     }
16435                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
16436                 }
16437             }
16438             
16439             
16440 
16441 
16442             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFieldStations()
16443             {
16444                 synchronized (monitor())
16445                 {
16446                     check_orphaned();
16447                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
16448                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(FIELDSTATIONS$20, 0);
16449                     return target;
16450                 }
16451             }
16452             
16453             
16454 
16455 
16456             public boolean isSetFieldStations()
16457             {
16458                 synchronized (monitor())
16459                 {
16460                     check_orphaned();
16461                     return get_store().count_elements(FIELDSTATIONS$20) != 0;
16462                 }
16463             }
16464             
16465             
16466 
16467 
16468             public void setFieldStations(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum fieldStations)
16469             {
16470                 synchronized (monitor())
16471                 {
16472                     check_orphaned();
16473                     org.apache.xmlbeans.SimpleValue target = null;
16474                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FIELDSTATIONS$20, 0);
16475                     if (target == null)
16476                     {
16477                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(FIELDSTATIONS$20);
16478                     }
16479                     target.setEnumValue(fieldStations);
16480                 }
16481             }
16482             
16483             
16484 
16485 
16486             public void xsetFieldStations(gov.grants.apply.system.globalLibraryV20.YesNoDataType fieldStations)
16487             {
16488                 synchronized (monitor())
16489                 {
16490                     check_orphaned();
16491                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
16492                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(FIELDSTATIONS$20, 0);
16493                     if (target == null)
16494                     {
16495                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(FIELDSTATIONS$20);
16496                     }
16497                     target.set(fieldStations);
16498                 }
16499             }
16500             
16501             
16502 
16503 
16504             public void unsetFieldStations()
16505             {
16506                 synchronized (monitor())
16507                 {
16508                     check_orphaned();
16509                     get_store().remove_element(FIELDSTATIONS$20, 0);
16510                 }
16511             }
16512             
16513             
16514 
16515 
16516             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFieldFacilityStructure()
16517             {
16518                 synchronized (monitor())
16519                 {
16520                     check_orphaned();
16521                     org.apache.xmlbeans.SimpleValue target = null;
16522                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FIELDFACILITYSTRUCTURE$22, 0);
16523                     if (target == null)
16524                     {
16525                       return null;
16526                     }
16527                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
16528                 }
16529             }
16530             
16531             
16532 
16533 
16534             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFieldFacilityStructure()
16535             {
16536                 synchronized (monitor())
16537                 {
16538                     check_orphaned();
16539                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
16540                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(FIELDFACILITYSTRUCTURE$22, 0);
16541                     return target;
16542                 }
16543             }
16544             
16545             
16546 
16547 
16548             public boolean isSetFieldFacilityStructure()
16549             {
16550                 synchronized (monitor())
16551                 {
16552                     check_orphaned();
16553                     return get_store().count_elements(FIELDFACILITYSTRUCTURE$22) != 0;
16554                 }
16555             }
16556             
16557             
16558 
16559 
16560             public void setFieldFacilityStructure(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum fieldFacilityStructure)
16561             {
16562                 synchronized (monitor())
16563                 {
16564                     check_orphaned();
16565                     org.apache.xmlbeans.SimpleValue target = null;
16566                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FIELDFACILITYSTRUCTURE$22, 0);
16567                     if (target == null)
16568                     {
16569                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(FIELDFACILITYSTRUCTURE$22);
16570                     }
16571                     target.setEnumValue(fieldFacilityStructure);
16572                 }
16573             }
16574             
16575             
16576 
16577 
16578             public void xsetFieldFacilityStructure(gov.grants.apply.system.globalLibraryV20.YesNoDataType fieldFacilityStructure)
16579             {
16580                 synchronized (monitor())
16581                 {
16582                     check_orphaned();
16583                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
16584                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(FIELDFACILITYSTRUCTURE$22, 0);
16585                     if (target == null)
16586                     {
16587                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(FIELDFACILITYSTRUCTURE$22);
16588                     }
16589                     target.set(fieldFacilityStructure);
16590                 }
16591             }
16592             
16593             
16594 
16595 
16596             public void unsetFieldFacilityStructure()
16597             {
16598                 synchronized (monitor())
16599                 {
16600                     check_orphaned();
16601                     get_store().remove_element(FIELDFACILITYSTRUCTURE$22, 0);
16602                 }
16603             }
16604             
16605             
16606 
16607 
16608             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFieldFacilityEquipment()
16609             {
16610                 synchronized (monitor())
16611                 {
16612                     check_orphaned();
16613                     org.apache.xmlbeans.SimpleValue target = null;
16614                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FIELDFACILITYEQUIPMENT$24, 0);
16615                     if (target == null)
16616                     {
16617                       return null;
16618                     }
16619                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
16620                 }
16621             }
16622             
16623             
16624 
16625 
16626             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFieldFacilityEquipment()
16627             {
16628                 synchronized (monitor())
16629                 {
16630                     check_orphaned();
16631                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
16632                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(FIELDFACILITYEQUIPMENT$24, 0);
16633                     return target;
16634                 }
16635             }
16636             
16637             
16638 
16639 
16640             public boolean isSetFieldFacilityEquipment()
16641             {
16642                 synchronized (monitor())
16643                 {
16644                     check_orphaned();
16645                     return get_store().count_elements(FIELDFACILITYEQUIPMENT$24) != 0;
16646                 }
16647             }
16648             
16649             
16650 
16651 
16652             public void setFieldFacilityEquipment(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum fieldFacilityEquipment)
16653             {
16654                 synchronized (monitor())
16655                 {
16656                     check_orphaned();
16657                     org.apache.xmlbeans.SimpleValue target = null;
16658                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FIELDFACILITYEQUIPMENT$24, 0);
16659                     if (target == null)
16660                     {
16661                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(FIELDFACILITYEQUIPMENT$24);
16662                     }
16663                     target.setEnumValue(fieldFacilityEquipment);
16664                 }
16665             }
16666             
16667             
16668 
16669 
16670             public void xsetFieldFacilityEquipment(gov.grants.apply.system.globalLibraryV20.YesNoDataType fieldFacilityEquipment)
16671             {
16672                 synchronized (monitor())
16673                 {
16674                     check_orphaned();
16675                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
16676                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(FIELDFACILITYEQUIPMENT$24, 0);
16677                     if (target == null)
16678                     {
16679                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(FIELDFACILITYEQUIPMENT$24);
16680                     }
16681                     target.set(fieldFacilityEquipment);
16682                 }
16683             }
16684             
16685             
16686 
16687 
16688             public void unsetFieldFacilityEquipment()
16689             {
16690                 synchronized (monitor())
16691                 {
16692                     check_orphaned();
16693                     get_store().remove_element(FIELDFACILITYEQUIPMENT$24, 0);
16694                 }
16695             }
16696             
16697             
16698 
16699 
16700             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getLTERSite()
16701             {
16702                 synchronized (monitor())
16703                 {
16704                     check_orphaned();
16705                     org.apache.xmlbeans.SimpleValue target = null;
16706                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(LTERSITE$26, 0);
16707                     if (target == null)
16708                     {
16709                       return null;
16710                     }
16711                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
16712                 }
16713             }
16714             
16715             
16716 
16717 
16718             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetLTERSite()
16719             {
16720                 synchronized (monitor())
16721                 {
16722                     check_orphaned();
16723                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
16724                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(LTERSITE$26, 0);
16725                     return target;
16726                 }
16727             }
16728             
16729             
16730 
16731 
16732             public boolean isSetLTERSite()
16733             {
16734                 synchronized (monitor())
16735                 {
16736                     check_orphaned();
16737                     return get_store().count_elements(LTERSITE$26) != 0;
16738                 }
16739             }
16740             
16741             
16742 
16743 
16744             public void setLTERSite(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum lterSite)
16745             {
16746                 synchronized (monitor())
16747                 {
16748                     check_orphaned();
16749                     org.apache.xmlbeans.SimpleValue target = null;
16750                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(LTERSITE$26, 0);
16751                     if (target == null)
16752                     {
16753                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(LTERSITE$26);
16754                     }
16755                     target.setEnumValue(lterSite);
16756                 }
16757             }
16758             
16759             
16760 
16761 
16762             public void xsetLTERSite(gov.grants.apply.system.globalLibraryV20.YesNoDataType lterSite)
16763             {
16764                 synchronized (monitor())
16765                 {
16766                     check_orphaned();
16767                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
16768                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(LTERSITE$26, 0);
16769                     if (target == null)
16770                     {
16771                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(LTERSITE$26);
16772                     }
16773                     target.set(lterSite);
16774                 }
16775             }
16776             
16777             
16778 
16779 
16780             public void unsetLTERSite()
16781             {
16782                 synchronized (monitor())
16783                 {
16784                     check_orphaned();
16785                     get_store().remove_element(LTERSITE$26, 0);
16786                 }
16787             }
16788             
16789             
16790 
16791 
16792             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getGENOMESEQUENCING()
16793             {
16794                 synchronized (monitor())
16795                 {
16796                     check_orphaned();
16797                     org.apache.xmlbeans.SimpleValue target = null;
16798                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(GENOMESEQUENCING$28, 0);
16799                     if (target == null)
16800                     {
16801                       return null;
16802                     }
16803                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
16804                 }
16805             }
16806             
16807             
16808 
16809 
16810             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetGENOMESEQUENCING()
16811             {
16812                 synchronized (monitor())
16813                 {
16814                     check_orphaned();
16815                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
16816                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(GENOMESEQUENCING$28, 0);
16817                     return target;
16818                 }
16819             }
16820             
16821             
16822 
16823 
16824             public boolean isSetGENOMESEQUENCING()
16825             {
16826                 synchronized (monitor())
16827                 {
16828                     check_orphaned();
16829                     return get_store().count_elements(GENOMESEQUENCING$28) != 0;
16830                 }
16831             }
16832             
16833             
16834 
16835 
16836             public void setGENOMESEQUENCING(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum genomesequencing)
16837             {
16838                 synchronized (monitor())
16839                 {
16840                     check_orphaned();
16841                     org.apache.xmlbeans.SimpleValue target = null;
16842                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(GENOMESEQUENCING$28, 0);
16843                     if (target == null)
16844                     {
16845                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(GENOMESEQUENCING$28);
16846                     }
16847                     target.setEnumValue(genomesequencing);
16848                 }
16849             }
16850             
16851             
16852 
16853 
16854             public void xsetGENOMESEQUENCING(gov.grants.apply.system.globalLibraryV20.YesNoDataType genomesequencing)
16855             {
16856                 synchronized (monitor())
16857                 {
16858                     check_orphaned();
16859                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
16860                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(GENOMESEQUENCING$28, 0);
16861                     if (target == null)
16862                     {
16863                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(GENOMESEQUENCING$28);
16864                     }
16865                     target.set(genomesequencing);
16866                 }
16867             }
16868             
16869             
16870 
16871 
16872             public void unsetGENOMESEQUENCING()
16873             {
16874                 synchronized (monitor())
16875                 {
16876                     check_orphaned();
16877                     get_store().remove_element(GENOMESEQUENCING$28, 0);
16878                 }
16879             }
16880             
16881             
16882 
16883 
16884             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getArabidopsisGenomeG226Sequencing()
16885             {
16886                 synchronized (monitor())
16887                 {
16888                     check_orphaned();
16889                     org.apache.xmlbeans.SimpleValue target = null;
16890                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ARABIDOPSISGENOMEG226SEQUENCING$30, 0);
16891                     if (target == null)
16892                     {
16893                       return null;
16894                     }
16895                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
16896                 }
16897             }
16898             
16899             
16900 
16901 
16902             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetArabidopsisGenomeG226Sequencing()
16903             {
16904                 synchronized (monitor())
16905                 {
16906                     check_orphaned();
16907                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
16908                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ARABIDOPSISGENOMEG226SEQUENCING$30, 0);
16909                     return target;
16910                 }
16911             }
16912             
16913             
16914 
16915 
16916             public boolean isSetArabidopsisGenomeG226Sequencing()
16917             {
16918                 synchronized (monitor())
16919                 {
16920                     check_orphaned();
16921                     return get_store().count_elements(ARABIDOPSISGENOMEG226SEQUENCING$30) != 0;
16922                 }
16923             }
16924             
16925             
16926 
16927 
16928             public void setArabidopsisGenomeG226Sequencing(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum arabidopsisGenomeG226Sequencing)
16929             {
16930                 synchronized (monitor())
16931                 {
16932                     check_orphaned();
16933                     org.apache.xmlbeans.SimpleValue target = null;
16934                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ARABIDOPSISGENOMEG226SEQUENCING$30, 0);
16935                     if (target == null)
16936                     {
16937                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ARABIDOPSISGENOMEG226SEQUENCING$30);
16938                     }
16939                     target.setEnumValue(arabidopsisGenomeG226Sequencing);
16940                 }
16941             }
16942             
16943             
16944 
16945 
16946             public void xsetArabidopsisGenomeG226Sequencing(gov.grants.apply.system.globalLibraryV20.YesNoDataType arabidopsisGenomeG226Sequencing)
16947             {
16948                 synchronized (monitor())
16949                 {
16950                     check_orphaned();
16951                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
16952                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ARABIDOPSISGENOMEG226SEQUENCING$30, 0);
16953                     if (target == null)
16954                     {
16955                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ARABIDOPSISGENOMEG226SEQUENCING$30);
16956                     }
16957                     target.set(arabidopsisGenomeG226Sequencing);
16958                 }
16959             }
16960             
16961             
16962 
16963 
16964             public void unsetArabidopsisGenomeG226Sequencing()
16965             {
16966                 synchronized (monitor())
16967                 {
16968                     check_orphaned();
16969                     get_store().remove_element(ARABIDOPSISGENOMEG226SEQUENCING$30, 0);
16970                 }
16971             }
16972             
16973             
16974 
16975 
16976             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getOtherPlantGenomeSequencing()
16977             {
16978                 synchronized (monitor())
16979                 {
16980                     check_orphaned();
16981                     org.apache.xmlbeans.SimpleValue target = null;
16982                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(OTHERPLANTGENOMESEQUENCING$32, 0);
16983                     if (target == null)
16984                     {
16985                       return null;
16986                     }
16987                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
16988                 }
16989             }
16990             
16991             
16992 
16993 
16994             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetOtherPlantGenomeSequencing()
16995             {
16996                 synchronized (monitor())
16997                 {
16998                     check_orphaned();
16999                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
17000                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(OTHERPLANTGENOMESEQUENCING$32, 0);
17001                     return target;
17002                 }
17003             }
17004             
17005             
17006 
17007 
17008             public boolean isSetOtherPlantGenomeSequencing()
17009             {
17010                 synchronized (monitor())
17011                 {
17012                     check_orphaned();
17013                     return get_store().count_elements(OTHERPLANTGENOMESEQUENCING$32) != 0;
17014                 }
17015             }
17016             
17017             
17018 
17019 
17020             public void setOtherPlantGenomeSequencing(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum otherPlantGenomeSequencing)
17021             {
17022                 synchronized (monitor())
17023                 {
17024                     check_orphaned();
17025                     org.apache.xmlbeans.SimpleValue target = null;
17026                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(OTHERPLANTGENOMESEQUENCING$32, 0);
17027                     if (target == null)
17028                     {
17029                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(OTHERPLANTGENOMESEQUENCING$32);
17030                     }
17031                     target.setEnumValue(otherPlantGenomeSequencing);
17032                 }
17033             }
17034             
17035             
17036 
17037 
17038             public void xsetOtherPlantGenomeSequencing(gov.grants.apply.system.globalLibraryV20.YesNoDataType otherPlantGenomeSequencing)
17039             {
17040                 synchronized (monitor())
17041                 {
17042                     check_orphaned();
17043                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
17044                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(OTHERPLANTGENOMESEQUENCING$32, 0);
17045                     if (target == null)
17046                     {
17047                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(OTHERPLANTGENOMESEQUENCING$32);
17048                     }
17049                     target.set(otherPlantGenomeSequencing);
17050                 }
17051             }
17052             
17053             
17054 
17055 
17056             public void unsetOtherPlantGenomeSequencing()
17057             {
17058                 synchronized (monitor())
17059                 {
17060                     check_orphaned();
17061                     get_store().remove_element(OTHERPLANTGENOMESEQUENCING$32, 0);
17062                 }
17063             }
17064             
17065             
17066 
17067 
17068             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getINDUSTRYPARTICIPATION()
17069             {
17070                 synchronized (monitor())
17071                 {
17072                     check_orphaned();
17073                     org.apache.xmlbeans.SimpleValue target = null;
17074                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(INDUSTRYPARTICIPATION$34, 0);
17075                     if (target == null)
17076                     {
17077                       return null;
17078                     }
17079                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
17080                 }
17081             }
17082             
17083             
17084 
17085 
17086             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetINDUSTRYPARTICIPATION()
17087             {
17088                 synchronized (monitor())
17089                 {
17090                     check_orphaned();
17091                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
17092                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(INDUSTRYPARTICIPATION$34, 0);
17093                     return target;
17094                 }
17095             }
17096             
17097             
17098 
17099 
17100             public boolean isSetINDUSTRYPARTICIPATION()
17101             {
17102                 synchronized (monitor())
17103                 {
17104                     check_orphaned();
17105                     return get_store().count_elements(INDUSTRYPARTICIPATION$34) != 0;
17106                 }
17107             }
17108             
17109             
17110 
17111 
17112             public void setINDUSTRYPARTICIPATION(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum industryparticipation)
17113             {
17114                 synchronized (monitor())
17115                 {
17116                     check_orphaned();
17117                     org.apache.xmlbeans.SimpleValue target = null;
17118                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(INDUSTRYPARTICIPATION$34, 0);
17119                     if (target == null)
17120                     {
17121                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(INDUSTRYPARTICIPATION$34);
17122                     }
17123                     target.setEnumValue(industryparticipation);
17124                 }
17125             }
17126             
17127             
17128 
17129 
17130             public void xsetINDUSTRYPARTICIPATION(gov.grants.apply.system.globalLibraryV20.YesNoDataType industryparticipation)
17131             {
17132                 synchronized (monitor())
17133                 {
17134                     check_orphaned();
17135                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
17136                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(INDUSTRYPARTICIPATION$34, 0);
17137                     if (target == null)
17138                     {
17139                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(INDUSTRYPARTICIPATION$34);
17140                     }
17141                     target.set(industryparticipation);
17142                 }
17143             }
17144             
17145             
17146 
17147 
17148             public void unsetINDUSTRYPARTICIPATION()
17149             {
17150                 synchronized (monitor())
17151                 {
17152                     check_orphaned();
17153                     get_store().remove_element(INDUSTRYPARTICIPATION$34, 0);
17154                 }
17155             }
17156             
17157             
17158 
17159 
17160             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getInstrumentDevelopment()
17161             {
17162                 synchronized (monitor())
17163                 {
17164                     check_orphaned();
17165                     org.apache.xmlbeans.SimpleValue target = null;
17166                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(INSTRUMENTDEVELOPMENT$36, 0);
17167                     if (target == null)
17168                     {
17169                       return null;
17170                     }
17171                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
17172                 }
17173             }
17174             
17175             
17176 
17177 
17178             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetInstrumentDevelopment()
17179             {
17180                 synchronized (monitor())
17181                 {
17182                     check_orphaned();
17183                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
17184                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(INSTRUMENTDEVELOPMENT$36, 0);
17185                     return target;
17186                 }
17187             }
17188             
17189             
17190 
17191 
17192             public boolean isSetInstrumentDevelopment()
17193             {
17194                 synchronized (monitor())
17195                 {
17196                     check_orphaned();
17197                     return get_store().count_elements(INSTRUMENTDEVELOPMENT$36) != 0;
17198                 }
17199             }
17200             
17201             
17202 
17203 
17204             public void setInstrumentDevelopment(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum instrumentDevelopment)
17205             {
17206                 synchronized (monitor())
17207                 {
17208                     check_orphaned();
17209                     org.apache.xmlbeans.SimpleValue target = null;
17210                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(INSTRUMENTDEVELOPMENT$36, 0);
17211                     if (target == null)
17212                     {
17213                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(INSTRUMENTDEVELOPMENT$36);
17214                     }
17215                     target.setEnumValue(instrumentDevelopment);
17216                 }
17217             }
17218             
17219             
17220 
17221 
17222             public void xsetInstrumentDevelopment(gov.grants.apply.system.globalLibraryV20.YesNoDataType instrumentDevelopment)
17223             {
17224                 synchronized (monitor())
17225                 {
17226                     check_orphaned();
17227                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
17228                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(INSTRUMENTDEVELOPMENT$36, 0);
17229                     if (target == null)
17230                     {
17231                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(INSTRUMENTDEVELOPMENT$36);
17232                     }
17233                     target.set(instrumentDevelopment);
17234                 }
17235             }
17236             
17237             
17238 
17239 
17240             public void unsetInstrumentDevelopment()
17241             {
17242                 synchronized (monitor())
17243                 {
17244                     check_orphaned();
17245                     get_store().remove_element(INSTRUMENTDEVELOPMENT$36, 0);
17246                 }
17247             }
17248             
17249             
17250 
17251 
17252             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getInstrumentAcquisition()
17253             {
17254                 synchronized (monitor())
17255                 {
17256                     check_orphaned();
17257                     org.apache.xmlbeans.SimpleValue target = null;
17258                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(INSTRUMENTACQUISITION$38, 0);
17259                     if (target == null)
17260                     {
17261                       return null;
17262                     }
17263                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
17264                 }
17265             }
17266             
17267             
17268 
17269 
17270             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetInstrumentAcquisition()
17271             {
17272                 synchronized (monitor())
17273                 {
17274                     check_orphaned();
17275                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
17276                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(INSTRUMENTACQUISITION$38, 0);
17277                     return target;
17278                 }
17279             }
17280             
17281             
17282 
17283 
17284             public boolean isSetInstrumentAcquisition()
17285             {
17286                 synchronized (monitor())
17287                 {
17288                     check_orphaned();
17289                     return get_store().count_elements(INSTRUMENTACQUISITION$38) != 0;
17290                 }
17291             }
17292             
17293             
17294 
17295 
17296             public void setInstrumentAcquisition(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum instrumentAcquisition)
17297             {
17298                 synchronized (monitor())
17299                 {
17300                     check_orphaned();
17301                     org.apache.xmlbeans.SimpleValue target = null;
17302                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(INSTRUMENTACQUISITION$38, 0);
17303                     if (target == null)
17304                     {
17305                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(INSTRUMENTACQUISITION$38);
17306                     }
17307                     target.setEnumValue(instrumentAcquisition);
17308                 }
17309             }
17310             
17311             
17312 
17313 
17314             public void xsetInstrumentAcquisition(gov.grants.apply.system.globalLibraryV20.YesNoDataType instrumentAcquisition)
17315             {
17316                 synchronized (monitor())
17317                 {
17318                     check_orphaned();
17319                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
17320                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(INSTRUMENTACQUISITION$38, 0);
17321                     if (target == null)
17322                     {
17323                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(INSTRUMENTACQUISITION$38);
17324                     }
17325                     target.set(instrumentAcquisition);
17326                 }
17327             }
17328             
17329             
17330 
17331 
17332             public void unsetInstrumentAcquisition()
17333             {
17334                 synchronized (monitor())
17335                 {
17336                     check_orphaned();
17337                     get_store().remove_element(INSTRUMENTACQUISITION$38, 0);
17338                 }
17339             }
17340             
17341             
17342 
17343 
17344             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getComputationalHardwareDevelopmentAcquisition()
17345             {
17346                 synchronized (monitor())
17347                 {
17348                     check_orphaned();
17349                     org.apache.xmlbeans.SimpleValue target = null;
17350                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(COMPUTATIONALHARDWAREDEVELOPMENTACQUISITION$40, 0);
17351                     if (target == null)
17352                     {
17353                       return null;
17354                     }
17355                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
17356                 }
17357             }
17358             
17359             
17360 
17361 
17362             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetComputationalHardwareDevelopmentAcquisition()
17363             {
17364                 synchronized (monitor())
17365                 {
17366                     check_orphaned();
17367                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
17368                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(COMPUTATIONALHARDWAREDEVELOPMENTACQUISITION$40, 0);
17369                     return target;
17370                 }
17371             }
17372             
17373             
17374 
17375 
17376             public boolean isSetComputationalHardwareDevelopmentAcquisition()
17377             {
17378                 synchronized (monitor())
17379                 {
17380                     check_orphaned();
17381                     return get_store().count_elements(COMPUTATIONALHARDWAREDEVELOPMENTACQUISITION$40) != 0;
17382                 }
17383             }
17384             
17385             
17386 
17387 
17388             public void setComputationalHardwareDevelopmentAcquisition(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum computationalHardwareDevelopmentAcquisition)
17389             {
17390                 synchronized (monitor())
17391                 {
17392                     check_orphaned();
17393                     org.apache.xmlbeans.SimpleValue target = null;
17394                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(COMPUTATIONALHARDWAREDEVELOPMENTACQUISITION$40, 0);
17395                     if (target == null)
17396                     {
17397                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(COMPUTATIONALHARDWAREDEVELOPMENTACQUISITION$40);
17398                     }
17399                     target.setEnumValue(computationalHardwareDevelopmentAcquisition);
17400                 }
17401             }
17402             
17403             
17404 
17405 
17406             public void xsetComputationalHardwareDevelopmentAcquisition(gov.grants.apply.system.globalLibraryV20.YesNoDataType computationalHardwareDevelopmentAcquisition)
17407             {
17408                 synchronized (monitor())
17409                 {
17410                     check_orphaned();
17411                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
17412                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(COMPUTATIONALHARDWAREDEVELOPMENTACQUISITION$40, 0);
17413                     if (target == null)
17414                     {
17415                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(COMPUTATIONALHARDWAREDEVELOPMENTACQUISITION$40);
17416                     }
17417                     target.set(computationalHardwareDevelopmentAcquisition);
17418                 }
17419             }
17420             
17421             
17422 
17423 
17424             public void unsetComputationalHardwareDevelopmentAcquisition()
17425             {
17426                 synchronized (monitor())
17427                 {
17428                     check_orphaned();
17429                     get_store().remove_element(COMPUTATIONALHARDWAREDEVELOPMENTACQUISITION$40, 0);
17430                 }
17431             }
17432             
17433             
17434 
17435 
17436             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAnalyticalAlgorithmDevelopment()
17437             {
17438                 synchronized (monitor())
17439                 {
17440                     check_orphaned();
17441                     org.apache.xmlbeans.SimpleValue target = null;
17442                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ANALYTICALALGORITHMDEVELOPMENT$42, 0);
17443                     if (target == null)
17444                     {
17445                       return null;
17446                     }
17447                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
17448                 }
17449             }
17450             
17451             
17452 
17453 
17454             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAnalyticalAlgorithmDevelopment()
17455             {
17456                 synchronized (monitor())
17457                 {
17458                     check_orphaned();
17459                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
17460                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ANALYTICALALGORITHMDEVELOPMENT$42, 0);
17461                     return target;
17462                 }
17463             }
17464             
17465             
17466 
17467 
17468             public boolean isSetAnalyticalAlgorithmDevelopment()
17469             {
17470                 synchronized (monitor())
17471                 {
17472                     check_orphaned();
17473                     return get_store().count_elements(ANALYTICALALGORITHMDEVELOPMENT$42) != 0;
17474                 }
17475             }
17476             
17477             
17478 
17479 
17480             public void setAnalyticalAlgorithmDevelopment(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum analyticalAlgorithmDevelopment)
17481             {
17482                 synchronized (monitor())
17483                 {
17484                     check_orphaned();
17485                     org.apache.xmlbeans.SimpleValue target = null;
17486                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ANALYTICALALGORITHMDEVELOPMENT$42, 0);
17487                     if (target == null)
17488                     {
17489                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ANALYTICALALGORITHMDEVELOPMENT$42);
17490                     }
17491                     target.setEnumValue(analyticalAlgorithmDevelopment);
17492                 }
17493             }
17494             
17495             
17496 
17497 
17498             public void xsetAnalyticalAlgorithmDevelopment(gov.grants.apply.system.globalLibraryV20.YesNoDataType analyticalAlgorithmDevelopment)
17499             {
17500                 synchronized (monitor())
17501                 {
17502                     check_orphaned();
17503                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
17504                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ANALYTICALALGORITHMDEVELOPMENT$42, 0);
17505                     if (target == null)
17506                     {
17507                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ANALYTICALALGORITHMDEVELOPMENT$42);
17508                     }
17509                     target.set(analyticalAlgorithmDevelopment);
17510                 }
17511             }
17512             
17513             
17514 
17515 
17516             public void unsetAnalyticalAlgorithmDevelopment()
17517             {
17518                 synchronized (monitor())
17519                 {
17520                     check_orphaned();
17521                     get_store().remove_element(ANALYTICALALGORITHMDEVELOPMENT$42, 0);
17522                 }
17523             }
17524             
17525             
17526 
17527 
17528             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getOtherSoftwareDevelopment()
17529             {
17530                 synchronized (monitor())
17531                 {
17532                     check_orphaned();
17533                     org.apache.xmlbeans.SimpleValue target = null;
17534                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(OTHERSOFTWAREDEVELOPMENT$44, 0);
17535                     if (target == null)
17536                     {
17537                       return null;
17538                     }
17539                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
17540                 }
17541             }
17542             
17543             
17544 
17545 
17546             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetOtherSoftwareDevelopment()
17547             {
17548                 synchronized (monitor())
17549                 {
17550                     check_orphaned();
17551                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
17552                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(OTHERSOFTWAREDEVELOPMENT$44, 0);
17553                     return target;
17554                 }
17555             }
17556             
17557             
17558 
17559 
17560             public boolean isSetOtherSoftwareDevelopment()
17561             {
17562                 synchronized (monitor())
17563                 {
17564                     check_orphaned();
17565                     return get_store().count_elements(OTHERSOFTWAREDEVELOPMENT$44) != 0;
17566                 }
17567             }
17568             
17569             
17570 
17571 
17572             public void setOtherSoftwareDevelopment(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum otherSoftwareDevelopment)
17573             {
17574                 synchronized (monitor())
17575                 {
17576                     check_orphaned();
17577                     org.apache.xmlbeans.SimpleValue target = null;
17578                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(OTHERSOFTWAREDEVELOPMENT$44, 0);
17579                     if (target == null)
17580                     {
17581                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(OTHERSOFTWAREDEVELOPMENT$44);
17582                     }
17583                     target.setEnumValue(otherSoftwareDevelopment);
17584                 }
17585             }
17586             
17587             
17588 
17589 
17590             public void xsetOtherSoftwareDevelopment(gov.grants.apply.system.globalLibraryV20.YesNoDataType otherSoftwareDevelopment)
17591             {
17592                 synchronized (monitor())
17593                 {
17594                     check_orphaned();
17595                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
17596                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(OTHERSOFTWAREDEVELOPMENT$44, 0);
17597                     if (target == null)
17598                     {
17599                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(OTHERSOFTWAREDEVELOPMENT$44);
17600                     }
17601                     target.set(otherSoftwareDevelopment);
17602                 }
17603             }
17604             
17605             
17606 
17607 
17608             public void unsetOtherSoftwareDevelopment()
17609             {
17610                 synchronized (monitor())
17611                 {
17612                     check_orphaned();
17613                     get_store().remove_element(OTHERSOFTWAREDEVELOPMENT$44, 0);
17614                 }
17615             }
17616             
17617             
17618 
17619 
17620             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getInformaticsToolDevelopment()
17621             {
17622                 synchronized (monitor())
17623                 {
17624                     check_orphaned();
17625                     org.apache.xmlbeans.SimpleValue target = null;
17626                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(INFORMATICSTOOLDEVELOPMENT$46, 0);
17627                     if (target == null)
17628                     {
17629                       return null;
17630                     }
17631                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
17632                 }
17633             }
17634             
17635             
17636 
17637 
17638             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetInformaticsToolDevelopment()
17639             {
17640                 synchronized (monitor())
17641                 {
17642                     check_orphaned();
17643                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
17644                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(INFORMATICSTOOLDEVELOPMENT$46, 0);
17645                     return target;
17646                 }
17647             }
17648             
17649             
17650 
17651 
17652             public boolean isSetInformaticsToolDevelopment()
17653             {
17654                 synchronized (monitor())
17655                 {
17656                     check_orphaned();
17657                     return get_store().count_elements(INFORMATICSTOOLDEVELOPMENT$46) != 0;
17658                 }
17659             }
17660             
17661             
17662 
17663 
17664             public void setInformaticsToolDevelopment(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum informaticsToolDevelopment)
17665             {
17666                 synchronized (monitor())
17667                 {
17668                     check_orphaned();
17669                     org.apache.xmlbeans.SimpleValue target = null;
17670                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(INFORMATICSTOOLDEVELOPMENT$46, 0);
17671                     if (target == null)
17672                     {
17673                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(INFORMATICSTOOLDEVELOPMENT$46);
17674                     }
17675                     target.setEnumValue(informaticsToolDevelopment);
17676                 }
17677             }
17678             
17679             
17680 
17681 
17682             public void xsetInformaticsToolDevelopment(gov.grants.apply.system.globalLibraryV20.YesNoDataType informaticsToolDevelopment)
17683             {
17684                 synchronized (monitor())
17685                 {
17686                     check_orphaned();
17687                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
17688                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(INFORMATICSTOOLDEVELOPMENT$46, 0);
17689                     if (target == null)
17690                     {
17691                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(INFORMATICSTOOLDEVELOPMENT$46);
17692                     }
17693                     target.set(informaticsToolDevelopment);
17694                 }
17695             }
17696             
17697             
17698 
17699 
17700             public void unsetInformaticsToolDevelopment()
17701             {
17702                 synchronized (monitor())
17703                 {
17704                     check_orphaned();
17705                     get_store().remove_element(INFORMATICSTOOLDEVELOPMENT$46, 0);
17706                 }
17707             }
17708             
17709             
17710 
17711 
17712             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getTechniqueDevelopment()
17713             {
17714                 synchronized (monitor())
17715                 {
17716                     check_orphaned();
17717                     org.apache.xmlbeans.SimpleValue target = null;
17718                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TECHNIQUEDEVELOPMENT$48, 0);
17719                     if (target == null)
17720                     {
17721                       return null;
17722                     }
17723                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
17724                 }
17725             }
17726             
17727             
17728 
17729 
17730             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetTechniqueDevelopment()
17731             {
17732                 synchronized (monitor())
17733                 {
17734                     check_orphaned();
17735                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
17736                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TECHNIQUEDEVELOPMENT$48, 0);
17737                     return target;
17738                 }
17739             }
17740             
17741             
17742 
17743 
17744             public boolean isSetTechniqueDevelopment()
17745             {
17746                 synchronized (monitor())
17747                 {
17748                     check_orphaned();
17749                     return get_store().count_elements(TECHNIQUEDEVELOPMENT$48) != 0;
17750                 }
17751             }
17752             
17753             
17754 
17755 
17756             public void setTechniqueDevelopment(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum techniqueDevelopment)
17757             {
17758                 synchronized (monitor())
17759                 {
17760                     check_orphaned();
17761                     org.apache.xmlbeans.SimpleValue target = null;
17762                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TECHNIQUEDEVELOPMENT$48, 0);
17763                     if (target == null)
17764                     {
17765                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(TECHNIQUEDEVELOPMENT$48);
17766                     }
17767                     target.setEnumValue(techniqueDevelopment);
17768                 }
17769             }
17770             
17771             
17772 
17773 
17774             public void xsetTechniqueDevelopment(gov.grants.apply.system.globalLibraryV20.YesNoDataType techniqueDevelopment)
17775             {
17776                 synchronized (monitor())
17777                 {
17778                     check_orphaned();
17779                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
17780                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TECHNIQUEDEVELOPMENT$48, 0);
17781                     if (target == null)
17782                     {
17783                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(TECHNIQUEDEVELOPMENT$48);
17784                     }
17785                     target.set(techniqueDevelopment);
17786                 }
17787             }
17788             
17789             
17790 
17791 
17792             public void unsetTechniqueDevelopment()
17793             {
17794                 synchronized (monitor())
17795                 {
17796                     check_orphaned();
17797                     get_store().remove_element(TECHNIQUEDEVELOPMENT$48, 0);
17798                 }
17799             }
17800             
17801             
17802 
17803 
17804             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getGeographicInformationSystems()
17805             {
17806                 synchronized (monitor())
17807                 {
17808                     check_orphaned();
17809                     org.apache.xmlbeans.SimpleValue target = null;
17810                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(GEOGRAPHICINFORMATIONSYSTEMS$50, 0);
17811                     if (target == null)
17812                     {
17813                       return null;
17814                     }
17815                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
17816                 }
17817             }
17818             
17819             
17820 
17821 
17822             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetGeographicInformationSystems()
17823             {
17824                 synchronized (monitor())
17825                 {
17826                     check_orphaned();
17827                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
17828                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(GEOGRAPHICINFORMATIONSYSTEMS$50, 0);
17829                     return target;
17830                 }
17831             }
17832             
17833             
17834 
17835 
17836             public boolean isSetGeographicInformationSystems()
17837             {
17838                 synchronized (monitor())
17839                 {
17840                     check_orphaned();
17841                     return get_store().count_elements(GEOGRAPHICINFORMATIONSYSTEMS$50) != 0;
17842                 }
17843             }
17844             
17845             
17846 
17847 
17848             public void setGeographicInformationSystems(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum geographicInformationSystems)
17849             {
17850                 synchronized (monitor())
17851                 {
17852                     check_orphaned();
17853                     org.apache.xmlbeans.SimpleValue target = null;
17854                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(GEOGRAPHICINFORMATIONSYSTEMS$50, 0);
17855                     if (target == null)
17856                     {
17857                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(GEOGRAPHICINFORMATIONSYSTEMS$50);
17858                     }
17859                     target.setEnumValue(geographicInformationSystems);
17860                 }
17861             }
17862             
17863             
17864 
17865 
17866             public void xsetGeographicInformationSystems(gov.grants.apply.system.globalLibraryV20.YesNoDataType geographicInformationSystems)
17867             {
17868                 synchronized (monitor())
17869                 {
17870                     check_orphaned();
17871                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
17872                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(GEOGRAPHICINFORMATIONSYSTEMS$50, 0);
17873                     if (target == null)
17874                     {
17875                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(GEOGRAPHICINFORMATIONSYSTEMS$50);
17876                     }
17877                     target.set(geographicInformationSystems);
17878                 }
17879             }
17880             
17881             
17882 
17883 
17884             public void unsetGeographicInformationSystems()
17885             {
17886                 synchronized (monitor())
17887                 {
17888                     check_orphaned();
17889                     get_store().remove_element(GEOGRAPHICINFORMATIONSYSTEMS$50, 0);
17890                 }
17891             }
17892             
17893             
17894 
17895 
17896             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getRemoteSensing()
17897             {
17898                 synchronized (monitor())
17899                 {
17900                     check_orphaned();
17901                     org.apache.xmlbeans.SimpleValue target = null;
17902                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(REMOTESENSING$52, 0);
17903                     if (target == null)
17904                     {
17905                       return null;
17906                     }
17907                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
17908                 }
17909             }
17910             
17911             
17912 
17913 
17914             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetRemoteSensing()
17915             {
17916                 synchronized (monitor())
17917                 {
17918                     check_orphaned();
17919                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
17920                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(REMOTESENSING$52, 0);
17921                     return target;
17922                 }
17923             }
17924             
17925             
17926 
17927 
17928             public boolean isSetRemoteSensing()
17929             {
17930                 synchronized (monitor())
17931                 {
17932                     check_orphaned();
17933                     return get_store().count_elements(REMOTESENSING$52) != 0;
17934                 }
17935             }
17936             
17937             
17938 
17939 
17940             public void setRemoteSensing(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum remoteSensing)
17941             {
17942                 synchronized (monitor())
17943                 {
17944                     check_orphaned();
17945                     org.apache.xmlbeans.SimpleValue target = null;
17946                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(REMOTESENSING$52, 0);
17947                     if (target == null)
17948                     {
17949                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(REMOTESENSING$52);
17950                     }
17951                     target.setEnumValue(remoteSensing);
17952                 }
17953             }
17954             
17955             
17956 
17957 
17958             public void xsetRemoteSensing(gov.grants.apply.system.globalLibraryV20.YesNoDataType remoteSensing)
17959             {
17960                 synchronized (monitor())
17961                 {
17962                     check_orphaned();
17963                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
17964                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(REMOTESENSING$52, 0);
17965                     if (target == null)
17966                     {
17967                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(REMOTESENSING$52);
17968                     }
17969                     target.set(remoteSensing);
17970                 }
17971             }
17972             
17973             
17974 
17975 
17976             public void unsetRemoteSensing()
17977             {
17978                 synchronized (monitor())
17979                 {
17980                     check_orphaned();
17981                     get_store().remove_element(REMOTESENSING$52, 0);
17982                 }
17983             }
17984             
17985             
17986 
17987 
17988             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMultiTraining()
17989             {
17990                 synchronized (monitor())
17991                 {
17992                     check_orphaned();
17993                     org.apache.xmlbeans.SimpleValue target = null;
17994                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MULTITRAINING$54, 0);
17995                     if (target == null)
17996                     {
17997                       return null;
17998                     }
17999                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
18000                 }
18001             }
18002             
18003             
18004 
18005 
18006             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMultiTraining()
18007             {
18008                 synchronized (monitor())
18009                 {
18010                     check_orphaned();
18011                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
18012                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MULTITRAINING$54, 0);
18013                     return target;
18014                 }
18015             }
18016             
18017             
18018 
18019 
18020             public boolean isSetMultiTraining()
18021             {
18022                 synchronized (monitor())
18023                 {
18024                     check_orphaned();
18025                     return get_store().count_elements(MULTITRAINING$54) != 0;
18026                 }
18027             }
18028             
18029             
18030 
18031 
18032             public void setMultiTraining(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum multiTraining)
18033             {
18034                 synchronized (monitor())
18035                 {
18036                     check_orphaned();
18037                     org.apache.xmlbeans.SimpleValue target = null;
18038                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MULTITRAINING$54, 0);
18039                     if (target == null)
18040                     {
18041                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(MULTITRAINING$54);
18042                     }
18043                     target.setEnumValue(multiTraining);
18044                 }
18045             }
18046             
18047             
18048 
18049 
18050             public void xsetMultiTraining(gov.grants.apply.system.globalLibraryV20.YesNoDataType multiTraining)
18051             {
18052                 synchronized (monitor())
18053                 {
18054                     check_orphaned();
18055                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
18056                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MULTITRAINING$54, 0);
18057                     if (target == null)
18058                     {
18059                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(MULTITRAINING$54);
18060                     }
18061                     target.set(multiTraining);
18062                 }
18063             }
18064             
18065             
18066 
18067 
18068             public void unsetMultiTraining()
18069             {
18070                 synchronized (monitor())
18071                 {
18072                     check_orphaned();
18073                     get_store().remove_element(MULTITRAINING$54, 0);
18074                 }
18075             }
18076             
18077             
18078 
18079 
18080             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getINFRASTRUCTURENONE()
18081             {
18082                 synchronized (monitor())
18083                 {
18084                     check_orphaned();
18085                     org.apache.xmlbeans.SimpleValue target = null;
18086                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(INFRASTRUCTURENONE$56, 0);
18087                     if (target == null)
18088                     {
18089                       return null;
18090                     }
18091                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
18092                 }
18093             }
18094             
18095             
18096 
18097 
18098             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetINFRASTRUCTURENONE()
18099             {
18100                 synchronized (monitor())
18101                 {
18102                     check_orphaned();
18103                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
18104                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(INFRASTRUCTURENONE$56, 0);
18105                     return target;
18106                 }
18107             }
18108             
18109             
18110 
18111 
18112             public boolean isSetINFRASTRUCTURENONE()
18113             {
18114                 synchronized (monitor())
18115                 {
18116                     check_orphaned();
18117                     return get_store().count_elements(INFRASTRUCTURENONE$56) != 0;
18118                 }
18119             }
18120             
18121             
18122 
18123 
18124             public void setINFRASTRUCTURENONE(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum infrastructurenone)
18125             {
18126                 synchronized (monitor())
18127                 {
18128                     check_orphaned();
18129                     org.apache.xmlbeans.SimpleValue target = null;
18130                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(INFRASTRUCTURENONE$56, 0);
18131                     if (target == null)
18132                     {
18133                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(INFRASTRUCTURENONE$56);
18134                     }
18135                     target.setEnumValue(infrastructurenone);
18136                 }
18137             }
18138             
18139             
18140 
18141 
18142             public void xsetINFRASTRUCTURENONE(gov.grants.apply.system.globalLibraryV20.YesNoDataType infrastructurenone)
18143             {
18144                 synchronized (monitor())
18145                 {
18146                     check_orphaned();
18147                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
18148                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(INFRASTRUCTURENONE$56, 0);
18149                     if (target == null)
18150                     {
18151                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(INFRASTRUCTURENONE$56);
18152                     }
18153                     target.set(infrastructurenone);
18154                 }
18155             }
18156             
18157             
18158 
18159 
18160             public void unsetINFRASTRUCTURENONE()
18161             {
18162                 synchronized (monitor())
18163                 {
18164                     check_orphaned();
18165                     get_store().remove_element(INFRASTRUCTURENONE$56, 0);
18166                 }
18167             }
18168         }
18169         
18170 
18171 
18172 
18173 
18174         public static class HABITATImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.HABITAT
18175         {
18176             private static final long serialVersionUID = 1L;
18177             
18178             public HABITATImpl(org.apache.xmlbeans.SchemaType sType)
18179             {
18180                 super(sType);
18181             }
18182             
18183             private static final javax.xml.namespace.QName GENERALTERRESTRIAL$0 = 
18184                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "GENERALTERRESTRIAL");
18185             private static final javax.xml.namespace.QName TUNDRA$2 = 
18186                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "TUNDRA");
18187             private static final javax.xml.namespace.QName BOREALFOREST$4 = 
18188                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "BOREALFOREST");
18189             private static final javax.xml.namespace.QName TEMPERATE$6 = 
18190                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "TEMPERATE");
18191             private static final javax.xml.namespace.QName TEMPERATEDECIDUOUSFOREST$8 = 
18192                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "TEMPERATEDeciduousForest");
18193             private static final javax.xml.namespace.QName TEMPERATECONIFEROUSFOREST$10 = 
18194                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "TEMPERATEConiferousForest");
18195             private static final javax.xml.namespace.QName TEMPERATERAINFOREST$12 = 
18196                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "TEMPERATERainForest");
18197             private static final javax.xml.namespace.QName TEMPERATEMIXEDFOREST$14 = 
18198                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "TEMPERATEMixedForest");
18199             private static final javax.xml.namespace.QName TEMPERATEPRAIRIEGRASSLANDS$16 = 
18200                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "TEMPERATEPrairieGrasslands");
18201             private static final javax.xml.namespace.QName TEMPERATEDESERT$18 = 
18202                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "TEMPERATEDesert");
18203             private static final javax.xml.namespace.QName SUBTROPICAL$20 = 
18204                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "SUBTROPICAL");
18205             private static final javax.xml.namespace.QName SUBTROPICALRAINFOREST$22 = 
18206                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "SUBTROPICALRainForest");
18207             private static final javax.xml.namespace.QName SUBTROPICALSEASONALFOREST$24 = 
18208                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "SUBTROPICALSeasonalForest");
18209             private static final javax.xml.namespace.QName SUBTROPICALSAVANNA$26 = 
18210                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "SUBTROPICALSavanna");
18211             private static final javax.xml.namespace.QName SUBTROPICALTHORNWOODS$28 = 
18212                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "SUBTROPICALThornwoods");
18213             private static final javax.xml.namespace.QName SUBTROPICALDECIDUOUSFOREST$30 = 
18214                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "SUBTROPICALDeciduousForest");
18215             private static final javax.xml.namespace.QName SUBTROPICALCONIFEROUSFOREST$32 = 
18216                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "SUBTROPICALConiferousForest");
18217             private static final javax.xml.namespace.QName SUBTROPICALDESERT$34 = 
18218                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "SUBTROPICALDesert");
18219             private static final javax.xml.namespace.QName TROPICAL$36 = 
18220                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "TROPICAL");
18221             private static final javax.xml.namespace.QName TROPICALRAINFOREST$38 = 
18222                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "TROPICALRainForest");
18223             private static final javax.xml.namespace.QName TROPICALSEASONALFOREST$40 = 
18224                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "TROPICALSeasonalForest");
18225             private static final javax.xml.namespace.QName TROPICALSAVANNA$42 = 
18226                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "TROPICALSavanna");
18227             private static final javax.xml.namespace.QName TROPICALTHORNWOODS$44 = 
18228                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "TROPICALThornwoods");
18229             private static final javax.xml.namespace.QName TROPICALDECIDUOUSFOREST$46 = 
18230                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "TROPICALDeciduousForest");
18231             private static final javax.xml.namespace.QName TROPICALCONIFEROUSFOREST$48 = 
18232                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "TROPICALConiferousForest");
18233             private static final javax.xml.namespace.QName TROPICALDESERT$50 = 
18234                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "TROPICALDesert");
18235             private static final javax.xml.namespace.QName CHAPPARALSCLEROPHYLLSHRUBLANDS$52 = 
18236                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "CHAPPARALSCLEROPHYLLSHRUBLANDS");
18237             private static final javax.xml.namespace.QName ALPINE$54 = 
18238                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "ALPINE");
18239             private static final javax.xml.namespace.QName MONTANE$56 = 
18240                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "MONTANE");
18241             private static final javax.xml.namespace.QName CLOUDFOREST$58 = 
18242                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "CLOUDFOREST");
18243             private static final javax.xml.namespace.QName RIPARIANZONES$60 = 
18244                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "RIPARIANZONES");
18245             private static final javax.xml.namespace.QName ISLANDS$62 = 
18246                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "ISLANDS");
18247             private static final javax.xml.namespace.QName BEACHESDUNES$64 = 
18248                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "BEACHESDUNES");
18249             private static final javax.xml.namespace.QName CAVESROCKOUTCROPS$66 = 
18250                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "CAVESROCKOUTCROPS");
18251             private static final javax.xml.namespace.QName CROPLANDSFALLOWFIELDSPASTURES$68 = 
18252                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "CROPLANDSFALLOWFIELDSPASTURES");
18253             private static final javax.xml.namespace.QName URBANSUBURBAN$70 = 
18254                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "URBANSUBURBAN");
18255             private static final javax.xml.namespace.QName SUBTERRANEANSOILG259SEDIMENTS$72 = 
18256                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "SUBTERRANEANSOIL_G259SEDIMENTS");
18257             private static final javax.xml.namespace.QName EXTREMETERRESTRIALENVIRONMENT$74 = 
18258                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "EXTREMETERRESTRIALENVIRONMENT");
18259             private static final javax.xml.namespace.QName AERIAL$76 = 
18260                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "AERIAL");
18261             private static final javax.xml.namespace.QName GENERALAQUATIC$78 = 
18262                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "GENERALAQUATIC");
18263             private static final javax.xml.namespace.QName FRESHWATER$80 = 
18264                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "FRESHWATER");
18265             private static final javax.xml.namespace.QName WETLANDSBOGSSWAMPS$82 = 
18266                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "WetlandsBogsSwamps");
18267             private static final javax.xml.namespace.QName LAKESPONDS$84 = 
18268                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "LakesPonds");
18269             private static final javax.xml.namespace.QName RIVERSSTREAMS$86 = 
18270                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "RiversStreams");
18271             private static final javax.xml.namespace.QName RESERVOIRS$88 = 
18272                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Reservoirs");
18273             private static final javax.xml.namespace.QName MARINE$90 = 
18274                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "MARINE");
18275             private static final javax.xml.namespace.QName OPENOCEANCONTINENTALSHELF$92 = 
18276                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "OpenOceanContinentalShelf");
18277             private static final javax.xml.namespace.QName BATHYAL$94 = 
18278                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Bathyal");
18279             private static final javax.xml.namespace.QName ABYSSAL$96 = 
18280                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Abyssal");
18281             private static final javax.xml.namespace.QName ESTUARINE$98 = 
18282                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Estuarine");
18283             private static final javax.xml.namespace.QName INTERTIDALTIDALCOASTAL$100 = 
18284                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "IntertidalTidalCoastal");
18285             private static final javax.xml.namespace.QName CORALREEF$102 = 
18286                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "CoralReef");
18287             private static final javax.xml.namespace.QName HYPERSALINE$104 = 
18288                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "HYPERSALINE");
18289             private static final javax.xml.namespace.QName EXTREMEAQUATICENVIRONMENT$106 = 
18290                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "EXTREMEAQUATICENVIRONMENT");
18291             private static final javax.xml.namespace.QName CAVESROCKOUTCROPSCLIFFS$108 = 
18292                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "CAVESROCKOUTCROPSCLIFFS");
18293             private static final javax.xml.namespace.QName MANGROVES$110 = 
18294                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "MANGROVES");
18295             private static final javax.xml.namespace.QName SUBSURFACEWATERSSPRINGS$112 = 
18296                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "SUBSURFACEWATERSSPRINGS");
18297             private static final javax.xml.namespace.QName EPHEMERALPOOLSSTREAMS$114 = 
18298                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "EPHEMERALPOOLSSTREAMS");
18299             private static final javax.xml.namespace.QName MICROPOOLS$116 = 
18300                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "MICROPOOLS");
18301             private static final javax.xml.namespace.QName CELLTISSUECULTURE$118 = 
18302                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "CellTissueCulture");
18303             private static final javax.xml.namespace.QName INSILICO$120 = 
18304                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "InSilico");
18305             private static final javax.xml.namespace.QName THEORETICALSYSTEMS$122 = 
18306                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "THEORETICALSYSTEMS");
18307             private static final javax.xml.namespace.QName OTHERARTIFICIALSYSTEMS$124 = 
18308                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "OTHERARTIFICIALSYSTEMS");
18309             private static final javax.xml.namespace.QName HABITATNOTAPPLICABLE$126 = 
18310                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "HABITATNOTAPPLICABLE");
18311             
18312             
18313             
18314 
18315 
18316             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getGENERALTERRESTRIAL()
18317             {
18318                 synchronized (monitor())
18319                 {
18320                     check_orphaned();
18321                     org.apache.xmlbeans.SimpleValue target = null;
18322                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(GENERALTERRESTRIAL$0, 0);
18323                     if (target == null)
18324                     {
18325                       return null;
18326                     }
18327                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
18328                 }
18329             }
18330             
18331             
18332 
18333 
18334             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetGENERALTERRESTRIAL()
18335             {
18336                 synchronized (monitor())
18337                 {
18338                     check_orphaned();
18339                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
18340                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(GENERALTERRESTRIAL$0, 0);
18341                     return target;
18342                 }
18343             }
18344             
18345             
18346 
18347 
18348             public boolean isSetGENERALTERRESTRIAL()
18349             {
18350                 synchronized (monitor())
18351                 {
18352                     check_orphaned();
18353                     return get_store().count_elements(GENERALTERRESTRIAL$0) != 0;
18354                 }
18355             }
18356             
18357             
18358 
18359 
18360             public void setGENERALTERRESTRIAL(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum generalterrestrial)
18361             {
18362                 synchronized (monitor())
18363                 {
18364                     check_orphaned();
18365                     org.apache.xmlbeans.SimpleValue target = null;
18366                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(GENERALTERRESTRIAL$0, 0);
18367                     if (target == null)
18368                     {
18369                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(GENERALTERRESTRIAL$0);
18370                     }
18371                     target.setEnumValue(generalterrestrial);
18372                 }
18373             }
18374             
18375             
18376 
18377 
18378             public void xsetGENERALTERRESTRIAL(gov.grants.apply.system.globalLibraryV20.YesNoDataType generalterrestrial)
18379             {
18380                 synchronized (monitor())
18381                 {
18382                     check_orphaned();
18383                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
18384                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(GENERALTERRESTRIAL$0, 0);
18385                     if (target == null)
18386                     {
18387                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(GENERALTERRESTRIAL$0);
18388                     }
18389                     target.set(generalterrestrial);
18390                 }
18391             }
18392             
18393             
18394 
18395 
18396             public void unsetGENERALTERRESTRIAL()
18397             {
18398                 synchronized (monitor())
18399                 {
18400                     check_orphaned();
18401                     get_store().remove_element(GENERALTERRESTRIAL$0, 0);
18402                 }
18403             }
18404             
18405             
18406 
18407 
18408             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getTUNDRA()
18409             {
18410                 synchronized (monitor())
18411                 {
18412                     check_orphaned();
18413                     org.apache.xmlbeans.SimpleValue target = null;
18414                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TUNDRA$2, 0);
18415                     if (target == null)
18416                     {
18417                       return null;
18418                     }
18419                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
18420                 }
18421             }
18422             
18423             
18424 
18425 
18426             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetTUNDRA()
18427             {
18428                 synchronized (monitor())
18429                 {
18430                     check_orphaned();
18431                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
18432                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TUNDRA$2, 0);
18433                     return target;
18434                 }
18435             }
18436             
18437             
18438 
18439 
18440             public boolean isSetTUNDRA()
18441             {
18442                 synchronized (monitor())
18443                 {
18444                     check_orphaned();
18445                     return get_store().count_elements(TUNDRA$2) != 0;
18446                 }
18447             }
18448             
18449             
18450 
18451 
18452             public void setTUNDRA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum tundra)
18453             {
18454                 synchronized (monitor())
18455                 {
18456                     check_orphaned();
18457                     org.apache.xmlbeans.SimpleValue target = null;
18458                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TUNDRA$2, 0);
18459                     if (target == null)
18460                     {
18461                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(TUNDRA$2);
18462                     }
18463                     target.setEnumValue(tundra);
18464                 }
18465             }
18466             
18467             
18468 
18469 
18470             public void xsetTUNDRA(gov.grants.apply.system.globalLibraryV20.YesNoDataType tundra)
18471             {
18472                 synchronized (monitor())
18473                 {
18474                     check_orphaned();
18475                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
18476                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TUNDRA$2, 0);
18477                     if (target == null)
18478                     {
18479                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(TUNDRA$2);
18480                     }
18481                     target.set(tundra);
18482                 }
18483             }
18484             
18485             
18486 
18487 
18488             public void unsetTUNDRA()
18489             {
18490                 synchronized (monitor())
18491                 {
18492                     check_orphaned();
18493                     get_store().remove_element(TUNDRA$2, 0);
18494                 }
18495             }
18496             
18497             
18498 
18499 
18500             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBOREALFOREST()
18501             {
18502                 synchronized (monitor())
18503                 {
18504                     check_orphaned();
18505                     org.apache.xmlbeans.SimpleValue target = null;
18506                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(BOREALFOREST$4, 0);
18507                     if (target == null)
18508                     {
18509                       return null;
18510                     }
18511                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
18512                 }
18513             }
18514             
18515             
18516 
18517 
18518             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBOREALFOREST()
18519             {
18520                 synchronized (monitor())
18521                 {
18522                     check_orphaned();
18523                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
18524                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(BOREALFOREST$4, 0);
18525                     return target;
18526                 }
18527             }
18528             
18529             
18530 
18531 
18532             public boolean isSetBOREALFOREST()
18533             {
18534                 synchronized (monitor())
18535                 {
18536                     check_orphaned();
18537                     return get_store().count_elements(BOREALFOREST$4) != 0;
18538                 }
18539             }
18540             
18541             
18542 
18543 
18544             public void setBOREALFOREST(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum borealforest)
18545             {
18546                 synchronized (monitor())
18547                 {
18548                     check_orphaned();
18549                     org.apache.xmlbeans.SimpleValue target = null;
18550                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(BOREALFOREST$4, 0);
18551                     if (target == null)
18552                     {
18553                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(BOREALFOREST$4);
18554                     }
18555                     target.setEnumValue(borealforest);
18556                 }
18557             }
18558             
18559             
18560 
18561 
18562             public void xsetBOREALFOREST(gov.grants.apply.system.globalLibraryV20.YesNoDataType borealforest)
18563             {
18564                 synchronized (monitor())
18565                 {
18566                     check_orphaned();
18567                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
18568                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(BOREALFOREST$4, 0);
18569                     if (target == null)
18570                     {
18571                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(BOREALFOREST$4);
18572                     }
18573                     target.set(borealforest);
18574                 }
18575             }
18576             
18577             
18578 
18579 
18580             public void unsetBOREALFOREST()
18581             {
18582                 synchronized (monitor())
18583                 {
18584                     check_orphaned();
18585                     get_store().remove_element(BOREALFOREST$4, 0);
18586                 }
18587             }
18588             
18589             
18590 
18591 
18592             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getTEMPERATE()
18593             {
18594                 synchronized (monitor())
18595                 {
18596                     check_orphaned();
18597                     org.apache.xmlbeans.SimpleValue target = null;
18598                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TEMPERATE$6, 0);
18599                     if (target == null)
18600                     {
18601                       return null;
18602                     }
18603                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
18604                 }
18605             }
18606             
18607             
18608 
18609 
18610             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetTEMPERATE()
18611             {
18612                 synchronized (monitor())
18613                 {
18614                     check_orphaned();
18615                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
18616                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TEMPERATE$6, 0);
18617                     return target;
18618                 }
18619             }
18620             
18621             
18622 
18623 
18624             public boolean isSetTEMPERATE()
18625             {
18626                 synchronized (monitor())
18627                 {
18628                     check_orphaned();
18629                     return get_store().count_elements(TEMPERATE$6) != 0;
18630                 }
18631             }
18632             
18633             
18634 
18635 
18636             public void setTEMPERATE(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum temperate)
18637             {
18638                 synchronized (monitor())
18639                 {
18640                     check_orphaned();
18641                     org.apache.xmlbeans.SimpleValue target = null;
18642                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TEMPERATE$6, 0);
18643                     if (target == null)
18644                     {
18645                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(TEMPERATE$6);
18646                     }
18647                     target.setEnumValue(temperate);
18648                 }
18649             }
18650             
18651             
18652 
18653 
18654             public void xsetTEMPERATE(gov.grants.apply.system.globalLibraryV20.YesNoDataType temperate)
18655             {
18656                 synchronized (monitor())
18657                 {
18658                     check_orphaned();
18659                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
18660                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TEMPERATE$6, 0);
18661                     if (target == null)
18662                     {
18663                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(TEMPERATE$6);
18664                     }
18665                     target.set(temperate);
18666                 }
18667             }
18668             
18669             
18670 
18671 
18672             public void unsetTEMPERATE()
18673             {
18674                 synchronized (monitor())
18675                 {
18676                     check_orphaned();
18677                     get_store().remove_element(TEMPERATE$6, 0);
18678                 }
18679             }
18680             
18681             
18682 
18683 
18684             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getTEMPERATEDeciduousForest()
18685             {
18686                 synchronized (monitor())
18687                 {
18688                     check_orphaned();
18689                     org.apache.xmlbeans.SimpleValue target = null;
18690                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TEMPERATEDECIDUOUSFOREST$8, 0);
18691                     if (target == null)
18692                     {
18693                       return null;
18694                     }
18695                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
18696                 }
18697             }
18698             
18699             
18700 
18701 
18702             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetTEMPERATEDeciduousForest()
18703             {
18704                 synchronized (monitor())
18705                 {
18706                     check_orphaned();
18707                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
18708                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TEMPERATEDECIDUOUSFOREST$8, 0);
18709                     return target;
18710                 }
18711             }
18712             
18713             
18714 
18715 
18716             public boolean isSetTEMPERATEDeciduousForest()
18717             {
18718                 synchronized (monitor())
18719                 {
18720                     check_orphaned();
18721                     return get_store().count_elements(TEMPERATEDECIDUOUSFOREST$8) != 0;
18722                 }
18723             }
18724             
18725             
18726 
18727 
18728             public void setTEMPERATEDeciduousForest(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum temperateDeciduousForest)
18729             {
18730                 synchronized (monitor())
18731                 {
18732                     check_orphaned();
18733                     org.apache.xmlbeans.SimpleValue target = null;
18734                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TEMPERATEDECIDUOUSFOREST$8, 0);
18735                     if (target == null)
18736                     {
18737                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(TEMPERATEDECIDUOUSFOREST$8);
18738                     }
18739                     target.setEnumValue(temperateDeciduousForest);
18740                 }
18741             }
18742             
18743             
18744 
18745 
18746             public void xsetTEMPERATEDeciduousForest(gov.grants.apply.system.globalLibraryV20.YesNoDataType temperateDeciduousForest)
18747             {
18748                 synchronized (monitor())
18749                 {
18750                     check_orphaned();
18751                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
18752                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TEMPERATEDECIDUOUSFOREST$8, 0);
18753                     if (target == null)
18754                     {
18755                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(TEMPERATEDECIDUOUSFOREST$8);
18756                     }
18757                     target.set(temperateDeciduousForest);
18758                 }
18759             }
18760             
18761             
18762 
18763 
18764             public void unsetTEMPERATEDeciduousForest()
18765             {
18766                 synchronized (monitor())
18767                 {
18768                     check_orphaned();
18769                     get_store().remove_element(TEMPERATEDECIDUOUSFOREST$8, 0);
18770                 }
18771             }
18772             
18773             
18774 
18775 
18776             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getTEMPERATEConiferousForest()
18777             {
18778                 synchronized (monitor())
18779                 {
18780                     check_orphaned();
18781                     org.apache.xmlbeans.SimpleValue target = null;
18782                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TEMPERATECONIFEROUSFOREST$10, 0);
18783                     if (target == null)
18784                     {
18785                       return null;
18786                     }
18787                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
18788                 }
18789             }
18790             
18791             
18792 
18793 
18794             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetTEMPERATEConiferousForest()
18795             {
18796                 synchronized (monitor())
18797                 {
18798                     check_orphaned();
18799                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
18800                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TEMPERATECONIFEROUSFOREST$10, 0);
18801                     return target;
18802                 }
18803             }
18804             
18805             
18806 
18807 
18808             public boolean isSetTEMPERATEConiferousForest()
18809             {
18810                 synchronized (monitor())
18811                 {
18812                     check_orphaned();
18813                     return get_store().count_elements(TEMPERATECONIFEROUSFOREST$10) != 0;
18814                 }
18815             }
18816             
18817             
18818 
18819 
18820             public void setTEMPERATEConiferousForest(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum temperateConiferousForest)
18821             {
18822                 synchronized (monitor())
18823                 {
18824                     check_orphaned();
18825                     org.apache.xmlbeans.SimpleValue target = null;
18826                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TEMPERATECONIFEROUSFOREST$10, 0);
18827                     if (target == null)
18828                     {
18829                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(TEMPERATECONIFEROUSFOREST$10);
18830                     }
18831                     target.setEnumValue(temperateConiferousForest);
18832                 }
18833             }
18834             
18835             
18836 
18837 
18838             public void xsetTEMPERATEConiferousForest(gov.grants.apply.system.globalLibraryV20.YesNoDataType temperateConiferousForest)
18839             {
18840                 synchronized (monitor())
18841                 {
18842                     check_orphaned();
18843                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
18844                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TEMPERATECONIFEROUSFOREST$10, 0);
18845                     if (target == null)
18846                     {
18847                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(TEMPERATECONIFEROUSFOREST$10);
18848                     }
18849                     target.set(temperateConiferousForest);
18850                 }
18851             }
18852             
18853             
18854 
18855 
18856             public void unsetTEMPERATEConiferousForest()
18857             {
18858                 synchronized (monitor())
18859                 {
18860                     check_orphaned();
18861                     get_store().remove_element(TEMPERATECONIFEROUSFOREST$10, 0);
18862                 }
18863             }
18864             
18865             
18866 
18867 
18868             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getTEMPERATERainForest()
18869             {
18870                 synchronized (monitor())
18871                 {
18872                     check_orphaned();
18873                     org.apache.xmlbeans.SimpleValue target = null;
18874                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TEMPERATERAINFOREST$12, 0);
18875                     if (target == null)
18876                     {
18877                       return null;
18878                     }
18879                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
18880                 }
18881             }
18882             
18883             
18884 
18885 
18886             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetTEMPERATERainForest()
18887             {
18888                 synchronized (monitor())
18889                 {
18890                     check_orphaned();
18891                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
18892                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TEMPERATERAINFOREST$12, 0);
18893                     return target;
18894                 }
18895             }
18896             
18897             
18898 
18899 
18900             public boolean isSetTEMPERATERainForest()
18901             {
18902                 synchronized (monitor())
18903                 {
18904                     check_orphaned();
18905                     return get_store().count_elements(TEMPERATERAINFOREST$12) != 0;
18906                 }
18907             }
18908             
18909             
18910 
18911 
18912             public void setTEMPERATERainForest(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum temperateRainForest)
18913             {
18914                 synchronized (monitor())
18915                 {
18916                     check_orphaned();
18917                     org.apache.xmlbeans.SimpleValue target = null;
18918                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TEMPERATERAINFOREST$12, 0);
18919                     if (target == null)
18920                     {
18921                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(TEMPERATERAINFOREST$12);
18922                     }
18923                     target.setEnumValue(temperateRainForest);
18924                 }
18925             }
18926             
18927             
18928 
18929 
18930             public void xsetTEMPERATERainForest(gov.grants.apply.system.globalLibraryV20.YesNoDataType temperateRainForest)
18931             {
18932                 synchronized (monitor())
18933                 {
18934                     check_orphaned();
18935                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
18936                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TEMPERATERAINFOREST$12, 0);
18937                     if (target == null)
18938                     {
18939                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(TEMPERATERAINFOREST$12);
18940                     }
18941                     target.set(temperateRainForest);
18942                 }
18943             }
18944             
18945             
18946 
18947 
18948             public void unsetTEMPERATERainForest()
18949             {
18950                 synchronized (monitor())
18951                 {
18952                     check_orphaned();
18953                     get_store().remove_element(TEMPERATERAINFOREST$12, 0);
18954                 }
18955             }
18956             
18957             
18958 
18959 
18960             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getTEMPERATEMixedForest()
18961             {
18962                 synchronized (monitor())
18963                 {
18964                     check_orphaned();
18965                     org.apache.xmlbeans.SimpleValue target = null;
18966                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TEMPERATEMIXEDFOREST$14, 0);
18967                     if (target == null)
18968                     {
18969                       return null;
18970                     }
18971                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
18972                 }
18973             }
18974             
18975             
18976 
18977 
18978             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetTEMPERATEMixedForest()
18979             {
18980                 synchronized (monitor())
18981                 {
18982                     check_orphaned();
18983                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
18984                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TEMPERATEMIXEDFOREST$14, 0);
18985                     return target;
18986                 }
18987             }
18988             
18989             
18990 
18991 
18992             public boolean isSetTEMPERATEMixedForest()
18993             {
18994                 synchronized (monitor())
18995                 {
18996                     check_orphaned();
18997                     return get_store().count_elements(TEMPERATEMIXEDFOREST$14) != 0;
18998                 }
18999             }
19000             
19001             
19002 
19003 
19004             public void setTEMPERATEMixedForest(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum temperateMixedForest)
19005             {
19006                 synchronized (monitor())
19007                 {
19008                     check_orphaned();
19009                     org.apache.xmlbeans.SimpleValue target = null;
19010                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TEMPERATEMIXEDFOREST$14, 0);
19011                     if (target == null)
19012                     {
19013                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(TEMPERATEMIXEDFOREST$14);
19014                     }
19015                     target.setEnumValue(temperateMixedForest);
19016                 }
19017             }
19018             
19019             
19020 
19021 
19022             public void xsetTEMPERATEMixedForest(gov.grants.apply.system.globalLibraryV20.YesNoDataType temperateMixedForest)
19023             {
19024                 synchronized (monitor())
19025                 {
19026                     check_orphaned();
19027                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
19028                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TEMPERATEMIXEDFOREST$14, 0);
19029                     if (target == null)
19030                     {
19031                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(TEMPERATEMIXEDFOREST$14);
19032                     }
19033                     target.set(temperateMixedForest);
19034                 }
19035             }
19036             
19037             
19038 
19039 
19040             public void unsetTEMPERATEMixedForest()
19041             {
19042                 synchronized (monitor())
19043                 {
19044                     check_orphaned();
19045                     get_store().remove_element(TEMPERATEMIXEDFOREST$14, 0);
19046                 }
19047             }
19048             
19049             
19050 
19051 
19052             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getTEMPERATEPrairieGrasslands()
19053             {
19054                 synchronized (monitor())
19055                 {
19056                     check_orphaned();
19057                     org.apache.xmlbeans.SimpleValue target = null;
19058                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TEMPERATEPRAIRIEGRASSLANDS$16, 0);
19059                     if (target == null)
19060                     {
19061                       return null;
19062                     }
19063                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
19064                 }
19065             }
19066             
19067             
19068 
19069 
19070             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetTEMPERATEPrairieGrasslands()
19071             {
19072                 synchronized (monitor())
19073                 {
19074                     check_orphaned();
19075                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
19076                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TEMPERATEPRAIRIEGRASSLANDS$16, 0);
19077                     return target;
19078                 }
19079             }
19080             
19081             
19082 
19083 
19084             public boolean isSetTEMPERATEPrairieGrasslands()
19085             {
19086                 synchronized (monitor())
19087                 {
19088                     check_orphaned();
19089                     return get_store().count_elements(TEMPERATEPRAIRIEGRASSLANDS$16) != 0;
19090                 }
19091             }
19092             
19093             
19094 
19095 
19096             public void setTEMPERATEPrairieGrasslands(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum temperatePrairieGrasslands)
19097             {
19098                 synchronized (monitor())
19099                 {
19100                     check_orphaned();
19101                     org.apache.xmlbeans.SimpleValue target = null;
19102                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TEMPERATEPRAIRIEGRASSLANDS$16, 0);
19103                     if (target == null)
19104                     {
19105                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(TEMPERATEPRAIRIEGRASSLANDS$16);
19106                     }
19107                     target.setEnumValue(temperatePrairieGrasslands);
19108                 }
19109             }
19110             
19111             
19112 
19113 
19114             public void xsetTEMPERATEPrairieGrasslands(gov.grants.apply.system.globalLibraryV20.YesNoDataType temperatePrairieGrasslands)
19115             {
19116                 synchronized (monitor())
19117                 {
19118                     check_orphaned();
19119                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
19120                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TEMPERATEPRAIRIEGRASSLANDS$16, 0);
19121                     if (target == null)
19122                     {
19123                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(TEMPERATEPRAIRIEGRASSLANDS$16);
19124                     }
19125                     target.set(temperatePrairieGrasslands);
19126                 }
19127             }
19128             
19129             
19130 
19131 
19132             public void unsetTEMPERATEPrairieGrasslands()
19133             {
19134                 synchronized (monitor())
19135                 {
19136                     check_orphaned();
19137                     get_store().remove_element(TEMPERATEPRAIRIEGRASSLANDS$16, 0);
19138                 }
19139             }
19140             
19141             
19142 
19143 
19144             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getTEMPERATEDesert()
19145             {
19146                 synchronized (monitor())
19147                 {
19148                     check_orphaned();
19149                     org.apache.xmlbeans.SimpleValue target = null;
19150                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TEMPERATEDESERT$18, 0);
19151                     if (target == null)
19152                     {
19153                       return null;
19154                     }
19155                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
19156                 }
19157             }
19158             
19159             
19160 
19161 
19162             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetTEMPERATEDesert()
19163             {
19164                 synchronized (monitor())
19165                 {
19166                     check_orphaned();
19167                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
19168                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TEMPERATEDESERT$18, 0);
19169                     return target;
19170                 }
19171             }
19172             
19173             
19174 
19175 
19176             public boolean isSetTEMPERATEDesert()
19177             {
19178                 synchronized (monitor())
19179                 {
19180                     check_orphaned();
19181                     return get_store().count_elements(TEMPERATEDESERT$18) != 0;
19182                 }
19183             }
19184             
19185             
19186 
19187 
19188             public void setTEMPERATEDesert(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum temperateDesert)
19189             {
19190                 synchronized (monitor())
19191                 {
19192                     check_orphaned();
19193                     org.apache.xmlbeans.SimpleValue target = null;
19194                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TEMPERATEDESERT$18, 0);
19195                     if (target == null)
19196                     {
19197                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(TEMPERATEDESERT$18);
19198                     }
19199                     target.setEnumValue(temperateDesert);
19200                 }
19201             }
19202             
19203             
19204 
19205 
19206             public void xsetTEMPERATEDesert(gov.grants.apply.system.globalLibraryV20.YesNoDataType temperateDesert)
19207             {
19208                 synchronized (monitor())
19209                 {
19210                     check_orphaned();
19211                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
19212                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TEMPERATEDESERT$18, 0);
19213                     if (target == null)
19214                     {
19215                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(TEMPERATEDESERT$18);
19216                     }
19217                     target.set(temperateDesert);
19218                 }
19219             }
19220             
19221             
19222 
19223 
19224             public void unsetTEMPERATEDesert()
19225             {
19226                 synchronized (monitor())
19227                 {
19228                     check_orphaned();
19229                     get_store().remove_element(TEMPERATEDESERT$18, 0);
19230                 }
19231             }
19232             
19233             
19234 
19235 
19236             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSUBTROPICAL()
19237             {
19238                 synchronized (monitor())
19239                 {
19240                     check_orphaned();
19241                     org.apache.xmlbeans.SimpleValue target = null;
19242                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SUBTROPICAL$20, 0);
19243                     if (target == null)
19244                     {
19245                       return null;
19246                     }
19247                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
19248                 }
19249             }
19250             
19251             
19252 
19253 
19254             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSUBTROPICAL()
19255             {
19256                 synchronized (monitor())
19257                 {
19258                     check_orphaned();
19259                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
19260                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SUBTROPICAL$20, 0);
19261                     return target;
19262                 }
19263             }
19264             
19265             
19266 
19267 
19268             public boolean isSetSUBTROPICAL()
19269             {
19270                 synchronized (monitor())
19271                 {
19272                     check_orphaned();
19273                     return get_store().count_elements(SUBTROPICAL$20) != 0;
19274                 }
19275             }
19276             
19277             
19278 
19279 
19280             public void setSUBTROPICAL(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum subtropical)
19281             {
19282                 synchronized (monitor())
19283                 {
19284                     check_orphaned();
19285                     org.apache.xmlbeans.SimpleValue target = null;
19286                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SUBTROPICAL$20, 0);
19287                     if (target == null)
19288                     {
19289                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SUBTROPICAL$20);
19290                     }
19291                     target.setEnumValue(subtropical);
19292                 }
19293             }
19294             
19295             
19296 
19297 
19298             public void xsetSUBTROPICAL(gov.grants.apply.system.globalLibraryV20.YesNoDataType subtropical)
19299             {
19300                 synchronized (monitor())
19301                 {
19302                     check_orphaned();
19303                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
19304                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SUBTROPICAL$20, 0);
19305                     if (target == null)
19306                     {
19307                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SUBTROPICAL$20);
19308                     }
19309                     target.set(subtropical);
19310                 }
19311             }
19312             
19313             
19314 
19315 
19316             public void unsetSUBTROPICAL()
19317             {
19318                 synchronized (monitor())
19319                 {
19320                     check_orphaned();
19321                     get_store().remove_element(SUBTROPICAL$20, 0);
19322                 }
19323             }
19324             
19325             
19326 
19327 
19328             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSUBTROPICALRainForest()
19329             {
19330                 synchronized (monitor())
19331                 {
19332                     check_orphaned();
19333                     org.apache.xmlbeans.SimpleValue target = null;
19334                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SUBTROPICALRAINFOREST$22, 0);
19335                     if (target == null)
19336                     {
19337                       return null;
19338                     }
19339                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
19340                 }
19341             }
19342             
19343             
19344 
19345 
19346             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSUBTROPICALRainForest()
19347             {
19348                 synchronized (monitor())
19349                 {
19350                     check_orphaned();
19351                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
19352                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SUBTROPICALRAINFOREST$22, 0);
19353                     return target;
19354                 }
19355             }
19356             
19357             
19358 
19359 
19360             public boolean isSetSUBTROPICALRainForest()
19361             {
19362                 synchronized (monitor())
19363                 {
19364                     check_orphaned();
19365                     return get_store().count_elements(SUBTROPICALRAINFOREST$22) != 0;
19366                 }
19367             }
19368             
19369             
19370 
19371 
19372             public void setSUBTROPICALRainForest(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum subtropicalRainForest)
19373             {
19374                 synchronized (monitor())
19375                 {
19376                     check_orphaned();
19377                     org.apache.xmlbeans.SimpleValue target = null;
19378                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SUBTROPICALRAINFOREST$22, 0);
19379                     if (target == null)
19380                     {
19381                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SUBTROPICALRAINFOREST$22);
19382                     }
19383                     target.setEnumValue(subtropicalRainForest);
19384                 }
19385             }
19386             
19387             
19388 
19389 
19390             public void xsetSUBTROPICALRainForest(gov.grants.apply.system.globalLibraryV20.YesNoDataType subtropicalRainForest)
19391             {
19392                 synchronized (monitor())
19393                 {
19394                     check_orphaned();
19395                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
19396                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SUBTROPICALRAINFOREST$22, 0);
19397                     if (target == null)
19398                     {
19399                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SUBTROPICALRAINFOREST$22);
19400                     }
19401                     target.set(subtropicalRainForest);
19402                 }
19403             }
19404             
19405             
19406 
19407 
19408             public void unsetSUBTROPICALRainForest()
19409             {
19410                 synchronized (monitor())
19411                 {
19412                     check_orphaned();
19413                     get_store().remove_element(SUBTROPICALRAINFOREST$22, 0);
19414                 }
19415             }
19416             
19417             
19418 
19419 
19420             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSUBTROPICALSeasonalForest()
19421             {
19422                 synchronized (monitor())
19423                 {
19424                     check_orphaned();
19425                     org.apache.xmlbeans.SimpleValue target = null;
19426                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SUBTROPICALSEASONALFOREST$24, 0);
19427                     if (target == null)
19428                     {
19429                       return null;
19430                     }
19431                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
19432                 }
19433             }
19434             
19435             
19436 
19437 
19438             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSUBTROPICALSeasonalForest()
19439             {
19440                 synchronized (monitor())
19441                 {
19442                     check_orphaned();
19443                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
19444                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SUBTROPICALSEASONALFOREST$24, 0);
19445                     return target;
19446                 }
19447             }
19448             
19449             
19450 
19451 
19452             public boolean isSetSUBTROPICALSeasonalForest()
19453             {
19454                 synchronized (monitor())
19455                 {
19456                     check_orphaned();
19457                     return get_store().count_elements(SUBTROPICALSEASONALFOREST$24) != 0;
19458                 }
19459             }
19460             
19461             
19462 
19463 
19464             public void setSUBTROPICALSeasonalForest(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum subtropicalSeasonalForest)
19465             {
19466                 synchronized (monitor())
19467                 {
19468                     check_orphaned();
19469                     org.apache.xmlbeans.SimpleValue target = null;
19470                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SUBTROPICALSEASONALFOREST$24, 0);
19471                     if (target == null)
19472                     {
19473                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SUBTROPICALSEASONALFOREST$24);
19474                     }
19475                     target.setEnumValue(subtropicalSeasonalForest);
19476                 }
19477             }
19478             
19479             
19480 
19481 
19482             public void xsetSUBTROPICALSeasonalForest(gov.grants.apply.system.globalLibraryV20.YesNoDataType subtropicalSeasonalForest)
19483             {
19484                 synchronized (monitor())
19485                 {
19486                     check_orphaned();
19487                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
19488                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SUBTROPICALSEASONALFOREST$24, 0);
19489                     if (target == null)
19490                     {
19491                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SUBTROPICALSEASONALFOREST$24);
19492                     }
19493                     target.set(subtropicalSeasonalForest);
19494                 }
19495             }
19496             
19497             
19498 
19499 
19500             public void unsetSUBTROPICALSeasonalForest()
19501             {
19502                 synchronized (monitor())
19503                 {
19504                     check_orphaned();
19505                     get_store().remove_element(SUBTROPICALSEASONALFOREST$24, 0);
19506                 }
19507             }
19508             
19509             
19510 
19511 
19512             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSUBTROPICALSavanna()
19513             {
19514                 synchronized (monitor())
19515                 {
19516                     check_orphaned();
19517                     org.apache.xmlbeans.SimpleValue target = null;
19518                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SUBTROPICALSAVANNA$26, 0);
19519                     if (target == null)
19520                     {
19521                       return null;
19522                     }
19523                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
19524                 }
19525             }
19526             
19527             
19528 
19529 
19530             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSUBTROPICALSavanna()
19531             {
19532                 synchronized (monitor())
19533                 {
19534                     check_orphaned();
19535                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
19536                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SUBTROPICALSAVANNA$26, 0);
19537                     return target;
19538                 }
19539             }
19540             
19541             
19542 
19543 
19544             public boolean isSetSUBTROPICALSavanna()
19545             {
19546                 synchronized (monitor())
19547                 {
19548                     check_orphaned();
19549                     return get_store().count_elements(SUBTROPICALSAVANNA$26) != 0;
19550                 }
19551             }
19552             
19553             
19554 
19555 
19556             public void setSUBTROPICALSavanna(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum subtropicalSavanna)
19557             {
19558                 synchronized (monitor())
19559                 {
19560                     check_orphaned();
19561                     org.apache.xmlbeans.SimpleValue target = null;
19562                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SUBTROPICALSAVANNA$26, 0);
19563                     if (target == null)
19564                     {
19565                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SUBTROPICALSAVANNA$26);
19566                     }
19567                     target.setEnumValue(subtropicalSavanna);
19568                 }
19569             }
19570             
19571             
19572 
19573 
19574             public void xsetSUBTROPICALSavanna(gov.grants.apply.system.globalLibraryV20.YesNoDataType subtropicalSavanna)
19575             {
19576                 synchronized (monitor())
19577                 {
19578                     check_orphaned();
19579                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
19580                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SUBTROPICALSAVANNA$26, 0);
19581                     if (target == null)
19582                     {
19583                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SUBTROPICALSAVANNA$26);
19584                     }
19585                     target.set(subtropicalSavanna);
19586                 }
19587             }
19588             
19589             
19590 
19591 
19592             public void unsetSUBTROPICALSavanna()
19593             {
19594                 synchronized (monitor())
19595                 {
19596                     check_orphaned();
19597                     get_store().remove_element(SUBTROPICALSAVANNA$26, 0);
19598                 }
19599             }
19600             
19601             
19602 
19603 
19604             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSUBTROPICALThornwoods()
19605             {
19606                 synchronized (monitor())
19607                 {
19608                     check_orphaned();
19609                     org.apache.xmlbeans.SimpleValue target = null;
19610                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SUBTROPICALTHORNWOODS$28, 0);
19611                     if (target == null)
19612                     {
19613                       return null;
19614                     }
19615                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
19616                 }
19617             }
19618             
19619             
19620 
19621 
19622             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSUBTROPICALThornwoods()
19623             {
19624                 synchronized (monitor())
19625                 {
19626                     check_orphaned();
19627                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
19628                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SUBTROPICALTHORNWOODS$28, 0);
19629                     return target;
19630                 }
19631             }
19632             
19633             
19634 
19635 
19636             public boolean isSetSUBTROPICALThornwoods()
19637             {
19638                 synchronized (monitor())
19639                 {
19640                     check_orphaned();
19641                     return get_store().count_elements(SUBTROPICALTHORNWOODS$28) != 0;
19642                 }
19643             }
19644             
19645             
19646 
19647 
19648             public void setSUBTROPICALThornwoods(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum subtropicalThornwoods)
19649             {
19650                 synchronized (monitor())
19651                 {
19652                     check_orphaned();
19653                     org.apache.xmlbeans.SimpleValue target = null;
19654                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SUBTROPICALTHORNWOODS$28, 0);
19655                     if (target == null)
19656                     {
19657                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SUBTROPICALTHORNWOODS$28);
19658                     }
19659                     target.setEnumValue(subtropicalThornwoods);
19660                 }
19661             }
19662             
19663             
19664 
19665 
19666             public void xsetSUBTROPICALThornwoods(gov.grants.apply.system.globalLibraryV20.YesNoDataType subtropicalThornwoods)
19667             {
19668                 synchronized (monitor())
19669                 {
19670                     check_orphaned();
19671                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
19672                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SUBTROPICALTHORNWOODS$28, 0);
19673                     if (target == null)
19674                     {
19675                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SUBTROPICALTHORNWOODS$28);
19676                     }
19677                     target.set(subtropicalThornwoods);
19678                 }
19679             }
19680             
19681             
19682 
19683 
19684             public void unsetSUBTROPICALThornwoods()
19685             {
19686                 synchronized (monitor())
19687                 {
19688                     check_orphaned();
19689                     get_store().remove_element(SUBTROPICALTHORNWOODS$28, 0);
19690                 }
19691             }
19692             
19693             
19694 
19695 
19696             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSUBTROPICALDeciduousForest()
19697             {
19698                 synchronized (monitor())
19699                 {
19700                     check_orphaned();
19701                     org.apache.xmlbeans.SimpleValue target = null;
19702                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SUBTROPICALDECIDUOUSFOREST$30, 0);
19703                     if (target == null)
19704                     {
19705                       return null;
19706                     }
19707                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
19708                 }
19709             }
19710             
19711             
19712 
19713 
19714             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSUBTROPICALDeciduousForest()
19715             {
19716                 synchronized (monitor())
19717                 {
19718                     check_orphaned();
19719                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
19720                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SUBTROPICALDECIDUOUSFOREST$30, 0);
19721                     return target;
19722                 }
19723             }
19724             
19725             
19726 
19727 
19728             public boolean isSetSUBTROPICALDeciduousForest()
19729             {
19730                 synchronized (monitor())
19731                 {
19732                     check_orphaned();
19733                     return get_store().count_elements(SUBTROPICALDECIDUOUSFOREST$30) != 0;
19734                 }
19735             }
19736             
19737             
19738 
19739 
19740             public void setSUBTROPICALDeciduousForest(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum subtropicalDeciduousForest)
19741             {
19742                 synchronized (monitor())
19743                 {
19744                     check_orphaned();
19745                     org.apache.xmlbeans.SimpleValue target = null;
19746                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SUBTROPICALDECIDUOUSFOREST$30, 0);
19747                     if (target == null)
19748                     {
19749                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SUBTROPICALDECIDUOUSFOREST$30);
19750                     }
19751                     target.setEnumValue(subtropicalDeciduousForest);
19752                 }
19753             }
19754             
19755             
19756 
19757 
19758             public void xsetSUBTROPICALDeciduousForest(gov.grants.apply.system.globalLibraryV20.YesNoDataType subtropicalDeciduousForest)
19759             {
19760                 synchronized (monitor())
19761                 {
19762                     check_orphaned();
19763                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
19764                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SUBTROPICALDECIDUOUSFOREST$30, 0);
19765                     if (target == null)
19766                     {
19767                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SUBTROPICALDECIDUOUSFOREST$30);
19768                     }
19769                     target.set(subtropicalDeciduousForest);
19770                 }
19771             }
19772             
19773             
19774 
19775 
19776             public void unsetSUBTROPICALDeciduousForest()
19777             {
19778                 synchronized (monitor())
19779                 {
19780                     check_orphaned();
19781                     get_store().remove_element(SUBTROPICALDECIDUOUSFOREST$30, 0);
19782                 }
19783             }
19784             
19785             
19786 
19787 
19788             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSUBTROPICALConiferousForest()
19789             {
19790                 synchronized (monitor())
19791                 {
19792                     check_orphaned();
19793                     org.apache.xmlbeans.SimpleValue target = null;
19794                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SUBTROPICALCONIFEROUSFOREST$32, 0);
19795                     if (target == null)
19796                     {
19797                       return null;
19798                     }
19799                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
19800                 }
19801             }
19802             
19803             
19804 
19805 
19806             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSUBTROPICALConiferousForest()
19807             {
19808                 synchronized (monitor())
19809                 {
19810                     check_orphaned();
19811                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
19812                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SUBTROPICALCONIFEROUSFOREST$32, 0);
19813                     return target;
19814                 }
19815             }
19816             
19817             
19818 
19819 
19820             public boolean isSetSUBTROPICALConiferousForest()
19821             {
19822                 synchronized (monitor())
19823                 {
19824                     check_orphaned();
19825                     return get_store().count_elements(SUBTROPICALCONIFEROUSFOREST$32) != 0;
19826                 }
19827             }
19828             
19829             
19830 
19831 
19832             public void setSUBTROPICALConiferousForest(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum subtropicalConiferousForest)
19833             {
19834                 synchronized (monitor())
19835                 {
19836                     check_orphaned();
19837                     org.apache.xmlbeans.SimpleValue target = null;
19838                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SUBTROPICALCONIFEROUSFOREST$32, 0);
19839                     if (target == null)
19840                     {
19841                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SUBTROPICALCONIFEROUSFOREST$32);
19842                     }
19843                     target.setEnumValue(subtropicalConiferousForest);
19844                 }
19845             }
19846             
19847             
19848 
19849 
19850             public void xsetSUBTROPICALConiferousForest(gov.grants.apply.system.globalLibraryV20.YesNoDataType subtropicalConiferousForest)
19851             {
19852                 synchronized (monitor())
19853                 {
19854                     check_orphaned();
19855                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
19856                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SUBTROPICALCONIFEROUSFOREST$32, 0);
19857                     if (target == null)
19858                     {
19859                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SUBTROPICALCONIFEROUSFOREST$32);
19860                     }
19861                     target.set(subtropicalConiferousForest);
19862                 }
19863             }
19864             
19865             
19866 
19867 
19868             public void unsetSUBTROPICALConiferousForest()
19869             {
19870                 synchronized (monitor())
19871                 {
19872                     check_orphaned();
19873                     get_store().remove_element(SUBTROPICALCONIFEROUSFOREST$32, 0);
19874                 }
19875             }
19876             
19877             
19878 
19879 
19880             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSUBTROPICALDesert()
19881             {
19882                 synchronized (monitor())
19883                 {
19884                     check_orphaned();
19885                     org.apache.xmlbeans.SimpleValue target = null;
19886                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SUBTROPICALDESERT$34, 0);
19887                     if (target == null)
19888                     {
19889                       return null;
19890                     }
19891                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
19892                 }
19893             }
19894             
19895             
19896 
19897 
19898             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSUBTROPICALDesert()
19899             {
19900                 synchronized (monitor())
19901                 {
19902                     check_orphaned();
19903                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
19904                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SUBTROPICALDESERT$34, 0);
19905                     return target;
19906                 }
19907             }
19908             
19909             
19910 
19911 
19912             public boolean isSetSUBTROPICALDesert()
19913             {
19914                 synchronized (monitor())
19915                 {
19916                     check_orphaned();
19917                     return get_store().count_elements(SUBTROPICALDESERT$34) != 0;
19918                 }
19919             }
19920             
19921             
19922 
19923 
19924             public void setSUBTROPICALDesert(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum subtropicalDesert)
19925             {
19926                 synchronized (monitor())
19927                 {
19928                     check_orphaned();
19929                     org.apache.xmlbeans.SimpleValue target = null;
19930                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SUBTROPICALDESERT$34, 0);
19931                     if (target == null)
19932                     {
19933                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SUBTROPICALDESERT$34);
19934                     }
19935                     target.setEnumValue(subtropicalDesert);
19936                 }
19937             }
19938             
19939             
19940 
19941 
19942             public void xsetSUBTROPICALDesert(gov.grants.apply.system.globalLibraryV20.YesNoDataType subtropicalDesert)
19943             {
19944                 synchronized (monitor())
19945                 {
19946                     check_orphaned();
19947                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
19948                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SUBTROPICALDESERT$34, 0);
19949                     if (target == null)
19950                     {
19951                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SUBTROPICALDESERT$34);
19952                     }
19953                     target.set(subtropicalDesert);
19954                 }
19955             }
19956             
19957             
19958 
19959 
19960             public void unsetSUBTROPICALDesert()
19961             {
19962                 synchronized (monitor())
19963                 {
19964                     check_orphaned();
19965                     get_store().remove_element(SUBTROPICALDESERT$34, 0);
19966                 }
19967             }
19968             
19969             
19970 
19971 
19972             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getTROPICAL()
19973             {
19974                 synchronized (monitor())
19975                 {
19976                     check_orphaned();
19977                     org.apache.xmlbeans.SimpleValue target = null;
19978                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TROPICAL$36, 0);
19979                     if (target == null)
19980                     {
19981                       return null;
19982                     }
19983                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
19984                 }
19985             }
19986             
19987             
19988 
19989 
19990             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetTROPICAL()
19991             {
19992                 synchronized (monitor())
19993                 {
19994                     check_orphaned();
19995                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
19996                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TROPICAL$36, 0);
19997                     return target;
19998                 }
19999             }
20000             
20001             
20002 
20003 
20004             public boolean isSetTROPICAL()
20005             {
20006                 synchronized (monitor())
20007                 {
20008                     check_orphaned();
20009                     return get_store().count_elements(TROPICAL$36) != 0;
20010                 }
20011             }
20012             
20013             
20014 
20015 
20016             public void setTROPICAL(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum tropical)
20017             {
20018                 synchronized (monitor())
20019                 {
20020                     check_orphaned();
20021                     org.apache.xmlbeans.SimpleValue target = null;
20022                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TROPICAL$36, 0);
20023                     if (target == null)
20024                     {
20025                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(TROPICAL$36);
20026                     }
20027                     target.setEnumValue(tropical);
20028                 }
20029             }
20030             
20031             
20032 
20033 
20034             public void xsetTROPICAL(gov.grants.apply.system.globalLibraryV20.YesNoDataType tropical)
20035             {
20036                 synchronized (monitor())
20037                 {
20038                     check_orphaned();
20039                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
20040                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TROPICAL$36, 0);
20041                     if (target == null)
20042                     {
20043                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(TROPICAL$36);
20044                     }
20045                     target.set(tropical);
20046                 }
20047             }
20048             
20049             
20050 
20051 
20052             public void unsetTROPICAL()
20053             {
20054                 synchronized (monitor())
20055                 {
20056                     check_orphaned();
20057                     get_store().remove_element(TROPICAL$36, 0);
20058                 }
20059             }
20060             
20061             
20062 
20063 
20064             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getTROPICALRainForest()
20065             {
20066                 synchronized (monitor())
20067                 {
20068                     check_orphaned();
20069                     org.apache.xmlbeans.SimpleValue target = null;
20070                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TROPICALRAINFOREST$38, 0);
20071                     if (target == null)
20072                     {
20073                       return null;
20074                     }
20075                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
20076                 }
20077             }
20078             
20079             
20080 
20081 
20082             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetTROPICALRainForest()
20083             {
20084                 synchronized (monitor())
20085                 {
20086                     check_orphaned();
20087                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
20088                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TROPICALRAINFOREST$38, 0);
20089                     return target;
20090                 }
20091             }
20092             
20093             
20094 
20095 
20096             public boolean isSetTROPICALRainForest()
20097             {
20098                 synchronized (monitor())
20099                 {
20100                     check_orphaned();
20101                     return get_store().count_elements(TROPICALRAINFOREST$38) != 0;
20102                 }
20103             }
20104             
20105             
20106 
20107 
20108             public void setTROPICALRainForest(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum tropicalRainForest)
20109             {
20110                 synchronized (monitor())
20111                 {
20112                     check_orphaned();
20113                     org.apache.xmlbeans.SimpleValue target = null;
20114                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TROPICALRAINFOREST$38, 0);
20115                     if (target == null)
20116                     {
20117                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(TROPICALRAINFOREST$38);
20118                     }
20119                     target.setEnumValue(tropicalRainForest);
20120                 }
20121             }
20122             
20123             
20124 
20125 
20126             public void xsetTROPICALRainForest(gov.grants.apply.system.globalLibraryV20.YesNoDataType tropicalRainForest)
20127             {
20128                 synchronized (monitor())
20129                 {
20130                     check_orphaned();
20131                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
20132                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TROPICALRAINFOREST$38, 0);
20133                     if (target == null)
20134                     {
20135                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(TROPICALRAINFOREST$38);
20136                     }
20137                     target.set(tropicalRainForest);
20138                 }
20139             }
20140             
20141             
20142 
20143 
20144             public void unsetTROPICALRainForest()
20145             {
20146                 synchronized (monitor())
20147                 {
20148                     check_orphaned();
20149                     get_store().remove_element(TROPICALRAINFOREST$38, 0);
20150                 }
20151             }
20152             
20153             
20154 
20155 
20156             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getTROPICALSeasonalForest()
20157             {
20158                 synchronized (monitor())
20159                 {
20160                     check_orphaned();
20161                     org.apache.xmlbeans.SimpleValue target = null;
20162                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TROPICALSEASONALFOREST$40, 0);
20163                     if (target == null)
20164                     {
20165                       return null;
20166                     }
20167                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
20168                 }
20169             }
20170             
20171             
20172 
20173 
20174             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetTROPICALSeasonalForest()
20175             {
20176                 synchronized (monitor())
20177                 {
20178                     check_orphaned();
20179                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
20180                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TROPICALSEASONALFOREST$40, 0);
20181                     return target;
20182                 }
20183             }
20184             
20185             
20186 
20187 
20188             public boolean isSetTROPICALSeasonalForest()
20189             {
20190                 synchronized (monitor())
20191                 {
20192                     check_orphaned();
20193                     return get_store().count_elements(TROPICALSEASONALFOREST$40) != 0;
20194                 }
20195             }
20196             
20197             
20198 
20199 
20200             public void setTROPICALSeasonalForest(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum tropicalSeasonalForest)
20201             {
20202                 synchronized (monitor())
20203                 {
20204                     check_orphaned();
20205                     org.apache.xmlbeans.SimpleValue target = null;
20206                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TROPICALSEASONALFOREST$40, 0);
20207                     if (target == null)
20208                     {
20209                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(TROPICALSEASONALFOREST$40);
20210                     }
20211                     target.setEnumValue(tropicalSeasonalForest);
20212                 }
20213             }
20214             
20215             
20216 
20217 
20218             public void xsetTROPICALSeasonalForest(gov.grants.apply.system.globalLibraryV20.YesNoDataType tropicalSeasonalForest)
20219             {
20220                 synchronized (monitor())
20221                 {
20222                     check_orphaned();
20223                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
20224                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TROPICALSEASONALFOREST$40, 0);
20225                     if (target == null)
20226                     {
20227                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(TROPICALSEASONALFOREST$40);
20228                     }
20229                     target.set(tropicalSeasonalForest);
20230                 }
20231             }
20232             
20233             
20234 
20235 
20236             public void unsetTROPICALSeasonalForest()
20237             {
20238                 synchronized (monitor())
20239                 {
20240                     check_orphaned();
20241                     get_store().remove_element(TROPICALSEASONALFOREST$40, 0);
20242                 }
20243             }
20244             
20245             
20246 
20247 
20248             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getTROPICALSavanna()
20249             {
20250                 synchronized (monitor())
20251                 {
20252                     check_orphaned();
20253                     org.apache.xmlbeans.SimpleValue target = null;
20254                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TROPICALSAVANNA$42, 0);
20255                     if (target == null)
20256                     {
20257                       return null;
20258                     }
20259                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
20260                 }
20261             }
20262             
20263             
20264 
20265 
20266             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetTROPICALSavanna()
20267             {
20268                 synchronized (monitor())
20269                 {
20270                     check_orphaned();
20271                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
20272                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TROPICALSAVANNA$42, 0);
20273                     return target;
20274                 }
20275             }
20276             
20277             
20278 
20279 
20280             public boolean isSetTROPICALSavanna()
20281             {
20282                 synchronized (monitor())
20283                 {
20284                     check_orphaned();
20285                     return get_store().count_elements(TROPICALSAVANNA$42) != 0;
20286                 }
20287             }
20288             
20289             
20290 
20291 
20292             public void setTROPICALSavanna(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum tropicalSavanna)
20293             {
20294                 synchronized (monitor())
20295                 {
20296                     check_orphaned();
20297                     org.apache.xmlbeans.SimpleValue target = null;
20298                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TROPICALSAVANNA$42, 0);
20299                     if (target == null)
20300                     {
20301                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(TROPICALSAVANNA$42);
20302                     }
20303                     target.setEnumValue(tropicalSavanna);
20304                 }
20305             }
20306             
20307             
20308 
20309 
20310             public void xsetTROPICALSavanna(gov.grants.apply.system.globalLibraryV20.YesNoDataType tropicalSavanna)
20311             {
20312                 synchronized (monitor())
20313                 {
20314                     check_orphaned();
20315                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
20316                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TROPICALSAVANNA$42, 0);
20317                     if (target == null)
20318                     {
20319                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(TROPICALSAVANNA$42);
20320                     }
20321                     target.set(tropicalSavanna);
20322                 }
20323             }
20324             
20325             
20326 
20327 
20328             public void unsetTROPICALSavanna()
20329             {
20330                 synchronized (monitor())
20331                 {
20332                     check_orphaned();
20333                     get_store().remove_element(TROPICALSAVANNA$42, 0);
20334                 }
20335             }
20336             
20337             
20338 
20339 
20340             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getTROPICALThornwoods()
20341             {
20342                 synchronized (monitor())
20343                 {
20344                     check_orphaned();
20345                     org.apache.xmlbeans.SimpleValue target = null;
20346                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TROPICALTHORNWOODS$44, 0);
20347                     if (target == null)
20348                     {
20349                       return null;
20350                     }
20351                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
20352                 }
20353             }
20354             
20355             
20356 
20357 
20358             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetTROPICALThornwoods()
20359             {
20360                 synchronized (monitor())
20361                 {
20362                     check_orphaned();
20363                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
20364                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TROPICALTHORNWOODS$44, 0);
20365                     return target;
20366                 }
20367             }
20368             
20369             
20370 
20371 
20372             public boolean isSetTROPICALThornwoods()
20373             {
20374                 synchronized (monitor())
20375                 {
20376                     check_orphaned();
20377                     return get_store().count_elements(TROPICALTHORNWOODS$44) != 0;
20378                 }
20379             }
20380             
20381             
20382 
20383 
20384             public void setTROPICALThornwoods(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum tropicalThornwoods)
20385             {
20386                 synchronized (monitor())
20387                 {
20388                     check_orphaned();
20389                     org.apache.xmlbeans.SimpleValue target = null;
20390                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TROPICALTHORNWOODS$44, 0);
20391                     if (target == null)
20392                     {
20393                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(TROPICALTHORNWOODS$44);
20394                     }
20395                     target.setEnumValue(tropicalThornwoods);
20396                 }
20397             }
20398             
20399             
20400 
20401 
20402             public void xsetTROPICALThornwoods(gov.grants.apply.system.globalLibraryV20.YesNoDataType tropicalThornwoods)
20403             {
20404                 synchronized (monitor())
20405                 {
20406                     check_orphaned();
20407                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
20408                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TROPICALTHORNWOODS$44, 0);
20409                     if (target == null)
20410                     {
20411                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(TROPICALTHORNWOODS$44);
20412                     }
20413                     target.set(tropicalThornwoods);
20414                 }
20415             }
20416             
20417             
20418 
20419 
20420             public void unsetTROPICALThornwoods()
20421             {
20422                 synchronized (monitor())
20423                 {
20424                     check_orphaned();
20425                     get_store().remove_element(TROPICALTHORNWOODS$44, 0);
20426                 }
20427             }
20428             
20429             
20430 
20431 
20432             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getTROPICALDeciduousForest()
20433             {
20434                 synchronized (monitor())
20435                 {
20436                     check_orphaned();
20437                     org.apache.xmlbeans.SimpleValue target = null;
20438                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TROPICALDECIDUOUSFOREST$46, 0);
20439                     if (target == null)
20440                     {
20441                       return null;
20442                     }
20443                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
20444                 }
20445             }
20446             
20447             
20448 
20449 
20450             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetTROPICALDeciduousForest()
20451             {
20452                 synchronized (monitor())
20453                 {
20454                     check_orphaned();
20455                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
20456                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TROPICALDECIDUOUSFOREST$46, 0);
20457                     return target;
20458                 }
20459             }
20460             
20461             
20462 
20463 
20464             public boolean isSetTROPICALDeciduousForest()
20465             {
20466                 synchronized (monitor())
20467                 {
20468                     check_orphaned();
20469                     return get_store().count_elements(TROPICALDECIDUOUSFOREST$46) != 0;
20470                 }
20471             }
20472             
20473             
20474 
20475 
20476             public void setTROPICALDeciduousForest(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum tropicalDeciduousForest)
20477             {
20478                 synchronized (monitor())
20479                 {
20480                     check_orphaned();
20481                     org.apache.xmlbeans.SimpleValue target = null;
20482                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TROPICALDECIDUOUSFOREST$46, 0);
20483                     if (target == null)
20484                     {
20485                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(TROPICALDECIDUOUSFOREST$46);
20486                     }
20487                     target.setEnumValue(tropicalDeciduousForest);
20488                 }
20489             }
20490             
20491             
20492 
20493 
20494             public void xsetTROPICALDeciduousForest(gov.grants.apply.system.globalLibraryV20.YesNoDataType tropicalDeciduousForest)
20495             {
20496                 synchronized (monitor())
20497                 {
20498                     check_orphaned();
20499                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
20500                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TROPICALDECIDUOUSFOREST$46, 0);
20501                     if (target == null)
20502                     {
20503                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(TROPICALDECIDUOUSFOREST$46);
20504                     }
20505                     target.set(tropicalDeciduousForest);
20506                 }
20507             }
20508             
20509             
20510 
20511 
20512             public void unsetTROPICALDeciduousForest()
20513             {
20514                 synchronized (monitor())
20515                 {
20516                     check_orphaned();
20517                     get_store().remove_element(TROPICALDECIDUOUSFOREST$46, 0);
20518                 }
20519             }
20520             
20521             
20522 
20523 
20524             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getTROPICALConiferousForest()
20525             {
20526                 synchronized (monitor())
20527                 {
20528                     check_orphaned();
20529                     org.apache.xmlbeans.SimpleValue target = null;
20530                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TROPICALCONIFEROUSFOREST$48, 0);
20531                     if (target == null)
20532                     {
20533                       return null;
20534                     }
20535                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
20536                 }
20537             }
20538             
20539             
20540 
20541 
20542             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetTROPICALConiferousForest()
20543             {
20544                 synchronized (monitor())
20545                 {
20546                     check_orphaned();
20547                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
20548                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TROPICALCONIFEROUSFOREST$48, 0);
20549                     return target;
20550                 }
20551             }
20552             
20553             
20554 
20555 
20556             public boolean isSetTROPICALConiferousForest()
20557             {
20558                 synchronized (monitor())
20559                 {
20560                     check_orphaned();
20561                     return get_store().count_elements(TROPICALCONIFEROUSFOREST$48) != 0;
20562                 }
20563             }
20564             
20565             
20566 
20567 
20568             public void setTROPICALConiferousForest(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum tropicalConiferousForest)
20569             {
20570                 synchronized (monitor())
20571                 {
20572                     check_orphaned();
20573                     org.apache.xmlbeans.SimpleValue target = null;
20574                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TROPICALCONIFEROUSFOREST$48, 0);
20575                     if (target == null)
20576                     {
20577                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(TROPICALCONIFEROUSFOREST$48);
20578                     }
20579                     target.setEnumValue(tropicalConiferousForest);
20580                 }
20581             }
20582             
20583             
20584 
20585 
20586             public void xsetTROPICALConiferousForest(gov.grants.apply.system.globalLibraryV20.YesNoDataType tropicalConiferousForest)
20587             {
20588                 synchronized (monitor())
20589                 {
20590                     check_orphaned();
20591                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
20592                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TROPICALCONIFEROUSFOREST$48, 0);
20593                     if (target == null)
20594                     {
20595                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(TROPICALCONIFEROUSFOREST$48);
20596                     }
20597                     target.set(tropicalConiferousForest);
20598                 }
20599             }
20600             
20601             
20602 
20603 
20604             public void unsetTROPICALConiferousForest()
20605             {
20606                 synchronized (monitor())
20607                 {
20608                     check_orphaned();
20609                     get_store().remove_element(TROPICALCONIFEROUSFOREST$48, 0);
20610                 }
20611             }
20612             
20613             
20614 
20615 
20616             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getTROPICALDesert()
20617             {
20618                 synchronized (monitor())
20619                 {
20620                     check_orphaned();
20621                     org.apache.xmlbeans.SimpleValue target = null;
20622                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TROPICALDESERT$50, 0);
20623                     if (target == null)
20624                     {
20625                       return null;
20626                     }
20627                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
20628                 }
20629             }
20630             
20631             
20632 
20633 
20634             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetTROPICALDesert()
20635             {
20636                 synchronized (monitor())
20637                 {
20638                     check_orphaned();
20639                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
20640                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TROPICALDESERT$50, 0);
20641                     return target;
20642                 }
20643             }
20644             
20645             
20646 
20647 
20648             public boolean isSetTROPICALDesert()
20649             {
20650                 synchronized (monitor())
20651                 {
20652                     check_orphaned();
20653                     return get_store().count_elements(TROPICALDESERT$50) != 0;
20654                 }
20655             }
20656             
20657             
20658 
20659 
20660             public void setTROPICALDesert(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum tropicalDesert)
20661             {
20662                 synchronized (monitor())
20663                 {
20664                     check_orphaned();
20665                     org.apache.xmlbeans.SimpleValue target = null;
20666                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TROPICALDESERT$50, 0);
20667                     if (target == null)
20668                     {
20669                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(TROPICALDESERT$50);
20670                     }
20671                     target.setEnumValue(tropicalDesert);
20672                 }
20673             }
20674             
20675             
20676 
20677 
20678             public void xsetTROPICALDesert(gov.grants.apply.system.globalLibraryV20.YesNoDataType tropicalDesert)
20679             {
20680                 synchronized (monitor())
20681                 {
20682                     check_orphaned();
20683                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
20684                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TROPICALDESERT$50, 0);
20685                     if (target == null)
20686                     {
20687                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(TROPICALDESERT$50);
20688                     }
20689                     target.set(tropicalDesert);
20690                 }
20691             }
20692             
20693             
20694 
20695 
20696             public void unsetTROPICALDesert()
20697             {
20698                 synchronized (monitor())
20699                 {
20700                     check_orphaned();
20701                     get_store().remove_element(TROPICALDESERT$50, 0);
20702                 }
20703             }
20704             
20705             
20706 
20707 
20708             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCHAPPARALSCLEROPHYLLSHRUBLANDS()
20709             {
20710                 synchronized (monitor())
20711                 {
20712                     check_orphaned();
20713                     org.apache.xmlbeans.SimpleValue target = null;
20714                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CHAPPARALSCLEROPHYLLSHRUBLANDS$52, 0);
20715                     if (target == null)
20716                     {
20717                       return null;
20718                     }
20719                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
20720                 }
20721             }
20722             
20723             
20724 
20725 
20726             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCHAPPARALSCLEROPHYLLSHRUBLANDS()
20727             {
20728                 synchronized (monitor())
20729                 {
20730                     check_orphaned();
20731                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
20732                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CHAPPARALSCLEROPHYLLSHRUBLANDS$52, 0);
20733                     return target;
20734                 }
20735             }
20736             
20737             
20738 
20739 
20740             public boolean isSetCHAPPARALSCLEROPHYLLSHRUBLANDS()
20741             {
20742                 synchronized (monitor())
20743                 {
20744                     check_orphaned();
20745                     return get_store().count_elements(CHAPPARALSCLEROPHYLLSHRUBLANDS$52) != 0;
20746                 }
20747             }
20748             
20749             
20750 
20751 
20752             public void setCHAPPARALSCLEROPHYLLSHRUBLANDS(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum chapparalsclerophyllshrublands)
20753             {
20754                 synchronized (monitor())
20755                 {
20756                     check_orphaned();
20757                     org.apache.xmlbeans.SimpleValue target = null;
20758                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CHAPPARALSCLEROPHYLLSHRUBLANDS$52, 0);
20759                     if (target == null)
20760                     {
20761                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CHAPPARALSCLEROPHYLLSHRUBLANDS$52);
20762                     }
20763                     target.setEnumValue(chapparalsclerophyllshrublands);
20764                 }
20765             }
20766             
20767             
20768 
20769 
20770             public void xsetCHAPPARALSCLEROPHYLLSHRUBLANDS(gov.grants.apply.system.globalLibraryV20.YesNoDataType chapparalsclerophyllshrublands)
20771             {
20772                 synchronized (monitor())
20773                 {
20774                     check_orphaned();
20775                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
20776                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CHAPPARALSCLEROPHYLLSHRUBLANDS$52, 0);
20777                     if (target == null)
20778                     {
20779                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CHAPPARALSCLEROPHYLLSHRUBLANDS$52);
20780                     }
20781                     target.set(chapparalsclerophyllshrublands);
20782                 }
20783             }
20784             
20785             
20786 
20787 
20788             public void unsetCHAPPARALSCLEROPHYLLSHRUBLANDS()
20789             {
20790                 synchronized (monitor())
20791                 {
20792                     check_orphaned();
20793                     get_store().remove_element(CHAPPARALSCLEROPHYLLSHRUBLANDS$52, 0);
20794                 }
20795             }
20796             
20797             
20798 
20799 
20800             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getALPINE()
20801             {
20802                 synchronized (monitor())
20803                 {
20804                     check_orphaned();
20805                     org.apache.xmlbeans.SimpleValue target = null;
20806                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ALPINE$54, 0);
20807                     if (target == null)
20808                     {
20809                       return null;
20810                     }
20811                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
20812                 }
20813             }
20814             
20815             
20816 
20817 
20818             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetALPINE()
20819             {
20820                 synchronized (monitor())
20821                 {
20822                     check_orphaned();
20823                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
20824                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ALPINE$54, 0);
20825                     return target;
20826                 }
20827             }
20828             
20829             
20830 
20831 
20832             public boolean isSetALPINE()
20833             {
20834                 synchronized (monitor())
20835                 {
20836                     check_orphaned();
20837                     return get_store().count_elements(ALPINE$54) != 0;
20838                 }
20839             }
20840             
20841             
20842 
20843 
20844             public void setALPINE(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum alpine)
20845             {
20846                 synchronized (monitor())
20847                 {
20848                     check_orphaned();
20849                     org.apache.xmlbeans.SimpleValue target = null;
20850                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ALPINE$54, 0);
20851                     if (target == null)
20852                     {
20853                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ALPINE$54);
20854                     }
20855                     target.setEnumValue(alpine);
20856                 }
20857             }
20858             
20859             
20860 
20861 
20862             public void xsetALPINE(gov.grants.apply.system.globalLibraryV20.YesNoDataType alpine)
20863             {
20864                 synchronized (monitor())
20865                 {
20866                     check_orphaned();
20867                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
20868                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ALPINE$54, 0);
20869                     if (target == null)
20870                     {
20871                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ALPINE$54);
20872                     }
20873                     target.set(alpine);
20874                 }
20875             }
20876             
20877             
20878 
20879 
20880             public void unsetALPINE()
20881             {
20882                 synchronized (monitor())
20883                 {
20884                     check_orphaned();
20885                     get_store().remove_element(ALPINE$54, 0);
20886                 }
20887             }
20888             
20889             
20890 
20891 
20892             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMONTANE()
20893             {
20894                 synchronized (monitor())
20895                 {
20896                     check_orphaned();
20897                     org.apache.xmlbeans.SimpleValue target = null;
20898                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MONTANE$56, 0);
20899                     if (target == null)
20900                     {
20901                       return null;
20902                     }
20903                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
20904                 }
20905             }
20906             
20907             
20908 
20909 
20910             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMONTANE()
20911             {
20912                 synchronized (monitor())
20913                 {
20914                     check_orphaned();
20915                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
20916                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MONTANE$56, 0);
20917                     return target;
20918                 }
20919             }
20920             
20921             
20922 
20923 
20924             public boolean isSetMONTANE()
20925             {
20926                 synchronized (monitor())
20927                 {
20928                     check_orphaned();
20929                     return get_store().count_elements(MONTANE$56) != 0;
20930                 }
20931             }
20932             
20933             
20934 
20935 
20936             public void setMONTANE(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum montane)
20937             {
20938                 synchronized (monitor())
20939                 {
20940                     check_orphaned();
20941                     org.apache.xmlbeans.SimpleValue target = null;
20942                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MONTANE$56, 0);
20943                     if (target == null)
20944                     {
20945                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(MONTANE$56);
20946                     }
20947                     target.setEnumValue(montane);
20948                 }
20949             }
20950             
20951             
20952 
20953 
20954             public void xsetMONTANE(gov.grants.apply.system.globalLibraryV20.YesNoDataType montane)
20955             {
20956                 synchronized (monitor())
20957                 {
20958                     check_orphaned();
20959                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
20960                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MONTANE$56, 0);
20961                     if (target == null)
20962                     {
20963                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(MONTANE$56);
20964                     }
20965                     target.set(montane);
20966                 }
20967             }
20968             
20969             
20970 
20971 
20972             public void unsetMONTANE()
20973             {
20974                 synchronized (monitor())
20975                 {
20976                     check_orphaned();
20977                     get_store().remove_element(MONTANE$56, 0);
20978                 }
20979             }
20980             
20981             
20982 
20983 
20984             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCLOUDFOREST()
20985             {
20986                 synchronized (monitor())
20987                 {
20988                     check_orphaned();
20989                     org.apache.xmlbeans.SimpleValue target = null;
20990                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CLOUDFOREST$58, 0);
20991                     if (target == null)
20992                     {
20993                       return null;
20994                     }
20995                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
20996                 }
20997             }
20998             
20999             
21000 
21001 
21002             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCLOUDFOREST()
21003             {
21004                 synchronized (monitor())
21005                 {
21006                     check_orphaned();
21007                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
21008                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CLOUDFOREST$58, 0);
21009                     return target;
21010                 }
21011             }
21012             
21013             
21014 
21015 
21016             public boolean isSetCLOUDFOREST()
21017             {
21018                 synchronized (monitor())
21019                 {
21020                     check_orphaned();
21021                     return get_store().count_elements(CLOUDFOREST$58) != 0;
21022                 }
21023             }
21024             
21025             
21026 
21027 
21028             public void setCLOUDFOREST(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum cloudforest)
21029             {
21030                 synchronized (monitor())
21031                 {
21032                     check_orphaned();
21033                     org.apache.xmlbeans.SimpleValue target = null;
21034                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CLOUDFOREST$58, 0);
21035                     if (target == null)
21036                     {
21037                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CLOUDFOREST$58);
21038                     }
21039                     target.setEnumValue(cloudforest);
21040                 }
21041             }
21042             
21043             
21044 
21045 
21046             public void xsetCLOUDFOREST(gov.grants.apply.system.globalLibraryV20.YesNoDataType cloudforest)
21047             {
21048                 synchronized (monitor())
21049                 {
21050                     check_orphaned();
21051                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
21052                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CLOUDFOREST$58, 0);
21053                     if (target == null)
21054                     {
21055                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CLOUDFOREST$58);
21056                     }
21057                     target.set(cloudforest);
21058                 }
21059             }
21060             
21061             
21062 
21063 
21064             public void unsetCLOUDFOREST()
21065             {
21066                 synchronized (monitor())
21067                 {
21068                     check_orphaned();
21069                     get_store().remove_element(CLOUDFOREST$58, 0);
21070                 }
21071             }
21072             
21073             
21074 
21075 
21076             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getRIPARIANZONES()
21077             {
21078                 synchronized (monitor())
21079                 {
21080                     check_orphaned();
21081                     org.apache.xmlbeans.SimpleValue target = null;
21082                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(RIPARIANZONES$60, 0);
21083                     if (target == null)
21084                     {
21085                       return null;
21086                     }
21087                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
21088                 }
21089             }
21090             
21091             
21092 
21093 
21094             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetRIPARIANZONES()
21095             {
21096                 synchronized (monitor())
21097                 {
21098                     check_orphaned();
21099                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
21100                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(RIPARIANZONES$60, 0);
21101                     return target;
21102                 }
21103             }
21104             
21105             
21106 
21107 
21108             public boolean isSetRIPARIANZONES()
21109             {
21110                 synchronized (monitor())
21111                 {
21112                     check_orphaned();
21113                     return get_store().count_elements(RIPARIANZONES$60) != 0;
21114                 }
21115             }
21116             
21117             
21118 
21119 
21120             public void setRIPARIANZONES(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum riparianzones)
21121             {
21122                 synchronized (monitor())
21123                 {
21124                     check_orphaned();
21125                     org.apache.xmlbeans.SimpleValue target = null;
21126                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(RIPARIANZONES$60, 0);
21127                     if (target == null)
21128                     {
21129                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(RIPARIANZONES$60);
21130                     }
21131                     target.setEnumValue(riparianzones);
21132                 }
21133             }
21134             
21135             
21136 
21137 
21138             public void xsetRIPARIANZONES(gov.grants.apply.system.globalLibraryV20.YesNoDataType riparianzones)
21139             {
21140                 synchronized (monitor())
21141                 {
21142                     check_orphaned();
21143                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
21144                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(RIPARIANZONES$60, 0);
21145                     if (target == null)
21146                     {
21147                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(RIPARIANZONES$60);
21148                     }
21149                     target.set(riparianzones);
21150                 }
21151             }
21152             
21153             
21154 
21155 
21156             public void unsetRIPARIANZONES()
21157             {
21158                 synchronized (monitor())
21159                 {
21160                     check_orphaned();
21161                     get_store().remove_element(RIPARIANZONES$60, 0);
21162                 }
21163             }
21164             
21165             
21166 
21167 
21168             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getISLANDS()
21169             {
21170                 synchronized (monitor())
21171                 {
21172                     check_orphaned();
21173                     org.apache.xmlbeans.SimpleValue target = null;
21174                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ISLANDS$62, 0);
21175                     if (target == null)
21176                     {
21177                       return null;
21178                     }
21179                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
21180                 }
21181             }
21182             
21183             
21184 
21185 
21186             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetISLANDS()
21187             {
21188                 synchronized (monitor())
21189                 {
21190                     check_orphaned();
21191                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
21192                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ISLANDS$62, 0);
21193                     return target;
21194                 }
21195             }
21196             
21197             
21198 
21199 
21200             public boolean isSetISLANDS()
21201             {
21202                 synchronized (monitor())
21203                 {
21204                     check_orphaned();
21205                     return get_store().count_elements(ISLANDS$62) != 0;
21206                 }
21207             }
21208             
21209             
21210 
21211 
21212             public void setISLANDS(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum islands)
21213             {
21214                 synchronized (monitor())
21215                 {
21216                     check_orphaned();
21217                     org.apache.xmlbeans.SimpleValue target = null;
21218                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ISLANDS$62, 0);
21219                     if (target == null)
21220                     {
21221                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ISLANDS$62);
21222                     }
21223                     target.setEnumValue(islands);
21224                 }
21225             }
21226             
21227             
21228 
21229 
21230             public void xsetISLANDS(gov.grants.apply.system.globalLibraryV20.YesNoDataType islands)
21231             {
21232                 synchronized (monitor())
21233                 {
21234                     check_orphaned();
21235                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
21236                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ISLANDS$62, 0);
21237                     if (target == null)
21238                     {
21239                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ISLANDS$62);
21240                     }
21241                     target.set(islands);
21242                 }
21243             }
21244             
21245             
21246 
21247 
21248             public void unsetISLANDS()
21249             {
21250                 synchronized (monitor())
21251                 {
21252                     check_orphaned();
21253                     get_store().remove_element(ISLANDS$62, 0);
21254                 }
21255             }
21256             
21257             
21258 
21259 
21260             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBEACHESDUNES()
21261             {
21262                 synchronized (monitor())
21263                 {
21264                     check_orphaned();
21265                     org.apache.xmlbeans.SimpleValue target = null;
21266                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(BEACHESDUNES$64, 0);
21267                     if (target == null)
21268                     {
21269                       return null;
21270                     }
21271                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
21272                 }
21273             }
21274             
21275             
21276 
21277 
21278             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBEACHESDUNES()
21279             {
21280                 synchronized (monitor())
21281                 {
21282                     check_orphaned();
21283                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
21284                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(BEACHESDUNES$64, 0);
21285                     return target;
21286                 }
21287             }
21288             
21289             
21290 
21291 
21292             public boolean isSetBEACHESDUNES()
21293             {
21294                 synchronized (monitor())
21295                 {
21296                     check_orphaned();
21297                     return get_store().count_elements(BEACHESDUNES$64) != 0;
21298                 }
21299             }
21300             
21301             
21302 
21303 
21304             public void setBEACHESDUNES(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum beachesdunes)
21305             {
21306                 synchronized (monitor())
21307                 {
21308                     check_orphaned();
21309                     org.apache.xmlbeans.SimpleValue target = null;
21310                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(BEACHESDUNES$64, 0);
21311                     if (target == null)
21312                     {
21313                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(BEACHESDUNES$64);
21314                     }
21315                     target.setEnumValue(beachesdunes);
21316                 }
21317             }
21318             
21319             
21320 
21321 
21322             public void xsetBEACHESDUNES(gov.grants.apply.system.globalLibraryV20.YesNoDataType beachesdunes)
21323             {
21324                 synchronized (monitor())
21325                 {
21326                     check_orphaned();
21327                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
21328                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(BEACHESDUNES$64, 0);
21329                     if (target == null)
21330                     {
21331                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(BEACHESDUNES$64);
21332                     }
21333                     target.set(beachesdunes);
21334                 }
21335             }
21336             
21337             
21338 
21339 
21340             public void unsetBEACHESDUNES()
21341             {
21342                 synchronized (monitor())
21343                 {
21344                     check_orphaned();
21345                     get_store().remove_element(BEACHESDUNES$64, 0);
21346                 }
21347             }
21348             
21349             
21350 
21351 
21352             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCAVESROCKOUTCROPS()
21353             {
21354                 synchronized (monitor())
21355                 {
21356                     check_orphaned();
21357                     org.apache.xmlbeans.SimpleValue target = null;
21358                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CAVESROCKOUTCROPS$66, 0);
21359                     if (target == null)
21360                     {
21361                       return null;
21362                     }
21363                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
21364                 }
21365             }
21366             
21367             
21368 
21369 
21370             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCAVESROCKOUTCROPS()
21371             {
21372                 synchronized (monitor())
21373                 {
21374                     check_orphaned();
21375                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
21376                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CAVESROCKOUTCROPS$66, 0);
21377                     return target;
21378                 }
21379             }
21380             
21381             
21382 
21383 
21384             public boolean isSetCAVESROCKOUTCROPS()
21385             {
21386                 synchronized (monitor())
21387                 {
21388                     check_orphaned();
21389                     return get_store().count_elements(CAVESROCKOUTCROPS$66) != 0;
21390                 }
21391             }
21392             
21393             
21394 
21395 
21396             public void setCAVESROCKOUTCROPS(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum cavesrockoutcrops)
21397             {
21398                 synchronized (monitor())
21399                 {
21400                     check_orphaned();
21401                     org.apache.xmlbeans.SimpleValue target = null;
21402                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CAVESROCKOUTCROPS$66, 0);
21403                     if (target == null)
21404                     {
21405                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CAVESROCKOUTCROPS$66);
21406                     }
21407                     target.setEnumValue(cavesrockoutcrops);
21408                 }
21409             }
21410             
21411             
21412 
21413 
21414             public void xsetCAVESROCKOUTCROPS(gov.grants.apply.system.globalLibraryV20.YesNoDataType cavesrockoutcrops)
21415             {
21416                 synchronized (monitor())
21417                 {
21418                     check_orphaned();
21419                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
21420                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CAVESROCKOUTCROPS$66, 0);
21421                     if (target == null)
21422                     {
21423                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CAVESROCKOUTCROPS$66);
21424                     }
21425                     target.set(cavesrockoutcrops);
21426                 }
21427             }
21428             
21429             
21430 
21431 
21432             public void unsetCAVESROCKOUTCROPS()
21433             {
21434                 synchronized (monitor())
21435                 {
21436                     check_orphaned();
21437                     get_store().remove_element(CAVESROCKOUTCROPS$66, 0);
21438                 }
21439             }
21440             
21441             
21442 
21443 
21444             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCROPLANDSFALLOWFIELDSPASTURES()
21445             {
21446                 synchronized (monitor())
21447                 {
21448                     check_orphaned();
21449                     org.apache.xmlbeans.SimpleValue target = null;
21450                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CROPLANDSFALLOWFIELDSPASTURES$68, 0);
21451                     if (target == null)
21452                     {
21453                       return null;
21454                     }
21455                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
21456                 }
21457             }
21458             
21459             
21460 
21461 
21462             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCROPLANDSFALLOWFIELDSPASTURES()
21463             {
21464                 synchronized (monitor())
21465                 {
21466                     check_orphaned();
21467                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
21468                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CROPLANDSFALLOWFIELDSPASTURES$68, 0);
21469                     return target;
21470                 }
21471             }
21472             
21473             
21474 
21475 
21476             public boolean isSetCROPLANDSFALLOWFIELDSPASTURES()
21477             {
21478                 synchronized (monitor())
21479                 {
21480                     check_orphaned();
21481                     return get_store().count_elements(CROPLANDSFALLOWFIELDSPASTURES$68) != 0;
21482                 }
21483             }
21484             
21485             
21486 
21487 
21488             public void setCROPLANDSFALLOWFIELDSPASTURES(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum croplandsfallowfieldspastures)
21489             {
21490                 synchronized (monitor())
21491                 {
21492                     check_orphaned();
21493                     org.apache.xmlbeans.SimpleValue target = null;
21494                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CROPLANDSFALLOWFIELDSPASTURES$68, 0);
21495                     if (target == null)
21496                     {
21497                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CROPLANDSFALLOWFIELDSPASTURES$68);
21498                     }
21499                     target.setEnumValue(croplandsfallowfieldspastures);
21500                 }
21501             }
21502             
21503             
21504 
21505 
21506             public void xsetCROPLANDSFALLOWFIELDSPASTURES(gov.grants.apply.system.globalLibraryV20.YesNoDataType croplandsfallowfieldspastures)
21507             {
21508                 synchronized (monitor())
21509                 {
21510                     check_orphaned();
21511                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
21512                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CROPLANDSFALLOWFIELDSPASTURES$68, 0);
21513                     if (target == null)
21514                     {
21515                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CROPLANDSFALLOWFIELDSPASTURES$68);
21516                     }
21517                     target.set(croplandsfallowfieldspastures);
21518                 }
21519             }
21520             
21521             
21522 
21523 
21524             public void unsetCROPLANDSFALLOWFIELDSPASTURES()
21525             {
21526                 synchronized (monitor())
21527                 {
21528                     check_orphaned();
21529                     get_store().remove_element(CROPLANDSFALLOWFIELDSPASTURES$68, 0);
21530                 }
21531             }
21532             
21533             
21534 
21535 
21536             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getURBANSUBURBAN()
21537             {
21538                 synchronized (monitor())
21539                 {
21540                     check_orphaned();
21541                     org.apache.xmlbeans.SimpleValue target = null;
21542                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(URBANSUBURBAN$70, 0);
21543                     if (target == null)
21544                     {
21545                       return null;
21546                     }
21547                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
21548                 }
21549             }
21550             
21551             
21552 
21553 
21554             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetURBANSUBURBAN()
21555             {
21556                 synchronized (monitor())
21557                 {
21558                     check_orphaned();
21559                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
21560                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(URBANSUBURBAN$70, 0);
21561                     return target;
21562                 }
21563             }
21564             
21565             
21566 
21567 
21568             public boolean isSetURBANSUBURBAN()
21569             {
21570                 synchronized (monitor())
21571                 {
21572                     check_orphaned();
21573                     return get_store().count_elements(URBANSUBURBAN$70) != 0;
21574                 }
21575             }
21576             
21577             
21578 
21579 
21580             public void setURBANSUBURBAN(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum urbansuburban)
21581             {
21582                 synchronized (monitor())
21583                 {
21584                     check_orphaned();
21585                     org.apache.xmlbeans.SimpleValue target = null;
21586                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(URBANSUBURBAN$70, 0);
21587                     if (target == null)
21588                     {
21589                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(URBANSUBURBAN$70);
21590                     }
21591                     target.setEnumValue(urbansuburban);
21592                 }
21593             }
21594             
21595             
21596 
21597 
21598             public void xsetURBANSUBURBAN(gov.grants.apply.system.globalLibraryV20.YesNoDataType urbansuburban)
21599             {
21600                 synchronized (monitor())
21601                 {
21602                     check_orphaned();
21603                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
21604                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(URBANSUBURBAN$70, 0);
21605                     if (target == null)
21606                     {
21607                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(URBANSUBURBAN$70);
21608                     }
21609                     target.set(urbansuburban);
21610                 }
21611             }
21612             
21613             
21614 
21615 
21616             public void unsetURBANSUBURBAN()
21617             {
21618                 synchronized (monitor())
21619                 {
21620                     check_orphaned();
21621                     get_store().remove_element(URBANSUBURBAN$70, 0);
21622                 }
21623             }
21624             
21625             
21626 
21627 
21628             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSUBTERRANEANSOILG259SEDIMENTS()
21629             {
21630                 synchronized (monitor())
21631                 {
21632                     check_orphaned();
21633                     org.apache.xmlbeans.SimpleValue target = null;
21634                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SUBTERRANEANSOILG259SEDIMENTS$72, 0);
21635                     if (target == null)
21636                     {
21637                       return null;
21638                     }
21639                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
21640                 }
21641             }
21642             
21643             
21644 
21645 
21646             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSUBTERRANEANSOILG259SEDIMENTS()
21647             {
21648                 synchronized (monitor())
21649                 {
21650                     check_orphaned();
21651                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
21652                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SUBTERRANEANSOILG259SEDIMENTS$72, 0);
21653                     return target;
21654                 }
21655             }
21656             
21657             
21658 
21659 
21660             public boolean isSetSUBTERRANEANSOILG259SEDIMENTS()
21661             {
21662                 synchronized (monitor())
21663                 {
21664                     check_orphaned();
21665                     return get_store().count_elements(SUBTERRANEANSOILG259SEDIMENTS$72) != 0;
21666                 }
21667             }
21668             
21669             
21670 
21671 
21672             public void setSUBTERRANEANSOILG259SEDIMENTS(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum subterraneansoilg259SEDIMENTS)
21673             {
21674                 synchronized (monitor())
21675                 {
21676                     check_orphaned();
21677                     org.apache.xmlbeans.SimpleValue target = null;
21678                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SUBTERRANEANSOILG259SEDIMENTS$72, 0);
21679                     if (target == null)
21680                     {
21681                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SUBTERRANEANSOILG259SEDIMENTS$72);
21682                     }
21683                     target.setEnumValue(subterraneansoilg259SEDIMENTS);
21684                 }
21685             }
21686             
21687             
21688 
21689 
21690             public void xsetSUBTERRANEANSOILG259SEDIMENTS(gov.grants.apply.system.globalLibraryV20.YesNoDataType subterraneansoilg259SEDIMENTS)
21691             {
21692                 synchronized (monitor())
21693                 {
21694                     check_orphaned();
21695                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
21696                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SUBTERRANEANSOILG259SEDIMENTS$72, 0);
21697                     if (target == null)
21698                     {
21699                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SUBTERRANEANSOILG259SEDIMENTS$72);
21700                     }
21701                     target.set(subterraneansoilg259SEDIMENTS);
21702                 }
21703             }
21704             
21705             
21706 
21707 
21708             public void unsetSUBTERRANEANSOILG259SEDIMENTS()
21709             {
21710                 synchronized (monitor())
21711                 {
21712                     check_orphaned();
21713                     get_store().remove_element(SUBTERRANEANSOILG259SEDIMENTS$72, 0);
21714                 }
21715             }
21716             
21717             
21718 
21719 
21720             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getEXTREMETERRESTRIALENVIRONMENT()
21721             {
21722                 synchronized (monitor())
21723                 {
21724                     check_orphaned();
21725                     org.apache.xmlbeans.SimpleValue target = null;
21726                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(EXTREMETERRESTRIALENVIRONMENT$74, 0);
21727                     if (target == null)
21728                     {
21729                       return null;
21730                     }
21731                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
21732                 }
21733             }
21734             
21735             
21736 
21737 
21738             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetEXTREMETERRESTRIALENVIRONMENT()
21739             {
21740                 synchronized (monitor())
21741                 {
21742                     check_orphaned();
21743                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
21744                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(EXTREMETERRESTRIALENVIRONMENT$74, 0);
21745                     return target;
21746                 }
21747             }
21748             
21749             
21750 
21751 
21752             public boolean isSetEXTREMETERRESTRIALENVIRONMENT()
21753             {
21754                 synchronized (monitor())
21755                 {
21756                     check_orphaned();
21757                     return get_store().count_elements(EXTREMETERRESTRIALENVIRONMENT$74) != 0;
21758                 }
21759             }
21760             
21761             
21762 
21763 
21764             public void setEXTREMETERRESTRIALENVIRONMENT(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum extremeterrestrialenvironment)
21765             {
21766                 synchronized (monitor())
21767                 {
21768                     check_orphaned();
21769                     org.apache.xmlbeans.SimpleValue target = null;
21770                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(EXTREMETERRESTRIALENVIRONMENT$74, 0);
21771                     if (target == null)
21772                     {
21773                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(EXTREMETERRESTRIALENVIRONMENT$74);
21774                     }
21775                     target.setEnumValue(extremeterrestrialenvironment);
21776                 }
21777             }
21778             
21779             
21780 
21781 
21782             public void xsetEXTREMETERRESTRIALENVIRONMENT(gov.grants.apply.system.globalLibraryV20.YesNoDataType extremeterrestrialenvironment)
21783             {
21784                 synchronized (monitor())
21785                 {
21786                     check_orphaned();
21787                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
21788                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(EXTREMETERRESTRIALENVIRONMENT$74, 0);
21789                     if (target == null)
21790                     {
21791                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(EXTREMETERRESTRIALENVIRONMENT$74);
21792                     }
21793                     target.set(extremeterrestrialenvironment);
21794                 }
21795             }
21796             
21797             
21798 
21799 
21800             public void unsetEXTREMETERRESTRIALENVIRONMENT()
21801             {
21802                 synchronized (monitor())
21803                 {
21804                     check_orphaned();
21805                     get_store().remove_element(EXTREMETERRESTRIALENVIRONMENT$74, 0);
21806                 }
21807             }
21808             
21809             
21810 
21811 
21812             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAERIAL()
21813             {
21814                 synchronized (monitor())
21815                 {
21816                     check_orphaned();
21817                     org.apache.xmlbeans.SimpleValue target = null;
21818                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(AERIAL$76, 0);
21819                     if (target == null)
21820                     {
21821                       return null;
21822                     }
21823                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
21824                 }
21825             }
21826             
21827             
21828 
21829 
21830             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAERIAL()
21831             {
21832                 synchronized (monitor())
21833                 {
21834                     check_orphaned();
21835                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
21836                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(AERIAL$76, 0);
21837                     return target;
21838                 }
21839             }
21840             
21841             
21842 
21843 
21844             public boolean isSetAERIAL()
21845             {
21846                 synchronized (monitor())
21847                 {
21848                     check_orphaned();
21849                     return get_store().count_elements(AERIAL$76) != 0;
21850                 }
21851             }
21852             
21853             
21854 
21855 
21856             public void setAERIAL(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum aerial)
21857             {
21858                 synchronized (monitor())
21859                 {
21860                     check_orphaned();
21861                     org.apache.xmlbeans.SimpleValue target = null;
21862                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(AERIAL$76, 0);
21863                     if (target == null)
21864                     {
21865                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(AERIAL$76);
21866                     }
21867                     target.setEnumValue(aerial);
21868                 }
21869             }
21870             
21871             
21872 
21873 
21874             public void xsetAERIAL(gov.grants.apply.system.globalLibraryV20.YesNoDataType aerial)
21875             {
21876                 synchronized (monitor())
21877                 {
21878                     check_orphaned();
21879                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
21880                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(AERIAL$76, 0);
21881                     if (target == null)
21882                     {
21883                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(AERIAL$76);
21884                     }
21885                     target.set(aerial);
21886                 }
21887             }
21888             
21889             
21890 
21891 
21892             public void unsetAERIAL()
21893             {
21894                 synchronized (monitor())
21895                 {
21896                     check_orphaned();
21897                     get_store().remove_element(AERIAL$76, 0);
21898                 }
21899             }
21900             
21901             
21902 
21903 
21904             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getGENERALAQUATIC()
21905             {
21906                 synchronized (monitor())
21907                 {
21908                     check_orphaned();
21909                     org.apache.xmlbeans.SimpleValue target = null;
21910                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(GENERALAQUATIC$78, 0);
21911                     if (target == null)
21912                     {
21913                       return null;
21914                     }
21915                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
21916                 }
21917             }
21918             
21919             
21920 
21921 
21922             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetGENERALAQUATIC()
21923             {
21924                 synchronized (monitor())
21925                 {
21926                     check_orphaned();
21927                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
21928                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(GENERALAQUATIC$78, 0);
21929                     return target;
21930                 }
21931             }
21932             
21933             
21934 
21935 
21936             public boolean isSetGENERALAQUATIC()
21937             {
21938                 synchronized (monitor())
21939                 {
21940                     check_orphaned();
21941                     return get_store().count_elements(GENERALAQUATIC$78) != 0;
21942                 }
21943             }
21944             
21945             
21946 
21947 
21948             public void setGENERALAQUATIC(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum generalaquatic)
21949             {
21950                 synchronized (monitor())
21951                 {
21952                     check_orphaned();
21953                     org.apache.xmlbeans.SimpleValue target = null;
21954                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(GENERALAQUATIC$78, 0);
21955                     if (target == null)
21956                     {
21957                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(GENERALAQUATIC$78);
21958                     }
21959                     target.setEnumValue(generalaquatic);
21960                 }
21961             }
21962             
21963             
21964 
21965 
21966             public void xsetGENERALAQUATIC(gov.grants.apply.system.globalLibraryV20.YesNoDataType generalaquatic)
21967             {
21968                 synchronized (monitor())
21969                 {
21970                     check_orphaned();
21971                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
21972                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(GENERALAQUATIC$78, 0);
21973                     if (target == null)
21974                     {
21975                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(GENERALAQUATIC$78);
21976                     }
21977                     target.set(generalaquatic);
21978                 }
21979             }
21980             
21981             
21982 
21983 
21984             public void unsetGENERALAQUATIC()
21985             {
21986                 synchronized (monitor())
21987                 {
21988                     check_orphaned();
21989                     get_store().remove_element(GENERALAQUATIC$78, 0);
21990                 }
21991             }
21992             
21993             
21994 
21995 
21996             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFRESHWATER()
21997             {
21998                 synchronized (monitor())
21999                 {
22000                     check_orphaned();
22001                     org.apache.xmlbeans.SimpleValue target = null;
22002                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FRESHWATER$80, 0);
22003                     if (target == null)
22004                     {
22005                       return null;
22006                     }
22007                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
22008                 }
22009             }
22010             
22011             
22012 
22013 
22014             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFRESHWATER()
22015             {
22016                 synchronized (monitor())
22017                 {
22018                     check_orphaned();
22019                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
22020                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(FRESHWATER$80, 0);
22021                     return target;
22022                 }
22023             }
22024             
22025             
22026 
22027 
22028             public boolean isSetFRESHWATER()
22029             {
22030                 synchronized (monitor())
22031                 {
22032                     check_orphaned();
22033                     return get_store().count_elements(FRESHWATER$80) != 0;
22034                 }
22035             }
22036             
22037             
22038 
22039 
22040             public void setFRESHWATER(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum freshwater)
22041             {
22042                 synchronized (monitor())
22043                 {
22044                     check_orphaned();
22045                     org.apache.xmlbeans.SimpleValue target = null;
22046                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FRESHWATER$80, 0);
22047                     if (target == null)
22048                     {
22049                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(FRESHWATER$80);
22050                     }
22051                     target.setEnumValue(freshwater);
22052                 }
22053             }
22054             
22055             
22056 
22057 
22058             public void xsetFRESHWATER(gov.grants.apply.system.globalLibraryV20.YesNoDataType freshwater)
22059             {
22060                 synchronized (monitor())
22061                 {
22062                     check_orphaned();
22063                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
22064                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(FRESHWATER$80, 0);
22065                     if (target == null)
22066                     {
22067                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(FRESHWATER$80);
22068                     }
22069                     target.set(freshwater);
22070                 }
22071             }
22072             
22073             
22074 
22075 
22076             public void unsetFRESHWATER()
22077             {
22078                 synchronized (monitor())
22079                 {
22080                     check_orphaned();
22081                     get_store().remove_element(FRESHWATER$80, 0);
22082                 }
22083             }
22084             
22085             
22086 
22087 
22088             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getWetlandsBogsSwamps()
22089             {
22090                 synchronized (monitor())
22091                 {
22092                     check_orphaned();
22093                     org.apache.xmlbeans.SimpleValue target = null;
22094                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(WETLANDSBOGSSWAMPS$82, 0);
22095                     if (target == null)
22096                     {
22097                       return null;
22098                     }
22099                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
22100                 }
22101             }
22102             
22103             
22104 
22105 
22106             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetWetlandsBogsSwamps()
22107             {
22108                 synchronized (monitor())
22109                 {
22110                     check_orphaned();
22111                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
22112                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(WETLANDSBOGSSWAMPS$82, 0);
22113                     return target;
22114                 }
22115             }
22116             
22117             
22118 
22119 
22120             public boolean isSetWetlandsBogsSwamps()
22121             {
22122                 synchronized (monitor())
22123                 {
22124                     check_orphaned();
22125                     return get_store().count_elements(WETLANDSBOGSSWAMPS$82) != 0;
22126                 }
22127             }
22128             
22129             
22130 
22131 
22132             public void setWetlandsBogsSwamps(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum wetlandsBogsSwamps)
22133             {
22134                 synchronized (monitor())
22135                 {
22136                     check_orphaned();
22137                     org.apache.xmlbeans.SimpleValue target = null;
22138                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(WETLANDSBOGSSWAMPS$82, 0);
22139                     if (target == null)
22140                     {
22141                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(WETLANDSBOGSSWAMPS$82);
22142                     }
22143                     target.setEnumValue(wetlandsBogsSwamps);
22144                 }
22145             }
22146             
22147             
22148 
22149 
22150             public void xsetWetlandsBogsSwamps(gov.grants.apply.system.globalLibraryV20.YesNoDataType wetlandsBogsSwamps)
22151             {
22152                 synchronized (monitor())
22153                 {
22154                     check_orphaned();
22155                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
22156                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(WETLANDSBOGSSWAMPS$82, 0);
22157                     if (target == null)
22158                     {
22159                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(WETLANDSBOGSSWAMPS$82);
22160                     }
22161                     target.set(wetlandsBogsSwamps);
22162                 }
22163             }
22164             
22165             
22166 
22167 
22168             public void unsetWetlandsBogsSwamps()
22169             {
22170                 synchronized (monitor())
22171                 {
22172                     check_orphaned();
22173                     get_store().remove_element(WETLANDSBOGSSWAMPS$82, 0);
22174                 }
22175             }
22176             
22177             
22178 
22179 
22180             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getLakesPonds()
22181             {
22182                 synchronized (monitor())
22183                 {
22184                     check_orphaned();
22185                     org.apache.xmlbeans.SimpleValue target = null;
22186                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(LAKESPONDS$84, 0);
22187                     if (target == null)
22188                     {
22189                       return null;
22190                     }
22191                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
22192                 }
22193             }
22194             
22195             
22196 
22197 
22198             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetLakesPonds()
22199             {
22200                 synchronized (monitor())
22201                 {
22202                     check_orphaned();
22203                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
22204                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(LAKESPONDS$84, 0);
22205                     return target;
22206                 }
22207             }
22208             
22209             
22210 
22211 
22212             public boolean isSetLakesPonds()
22213             {
22214                 synchronized (monitor())
22215                 {
22216                     check_orphaned();
22217                     return get_store().count_elements(LAKESPONDS$84) != 0;
22218                 }
22219             }
22220             
22221             
22222 
22223 
22224             public void setLakesPonds(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum lakesPonds)
22225             {
22226                 synchronized (monitor())
22227                 {
22228                     check_orphaned();
22229                     org.apache.xmlbeans.SimpleValue target = null;
22230                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(LAKESPONDS$84, 0);
22231                     if (target == null)
22232                     {
22233                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(LAKESPONDS$84);
22234                     }
22235                     target.setEnumValue(lakesPonds);
22236                 }
22237             }
22238             
22239             
22240 
22241 
22242             public void xsetLakesPonds(gov.grants.apply.system.globalLibraryV20.YesNoDataType lakesPonds)
22243             {
22244                 synchronized (monitor())
22245                 {
22246                     check_orphaned();
22247                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
22248                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(LAKESPONDS$84, 0);
22249                     if (target == null)
22250                     {
22251                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(LAKESPONDS$84);
22252                     }
22253                     target.set(lakesPonds);
22254                 }
22255             }
22256             
22257             
22258 
22259 
22260             public void unsetLakesPonds()
22261             {
22262                 synchronized (monitor())
22263                 {
22264                     check_orphaned();
22265                     get_store().remove_element(LAKESPONDS$84, 0);
22266                 }
22267             }
22268             
22269             
22270 
22271 
22272             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getRiversStreams()
22273             {
22274                 synchronized (monitor())
22275                 {
22276                     check_orphaned();
22277                     org.apache.xmlbeans.SimpleValue target = null;
22278                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(RIVERSSTREAMS$86, 0);
22279                     if (target == null)
22280                     {
22281                       return null;
22282                     }
22283                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
22284                 }
22285             }
22286             
22287             
22288 
22289 
22290             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetRiversStreams()
22291             {
22292                 synchronized (monitor())
22293                 {
22294                     check_orphaned();
22295                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
22296                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(RIVERSSTREAMS$86, 0);
22297                     return target;
22298                 }
22299             }
22300             
22301             
22302 
22303 
22304             public boolean isSetRiversStreams()
22305             {
22306                 synchronized (monitor())
22307                 {
22308                     check_orphaned();
22309                     return get_store().count_elements(RIVERSSTREAMS$86) != 0;
22310                 }
22311             }
22312             
22313             
22314 
22315 
22316             public void setRiversStreams(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum riversStreams)
22317             {
22318                 synchronized (monitor())
22319                 {
22320                     check_orphaned();
22321                     org.apache.xmlbeans.SimpleValue target = null;
22322                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(RIVERSSTREAMS$86, 0);
22323                     if (target == null)
22324                     {
22325                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(RIVERSSTREAMS$86);
22326                     }
22327                     target.setEnumValue(riversStreams);
22328                 }
22329             }
22330             
22331             
22332 
22333 
22334             public void xsetRiversStreams(gov.grants.apply.system.globalLibraryV20.YesNoDataType riversStreams)
22335             {
22336                 synchronized (monitor())
22337                 {
22338                     check_orphaned();
22339                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
22340                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(RIVERSSTREAMS$86, 0);
22341                     if (target == null)
22342                     {
22343                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(RIVERSSTREAMS$86);
22344                     }
22345                     target.set(riversStreams);
22346                 }
22347             }
22348             
22349             
22350 
22351 
22352             public void unsetRiversStreams()
22353             {
22354                 synchronized (monitor())
22355                 {
22356                     check_orphaned();
22357                     get_store().remove_element(RIVERSSTREAMS$86, 0);
22358                 }
22359             }
22360             
22361             
22362 
22363 
22364             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getReservoirs()
22365             {
22366                 synchronized (monitor())
22367                 {
22368                     check_orphaned();
22369                     org.apache.xmlbeans.SimpleValue target = null;
22370                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(RESERVOIRS$88, 0);
22371                     if (target == null)
22372                     {
22373                       return null;
22374                     }
22375                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
22376                 }
22377             }
22378             
22379             
22380 
22381 
22382             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetReservoirs()
22383             {
22384                 synchronized (monitor())
22385                 {
22386                     check_orphaned();
22387                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
22388                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(RESERVOIRS$88, 0);
22389                     return target;
22390                 }
22391             }
22392             
22393             
22394 
22395 
22396             public boolean isSetReservoirs()
22397             {
22398                 synchronized (monitor())
22399                 {
22400                     check_orphaned();
22401                     return get_store().count_elements(RESERVOIRS$88) != 0;
22402                 }
22403             }
22404             
22405             
22406 
22407 
22408             public void setReservoirs(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum reservoirs)
22409             {
22410                 synchronized (monitor())
22411                 {
22412                     check_orphaned();
22413                     org.apache.xmlbeans.SimpleValue target = null;
22414                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(RESERVOIRS$88, 0);
22415                     if (target == null)
22416                     {
22417                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(RESERVOIRS$88);
22418                     }
22419                     target.setEnumValue(reservoirs);
22420                 }
22421             }
22422             
22423             
22424 
22425 
22426             public void xsetReservoirs(gov.grants.apply.system.globalLibraryV20.YesNoDataType reservoirs)
22427             {
22428                 synchronized (monitor())
22429                 {
22430                     check_orphaned();
22431                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
22432                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(RESERVOIRS$88, 0);
22433                     if (target == null)
22434                     {
22435                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(RESERVOIRS$88);
22436                     }
22437                     target.set(reservoirs);
22438                 }
22439             }
22440             
22441             
22442 
22443 
22444             public void unsetReservoirs()
22445             {
22446                 synchronized (monitor())
22447                 {
22448                     check_orphaned();
22449                     get_store().remove_element(RESERVOIRS$88, 0);
22450                 }
22451             }
22452             
22453             
22454 
22455 
22456             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMARINE()
22457             {
22458                 synchronized (monitor())
22459                 {
22460                     check_orphaned();
22461                     org.apache.xmlbeans.SimpleValue target = null;
22462                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MARINE$90, 0);
22463                     if (target == null)
22464                     {
22465                       return null;
22466                     }
22467                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
22468                 }
22469             }
22470             
22471             
22472 
22473 
22474             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMARINE()
22475             {
22476                 synchronized (monitor())
22477                 {
22478                     check_orphaned();
22479                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
22480                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MARINE$90, 0);
22481                     return target;
22482                 }
22483             }
22484             
22485             
22486 
22487 
22488             public boolean isSetMARINE()
22489             {
22490                 synchronized (monitor())
22491                 {
22492                     check_orphaned();
22493                     return get_store().count_elements(MARINE$90) != 0;
22494                 }
22495             }
22496             
22497             
22498 
22499 
22500             public void setMARINE(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum marine)
22501             {
22502                 synchronized (monitor())
22503                 {
22504                     check_orphaned();
22505                     org.apache.xmlbeans.SimpleValue target = null;
22506                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MARINE$90, 0);
22507                     if (target == null)
22508                     {
22509                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(MARINE$90);
22510                     }
22511                     target.setEnumValue(marine);
22512                 }
22513             }
22514             
22515             
22516 
22517 
22518             public void xsetMARINE(gov.grants.apply.system.globalLibraryV20.YesNoDataType marine)
22519             {
22520                 synchronized (monitor())
22521                 {
22522                     check_orphaned();
22523                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
22524                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MARINE$90, 0);
22525                     if (target == null)
22526                     {
22527                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(MARINE$90);
22528                     }
22529                     target.set(marine);
22530                 }
22531             }
22532             
22533             
22534 
22535 
22536             public void unsetMARINE()
22537             {
22538                 synchronized (monitor())
22539                 {
22540                     check_orphaned();
22541                     get_store().remove_element(MARINE$90, 0);
22542                 }
22543             }
22544             
22545             
22546 
22547 
22548             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getOpenOceanContinentalShelf()
22549             {
22550                 synchronized (monitor())
22551                 {
22552                     check_orphaned();
22553                     org.apache.xmlbeans.SimpleValue target = null;
22554                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(OPENOCEANCONTINENTALSHELF$92, 0);
22555                     if (target == null)
22556                     {
22557                       return null;
22558                     }
22559                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
22560                 }
22561             }
22562             
22563             
22564 
22565 
22566             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetOpenOceanContinentalShelf()
22567             {
22568                 synchronized (monitor())
22569                 {
22570                     check_orphaned();
22571                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
22572                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(OPENOCEANCONTINENTALSHELF$92, 0);
22573                     return target;
22574                 }
22575             }
22576             
22577             
22578 
22579 
22580             public boolean isSetOpenOceanContinentalShelf()
22581             {
22582                 synchronized (monitor())
22583                 {
22584                     check_orphaned();
22585                     return get_store().count_elements(OPENOCEANCONTINENTALSHELF$92) != 0;
22586                 }
22587             }
22588             
22589             
22590 
22591 
22592             public void setOpenOceanContinentalShelf(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum openOceanContinentalShelf)
22593             {
22594                 synchronized (monitor())
22595                 {
22596                     check_orphaned();
22597                     org.apache.xmlbeans.SimpleValue target = null;
22598                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(OPENOCEANCONTINENTALSHELF$92, 0);
22599                     if (target == null)
22600                     {
22601                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(OPENOCEANCONTINENTALSHELF$92);
22602                     }
22603                     target.setEnumValue(openOceanContinentalShelf);
22604                 }
22605             }
22606             
22607             
22608 
22609 
22610             public void xsetOpenOceanContinentalShelf(gov.grants.apply.system.globalLibraryV20.YesNoDataType openOceanContinentalShelf)
22611             {
22612                 synchronized (monitor())
22613                 {
22614                     check_orphaned();
22615                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
22616                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(OPENOCEANCONTINENTALSHELF$92, 0);
22617                     if (target == null)
22618                     {
22619                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(OPENOCEANCONTINENTALSHELF$92);
22620                     }
22621                     target.set(openOceanContinentalShelf);
22622                 }
22623             }
22624             
22625             
22626 
22627 
22628             public void unsetOpenOceanContinentalShelf()
22629             {
22630                 synchronized (monitor())
22631                 {
22632                     check_orphaned();
22633                     get_store().remove_element(OPENOCEANCONTINENTALSHELF$92, 0);
22634                 }
22635             }
22636             
22637             
22638 
22639 
22640             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBathyal()
22641             {
22642                 synchronized (monitor())
22643                 {
22644                     check_orphaned();
22645                     org.apache.xmlbeans.SimpleValue target = null;
22646                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(BATHYAL$94, 0);
22647                     if (target == null)
22648                     {
22649                       return null;
22650                     }
22651                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
22652                 }
22653             }
22654             
22655             
22656 
22657 
22658             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBathyal()
22659             {
22660                 synchronized (monitor())
22661                 {
22662                     check_orphaned();
22663                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
22664                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(BATHYAL$94, 0);
22665                     return target;
22666                 }
22667             }
22668             
22669             
22670 
22671 
22672             public boolean isSetBathyal()
22673             {
22674                 synchronized (monitor())
22675                 {
22676                     check_orphaned();
22677                     return get_store().count_elements(BATHYAL$94) != 0;
22678                 }
22679             }
22680             
22681             
22682 
22683 
22684             public void setBathyal(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum bathyal)
22685             {
22686                 synchronized (monitor())
22687                 {
22688                     check_orphaned();
22689                     org.apache.xmlbeans.SimpleValue target = null;
22690                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(BATHYAL$94, 0);
22691                     if (target == null)
22692                     {
22693                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(BATHYAL$94);
22694                     }
22695                     target.setEnumValue(bathyal);
22696                 }
22697             }
22698             
22699             
22700 
22701 
22702             public void xsetBathyal(gov.grants.apply.system.globalLibraryV20.YesNoDataType bathyal)
22703             {
22704                 synchronized (monitor())
22705                 {
22706                     check_orphaned();
22707                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
22708                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(BATHYAL$94, 0);
22709                     if (target == null)
22710                     {
22711                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(BATHYAL$94);
22712                     }
22713                     target.set(bathyal);
22714                 }
22715             }
22716             
22717             
22718 
22719 
22720             public void unsetBathyal()
22721             {
22722                 synchronized (monitor())
22723                 {
22724                     check_orphaned();
22725                     get_store().remove_element(BATHYAL$94, 0);
22726                 }
22727             }
22728             
22729             
22730 
22731 
22732             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAbyssal()
22733             {
22734                 synchronized (monitor())
22735                 {
22736                     check_orphaned();
22737                     org.apache.xmlbeans.SimpleValue target = null;
22738                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ABYSSAL$96, 0);
22739                     if (target == null)
22740                     {
22741                       return null;
22742                     }
22743                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
22744                 }
22745             }
22746             
22747             
22748 
22749 
22750             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAbyssal()
22751             {
22752                 synchronized (monitor())
22753                 {
22754                     check_orphaned();
22755                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
22756                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ABYSSAL$96, 0);
22757                     return target;
22758                 }
22759             }
22760             
22761             
22762 
22763 
22764             public boolean isSetAbyssal()
22765             {
22766                 synchronized (monitor())
22767                 {
22768                     check_orphaned();
22769                     return get_store().count_elements(ABYSSAL$96) != 0;
22770                 }
22771             }
22772             
22773             
22774 
22775 
22776             public void setAbyssal(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum abyssal)
22777             {
22778                 synchronized (monitor())
22779                 {
22780                     check_orphaned();
22781                     org.apache.xmlbeans.SimpleValue target = null;
22782                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ABYSSAL$96, 0);
22783                     if (target == null)
22784                     {
22785                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ABYSSAL$96);
22786                     }
22787                     target.setEnumValue(abyssal);
22788                 }
22789             }
22790             
22791             
22792 
22793 
22794             public void xsetAbyssal(gov.grants.apply.system.globalLibraryV20.YesNoDataType abyssal)
22795             {
22796                 synchronized (monitor())
22797                 {
22798                     check_orphaned();
22799                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
22800                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ABYSSAL$96, 0);
22801                     if (target == null)
22802                     {
22803                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ABYSSAL$96);
22804                     }
22805                     target.set(abyssal);
22806                 }
22807             }
22808             
22809             
22810 
22811 
22812             public void unsetAbyssal()
22813             {
22814                 synchronized (monitor())
22815                 {
22816                     check_orphaned();
22817                     get_store().remove_element(ABYSSAL$96, 0);
22818                 }
22819             }
22820             
22821             
22822 
22823 
22824             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getEstuarine()
22825             {
22826                 synchronized (monitor())
22827                 {
22828                     check_orphaned();
22829                     org.apache.xmlbeans.SimpleValue target = null;
22830                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ESTUARINE$98, 0);
22831                     if (target == null)
22832                     {
22833                       return null;
22834                     }
22835                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
22836                 }
22837             }
22838             
22839             
22840 
22841 
22842             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetEstuarine()
22843             {
22844                 synchronized (monitor())
22845                 {
22846                     check_orphaned();
22847                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
22848                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ESTUARINE$98, 0);
22849                     return target;
22850                 }
22851             }
22852             
22853             
22854 
22855 
22856             public boolean isSetEstuarine()
22857             {
22858                 synchronized (monitor())
22859                 {
22860                     check_orphaned();
22861                     return get_store().count_elements(ESTUARINE$98) != 0;
22862                 }
22863             }
22864             
22865             
22866 
22867 
22868             public void setEstuarine(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum estuarine)
22869             {
22870                 synchronized (monitor())
22871                 {
22872                     check_orphaned();
22873                     org.apache.xmlbeans.SimpleValue target = null;
22874                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ESTUARINE$98, 0);
22875                     if (target == null)
22876                     {
22877                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ESTUARINE$98);
22878                     }
22879                     target.setEnumValue(estuarine);
22880                 }
22881             }
22882             
22883             
22884 
22885 
22886             public void xsetEstuarine(gov.grants.apply.system.globalLibraryV20.YesNoDataType estuarine)
22887             {
22888                 synchronized (monitor())
22889                 {
22890                     check_orphaned();
22891                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
22892                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ESTUARINE$98, 0);
22893                     if (target == null)
22894                     {
22895                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ESTUARINE$98);
22896                     }
22897                     target.set(estuarine);
22898                 }
22899             }
22900             
22901             
22902 
22903 
22904             public void unsetEstuarine()
22905             {
22906                 synchronized (monitor())
22907                 {
22908                     check_orphaned();
22909                     get_store().remove_element(ESTUARINE$98, 0);
22910                 }
22911             }
22912             
22913             
22914 
22915 
22916             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getIntertidalTidalCoastal()
22917             {
22918                 synchronized (monitor())
22919                 {
22920                     check_orphaned();
22921                     org.apache.xmlbeans.SimpleValue target = null;
22922                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(INTERTIDALTIDALCOASTAL$100, 0);
22923                     if (target == null)
22924                     {
22925                       return null;
22926                     }
22927                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
22928                 }
22929             }
22930             
22931             
22932 
22933 
22934             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetIntertidalTidalCoastal()
22935             {
22936                 synchronized (monitor())
22937                 {
22938                     check_orphaned();
22939                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
22940                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(INTERTIDALTIDALCOASTAL$100, 0);
22941                     return target;
22942                 }
22943             }
22944             
22945             
22946 
22947 
22948             public boolean isSetIntertidalTidalCoastal()
22949             {
22950                 synchronized (monitor())
22951                 {
22952                     check_orphaned();
22953                     return get_store().count_elements(INTERTIDALTIDALCOASTAL$100) != 0;
22954                 }
22955             }
22956             
22957             
22958 
22959 
22960             public void setIntertidalTidalCoastal(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum intertidalTidalCoastal)
22961             {
22962                 synchronized (monitor())
22963                 {
22964                     check_orphaned();
22965                     org.apache.xmlbeans.SimpleValue target = null;
22966                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(INTERTIDALTIDALCOASTAL$100, 0);
22967                     if (target == null)
22968                     {
22969                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(INTERTIDALTIDALCOASTAL$100);
22970                     }
22971                     target.setEnumValue(intertidalTidalCoastal);
22972                 }
22973             }
22974             
22975             
22976 
22977 
22978             public void xsetIntertidalTidalCoastal(gov.grants.apply.system.globalLibraryV20.YesNoDataType intertidalTidalCoastal)
22979             {
22980                 synchronized (monitor())
22981                 {
22982                     check_orphaned();
22983                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
22984                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(INTERTIDALTIDALCOASTAL$100, 0);
22985                     if (target == null)
22986                     {
22987                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(INTERTIDALTIDALCOASTAL$100);
22988                     }
22989                     target.set(intertidalTidalCoastal);
22990                 }
22991             }
22992             
22993             
22994 
22995 
22996             public void unsetIntertidalTidalCoastal()
22997             {
22998                 synchronized (monitor())
22999                 {
23000                     check_orphaned();
23001                     get_store().remove_element(INTERTIDALTIDALCOASTAL$100, 0);
23002                 }
23003             }
23004             
23005             
23006 
23007 
23008             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCoralReef()
23009             {
23010                 synchronized (monitor())
23011                 {
23012                     check_orphaned();
23013                     org.apache.xmlbeans.SimpleValue target = null;
23014                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CORALREEF$102, 0);
23015                     if (target == null)
23016                     {
23017                       return null;
23018                     }
23019                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
23020                 }
23021             }
23022             
23023             
23024 
23025 
23026             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCoralReef()
23027             {
23028                 synchronized (monitor())
23029                 {
23030                     check_orphaned();
23031                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
23032                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CORALREEF$102, 0);
23033                     return target;
23034                 }
23035             }
23036             
23037             
23038 
23039 
23040             public boolean isSetCoralReef()
23041             {
23042                 synchronized (monitor())
23043                 {
23044                     check_orphaned();
23045                     return get_store().count_elements(CORALREEF$102) != 0;
23046                 }
23047             }
23048             
23049             
23050 
23051 
23052             public void setCoralReef(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum coralReef)
23053             {
23054                 synchronized (monitor())
23055                 {
23056                     check_orphaned();
23057                     org.apache.xmlbeans.SimpleValue target = null;
23058                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CORALREEF$102, 0);
23059                     if (target == null)
23060                     {
23061                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CORALREEF$102);
23062                     }
23063                     target.setEnumValue(coralReef);
23064                 }
23065             }
23066             
23067             
23068 
23069 
23070             public void xsetCoralReef(gov.grants.apply.system.globalLibraryV20.YesNoDataType coralReef)
23071             {
23072                 synchronized (monitor())
23073                 {
23074                     check_orphaned();
23075                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
23076                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CORALREEF$102, 0);
23077                     if (target == null)
23078                     {
23079                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CORALREEF$102);
23080                     }
23081                     target.set(coralReef);
23082                 }
23083             }
23084             
23085             
23086 
23087 
23088             public void unsetCoralReef()
23089             {
23090                 synchronized (monitor())
23091                 {
23092                     check_orphaned();
23093                     get_store().remove_element(CORALREEF$102, 0);
23094                 }
23095             }
23096             
23097             
23098 
23099 
23100             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getHYPERSALINE()
23101             {
23102                 synchronized (monitor())
23103                 {
23104                     check_orphaned();
23105                     org.apache.xmlbeans.SimpleValue target = null;
23106                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(HYPERSALINE$104, 0);
23107                     if (target == null)
23108                     {
23109                       return null;
23110                     }
23111                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
23112                 }
23113             }
23114             
23115             
23116 
23117 
23118             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetHYPERSALINE()
23119             {
23120                 synchronized (monitor())
23121                 {
23122                     check_orphaned();
23123                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
23124                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(HYPERSALINE$104, 0);
23125                     return target;
23126                 }
23127             }
23128             
23129             
23130 
23131 
23132             public boolean isSetHYPERSALINE()
23133             {
23134                 synchronized (monitor())
23135                 {
23136                     check_orphaned();
23137                     return get_store().count_elements(HYPERSALINE$104) != 0;
23138                 }
23139             }
23140             
23141             
23142 
23143 
23144             public void setHYPERSALINE(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum hypersaline)
23145             {
23146                 synchronized (monitor())
23147                 {
23148                     check_orphaned();
23149                     org.apache.xmlbeans.SimpleValue target = null;
23150                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(HYPERSALINE$104, 0);
23151                     if (target == null)
23152                     {
23153                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(HYPERSALINE$104);
23154                     }
23155                     target.setEnumValue(hypersaline);
23156                 }
23157             }
23158             
23159             
23160 
23161 
23162             public void xsetHYPERSALINE(gov.grants.apply.system.globalLibraryV20.YesNoDataType hypersaline)
23163             {
23164                 synchronized (monitor())
23165                 {
23166                     check_orphaned();
23167                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
23168                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(HYPERSALINE$104, 0);
23169                     if (target == null)
23170                     {
23171                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(HYPERSALINE$104);
23172                     }
23173                     target.set(hypersaline);
23174                 }
23175             }
23176             
23177             
23178 
23179 
23180             public void unsetHYPERSALINE()
23181             {
23182                 synchronized (monitor())
23183                 {
23184                     check_orphaned();
23185                     get_store().remove_element(HYPERSALINE$104, 0);
23186                 }
23187             }
23188             
23189             
23190 
23191 
23192             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getEXTREMEAQUATICENVIRONMENT()
23193             {
23194                 synchronized (monitor())
23195                 {
23196                     check_orphaned();
23197                     org.apache.xmlbeans.SimpleValue target = null;
23198                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(EXTREMEAQUATICENVIRONMENT$106, 0);
23199                     if (target == null)
23200                     {
23201                       return null;
23202                     }
23203                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
23204                 }
23205             }
23206             
23207             
23208 
23209 
23210             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetEXTREMEAQUATICENVIRONMENT()
23211             {
23212                 synchronized (monitor())
23213                 {
23214                     check_orphaned();
23215                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
23216                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(EXTREMEAQUATICENVIRONMENT$106, 0);
23217                     return target;
23218                 }
23219             }
23220             
23221             
23222 
23223 
23224             public boolean isSetEXTREMEAQUATICENVIRONMENT()
23225             {
23226                 synchronized (monitor())
23227                 {
23228                     check_orphaned();
23229                     return get_store().count_elements(EXTREMEAQUATICENVIRONMENT$106) != 0;
23230                 }
23231             }
23232             
23233             
23234 
23235 
23236             public void setEXTREMEAQUATICENVIRONMENT(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum extremeaquaticenvironment)
23237             {
23238                 synchronized (monitor())
23239                 {
23240                     check_orphaned();
23241                     org.apache.xmlbeans.SimpleValue target = null;
23242                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(EXTREMEAQUATICENVIRONMENT$106, 0);
23243                     if (target == null)
23244                     {
23245                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(EXTREMEAQUATICENVIRONMENT$106);
23246                     }
23247                     target.setEnumValue(extremeaquaticenvironment);
23248                 }
23249             }
23250             
23251             
23252 
23253 
23254             public void xsetEXTREMEAQUATICENVIRONMENT(gov.grants.apply.system.globalLibraryV20.YesNoDataType extremeaquaticenvironment)
23255             {
23256                 synchronized (monitor())
23257                 {
23258                     check_orphaned();
23259                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
23260                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(EXTREMEAQUATICENVIRONMENT$106, 0);
23261                     if (target == null)
23262                     {
23263                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(EXTREMEAQUATICENVIRONMENT$106);
23264                     }
23265                     target.set(extremeaquaticenvironment);
23266                 }
23267             }
23268             
23269             
23270 
23271 
23272             public void unsetEXTREMEAQUATICENVIRONMENT()
23273             {
23274                 synchronized (monitor())
23275                 {
23276                     check_orphaned();
23277                     get_store().remove_element(EXTREMEAQUATICENVIRONMENT$106, 0);
23278                 }
23279             }
23280             
23281             
23282 
23283 
23284             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCAVESROCKOUTCROPSCLIFFS()
23285             {
23286                 synchronized (monitor())
23287                 {
23288                     check_orphaned();
23289                     org.apache.xmlbeans.SimpleValue target = null;
23290                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CAVESROCKOUTCROPSCLIFFS$108, 0);
23291                     if (target == null)
23292                     {
23293                       return null;
23294                     }
23295                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
23296                 }
23297             }
23298             
23299             
23300 
23301 
23302             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCAVESROCKOUTCROPSCLIFFS()
23303             {
23304                 synchronized (monitor())
23305                 {
23306                     check_orphaned();
23307                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
23308                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CAVESROCKOUTCROPSCLIFFS$108, 0);
23309                     return target;
23310                 }
23311             }
23312             
23313             
23314 
23315 
23316             public boolean isSetCAVESROCKOUTCROPSCLIFFS()
23317             {
23318                 synchronized (monitor())
23319                 {
23320                     check_orphaned();
23321                     return get_store().count_elements(CAVESROCKOUTCROPSCLIFFS$108) != 0;
23322                 }
23323             }
23324             
23325             
23326 
23327 
23328             public void setCAVESROCKOUTCROPSCLIFFS(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum cavesrockoutcropscliffs)
23329             {
23330                 synchronized (monitor())
23331                 {
23332                     check_orphaned();
23333                     org.apache.xmlbeans.SimpleValue target = null;
23334                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CAVESROCKOUTCROPSCLIFFS$108, 0);
23335                     if (target == null)
23336                     {
23337                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CAVESROCKOUTCROPSCLIFFS$108);
23338                     }
23339                     target.setEnumValue(cavesrockoutcropscliffs);
23340                 }
23341             }
23342             
23343             
23344 
23345 
23346             public void xsetCAVESROCKOUTCROPSCLIFFS(gov.grants.apply.system.globalLibraryV20.YesNoDataType cavesrockoutcropscliffs)
23347             {
23348                 synchronized (monitor())
23349                 {
23350                     check_orphaned();
23351                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
23352                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CAVESROCKOUTCROPSCLIFFS$108, 0);
23353                     if (target == null)
23354                     {
23355                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CAVESROCKOUTCROPSCLIFFS$108);
23356                     }
23357                     target.set(cavesrockoutcropscliffs);
23358                 }
23359             }
23360             
23361             
23362 
23363 
23364             public void unsetCAVESROCKOUTCROPSCLIFFS()
23365             {
23366                 synchronized (monitor())
23367                 {
23368                     check_orphaned();
23369                     get_store().remove_element(CAVESROCKOUTCROPSCLIFFS$108, 0);
23370                 }
23371             }
23372             
23373             
23374 
23375 
23376             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMANGROVES()
23377             {
23378                 synchronized (monitor())
23379                 {
23380                     check_orphaned();
23381                     org.apache.xmlbeans.SimpleValue target = null;
23382                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MANGROVES$110, 0);
23383                     if (target == null)
23384                     {
23385                       return null;
23386                     }
23387                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
23388                 }
23389             }
23390             
23391             
23392 
23393 
23394             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMANGROVES()
23395             {
23396                 synchronized (monitor())
23397                 {
23398                     check_orphaned();
23399                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
23400                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MANGROVES$110, 0);
23401                     return target;
23402                 }
23403             }
23404             
23405             
23406 
23407 
23408             public boolean isSetMANGROVES()
23409             {
23410                 synchronized (monitor())
23411                 {
23412                     check_orphaned();
23413                     return get_store().count_elements(MANGROVES$110) != 0;
23414                 }
23415             }
23416             
23417             
23418 
23419 
23420             public void setMANGROVES(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum mangroves)
23421             {
23422                 synchronized (monitor())
23423                 {
23424                     check_orphaned();
23425                     org.apache.xmlbeans.SimpleValue target = null;
23426                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MANGROVES$110, 0);
23427                     if (target == null)
23428                     {
23429                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(MANGROVES$110);
23430                     }
23431                     target.setEnumValue(mangroves);
23432                 }
23433             }
23434             
23435             
23436 
23437 
23438             public void xsetMANGROVES(gov.grants.apply.system.globalLibraryV20.YesNoDataType mangroves)
23439             {
23440                 synchronized (monitor())
23441                 {
23442                     check_orphaned();
23443                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
23444                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MANGROVES$110, 0);
23445                     if (target == null)
23446                     {
23447                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(MANGROVES$110);
23448                     }
23449                     target.set(mangroves);
23450                 }
23451             }
23452             
23453             
23454 
23455 
23456             public void unsetMANGROVES()
23457             {
23458                 synchronized (monitor())
23459                 {
23460                     check_orphaned();
23461                     get_store().remove_element(MANGROVES$110, 0);
23462                 }
23463             }
23464             
23465             
23466 
23467 
23468             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSUBSURFACEWATERSSPRINGS()
23469             {
23470                 synchronized (monitor())
23471                 {
23472                     check_orphaned();
23473                     org.apache.xmlbeans.SimpleValue target = null;
23474                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SUBSURFACEWATERSSPRINGS$112, 0);
23475                     if (target == null)
23476                     {
23477                       return null;
23478                     }
23479                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
23480                 }
23481             }
23482             
23483             
23484 
23485 
23486             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSUBSURFACEWATERSSPRINGS()
23487             {
23488                 synchronized (monitor())
23489                 {
23490                     check_orphaned();
23491                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
23492                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SUBSURFACEWATERSSPRINGS$112, 0);
23493                     return target;
23494                 }
23495             }
23496             
23497             
23498 
23499 
23500             public boolean isSetSUBSURFACEWATERSSPRINGS()
23501             {
23502                 synchronized (monitor())
23503                 {
23504                     check_orphaned();
23505                     return get_store().count_elements(SUBSURFACEWATERSSPRINGS$112) != 0;
23506                 }
23507             }
23508             
23509             
23510 
23511 
23512             public void setSUBSURFACEWATERSSPRINGS(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum subsurfacewaterssprings)
23513             {
23514                 synchronized (monitor())
23515                 {
23516                     check_orphaned();
23517                     org.apache.xmlbeans.SimpleValue target = null;
23518                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SUBSURFACEWATERSSPRINGS$112, 0);
23519                     if (target == null)
23520                     {
23521                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SUBSURFACEWATERSSPRINGS$112);
23522                     }
23523                     target.setEnumValue(subsurfacewaterssprings);
23524                 }
23525             }
23526             
23527             
23528 
23529 
23530             public void xsetSUBSURFACEWATERSSPRINGS(gov.grants.apply.system.globalLibraryV20.YesNoDataType subsurfacewaterssprings)
23531             {
23532                 synchronized (monitor())
23533                 {
23534                     check_orphaned();
23535                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
23536                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SUBSURFACEWATERSSPRINGS$112, 0);
23537                     if (target == null)
23538                     {
23539                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SUBSURFACEWATERSSPRINGS$112);
23540                     }
23541                     target.set(subsurfacewaterssprings);
23542                 }
23543             }
23544             
23545             
23546 
23547 
23548             public void unsetSUBSURFACEWATERSSPRINGS()
23549             {
23550                 synchronized (monitor())
23551                 {
23552                     check_orphaned();
23553                     get_store().remove_element(SUBSURFACEWATERSSPRINGS$112, 0);
23554                 }
23555             }
23556             
23557             
23558 
23559 
23560             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getEPHEMERALPOOLSSTREAMS()
23561             {
23562                 synchronized (monitor())
23563                 {
23564                     check_orphaned();
23565                     org.apache.xmlbeans.SimpleValue target = null;
23566                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(EPHEMERALPOOLSSTREAMS$114, 0);
23567                     if (target == null)
23568                     {
23569                       return null;
23570                     }
23571                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
23572                 }
23573             }
23574             
23575             
23576 
23577 
23578             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetEPHEMERALPOOLSSTREAMS()
23579             {
23580                 synchronized (monitor())
23581                 {
23582                     check_orphaned();
23583                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
23584                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(EPHEMERALPOOLSSTREAMS$114, 0);
23585                     return target;
23586                 }
23587             }
23588             
23589             
23590 
23591 
23592             public boolean isSetEPHEMERALPOOLSSTREAMS()
23593             {
23594                 synchronized (monitor())
23595                 {
23596                     check_orphaned();
23597                     return get_store().count_elements(EPHEMERALPOOLSSTREAMS$114) != 0;
23598                 }
23599             }
23600             
23601             
23602 
23603 
23604             public void setEPHEMERALPOOLSSTREAMS(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum ephemeralpoolsstreams)
23605             {
23606                 synchronized (monitor())
23607                 {
23608                     check_orphaned();
23609                     org.apache.xmlbeans.SimpleValue target = null;
23610                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(EPHEMERALPOOLSSTREAMS$114, 0);
23611                     if (target == null)
23612                     {
23613                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(EPHEMERALPOOLSSTREAMS$114);
23614                     }
23615                     target.setEnumValue(ephemeralpoolsstreams);
23616                 }
23617             }
23618             
23619             
23620 
23621 
23622             public void xsetEPHEMERALPOOLSSTREAMS(gov.grants.apply.system.globalLibraryV20.YesNoDataType ephemeralpoolsstreams)
23623             {
23624                 synchronized (monitor())
23625                 {
23626                     check_orphaned();
23627                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
23628                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(EPHEMERALPOOLSSTREAMS$114, 0);
23629                     if (target == null)
23630                     {
23631                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(EPHEMERALPOOLSSTREAMS$114);
23632                     }
23633                     target.set(ephemeralpoolsstreams);
23634                 }
23635             }
23636             
23637             
23638 
23639 
23640             public void unsetEPHEMERALPOOLSSTREAMS()
23641             {
23642                 synchronized (monitor())
23643                 {
23644                     check_orphaned();
23645                     get_store().remove_element(EPHEMERALPOOLSSTREAMS$114, 0);
23646                 }
23647             }
23648             
23649             
23650 
23651 
23652             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMICROPOOLS()
23653             {
23654                 synchronized (monitor())
23655                 {
23656                     check_orphaned();
23657                     org.apache.xmlbeans.SimpleValue target = null;
23658                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MICROPOOLS$116, 0);
23659                     if (target == null)
23660                     {
23661                       return null;
23662                     }
23663                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
23664                 }
23665             }
23666             
23667             
23668 
23669 
23670             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMICROPOOLS()
23671             {
23672                 synchronized (monitor())
23673                 {
23674                     check_orphaned();
23675                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
23676                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MICROPOOLS$116, 0);
23677                     return target;
23678                 }
23679             }
23680             
23681             
23682 
23683 
23684             public boolean isSetMICROPOOLS()
23685             {
23686                 synchronized (monitor())
23687                 {
23688                     check_orphaned();
23689                     return get_store().count_elements(MICROPOOLS$116) != 0;
23690                 }
23691             }
23692             
23693             
23694 
23695 
23696             public void setMICROPOOLS(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum micropools)
23697             {
23698                 synchronized (monitor())
23699                 {
23700                     check_orphaned();
23701                     org.apache.xmlbeans.SimpleValue target = null;
23702                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MICROPOOLS$116, 0);
23703                     if (target == null)
23704                     {
23705                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(MICROPOOLS$116);
23706                     }
23707                     target.setEnumValue(micropools);
23708                 }
23709             }
23710             
23711             
23712 
23713 
23714             public void xsetMICROPOOLS(gov.grants.apply.system.globalLibraryV20.YesNoDataType micropools)
23715             {
23716                 synchronized (monitor())
23717                 {
23718                     check_orphaned();
23719                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
23720                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MICROPOOLS$116, 0);
23721                     if (target == null)
23722                     {
23723                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(MICROPOOLS$116);
23724                     }
23725                     target.set(micropools);
23726                 }
23727             }
23728             
23729             
23730 
23731 
23732             public void unsetMICROPOOLS()
23733             {
23734                 synchronized (monitor())
23735                 {
23736                     check_orphaned();
23737                     get_store().remove_element(MICROPOOLS$116, 0);
23738                 }
23739             }
23740             
23741             
23742 
23743 
23744             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCellTissueCulture()
23745             {
23746                 synchronized (monitor())
23747                 {
23748                     check_orphaned();
23749                     org.apache.xmlbeans.SimpleValue target = null;
23750                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CELLTISSUECULTURE$118, 0);
23751                     if (target == null)
23752                     {
23753                       return null;
23754                     }
23755                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
23756                 }
23757             }
23758             
23759             
23760 
23761 
23762             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCellTissueCulture()
23763             {
23764                 synchronized (monitor())
23765                 {
23766                     check_orphaned();
23767                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
23768                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CELLTISSUECULTURE$118, 0);
23769                     return target;
23770                 }
23771             }
23772             
23773             
23774 
23775 
23776             public boolean isSetCellTissueCulture()
23777             {
23778                 synchronized (monitor())
23779                 {
23780                     check_orphaned();
23781                     return get_store().count_elements(CELLTISSUECULTURE$118) != 0;
23782                 }
23783             }
23784             
23785             
23786 
23787 
23788             public void setCellTissueCulture(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum cellTissueCulture)
23789             {
23790                 synchronized (monitor())
23791                 {
23792                     check_orphaned();
23793                     org.apache.xmlbeans.SimpleValue target = null;
23794                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CELLTISSUECULTURE$118, 0);
23795                     if (target == null)
23796                     {
23797                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CELLTISSUECULTURE$118);
23798                     }
23799                     target.setEnumValue(cellTissueCulture);
23800                 }
23801             }
23802             
23803             
23804 
23805 
23806             public void xsetCellTissueCulture(gov.grants.apply.system.globalLibraryV20.YesNoDataType cellTissueCulture)
23807             {
23808                 synchronized (monitor())
23809                 {
23810                     check_orphaned();
23811                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
23812                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CELLTISSUECULTURE$118, 0);
23813                     if (target == null)
23814                     {
23815                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CELLTISSUECULTURE$118);
23816                     }
23817                     target.set(cellTissueCulture);
23818                 }
23819             }
23820             
23821             
23822 
23823 
23824             public void unsetCellTissueCulture()
23825             {
23826                 synchronized (monitor())
23827                 {
23828                     check_orphaned();
23829                     get_store().remove_element(CELLTISSUECULTURE$118, 0);
23830                 }
23831             }
23832             
23833             
23834 
23835 
23836             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getInSilico()
23837             {
23838                 synchronized (monitor())
23839                 {
23840                     check_orphaned();
23841                     org.apache.xmlbeans.SimpleValue target = null;
23842                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(INSILICO$120, 0);
23843                     if (target == null)
23844                     {
23845                       return null;
23846                     }
23847                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
23848                 }
23849             }
23850             
23851             
23852 
23853 
23854             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetInSilico()
23855             {
23856                 synchronized (monitor())
23857                 {
23858                     check_orphaned();
23859                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
23860                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(INSILICO$120, 0);
23861                     return target;
23862                 }
23863             }
23864             
23865             
23866 
23867 
23868             public boolean isSetInSilico()
23869             {
23870                 synchronized (monitor())
23871                 {
23872                     check_orphaned();
23873                     return get_store().count_elements(INSILICO$120) != 0;
23874                 }
23875             }
23876             
23877             
23878 
23879 
23880             public void setInSilico(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum inSilico)
23881             {
23882                 synchronized (monitor())
23883                 {
23884                     check_orphaned();
23885                     org.apache.xmlbeans.SimpleValue target = null;
23886                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(INSILICO$120, 0);
23887                     if (target == null)
23888                     {
23889                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(INSILICO$120);
23890                     }
23891                     target.setEnumValue(inSilico);
23892                 }
23893             }
23894             
23895             
23896 
23897 
23898             public void xsetInSilico(gov.grants.apply.system.globalLibraryV20.YesNoDataType inSilico)
23899             {
23900                 synchronized (monitor())
23901                 {
23902                     check_orphaned();
23903                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
23904                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(INSILICO$120, 0);
23905                     if (target == null)
23906                     {
23907                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(INSILICO$120);
23908                     }
23909                     target.set(inSilico);
23910                 }
23911             }
23912             
23913             
23914 
23915 
23916             public void unsetInSilico()
23917             {
23918                 synchronized (monitor())
23919                 {
23920                     check_orphaned();
23921                     get_store().remove_element(INSILICO$120, 0);
23922                 }
23923             }
23924             
23925             
23926 
23927 
23928             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getTHEORETICALSYSTEMS()
23929             {
23930                 synchronized (monitor())
23931                 {
23932                     check_orphaned();
23933                     org.apache.xmlbeans.SimpleValue target = null;
23934                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(THEORETICALSYSTEMS$122, 0);
23935                     if (target == null)
23936                     {
23937                       return null;
23938                     }
23939                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
23940                 }
23941             }
23942             
23943             
23944 
23945 
23946             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetTHEORETICALSYSTEMS()
23947             {
23948                 synchronized (monitor())
23949                 {
23950                     check_orphaned();
23951                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
23952                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(THEORETICALSYSTEMS$122, 0);
23953                     return target;
23954                 }
23955             }
23956             
23957             
23958 
23959 
23960             public boolean isSetTHEORETICALSYSTEMS()
23961             {
23962                 synchronized (monitor())
23963                 {
23964                     check_orphaned();
23965                     return get_store().count_elements(THEORETICALSYSTEMS$122) != 0;
23966                 }
23967             }
23968             
23969             
23970 
23971 
23972             public void setTHEORETICALSYSTEMS(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum theoreticalsystems)
23973             {
23974                 synchronized (monitor())
23975                 {
23976                     check_orphaned();
23977                     org.apache.xmlbeans.SimpleValue target = null;
23978                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(THEORETICALSYSTEMS$122, 0);
23979                     if (target == null)
23980                     {
23981                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(THEORETICALSYSTEMS$122);
23982                     }
23983                     target.setEnumValue(theoreticalsystems);
23984                 }
23985             }
23986             
23987             
23988 
23989 
23990             public void xsetTHEORETICALSYSTEMS(gov.grants.apply.system.globalLibraryV20.YesNoDataType theoreticalsystems)
23991             {
23992                 synchronized (monitor())
23993                 {
23994                     check_orphaned();
23995                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
23996                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(THEORETICALSYSTEMS$122, 0);
23997                     if (target == null)
23998                     {
23999                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(THEORETICALSYSTEMS$122);
24000                     }
24001                     target.set(theoreticalsystems);
24002                 }
24003             }
24004             
24005             
24006 
24007 
24008             public void unsetTHEORETICALSYSTEMS()
24009             {
24010                 synchronized (monitor())
24011                 {
24012                     check_orphaned();
24013                     get_store().remove_element(THEORETICALSYSTEMS$122, 0);
24014                 }
24015             }
24016             
24017             
24018 
24019 
24020             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getOTHERARTIFICIALSYSTEMS()
24021             {
24022                 synchronized (monitor())
24023                 {
24024                     check_orphaned();
24025                     org.apache.xmlbeans.SimpleValue target = null;
24026                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(OTHERARTIFICIALSYSTEMS$124, 0);
24027                     if (target == null)
24028                     {
24029                       return null;
24030                     }
24031                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
24032                 }
24033             }
24034             
24035             
24036 
24037 
24038             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetOTHERARTIFICIALSYSTEMS()
24039             {
24040                 synchronized (monitor())
24041                 {
24042                     check_orphaned();
24043                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
24044                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(OTHERARTIFICIALSYSTEMS$124, 0);
24045                     return target;
24046                 }
24047             }
24048             
24049             
24050 
24051 
24052             public boolean isSetOTHERARTIFICIALSYSTEMS()
24053             {
24054                 synchronized (monitor())
24055                 {
24056                     check_orphaned();
24057                     return get_store().count_elements(OTHERARTIFICIALSYSTEMS$124) != 0;
24058                 }
24059             }
24060             
24061             
24062 
24063 
24064             public void setOTHERARTIFICIALSYSTEMS(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum otherartificialsystems)
24065             {
24066                 synchronized (monitor())
24067                 {
24068                     check_orphaned();
24069                     org.apache.xmlbeans.SimpleValue target = null;
24070                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(OTHERARTIFICIALSYSTEMS$124, 0);
24071                     if (target == null)
24072                     {
24073                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(OTHERARTIFICIALSYSTEMS$124);
24074                     }
24075                     target.setEnumValue(otherartificialsystems);
24076                 }
24077             }
24078             
24079             
24080 
24081 
24082             public void xsetOTHERARTIFICIALSYSTEMS(gov.grants.apply.system.globalLibraryV20.YesNoDataType otherartificialsystems)
24083             {
24084                 synchronized (monitor())
24085                 {
24086                     check_orphaned();
24087                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
24088                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(OTHERARTIFICIALSYSTEMS$124, 0);
24089                     if (target == null)
24090                     {
24091                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(OTHERARTIFICIALSYSTEMS$124);
24092                     }
24093                     target.set(otherartificialsystems);
24094                 }
24095             }
24096             
24097             
24098 
24099 
24100             public void unsetOTHERARTIFICIALSYSTEMS()
24101             {
24102                 synchronized (monitor())
24103                 {
24104                     check_orphaned();
24105                     get_store().remove_element(OTHERARTIFICIALSYSTEMS$124, 0);
24106                 }
24107             }
24108             
24109             
24110 
24111 
24112             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getHABITATNOTAPPLICABLE()
24113             {
24114                 synchronized (monitor())
24115                 {
24116                     check_orphaned();
24117                     org.apache.xmlbeans.SimpleValue target = null;
24118                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(HABITATNOTAPPLICABLE$126, 0);
24119                     if (target == null)
24120                     {
24121                       return null;
24122                     }
24123                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
24124                 }
24125             }
24126             
24127             
24128 
24129 
24130             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetHABITATNOTAPPLICABLE()
24131             {
24132                 synchronized (monitor())
24133                 {
24134                     check_orphaned();
24135                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
24136                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(HABITATNOTAPPLICABLE$126, 0);
24137                     return target;
24138                 }
24139             }
24140             
24141             
24142 
24143 
24144             public boolean isSetHABITATNOTAPPLICABLE()
24145             {
24146                 synchronized (monitor())
24147                 {
24148                     check_orphaned();
24149                     return get_store().count_elements(HABITATNOTAPPLICABLE$126) != 0;
24150                 }
24151             }
24152             
24153             
24154 
24155 
24156             public void setHABITATNOTAPPLICABLE(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum habitatnotapplicable)
24157             {
24158                 synchronized (monitor())
24159                 {
24160                     check_orphaned();
24161                     org.apache.xmlbeans.SimpleValue target = null;
24162                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(HABITATNOTAPPLICABLE$126, 0);
24163                     if (target == null)
24164                     {
24165                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(HABITATNOTAPPLICABLE$126);
24166                     }
24167                     target.setEnumValue(habitatnotapplicable);
24168                 }
24169             }
24170             
24171             
24172 
24173 
24174             public void xsetHABITATNOTAPPLICABLE(gov.grants.apply.system.globalLibraryV20.YesNoDataType habitatnotapplicable)
24175             {
24176                 synchronized (monitor())
24177                 {
24178                     check_orphaned();
24179                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
24180                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(HABITATNOTAPPLICABLE$126, 0);
24181                     if (target == null)
24182                     {
24183                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(HABITATNOTAPPLICABLE$126);
24184                     }
24185                     target.set(habitatnotapplicable);
24186                 }
24187             }
24188             
24189             
24190 
24191 
24192             public void unsetHABITATNOTAPPLICABLE()
24193             {
24194                 synchronized (monitor())
24195                 {
24196                     check_orphaned();
24197                     get_store().remove_element(HABITATNOTAPPLICABLE$126, 0);
24198                 }
24199             }
24200         }
24201         
24202 
24203 
24204 
24205 
24206         public static class GEOGRAPHICAREAImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.GEOGRAPHICAREA
24207         {
24208             private static final long serialVersionUID = 1L;
24209             
24210             public GEOGRAPHICAREAImpl(org.apache.xmlbeans.SchemaType sType)
24211             {
24212                 super(sType);
24213             }
24214             
24215             private static final javax.xml.namespace.QName WORLDWIDE$0 = 
24216                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "WORLDWIDE");
24217             private static final javax.xml.namespace.QName NORTHAMERICA$2 = 
24218                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "NORTHAMERICA");
24219             private static final javax.xml.namespace.QName UNITEDSTATES$4 = 
24220                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "UnitedStates");
24221             private static final javax.xml.namespace.QName NORTHEASTUS$6 = 
24222                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "NortheastUS");
24223             private static final javax.xml.namespace.QName NORTHCENTRALUS$8 = 
24224                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "NorthcentralUS");
24225             private static final javax.xml.namespace.QName NORTHWESTUS$10 = 
24226                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "NorthwestUS");
24227             private static final javax.xml.namespace.QName SOUTHEASTUS$12 = 
24228                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "SoutheastUS");
24229             private static final javax.xml.namespace.QName SOUTHCENTRALUS$14 = 
24230                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "SouthcentralUS");
24231             private static final javax.xml.namespace.QName SOUTHWESTUS$16 = 
24232                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "SouthwestUS");
24233             private static final javax.xml.namespace.QName ALASKA$18 = 
24234                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Alaska");
24235             private static final javax.xml.namespace.QName HAWAII$20 = 
24236                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Hawaii");
24237             private static final javax.xml.namespace.QName PUERTORICO$22 = 
24238                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "PuertoRico");
24239             private static final javax.xml.namespace.QName CANADA$24 = 
24240                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Canada");
24241             private static final javax.xml.namespace.QName MEXICO$26 = 
24242                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Mexico");
24243             private static final javax.xml.namespace.QName CENTRALAMERICA$28 = 
24244                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "CENTRALAMERICA");
24245             private static final javax.xml.namespace.QName CARIBBEANISLANDS$30 = 
24246                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "CaribbeanIslands");
24247             private static final javax.xml.namespace.QName BERMUDABAHAMAS$32 = 
24248                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "BermudaBahamas");
24249             private static final javax.xml.namespace.QName SOUTHAMERICA$34 = 
24250                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "SOUTHAMERICA");
24251             private static final javax.xml.namespace.QName EASTERNSOUTHAMERICA$36 = 
24252                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "EasternSouthAmerica");
24253             private static final javax.xml.namespace.QName NORTHERNSOUTHAMERICA$38 = 
24254                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "NorthernSouthAmerica");
24255             private static final javax.xml.namespace.QName SOUTHERNSOUTHAMERICA$40 = 
24256                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "SouthernSouthAmerica");
24257             private static final javax.xml.namespace.QName WESTERNSOUTHAMERICA$42 = 
24258                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "WesternSouthAmerica");
24259             private static final javax.xml.namespace.QName EUROPE$44 = 
24260                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "EUROPE");
24261             private static final javax.xml.namespace.QName EASTERNEUROPE$46 = 
24262                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "EasternEurope");
24263             private static final javax.xml.namespace.QName RUSSIA$48 = 
24264                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Russia");
24265             private static final javax.xml.namespace.QName SCANDINAVIA$50 = 
24266                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Scandinavia");
24267             private static final javax.xml.namespace.QName WESTERNEUROPE$52 = 
24268                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "WesternEurope");
24269             private static final javax.xml.namespace.QName ASIA$54 = 
24270                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "ASIA");
24271             private static final javax.xml.namespace.QName CENTRALASIA$56 = 
24272                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "CentralAsia");
24273             private static final javax.xml.namespace.QName FAREAST$58 = 
24274                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "FarEast");
24275             private static final javax.xml.namespace.QName MIDDLEEAST$60 = 
24276                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "MiddleEast");
24277             private static final javax.xml.namespace.QName SIBERIA$62 = 
24278                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Siberia");
24279             private static final javax.xml.namespace.QName SOUTHASIA$64 = 
24280                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "SouthAsia");
24281             private static final javax.xml.namespace.QName SOUTHEASTASIA$66 = 
24282                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "SoutheastAsia");
24283             private static final javax.xml.namespace.QName AFRICA$68 = 
24284                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "AFRICA");
24285             private static final javax.xml.namespace.QName NORTHAFRICA$70 = 
24286                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "NorthAfrica");
24287             private static final javax.xml.namespace.QName AFRICANSOUTHSAHARA$72 = 
24288                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "AfricanSouthSahara");
24289             private static final javax.xml.namespace.QName EASTAFRICA$74 = 
24290                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "EastAfrica");
24291             private static final javax.xml.namespace.QName MADAGASCAR$76 = 
24292                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Madagascar");
24293             private static final javax.xml.namespace.QName SOUTHAFRICA$78 = 
24294                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "SouthAfrica");
24295             private static final javax.xml.namespace.QName WESTAFRICA$80 = 
24296                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "WestAfrica");
24297             private static final javax.xml.namespace.QName AUSTRALASIA$82 = 
24298                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "AUSTRALASIA");
24299             private static final javax.xml.namespace.QName AUSTRALIA$84 = 
24300                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Australia");
24301             private static final javax.xml.namespace.QName NEWZEALAND$86 = 
24302                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "NewZealand");
24303             private static final javax.xml.namespace.QName PACIFICISLANDS$88 = 
24304                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "PacificIslands");
24305             private static final javax.xml.namespace.QName ANTARCTICA$90 = 
24306                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "ANTARCTICA");
24307             private static final javax.xml.namespace.QName ARCTIC$92 = 
24308                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "ARCTIC");
24309             private static final javax.xml.namespace.QName ATLANTICOCEAN$94 = 
24310                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "ATLANTICOCEAN");
24311             private static final javax.xml.namespace.QName PACIFICOCEAN$96 = 
24312                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "PACIFICOCEAN");
24313             private static final javax.xml.namespace.QName INDIANOCEAN$98 = 
24314                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "INDIANOCEAN");
24315             private static final javax.xml.namespace.QName OTHERREGIONS$100 = 
24316                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "OTHERREGIONS");
24317             private static final javax.xml.namespace.QName GEOGRAPHICAREANOTAPPLICABLE$102 = 
24318                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "GEOGRAPHICAREANOTAPPLICABLE");
24319             
24320             
24321             
24322 
24323 
24324             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getWORLDWIDE()
24325             {
24326                 synchronized (monitor())
24327                 {
24328                     check_orphaned();
24329                     org.apache.xmlbeans.SimpleValue target = null;
24330                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(WORLDWIDE$0, 0);
24331                     if (target == null)
24332                     {
24333                       return null;
24334                     }
24335                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
24336                 }
24337             }
24338             
24339             
24340 
24341 
24342             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetWORLDWIDE()
24343             {
24344                 synchronized (monitor())
24345                 {
24346                     check_orphaned();
24347                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
24348                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(WORLDWIDE$0, 0);
24349                     return target;
24350                 }
24351             }
24352             
24353             
24354 
24355 
24356             public boolean isSetWORLDWIDE()
24357             {
24358                 synchronized (monitor())
24359                 {
24360                     check_orphaned();
24361                     return get_store().count_elements(WORLDWIDE$0) != 0;
24362                 }
24363             }
24364             
24365             
24366 
24367 
24368             public void setWORLDWIDE(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum worldwide)
24369             {
24370                 synchronized (monitor())
24371                 {
24372                     check_orphaned();
24373                     org.apache.xmlbeans.SimpleValue target = null;
24374                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(WORLDWIDE$0, 0);
24375                     if (target == null)
24376                     {
24377                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(WORLDWIDE$0);
24378                     }
24379                     target.setEnumValue(worldwide);
24380                 }
24381             }
24382             
24383             
24384 
24385 
24386             public void xsetWORLDWIDE(gov.grants.apply.system.globalLibraryV20.YesNoDataType worldwide)
24387             {
24388                 synchronized (monitor())
24389                 {
24390                     check_orphaned();
24391                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
24392                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(WORLDWIDE$0, 0);
24393                     if (target == null)
24394                     {
24395                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(WORLDWIDE$0);
24396                     }
24397                     target.set(worldwide);
24398                 }
24399             }
24400             
24401             
24402 
24403 
24404             public void unsetWORLDWIDE()
24405             {
24406                 synchronized (monitor())
24407                 {
24408                     check_orphaned();
24409                     get_store().remove_element(WORLDWIDE$0, 0);
24410                 }
24411             }
24412             
24413             
24414 
24415 
24416             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNORTHAMERICA()
24417             {
24418                 synchronized (monitor())
24419                 {
24420                     check_orphaned();
24421                     org.apache.xmlbeans.SimpleValue target = null;
24422                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NORTHAMERICA$2, 0);
24423                     if (target == null)
24424                     {
24425                       return null;
24426                     }
24427                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
24428                 }
24429             }
24430             
24431             
24432 
24433 
24434             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNORTHAMERICA()
24435             {
24436                 synchronized (monitor())
24437                 {
24438                     check_orphaned();
24439                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
24440                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(NORTHAMERICA$2, 0);
24441                     return target;
24442                 }
24443             }
24444             
24445             
24446 
24447 
24448             public boolean isSetNORTHAMERICA()
24449             {
24450                 synchronized (monitor())
24451                 {
24452                     check_orphaned();
24453                     return get_store().count_elements(NORTHAMERICA$2) != 0;
24454                 }
24455             }
24456             
24457             
24458 
24459 
24460             public void setNORTHAMERICA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum northamerica)
24461             {
24462                 synchronized (monitor())
24463                 {
24464                     check_orphaned();
24465                     org.apache.xmlbeans.SimpleValue target = null;
24466                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NORTHAMERICA$2, 0);
24467                     if (target == null)
24468                     {
24469                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(NORTHAMERICA$2);
24470                     }
24471                     target.setEnumValue(northamerica);
24472                 }
24473             }
24474             
24475             
24476 
24477 
24478             public void xsetNORTHAMERICA(gov.grants.apply.system.globalLibraryV20.YesNoDataType northamerica)
24479             {
24480                 synchronized (monitor())
24481                 {
24482                     check_orphaned();
24483                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
24484                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(NORTHAMERICA$2, 0);
24485                     if (target == null)
24486                     {
24487                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(NORTHAMERICA$2);
24488                     }
24489                     target.set(northamerica);
24490                 }
24491             }
24492             
24493             
24494 
24495 
24496             public void unsetNORTHAMERICA()
24497             {
24498                 synchronized (monitor())
24499                 {
24500                     check_orphaned();
24501                     get_store().remove_element(NORTHAMERICA$2, 0);
24502                 }
24503             }
24504             
24505             
24506 
24507 
24508             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getUnitedStates()
24509             {
24510                 synchronized (monitor())
24511                 {
24512                     check_orphaned();
24513                     org.apache.xmlbeans.SimpleValue target = null;
24514                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(UNITEDSTATES$4, 0);
24515                     if (target == null)
24516                     {
24517                       return null;
24518                     }
24519                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
24520                 }
24521             }
24522             
24523             
24524 
24525 
24526             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetUnitedStates()
24527             {
24528                 synchronized (monitor())
24529                 {
24530                     check_orphaned();
24531                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
24532                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(UNITEDSTATES$4, 0);
24533                     return target;
24534                 }
24535             }
24536             
24537             
24538 
24539 
24540             public boolean isSetUnitedStates()
24541             {
24542                 synchronized (monitor())
24543                 {
24544                     check_orphaned();
24545                     return get_store().count_elements(UNITEDSTATES$4) != 0;
24546                 }
24547             }
24548             
24549             
24550 
24551 
24552             public void setUnitedStates(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum unitedStates)
24553             {
24554                 synchronized (monitor())
24555                 {
24556                     check_orphaned();
24557                     org.apache.xmlbeans.SimpleValue target = null;
24558                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(UNITEDSTATES$4, 0);
24559                     if (target == null)
24560                     {
24561                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(UNITEDSTATES$4);
24562                     }
24563                     target.setEnumValue(unitedStates);
24564                 }
24565             }
24566             
24567             
24568 
24569 
24570             public void xsetUnitedStates(gov.grants.apply.system.globalLibraryV20.YesNoDataType unitedStates)
24571             {
24572                 synchronized (monitor())
24573                 {
24574                     check_orphaned();
24575                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
24576                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(UNITEDSTATES$4, 0);
24577                     if (target == null)
24578                     {
24579                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(UNITEDSTATES$4);
24580                     }
24581                     target.set(unitedStates);
24582                 }
24583             }
24584             
24585             
24586 
24587 
24588             public void unsetUnitedStates()
24589             {
24590                 synchronized (monitor())
24591                 {
24592                     check_orphaned();
24593                     get_store().remove_element(UNITEDSTATES$4, 0);
24594                 }
24595             }
24596             
24597             
24598 
24599 
24600             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNortheastUS()
24601             {
24602                 synchronized (monitor())
24603                 {
24604                     check_orphaned();
24605                     org.apache.xmlbeans.SimpleValue target = null;
24606                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NORTHEASTUS$6, 0);
24607                     if (target == null)
24608                     {
24609                       return null;
24610                     }
24611                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
24612                 }
24613             }
24614             
24615             
24616 
24617 
24618             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNortheastUS()
24619             {
24620                 synchronized (monitor())
24621                 {
24622                     check_orphaned();
24623                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
24624                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(NORTHEASTUS$6, 0);
24625                     return target;
24626                 }
24627             }
24628             
24629             
24630 
24631 
24632             public boolean isSetNortheastUS()
24633             {
24634                 synchronized (monitor())
24635                 {
24636                     check_orphaned();
24637                     return get_store().count_elements(NORTHEASTUS$6) != 0;
24638                 }
24639             }
24640             
24641             
24642 
24643 
24644             public void setNortheastUS(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum northeastUS)
24645             {
24646                 synchronized (monitor())
24647                 {
24648                     check_orphaned();
24649                     org.apache.xmlbeans.SimpleValue target = null;
24650                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NORTHEASTUS$6, 0);
24651                     if (target == null)
24652                     {
24653                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(NORTHEASTUS$6);
24654                     }
24655                     target.setEnumValue(northeastUS);
24656                 }
24657             }
24658             
24659             
24660 
24661 
24662             public void xsetNortheastUS(gov.grants.apply.system.globalLibraryV20.YesNoDataType northeastUS)
24663             {
24664                 synchronized (monitor())
24665                 {
24666                     check_orphaned();
24667                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
24668                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(NORTHEASTUS$6, 0);
24669                     if (target == null)
24670                     {
24671                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(NORTHEASTUS$6);
24672                     }
24673                     target.set(northeastUS);
24674                 }
24675             }
24676             
24677             
24678 
24679 
24680             public void unsetNortheastUS()
24681             {
24682                 synchronized (monitor())
24683                 {
24684                     check_orphaned();
24685                     get_store().remove_element(NORTHEASTUS$6, 0);
24686                 }
24687             }
24688             
24689             
24690 
24691 
24692             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNorthcentralUS()
24693             {
24694                 synchronized (monitor())
24695                 {
24696                     check_orphaned();
24697                     org.apache.xmlbeans.SimpleValue target = null;
24698                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NORTHCENTRALUS$8, 0);
24699                     if (target == null)
24700                     {
24701                       return null;
24702                     }
24703                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
24704                 }
24705             }
24706             
24707             
24708 
24709 
24710             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNorthcentralUS()
24711             {
24712                 synchronized (monitor())
24713                 {
24714                     check_orphaned();
24715                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
24716                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(NORTHCENTRALUS$8, 0);
24717                     return target;
24718                 }
24719             }
24720             
24721             
24722 
24723 
24724             public boolean isSetNorthcentralUS()
24725             {
24726                 synchronized (monitor())
24727                 {
24728                     check_orphaned();
24729                     return get_store().count_elements(NORTHCENTRALUS$8) != 0;
24730                 }
24731             }
24732             
24733             
24734 
24735 
24736             public void setNorthcentralUS(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum northcentralUS)
24737             {
24738                 synchronized (monitor())
24739                 {
24740                     check_orphaned();
24741                     org.apache.xmlbeans.SimpleValue target = null;
24742                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NORTHCENTRALUS$8, 0);
24743                     if (target == null)
24744                     {
24745                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(NORTHCENTRALUS$8);
24746                     }
24747                     target.setEnumValue(northcentralUS);
24748                 }
24749             }
24750             
24751             
24752 
24753 
24754             public void xsetNorthcentralUS(gov.grants.apply.system.globalLibraryV20.YesNoDataType northcentralUS)
24755             {
24756                 synchronized (monitor())
24757                 {
24758                     check_orphaned();
24759                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
24760                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(NORTHCENTRALUS$8, 0);
24761                     if (target == null)
24762                     {
24763                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(NORTHCENTRALUS$8);
24764                     }
24765                     target.set(northcentralUS);
24766                 }
24767             }
24768             
24769             
24770 
24771 
24772             public void unsetNorthcentralUS()
24773             {
24774                 synchronized (monitor())
24775                 {
24776                     check_orphaned();
24777                     get_store().remove_element(NORTHCENTRALUS$8, 0);
24778                 }
24779             }
24780             
24781             
24782 
24783 
24784             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNorthwestUS()
24785             {
24786                 synchronized (monitor())
24787                 {
24788                     check_orphaned();
24789                     org.apache.xmlbeans.SimpleValue target = null;
24790                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NORTHWESTUS$10, 0);
24791                     if (target == null)
24792                     {
24793                       return null;
24794                     }
24795                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
24796                 }
24797             }
24798             
24799             
24800 
24801 
24802             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNorthwestUS()
24803             {
24804                 synchronized (monitor())
24805                 {
24806                     check_orphaned();
24807                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
24808                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(NORTHWESTUS$10, 0);
24809                     return target;
24810                 }
24811             }
24812             
24813             
24814 
24815 
24816             public boolean isSetNorthwestUS()
24817             {
24818                 synchronized (monitor())
24819                 {
24820                     check_orphaned();
24821                     return get_store().count_elements(NORTHWESTUS$10) != 0;
24822                 }
24823             }
24824             
24825             
24826 
24827 
24828             public void setNorthwestUS(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum northwestUS)
24829             {
24830                 synchronized (monitor())
24831                 {
24832                     check_orphaned();
24833                     org.apache.xmlbeans.SimpleValue target = null;
24834                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NORTHWESTUS$10, 0);
24835                     if (target == null)
24836                     {
24837                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(NORTHWESTUS$10);
24838                     }
24839                     target.setEnumValue(northwestUS);
24840                 }
24841             }
24842             
24843             
24844 
24845 
24846             public void xsetNorthwestUS(gov.grants.apply.system.globalLibraryV20.YesNoDataType northwestUS)
24847             {
24848                 synchronized (monitor())
24849                 {
24850                     check_orphaned();
24851                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
24852                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(NORTHWESTUS$10, 0);
24853                     if (target == null)
24854                     {
24855                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(NORTHWESTUS$10);
24856                     }
24857                     target.set(northwestUS);
24858                 }
24859             }
24860             
24861             
24862 
24863 
24864             public void unsetNorthwestUS()
24865             {
24866                 synchronized (monitor())
24867                 {
24868                     check_orphaned();
24869                     get_store().remove_element(NORTHWESTUS$10, 0);
24870                 }
24871             }
24872             
24873             
24874 
24875 
24876             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSoutheastUS()
24877             {
24878                 synchronized (monitor())
24879                 {
24880                     check_orphaned();
24881                     org.apache.xmlbeans.SimpleValue target = null;
24882                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SOUTHEASTUS$12, 0);
24883                     if (target == null)
24884                     {
24885                       return null;
24886                     }
24887                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
24888                 }
24889             }
24890             
24891             
24892 
24893 
24894             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSoutheastUS()
24895             {
24896                 synchronized (monitor())
24897                 {
24898                     check_orphaned();
24899                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
24900                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SOUTHEASTUS$12, 0);
24901                     return target;
24902                 }
24903             }
24904             
24905             
24906 
24907 
24908             public boolean isSetSoutheastUS()
24909             {
24910                 synchronized (monitor())
24911                 {
24912                     check_orphaned();
24913                     return get_store().count_elements(SOUTHEASTUS$12) != 0;
24914                 }
24915             }
24916             
24917             
24918 
24919 
24920             public void setSoutheastUS(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum southeastUS)
24921             {
24922                 synchronized (monitor())
24923                 {
24924                     check_orphaned();
24925                     org.apache.xmlbeans.SimpleValue target = null;
24926                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SOUTHEASTUS$12, 0);
24927                     if (target == null)
24928                     {
24929                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SOUTHEASTUS$12);
24930                     }
24931                     target.setEnumValue(southeastUS);
24932                 }
24933             }
24934             
24935             
24936 
24937 
24938             public void xsetSoutheastUS(gov.grants.apply.system.globalLibraryV20.YesNoDataType southeastUS)
24939             {
24940                 synchronized (monitor())
24941                 {
24942                     check_orphaned();
24943                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
24944                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SOUTHEASTUS$12, 0);
24945                     if (target == null)
24946                     {
24947                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SOUTHEASTUS$12);
24948                     }
24949                     target.set(southeastUS);
24950                 }
24951             }
24952             
24953             
24954 
24955 
24956             public void unsetSoutheastUS()
24957             {
24958                 synchronized (monitor())
24959                 {
24960                     check_orphaned();
24961                     get_store().remove_element(SOUTHEASTUS$12, 0);
24962                 }
24963             }
24964             
24965             
24966 
24967 
24968             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSouthcentralUS()
24969             {
24970                 synchronized (monitor())
24971                 {
24972                     check_orphaned();
24973                     org.apache.xmlbeans.SimpleValue target = null;
24974                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SOUTHCENTRALUS$14, 0);
24975                     if (target == null)
24976                     {
24977                       return null;
24978                     }
24979                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
24980                 }
24981             }
24982             
24983             
24984 
24985 
24986             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSouthcentralUS()
24987             {
24988                 synchronized (monitor())
24989                 {
24990                     check_orphaned();
24991                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
24992                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SOUTHCENTRALUS$14, 0);
24993                     return target;
24994                 }
24995             }
24996             
24997             
24998 
24999 
25000             public boolean isSetSouthcentralUS()
25001             {
25002                 synchronized (monitor())
25003                 {
25004                     check_orphaned();
25005                     return get_store().count_elements(SOUTHCENTRALUS$14) != 0;
25006                 }
25007             }
25008             
25009             
25010 
25011 
25012             public void setSouthcentralUS(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum southcentralUS)
25013             {
25014                 synchronized (monitor())
25015                 {
25016                     check_orphaned();
25017                     org.apache.xmlbeans.SimpleValue target = null;
25018                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SOUTHCENTRALUS$14, 0);
25019                     if (target == null)
25020                     {
25021                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SOUTHCENTRALUS$14);
25022                     }
25023                     target.setEnumValue(southcentralUS);
25024                 }
25025             }
25026             
25027             
25028 
25029 
25030             public void xsetSouthcentralUS(gov.grants.apply.system.globalLibraryV20.YesNoDataType southcentralUS)
25031             {
25032                 synchronized (monitor())
25033                 {
25034                     check_orphaned();
25035                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
25036                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SOUTHCENTRALUS$14, 0);
25037                     if (target == null)
25038                     {
25039                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SOUTHCENTRALUS$14);
25040                     }
25041                     target.set(southcentralUS);
25042                 }
25043             }
25044             
25045             
25046 
25047 
25048             public void unsetSouthcentralUS()
25049             {
25050                 synchronized (monitor())
25051                 {
25052                     check_orphaned();
25053                     get_store().remove_element(SOUTHCENTRALUS$14, 0);
25054                 }
25055             }
25056             
25057             
25058 
25059 
25060             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSouthwestUS()
25061             {
25062                 synchronized (monitor())
25063                 {
25064                     check_orphaned();
25065                     org.apache.xmlbeans.SimpleValue target = null;
25066                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SOUTHWESTUS$16, 0);
25067                     if (target == null)
25068                     {
25069                       return null;
25070                     }
25071                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
25072                 }
25073             }
25074             
25075             
25076 
25077 
25078             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSouthwestUS()
25079             {
25080                 synchronized (monitor())
25081                 {
25082                     check_orphaned();
25083                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
25084                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SOUTHWESTUS$16, 0);
25085                     return target;
25086                 }
25087             }
25088             
25089             
25090 
25091 
25092             public boolean isSetSouthwestUS()
25093             {
25094                 synchronized (monitor())
25095                 {
25096                     check_orphaned();
25097                     return get_store().count_elements(SOUTHWESTUS$16) != 0;
25098                 }
25099             }
25100             
25101             
25102 
25103 
25104             public void setSouthwestUS(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum southwestUS)
25105             {
25106                 synchronized (monitor())
25107                 {
25108                     check_orphaned();
25109                     org.apache.xmlbeans.SimpleValue target = null;
25110                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SOUTHWESTUS$16, 0);
25111                     if (target == null)
25112                     {
25113                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SOUTHWESTUS$16);
25114                     }
25115                     target.setEnumValue(southwestUS);
25116                 }
25117             }
25118             
25119             
25120 
25121 
25122             public void xsetSouthwestUS(gov.grants.apply.system.globalLibraryV20.YesNoDataType southwestUS)
25123             {
25124                 synchronized (monitor())
25125                 {
25126                     check_orphaned();
25127                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
25128                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SOUTHWESTUS$16, 0);
25129                     if (target == null)
25130                     {
25131                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SOUTHWESTUS$16);
25132                     }
25133                     target.set(southwestUS);
25134                 }
25135             }
25136             
25137             
25138 
25139 
25140             public void unsetSouthwestUS()
25141             {
25142                 synchronized (monitor())
25143                 {
25144                     check_orphaned();
25145                     get_store().remove_element(SOUTHWESTUS$16, 0);
25146                 }
25147             }
25148             
25149             
25150 
25151 
25152             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAlaska()
25153             {
25154                 synchronized (monitor())
25155                 {
25156                     check_orphaned();
25157                     org.apache.xmlbeans.SimpleValue target = null;
25158                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ALASKA$18, 0);
25159                     if (target == null)
25160                     {
25161                       return null;
25162                     }
25163                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
25164                 }
25165             }
25166             
25167             
25168 
25169 
25170             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAlaska()
25171             {
25172                 synchronized (monitor())
25173                 {
25174                     check_orphaned();
25175                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
25176                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ALASKA$18, 0);
25177                     return target;
25178                 }
25179             }
25180             
25181             
25182 
25183 
25184             public boolean isSetAlaska()
25185             {
25186                 synchronized (monitor())
25187                 {
25188                     check_orphaned();
25189                     return get_store().count_elements(ALASKA$18) != 0;
25190                 }
25191             }
25192             
25193             
25194 
25195 
25196             public void setAlaska(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum alaska)
25197             {
25198                 synchronized (monitor())
25199                 {
25200                     check_orphaned();
25201                     org.apache.xmlbeans.SimpleValue target = null;
25202                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ALASKA$18, 0);
25203                     if (target == null)
25204                     {
25205                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ALASKA$18);
25206                     }
25207                     target.setEnumValue(alaska);
25208                 }
25209             }
25210             
25211             
25212 
25213 
25214             public void xsetAlaska(gov.grants.apply.system.globalLibraryV20.YesNoDataType alaska)
25215             {
25216                 synchronized (monitor())
25217                 {
25218                     check_orphaned();
25219                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
25220                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ALASKA$18, 0);
25221                     if (target == null)
25222                     {
25223                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ALASKA$18);
25224                     }
25225                     target.set(alaska);
25226                 }
25227             }
25228             
25229             
25230 
25231 
25232             public void unsetAlaska()
25233             {
25234                 synchronized (monitor())
25235                 {
25236                     check_orphaned();
25237                     get_store().remove_element(ALASKA$18, 0);
25238                 }
25239             }
25240             
25241             
25242 
25243 
25244             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getHawaii()
25245             {
25246                 synchronized (monitor())
25247                 {
25248                     check_orphaned();
25249                     org.apache.xmlbeans.SimpleValue target = null;
25250                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(HAWAII$20, 0);
25251                     if (target == null)
25252                     {
25253                       return null;
25254                     }
25255                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
25256                 }
25257             }
25258             
25259             
25260 
25261 
25262             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetHawaii()
25263             {
25264                 synchronized (monitor())
25265                 {
25266                     check_orphaned();
25267                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
25268                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(HAWAII$20, 0);
25269                     return target;
25270                 }
25271             }
25272             
25273             
25274 
25275 
25276             public boolean isSetHawaii()
25277             {
25278                 synchronized (monitor())
25279                 {
25280                     check_orphaned();
25281                     return get_store().count_elements(HAWAII$20) != 0;
25282                 }
25283             }
25284             
25285             
25286 
25287 
25288             public void setHawaii(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum hawaii)
25289             {
25290                 synchronized (monitor())
25291                 {
25292                     check_orphaned();
25293                     org.apache.xmlbeans.SimpleValue target = null;
25294                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(HAWAII$20, 0);
25295                     if (target == null)
25296                     {
25297                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(HAWAII$20);
25298                     }
25299                     target.setEnumValue(hawaii);
25300                 }
25301             }
25302             
25303             
25304 
25305 
25306             public void xsetHawaii(gov.grants.apply.system.globalLibraryV20.YesNoDataType hawaii)
25307             {
25308                 synchronized (monitor())
25309                 {
25310                     check_orphaned();
25311                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
25312                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(HAWAII$20, 0);
25313                     if (target == null)
25314                     {
25315                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(HAWAII$20);
25316                     }
25317                     target.set(hawaii);
25318                 }
25319             }
25320             
25321             
25322 
25323 
25324             public void unsetHawaii()
25325             {
25326                 synchronized (monitor())
25327                 {
25328                     check_orphaned();
25329                     get_store().remove_element(HAWAII$20, 0);
25330                 }
25331             }
25332             
25333             
25334 
25335 
25336             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPuertoRico()
25337             {
25338                 synchronized (monitor())
25339                 {
25340                     check_orphaned();
25341                     org.apache.xmlbeans.SimpleValue target = null;
25342                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PUERTORICO$22, 0);
25343                     if (target == null)
25344                     {
25345                       return null;
25346                     }
25347                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
25348                 }
25349             }
25350             
25351             
25352 
25353 
25354             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPuertoRico()
25355             {
25356                 synchronized (monitor())
25357                 {
25358                     check_orphaned();
25359                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
25360                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PUERTORICO$22, 0);
25361                     return target;
25362                 }
25363             }
25364             
25365             
25366 
25367 
25368             public boolean isSetPuertoRico()
25369             {
25370                 synchronized (monitor())
25371                 {
25372                     check_orphaned();
25373                     return get_store().count_elements(PUERTORICO$22) != 0;
25374                 }
25375             }
25376             
25377             
25378 
25379 
25380             public void setPuertoRico(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum puertoRico)
25381             {
25382                 synchronized (monitor())
25383                 {
25384                     check_orphaned();
25385                     org.apache.xmlbeans.SimpleValue target = null;
25386                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PUERTORICO$22, 0);
25387                     if (target == null)
25388                     {
25389                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PUERTORICO$22);
25390                     }
25391                     target.setEnumValue(puertoRico);
25392                 }
25393             }
25394             
25395             
25396 
25397 
25398             public void xsetPuertoRico(gov.grants.apply.system.globalLibraryV20.YesNoDataType puertoRico)
25399             {
25400                 synchronized (monitor())
25401                 {
25402                     check_orphaned();
25403                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
25404                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PUERTORICO$22, 0);
25405                     if (target == null)
25406                     {
25407                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PUERTORICO$22);
25408                     }
25409                     target.set(puertoRico);
25410                 }
25411             }
25412             
25413             
25414 
25415 
25416             public void unsetPuertoRico()
25417             {
25418                 synchronized (monitor())
25419                 {
25420                     check_orphaned();
25421                     get_store().remove_element(PUERTORICO$22, 0);
25422                 }
25423             }
25424             
25425             
25426 
25427 
25428             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCanada()
25429             {
25430                 synchronized (monitor())
25431                 {
25432                     check_orphaned();
25433                     org.apache.xmlbeans.SimpleValue target = null;
25434                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CANADA$24, 0);
25435                     if (target == null)
25436                     {
25437                       return null;
25438                     }
25439                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
25440                 }
25441             }
25442             
25443             
25444 
25445 
25446             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCanada()
25447             {
25448                 synchronized (monitor())
25449                 {
25450                     check_orphaned();
25451                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
25452                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CANADA$24, 0);
25453                     return target;
25454                 }
25455             }
25456             
25457             
25458 
25459 
25460             public boolean isSetCanada()
25461             {
25462                 synchronized (monitor())
25463                 {
25464                     check_orphaned();
25465                     return get_store().count_elements(CANADA$24) != 0;
25466                 }
25467             }
25468             
25469             
25470 
25471 
25472             public void setCanada(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum canada)
25473             {
25474                 synchronized (monitor())
25475                 {
25476                     check_orphaned();
25477                     org.apache.xmlbeans.SimpleValue target = null;
25478                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CANADA$24, 0);
25479                     if (target == null)
25480                     {
25481                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CANADA$24);
25482                     }
25483                     target.setEnumValue(canada);
25484                 }
25485             }
25486             
25487             
25488 
25489 
25490             public void xsetCanada(gov.grants.apply.system.globalLibraryV20.YesNoDataType canada)
25491             {
25492                 synchronized (monitor())
25493                 {
25494                     check_orphaned();
25495                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
25496                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CANADA$24, 0);
25497                     if (target == null)
25498                     {
25499                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CANADA$24);
25500                     }
25501                     target.set(canada);
25502                 }
25503             }
25504             
25505             
25506 
25507 
25508             public void unsetCanada()
25509             {
25510                 synchronized (monitor())
25511                 {
25512                     check_orphaned();
25513                     get_store().remove_element(CANADA$24, 0);
25514                 }
25515             }
25516             
25517             
25518 
25519 
25520             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMexico()
25521             {
25522                 synchronized (monitor())
25523                 {
25524                     check_orphaned();
25525                     org.apache.xmlbeans.SimpleValue target = null;
25526                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MEXICO$26, 0);
25527                     if (target == null)
25528                     {
25529                       return null;
25530                     }
25531                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
25532                 }
25533             }
25534             
25535             
25536 
25537 
25538             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMexico()
25539             {
25540                 synchronized (monitor())
25541                 {
25542                     check_orphaned();
25543                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
25544                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MEXICO$26, 0);
25545                     return target;
25546                 }
25547             }
25548             
25549             
25550 
25551 
25552             public boolean isSetMexico()
25553             {
25554                 synchronized (monitor())
25555                 {
25556                     check_orphaned();
25557                     return get_store().count_elements(MEXICO$26) != 0;
25558                 }
25559             }
25560             
25561             
25562 
25563 
25564             public void setMexico(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum mexico)
25565             {
25566                 synchronized (monitor())
25567                 {
25568                     check_orphaned();
25569                     org.apache.xmlbeans.SimpleValue target = null;
25570                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MEXICO$26, 0);
25571                     if (target == null)
25572                     {
25573                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(MEXICO$26);
25574                     }
25575                     target.setEnumValue(mexico);
25576                 }
25577             }
25578             
25579             
25580 
25581 
25582             public void xsetMexico(gov.grants.apply.system.globalLibraryV20.YesNoDataType mexico)
25583             {
25584                 synchronized (monitor())
25585                 {
25586                     check_orphaned();
25587                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
25588                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MEXICO$26, 0);
25589                     if (target == null)
25590                     {
25591                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(MEXICO$26);
25592                     }
25593                     target.set(mexico);
25594                 }
25595             }
25596             
25597             
25598 
25599 
25600             public void unsetMexico()
25601             {
25602                 synchronized (monitor())
25603                 {
25604                     check_orphaned();
25605                     get_store().remove_element(MEXICO$26, 0);
25606                 }
25607             }
25608             
25609             
25610 
25611 
25612             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCENTRALAMERICA()
25613             {
25614                 synchronized (monitor())
25615                 {
25616                     check_orphaned();
25617                     org.apache.xmlbeans.SimpleValue target = null;
25618                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CENTRALAMERICA$28, 0);
25619                     if (target == null)
25620                     {
25621                       return null;
25622                     }
25623                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
25624                 }
25625             }
25626             
25627             
25628 
25629 
25630             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCENTRALAMERICA()
25631             {
25632                 synchronized (monitor())
25633                 {
25634                     check_orphaned();
25635                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
25636                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CENTRALAMERICA$28, 0);
25637                     return target;
25638                 }
25639             }
25640             
25641             
25642 
25643 
25644             public boolean isSetCENTRALAMERICA()
25645             {
25646                 synchronized (monitor())
25647                 {
25648                     check_orphaned();
25649                     return get_store().count_elements(CENTRALAMERICA$28) != 0;
25650                 }
25651             }
25652             
25653             
25654 
25655 
25656             public void setCENTRALAMERICA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum centralamerica)
25657             {
25658                 synchronized (monitor())
25659                 {
25660                     check_orphaned();
25661                     org.apache.xmlbeans.SimpleValue target = null;
25662                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CENTRALAMERICA$28, 0);
25663                     if (target == null)
25664                     {
25665                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CENTRALAMERICA$28);
25666                     }
25667                     target.setEnumValue(centralamerica);
25668                 }
25669             }
25670             
25671             
25672 
25673 
25674             public void xsetCENTRALAMERICA(gov.grants.apply.system.globalLibraryV20.YesNoDataType centralamerica)
25675             {
25676                 synchronized (monitor())
25677                 {
25678                     check_orphaned();
25679                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
25680                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CENTRALAMERICA$28, 0);
25681                     if (target == null)
25682                     {
25683                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CENTRALAMERICA$28);
25684                     }
25685                     target.set(centralamerica);
25686                 }
25687             }
25688             
25689             
25690 
25691 
25692             public void unsetCENTRALAMERICA()
25693             {
25694                 synchronized (monitor())
25695                 {
25696                     check_orphaned();
25697                     get_store().remove_element(CENTRALAMERICA$28, 0);
25698                 }
25699             }
25700             
25701             
25702 
25703 
25704             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCaribbeanIslands()
25705             {
25706                 synchronized (monitor())
25707                 {
25708                     check_orphaned();
25709                     org.apache.xmlbeans.SimpleValue target = null;
25710                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CARIBBEANISLANDS$30, 0);
25711                     if (target == null)
25712                     {
25713                       return null;
25714                     }
25715                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
25716                 }
25717             }
25718             
25719             
25720 
25721 
25722             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCaribbeanIslands()
25723             {
25724                 synchronized (monitor())
25725                 {
25726                     check_orphaned();
25727                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
25728                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CARIBBEANISLANDS$30, 0);
25729                     return target;
25730                 }
25731             }
25732             
25733             
25734 
25735 
25736             public boolean isSetCaribbeanIslands()
25737             {
25738                 synchronized (monitor())
25739                 {
25740                     check_orphaned();
25741                     return get_store().count_elements(CARIBBEANISLANDS$30) != 0;
25742                 }
25743             }
25744             
25745             
25746 
25747 
25748             public void setCaribbeanIslands(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum caribbeanIslands)
25749             {
25750                 synchronized (monitor())
25751                 {
25752                     check_orphaned();
25753                     org.apache.xmlbeans.SimpleValue target = null;
25754                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CARIBBEANISLANDS$30, 0);
25755                     if (target == null)
25756                     {
25757                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CARIBBEANISLANDS$30);
25758                     }
25759                     target.setEnumValue(caribbeanIslands);
25760                 }
25761             }
25762             
25763             
25764 
25765 
25766             public void xsetCaribbeanIslands(gov.grants.apply.system.globalLibraryV20.YesNoDataType caribbeanIslands)
25767             {
25768                 synchronized (monitor())
25769                 {
25770                     check_orphaned();
25771                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
25772                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CARIBBEANISLANDS$30, 0);
25773                     if (target == null)
25774                     {
25775                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CARIBBEANISLANDS$30);
25776                     }
25777                     target.set(caribbeanIslands);
25778                 }
25779             }
25780             
25781             
25782 
25783 
25784             public void unsetCaribbeanIslands()
25785             {
25786                 synchronized (monitor())
25787                 {
25788                     check_orphaned();
25789                     get_store().remove_element(CARIBBEANISLANDS$30, 0);
25790                 }
25791             }
25792             
25793             
25794 
25795 
25796             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBermudaBahamas()
25797             {
25798                 synchronized (monitor())
25799                 {
25800                     check_orphaned();
25801                     org.apache.xmlbeans.SimpleValue target = null;
25802                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(BERMUDABAHAMAS$32, 0);
25803                     if (target == null)
25804                     {
25805                       return null;
25806                     }
25807                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
25808                 }
25809             }
25810             
25811             
25812 
25813 
25814             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBermudaBahamas()
25815             {
25816                 synchronized (monitor())
25817                 {
25818                     check_orphaned();
25819                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
25820                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(BERMUDABAHAMAS$32, 0);
25821                     return target;
25822                 }
25823             }
25824             
25825             
25826 
25827 
25828             public boolean isSetBermudaBahamas()
25829             {
25830                 synchronized (monitor())
25831                 {
25832                     check_orphaned();
25833                     return get_store().count_elements(BERMUDABAHAMAS$32) != 0;
25834                 }
25835             }
25836             
25837             
25838 
25839 
25840             public void setBermudaBahamas(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum bermudaBahamas)
25841             {
25842                 synchronized (monitor())
25843                 {
25844                     check_orphaned();
25845                     org.apache.xmlbeans.SimpleValue target = null;
25846                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(BERMUDABAHAMAS$32, 0);
25847                     if (target == null)
25848                     {
25849                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(BERMUDABAHAMAS$32);
25850                     }
25851                     target.setEnumValue(bermudaBahamas);
25852                 }
25853             }
25854             
25855             
25856 
25857 
25858             public void xsetBermudaBahamas(gov.grants.apply.system.globalLibraryV20.YesNoDataType bermudaBahamas)
25859             {
25860                 synchronized (monitor())
25861                 {
25862                     check_orphaned();
25863                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
25864                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(BERMUDABAHAMAS$32, 0);
25865                     if (target == null)
25866                     {
25867                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(BERMUDABAHAMAS$32);
25868                     }
25869                     target.set(bermudaBahamas);
25870                 }
25871             }
25872             
25873             
25874 
25875 
25876             public void unsetBermudaBahamas()
25877             {
25878                 synchronized (monitor())
25879                 {
25880                     check_orphaned();
25881                     get_store().remove_element(BERMUDABAHAMAS$32, 0);
25882                 }
25883             }
25884             
25885             
25886 
25887 
25888             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSOUTHAMERICA()
25889             {
25890                 synchronized (monitor())
25891                 {
25892                     check_orphaned();
25893                     org.apache.xmlbeans.SimpleValue target = null;
25894                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SOUTHAMERICA$34, 0);
25895                     if (target == null)
25896                     {
25897                       return null;
25898                     }
25899                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
25900                 }
25901             }
25902             
25903             
25904 
25905 
25906             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSOUTHAMERICA()
25907             {
25908                 synchronized (monitor())
25909                 {
25910                     check_orphaned();
25911                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
25912                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SOUTHAMERICA$34, 0);
25913                     return target;
25914                 }
25915             }
25916             
25917             
25918 
25919 
25920             public boolean isSetSOUTHAMERICA()
25921             {
25922                 synchronized (monitor())
25923                 {
25924                     check_orphaned();
25925                     return get_store().count_elements(SOUTHAMERICA$34) != 0;
25926                 }
25927             }
25928             
25929             
25930 
25931 
25932             public void setSOUTHAMERICA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum southamerica)
25933             {
25934                 synchronized (monitor())
25935                 {
25936                     check_orphaned();
25937                     org.apache.xmlbeans.SimpleValue target = null;
25938                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SOUTHAMERICA$34, 0);
25939                     if (target == null)
25940                     {
25941                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SOUTHAMERICA$34);
25942                     }
25943                     target.setEnumValue(southamerica);
25944                 }
25945             }
25946             
25947             
25948 
25949 
25950             public void xsetSOUTHAMERICA(gov.grants.apply.system.globalLibraryV20.YesNoDataType southamerica)
25951             {
25952                 synchronized (monitor())
25953                 {
25954                     check_orphaned();
25955                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
25956                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SOUTHAMERICA$34, 0);
25957                     if (target == null)
25958                     {
25959                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SOUTHAMERICA$34);
25960                     }
25961                     target.set(southamerica);
25962                 }
25963             }
25964             
25965             
25966 
25967 
25968             public void unsetSOUTHAMERICA()
25969             {
25970                 synchronized (monitor())
25971                 {
25972                     check_orphaned();
25973                     get_store().remove_element(SOUTHAMERICA$34, 0);
25974                 }
25975             }
25976             
25977             
25978 
25979 
25980             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getEasternSouthAmerica()
25981             {
25982                 synchronized (monitor())
25983                 {
25984                     check_orphaned();
25985                     org.apache.xmlbeans.SimpleValue target = null;
25986                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(EASTERNSOUTHAMERICA$36, 0);
25987                     if (target == null)
25988                     {
25989                       return null;
25990                     }
25991                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
25992                 }
25993             }
25994             
25995             
25996 
25997 
25998             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetEasternSouthAmerica()
25999             {
26000                 synchronized (monitor())
26001                 {
26002                     check_orphaned();
26003                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
26004                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(EASTERNSOUTHAMERICA$36, 0);
26005                     return target;
26006                 }
26007             }
26008             
26009             
26010 
26011 
26012             public boolean isSetEasternSouthAmerica()
26013             {
26014                 synchronized (monitor())
26015                 {
26016                     check_orphaned();
26017                     return get_store().count_elements(EASTERNSOUTHAMERICA$36) != 0;
26018                 }
26019             }
26020             
26021             
26022 
26023 
26024             public void setEasternSouthAmerica(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum easternSouthAmerica)
26025             {
26026                 synchronized (monitor())
26027                 {
26028                     check_orphaned();
26029                     org.apache.xmlbeans.SimpleValue target = null;
26030                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(EASTERNSOUTHAMERICA$36, 0);
26031                     if (target == null)
26032                     {
26033                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(EASTERNSOUTHAMERICA$36);
26034                     }
26035                     target.setEnumValue(easternSouthAmerica);
26036                 }
26037             }
26038             
26039             
26040 
26041 
26042             public void xsetEasternSouthAmerica(gov.grants.apply.system.globalLibraryV20.YesNoDataType easternSouthAmerica)
26043             {
26044                 synchronized (monitor())
26045                 {
26046                     check_orphaned();
26047                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
26048                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(EASTERNSOUTHAMERICA$36, 0);
26049                     if (target == null)
26050                     {
26051                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(EASTERNSOUTHAMERICA$36);
26052                     }
26053                     target.set(easternSouthAmerica);
26054                 }
26055             }
26056             
26057             
26058 
26059 
26060             public void unsetEasternSouthAmerica()
26061             {
26062                 synchronized (monitor())
26063                 {
26064                     check_orphaned();
26065                     get_store().remove_element(EASTERNSOUTHAMERICA$36, 0);
26066                 }
26067             }
26068             
26069             
26070 
26071 
26072             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNorthernSouthAmerica()
26073             {
26074                 synchronized (monitor())
26075                 {
26076                     check_orphaned();
26077                     org.apache.xmlbeans.SimpleValue target = null;
26078                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NORTHERNSOUTHAMERICA$38, 0);
26079                     if (target == null)
26080                     {
26081                       return null;
26082                     }
26083                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
26084                 }
26085             }
26086             
26087             
26088 
26089 
26090             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNorthernSouthAmerica()
26091             {
26092                 synchronized (monitor())
26093                 {
26094                     check_orphaned();
26095                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
26096                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(NORTHERNSOUTHAMERICA$38, 0);
26097                     return target;
26098                 }
26099             }
26100             
26101             
26102 
26103 
26104             public boolean isSetNorthernSouthAmerica()
26105             {
26106                 synchronized (monitor())
26107                 {
26108                     check_orphaned();
26109                     return get_store().count_elements(NORTHERNSOUTHAMERICA$38) != 0;
26110                 }
26111             }
26112             
26113             
26114 
26115 
26116             public void setNorthernSouthAmerica(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum northernSouthAmerica)
26117             {
26118                 synchronized (monitor())
26119                 {
26120                     check_orphaned();
26121                     org.apache.xmlbeans.SimpleValue target = null;
26122                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NORTHERNSOUTHAMERICA$38, 0);
26123                     if (target == null)
26124                     {
26125                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(NORTHERNSOUTHAMERICA$38);
26126                     }
26127                     target.setEnumValue(northernSouthAmerica);
26128                 }
26129             }
26130             
26131             
26132 
26133 
26134             public void xsetNorthernSouthAmerica(gov.grants.apply.system.globalLibraryV20.YesNoDataType northernSouthAmerica)
26135             {
26136                 synchronized (monitor())
26137                 {
26138                     check_orphaned();
26139                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
26140                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(NORTHERNSOUTHAMERICA$38, 0);
26141                     if (target == null)
26142                     {
26143                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(NORTHERNSOUTHAMERICA$38);
26144                     }
26145                     target.set(northernSouthAmerica);
26146                 }
26147             }
26148             
26149             
26150 
26151 
26152             public void unsetNorthernSouthAmerica()
26153             {
26154                 synchronized (monitor())
26155                 {
26156                     check_orphaned();
26157                     get_store().remove_element(NORTHERNSOUTHAMERICA$38, 0);
26158                 }
26159             }
26160             
26161             
26162 
26163 
26164             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSouthernSouthAmerica()
26165             {
26166                 synchronized (monitor())
26167                 {
26168                     check_orphaned();
26169                     org.apache.xmlbeans.SimpleValue target = null;
26170                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SOUTHERNSOUTHAMERICA$40, 0);
26171                     if (target == null)
26172                     {
26173                       return null;
26174                     }
26175                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
26176                 }
26177             }
26178             
26179             
26180 
26181 
26182             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSouthernSouthAmerica()
26183             {
26184                 synchronized (monitor())
26185                 {
26186                     check_orphaned();
26187                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
26188                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SOUTHERNSOUTHAMERICA$40, 0);
26189                     return target;
26190                 }
26191             }
26192             
26193             
26194 
26195 
26196             public boolean isSetSouthernSouthAmerica()
26197             {
26198                 synchronized (monitor())
26199                 {
26200                     check_orphaned();
26201                     return get_store().count_elements(SOUTHERNSOUTHAMERICA$40) != 0;
26202                 }
26203             }
26204             
26205             
26206 
26207 
26208             public void setSouthernSouthAmerica(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum southernSouthAmerica)
26209             {
26210                 synchronized (monitor())
26211                 {
26212                     check_orphaned();
26213                     org.apache.xmlbeans.SimpleValue target = null;
26214                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SOUTHERNSOUTHAMERICA$40, 0);
26215                     if (target == null)
26216                     {
26217                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SOUTHERNSOUTHAMERICA$40);
26218                     }
26219                     target.setEnumValue(southernSouthAmerica);
26220                 }
26221             }
26222             
26223             
26224 
26225 
26226             public void xsetSouthernSouthAmerica(gov.grants.apply.system.globalLibraryV20.YesNoDataType southernSouthAmerica)
26227             {
26228                 synchronized (monitor())
26229                 {
26230                     check_orphaned();
26231                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
26232                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SOUTHERNSOUTHAMERICA$40, 0);
26233                     if (target == null)
26234                     {
26235                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SOUTHERNSOUTHAMERICA$40);
26236                     }
26237                     target.set(southernSouthAmerica);
26238                 }
26239             }
26240             
26241             
26242 
26243 
26244             public void unsetSouthernSouthAmerica()
26245             {
26246                 synchronized (monitor())
26247                 {
26248                     check_orphaned();
26249                     get_store().remove_element(SOUTHERNSOUTHAMERICA$40, 0);
26250                 }
26251             }
26252             
26253             
26254 
26255 
26256             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getWesternSouthAmerica()
26257             {
26258                 synchronized (monitor())
26259                 {
26260                     check_orphaned();
26261                     org.apache.xmlbeans.SimpleValue target = null;
26262                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(WESTERNSOUTHAMERICA$42, 0);
26263                     if (target == null)
26264                     {
26265                       return null;
26266                     }
26267                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
26268                 }
26269             }
26270             
26271             
26272 
26273 
26274             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetWesternSouthAmerica()
26275             {
26276                 synchronized (monitor())
26277                 {
26278                     check_orphaned();
26279                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
26280                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(WESTERNSOUTHAMERICA$42, 0);
26281                     return target;
26282                 }
26283             }
26284             
26285             
26286 
26287 
26288             public boolean isSetWesternSouthAmerica()
26289             {
26290                 synchronized (monitor())
26291                 {
26292                     check_orphaned();
26293                     return get_store().count_elements(WESTERNSOUTHAMERICA$42) != 0;
26294                 }
26295             }
26296             
26297             
26298 
26299 
26300             public void setWesternSouthAmerica(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum westernSouthAmerica)
26301             {
26302                 synchronized (monitor())
26303                 {
26304                     check_orphaned();
26305                     org.apache.xmlbeans.SimpleValue target = null;
26306                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(WESTERNSOUTHAMERICA$42, 0);
26307                     if (target == null)
26308                     {
26309                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(WESTERNSOUTHAMERICA$42);
26310                     }
26311                     target.setEnumValue(westernSouthAmerica);
26312                 }
26313             }
26314             
26315             
26316 
26317 
26318             public void xsetWesternSouthAmerica(gov.grants.apply.system.globalLibraryV20.YesNoDataType westernSouthAmerica)
26319             {
26320                 synchronized (monitor())
26321                 {
26322                     check_orphaned();
26323                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
26324                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(WESTERNSOUTHAMERICA$42, 0);
26325                     if (target == null)
26326                     {
26327                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(WESTERNSOUTHAMERICA$42);
26328                     }
26329                     target.set(westernSouthAmerica);
26330                 }
26331             }
26332             
26333             
26334 
26335 
26336             public void unsetWesternSouthAmerica()
26337             {
26338                 synchronized (monitor())
26339                 {
26340                     check_orphaned();
26341                     get_store().remove_element(WESTERNSOUTHAMERICA$42, 0);
26342                 }
26343             }
26344             
26345             
26346 
26347 
26348             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getEUROPE()
26349             {
26350                 synchronized (monitor())
26351                 {
26352                     check_orphaned();
26353                     org.apache.xmlbeans.SimpleValue target = null;
26354                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(EUROPE$44, 0);
26355                     if (target == null)
26356                     {
26357                       return null;
26358                     }
26359                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
26360                 }
26361             }
26362             
26363             
26364 
26365 
26366             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetEUROPE()
26367             {
26368                 synchronized (monitor())
26369                 {
26370                     check_orphaned();
26371                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
26372                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(EUROPE$44, 0);
26373                     return target;
26374                 }
26375             }
26376             
26377             
26378 
26379 
26380             public boolean isSetEUROPE()
26381             {
26382                 synchronized (monitor())
26383                 {
26384                     check_orphaned();
26385                     return get_store().count_elements(EUROPE$44) != 0;
26386                 }
26387             }
26388             
26389             
26390 
26391 
26392             public void setEUROPE(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum europe)
26393             {
26394                 synchronized (monitor())
26395                 {
26396                     check_orphaned();
26397                     org.apache.xmlbeans.SimpleValue target = null;
26398                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(EUROPE$44, 0);
26399                     if (target == null)
26400                     {
26401                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(EUROPE$44);
26402                     }
26403                     target.setEnumValue(europe);
26404                 }
26405             }
26406             
26407             
26408 
26409 
26410             public void xsetEUROPE(gov.grants.apply.system.globalLibraryV20.YesNoDataType europe)
26411             {
26412                 synchronized (monitor())
26413                 {
26414                     check_orphaned();
26415                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
26416                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(EUROPE$44, 0);
26417                     if (target == null)
26418                     {
26419                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(EUROPE$44);
26420                     }
26421                     target.set(europe);
26422                 }
26423             }
26424             
26425             
26426 
26427 
26428             public void unsetEUROPE()
26429             {
26430                 synchronized (monitor())
26431                 {
26432                     check_orphaned();
26433                     get_store().remove_element(EUROPE$44, 0);
26434                 }
26435             }
26436             
26437             
26438 
26439 
26440             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getEasternEurope()
26441             {
26442                 synchronized (monitor())
26443                 {
26444                     check_orphaned();
26445                     org.apache.xmlbeans.SimpleValue target = null;
26446                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(EASTERNEUROPE$46, 0);
26447                     if (target == null)
26448                     {
26449                       return null;
26450                     }
26451                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
26452                 }
26453             }
26454             
26455             
26456 
26457 
26458             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetEasternEurope()
26459             {
26460                 synchronized (monitor())
26461                 {
26462                     check_orphaned();
26463                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
26464                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(EASTERNEUROPE$46, 0);
26465                     return target;
26466                 }
26467             }
26468             
26469             
26470 
26471 
26472             public boolean isSetEasternEurope()
26473             {
26474                 synchronized (monitor())
26475                 {
26476                     check_orphaned();
26477                     return get_store().count_elements(EASTERNEUROPE$46) != 0;
26478                 }
26479             }
26480             
26481             
26482 
26483 
26484             public void setEasternEurope(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum easternEurope)
26485             {
26486                 synchronized (monitor())
26487                 {
26488                     check_orphaned();
26489                     org.apache.xmlbeans.SimpleValue target = null;
26490                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(EASTERNEUROPE$46, 0);
26491                     if (target == null)
26492                     {
26493                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(EASTERNEUROPE$46);
26494                     }
26495                     target.setEnumValue(easternEurope);
26496                 }
26497             }
26498             
26499             
26500 
26501 
26502             public void xsetEasternEurope(gov.grants.apply.system.globalLibraryV20.YesNoDataType easternEurope)
26503             {
26504                 synchronized (monitor())
26505                 {
26506                     check_orphaned();
26507                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
26508                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(EASTERNEUROPE$46, 0);
26509                     if (target == null)
26510                     {
26511                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(EASTERNEUROPE$46);
26512                     }
26513                     target.set(easternEurope);
26514                 }
26515             }
26516             
26517             
26518 
26519 
26520             public void unsetEasternEurope()
26521             {
26522                 synchronized (monitor())
26523                 {
26524                     check_orphaned();
26525                     get_store().remove_element(EASTERNEUROPE$46, 0);
26526                 }
26527             }
26528             
26529             
26530 
26531 
26532             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getRussia()
26533             {
26534                 synchronized (monitor())
26535                 {
26536                     check_orphaned();
26537                     org.apache.xmlbeans.SimpleValue target = null;
26538                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(RUSSIA$48, 0);
26539                     if (target == null)
26540                     {
26541                       return null;
26542                     }
26543                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
26544                 }
26545             }
26546             
26547             
26548 
26549 
26550             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetRussia()
26551             {
26552                 synchronized (monitor())
26553                 {
26554                     check_orphaned();
26555                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
26556                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(RUSSIA$48, 0);
26557                     return target;
26558                 }
26559             }
26560             
26561             
26562 
26563 
26564             public boolean isSetRussia()
26565             {
26566                 synchronized (monitor())
26567                 {
26568                     check_orphaned();
26569                     return get_store().count_elements(RUSSIA$48) != 0;
26570                 }
26571             }
26572             
26573             
26574 
26575 
26576             public void setRussia(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum russia)
26577             {
26578                 synchronized (monitor())
26579                 {
26580                     check_orphaned();
26581                     org.apache.xmlbeans.SimpleValue target = null;
26582                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(RUSSIA$48, 0);
26583                     if (target == null)
26584                     {
26585                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(RUSSIA$48);
26586                     }
26587                     target.setEnumValue(russia);
26588                 }
26589             }
26590             
26591             
26592 
26593 
26594             public void xsetRussia(gov.grants.apply.system.globalLibraryV20.YesNoDataType russia)
26595             {
26596                 synchronized (monitor())
26597                 {
26598                     check_orphaned();
26599                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
26600                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(RUSSIA$48, 0);
26601                     if (target == null)
26602                     {
26603                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(RUSSIA$48);
26604                     }
26605                     target.set(russia);
26606                 }
26607             }
26608             
26609             
26610 
26611 
26612             public void unsetRussia()
26613             {
26614                 synchronized (monitor())
26615                 {
26616                     check_orphaned();
26617                     get_store().remove_element(RUSSIA$48, 0);
26618                 }
26619             }
26620             
26621             
26622 
26623 
26624             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getScandinavia()
26625             {
26626                 synchronized (monitor())
26627                 {
26628                     check_orphaned();
26629                     org.apache.xmlbeans.SimpleValue target = null;
26630                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SCANDINAVIA$50, 0);
26631                     if (target == null)
26632                     {
26633                       return null;
26634                     }
26635                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
26636                 }
26637             }
26638             
26639             
26640 
26641 
26642             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetScandinavia()
26643             {
26644                 synchronized (monitor())
26645                 {
26646                     check_orphaned();
26647                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
26648                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SCANDINAVIA$50, 0);
26649                     return target;
26650                 }
26651             }
26652             
26653             
26654 
26655 
26656             public boolean isSetScandinavia()
26657             {
26658                 synchronized (monitor())
26659                 {
26660                     check_orphaned();
26661                     return get_store().count_elements(SCANDINAVIA$50) != 0;
26662                 }
26663             }
26664             
26665             
26666 
26667 
26668             public void setScandinavia(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum scandinavia)
26669             {
26670                 synchronized (monitor())
26671                 {
26672                     check_orphaned();
26673                     org.apache.xmlbeans.SimpleValue target = null;
26674                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SCANDINAVIA$50, 0);
26675                     if (target == null)
26676                     {
26677                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SCANDINAVIA$50);
26678                     }
26679                     target.setEnumValue(scandinavia);
26680                 }
26681             }
26682             
26683             
26684 
26685 
26686             public void xsetScandinavia(gov.grants.apply.system.globalLibraryV20.YesNoDataType scandinavia)
26687             {
26688                 synchronized (monitor())
26689                 {
26690                     check_orphaned();
26691                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
26692                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SCANDINAVIA$50, 0);
26693                     if (target == null)
26694                     {
26695                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SCANDINAVIA$50);
26696                     }
26697                     target.set(scandinavia);
26698                 }
26699             }
26700             
26701             
26702 
26703 
26704             public void unsetScandinavia()
26705             {
26706                 synchronized (monitor())
26707                 {
26708                     check_orphaned();
26709                     get_store().remove_element(SCANDINAVIA$50, 0);
26710                 }
26711             }
26712             
26713             
26714 
26715 
26716             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getWesternEurope()
26717             {
26718                 synchronized (monitor())
26719                 {
26720                     check_orphaned();
26721                     org.apache.xmlbeans.SimpleValue target = null;
26722                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(WESTERNEUROPE$52, 0);
26723                     if (target == null)
26724                     {
26725                       return null;
26726                     }
26727                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
26728                 }
26729             }
26730             
26731             
26732 
26733 
26734             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetWesternEurope()
26735             {
26736                 synchronized (monitor())
26737                 {
26738                     check_orphaned();
26739                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
26740                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(WESTERNEUROPE$52, 0);
26741                     return target;
26742                 }
26743             }
26744             
26745             
26746 
26747 
26748             public boolean isSetWesternEurope()
26749             {
26750                 synchronized (monitor())
26751                 {
26752                     check_orphaned();
26753                     return get_store().count_elements(WESTERNEUROPE$52) != 0;
26754                 }
26755             }
26756             
26757             
26758 
26759 
26760             public void setWesternEurope(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum westernEurope)
26761             {
26762                 synchronized (monitor())
26763                 {
26764                     check_orphaned();
26765                     org.apache.xmlbeans.SimpleValue target = null;
26766                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(WESTERNEUROPE$52, 0);
26767                     if (target == null)
26768                     {
26769                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(WESTERNEUROPE$52);
26770                     }
26771                     target.setEnumValue(westernEurope);
26772                 }
26773             }
26774             
26775             
26776 
26777 
26778             public void xsetWesternEurope(gov.grants.apply.system.globalLibraryV20.YesNoDataType westernEurope)
26779             {
26780                 synchronized (monitor())
26781                 {
26782                     check_orphaned();
26783                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
26784                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(WESTERNEUROPE$52, 0);
26785                     if (target == null)
26786                     {
26787                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(WESTERNEUROPE$52);
26788                     }
26789                     target.set(westernEurope);
26790                 }
26791             }
26792             
26793             
26794 
26795 
26796             public void unsetWesternEurope()
26797             {
26798                 synchronized (monitor())
26799                 {
26800                     check_orphaned();
26801                     get_store().remove_element(WESTERNEUROPE$52, 0);
26802                 }
26803             }
26804             
26805             
26806 
26807 
26808             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getASIA()
26809             {
26810                 synchronized (monitor())
26811                 {
26812                     check_orphaned();
26813                     org.apache.xmlbeans.SimpleValue target = null;
26814                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ASIA$54, 0);
26815                     if (target == null)
26816                     {
26817                       return null;
26818                     }
26819                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
26820                 }
26821             }
26822             
26823             
26824 
26825 
26826             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetASIA()
26827             {
26828                 synchronized (monitor())
26829                 {
26830                     check_orphaned();
26831                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
26832                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ASIA$54, 0);
26833                     return target;
26834                 }
26835             }
26836             
26837             
26838 
26839 
26840             public boolean isSetASIA()
26841             {
26842                 synchronized (monitor())
26843                 {
26844                     check_orphaned();
26845                     return get_store().count_elements(ASIA$54) != 0;
26846                 }
26847             }
26848             
26849             
26850 
26851 
26852             public void setASIA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum asia)
26853             {
26854                 synchronized (monitor())
26855                 {
26856                     check_orphaned();
26857                     org.apache.xmlbeans.SimpleValue target = null;
26858                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ASIA$54, 0);
26859                     if (target == null)
26860                     {
26861                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ASIA$54);
26862                     }
26863                     target.setEnumValue(asia);
26864                 }
26865             }
26866             
26867             
26868 
26869 
26870             public void xsetASIA(gov.grants.apply.system.globalLibraryV20.YesNoDataType asia)
26871             {
26872                 synchronized (monitor())
26873                 {
26874                     check_orphaned();
26875                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
26876                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ASIA$54, 0);
26877                     if (target == null)
26878                     {
26879                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ASIA$54);
26880                     }
26881                     target.set(asia);
26882                 }
26883             }
26884             
26885             
26886 
26887 
26888             public void unsetASIA()
26889             {
26890                 synchronized (monitor())
26891                 {
26892                     check_orphaned();
26893                     get_store().remove_element(ASIA$54, 0);
26894                 }
26895             }
26896             
26897             
26898 
26899 
26900             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCentralAsia()
26901             {
26902                 synchronized (monitor())
26903                 {
26904                     check_orphaned();
26905                     org.apache.xmlbeans.SimpleValue target = null;
26906                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CENTRALASIA$56, 0);
26907                     if (target == null)
26908                     {
26909                       return null;
26910                     }
26911                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
26912                 }
26913             }
26914             
26915             
26916 
26917 
26918             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCentralAsia()
26919             {
26920                 synchronized (monitor())
26921                 {
26922                     check_orphaned();
26923                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
26924                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CENTRALASIA$56, 0);
26925                     return target;
26926                 }
26927             }
26928             
26929             
26930 
26931 
26932             public boolean isSetCentralAsia()
26933             {
26934                 synchronized (monitor())
26935                 {
26936                     check_orphaned();
26937                     return get_store().count_elements(CENTRALASIA$56) != 0;
26938                 }
26939             }
26940             
26941             
26942 
26943 
26944             public void setCentralAsia(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum centralAsia)
26945             {
26946                 synchronized (monitor())
26947                 {
26948                     check_orphaned();
26949                     org.apache.xmlbeans.SimpleValue target = null;
26950                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CENTRALASIA$56, 0);
26951                     if (target == null)
26952                     {
26953                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CENTRALASIA$56);
26954                     }
26955                     target.setEnumValue(centralAsia);
26956                 }
26957             }
26958             
26959             
26960 
26961 
26962             public void xsetCentralAsia(gov.grants.apply.system.globalLibraryV20.YesNoDataType centralAsia)
26963             {
26964                 synchronized (monitor())
26965                 {
26966                     check_orphaned();
26967                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
26968                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CENTRALASIA$56, 0);
26969                     if (target == null)
26970                     {
26971                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CENTRALASIA$56);
26972                     }
26973                     target.set(centralAsia);
26974                 }
26975             }
26976             
26977             
26978 
26979 
26980             public void unsetCentralAsia()
26981             {
26982                 synchronized (monitor())
26983                 {
26984                     check_orphaned();
26985                     get_store().remove_element(CENTRALASIA$56, 0);
26986                 }
26987             }
26988             
26989             
26990 
26991 
26992             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFarEast()
26993             {
26994                 synchronized (monitor())
26995                 {
26996                     check_orphaned();
26997                     org.apache.xmlbeans.SimpleValue target = null;
26998                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FAREAST$58, 0);
26999                     if (target == null)
27000                     {
27001                       return null;
27002                     }
27003                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
27004                 }
27005             }
27006             
27007             
27008 
27009 
27010             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFarEast()
27011             {
27012                 synchronized (monitor())
27013                 {
27014                     check_orphaned();
27015                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
27016                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(FAREAST$58, 0);
27017                     return target;
27018                 }
27019             }
27020             
27021             
27022 
27023 
27024             public boolean isSetFarEast()
27025             {
27026                 synchronized (monitor())
27027                 {
27028                     check_orphaned();
27029                     return get_store().count_elements(FAREAST$58) != 0;
27030                 }
27031             }
27032             
27033             
27034 
27035 
27036             public void setFarEast(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum farEast)
27037             {
27038                 synchronized (monitor())
27039                 {
27040                     check_orphaned();
27041                     org.apache.xmlbeans.SimpleValue target = null;
27042                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FAREAST$58, 0);
27043                     if (target == null)
27044                     {
27045                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(FAREAST$58);
27046                     }
27047                     target.setEnumValue(farEast);
27048                 }
27049             }
27050             
27051             
27052 
27053 
27054             public void xsetFarEast(gov.grants.apply.system.globalLibraryV20.YesNoDataType farEast)
27055             {
27056                 synchronized (monitor())
27057                 {
27058                     check_orphaned();
27059                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
27060                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(FAREAST$58, 0);
27061                     if (target == null)
27062                     {
27063                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(FAREAST$58);
27064                     }
27065                     target.set(farEast);
27066                 }
27067             }
27068             
27069             
27070 
27071 
27072             public void unsetFarEast()
27073             {
27074                 synchronized (monitor())
27075                 {
27076                     check_orphaned();
27077                     get_store().remove_element(FAREAST$58, 0);
27078                 }
27079             }
27080             
27081             
27082 
27083 
27084             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMiddleEast()
27085             {
27086                 synchronized (monitor())
27087                 {
27088                     check_orphaned();
27089                     org.apache.xmlbeans.SimpleValue target = null;
27090                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MIDDLEEAST$60, 0);
27091                     if (target == null)
27092                     {
27093                       return null;
27094                     }
27095                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
27096                 }
27097             }
27098             
27099             
27100 
27101 
27102             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMiddleEast()
27103             {
27104                 synchronized (monitor())
27105                 {
27106                     check_orphaned();
27107                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
27108                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MIDDLEEAST$60, 0);
27109                     return target;
27110                 }
27111             }
27112             
27113             
27114 
27115 
27116             public boolean isSetMiddleEast()
27117             {
27118                 synchronized (monitor())
27119                 {
27120                     check_orphaned();
27121                     return get_store().count_elements(MIDDLEEAST$60) != 0;
27122                 }
27123             }
27124             
27125             
27126 
27127 
27128             public void setMiddleEast(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum middleEast)
27129             {
27130                 synchronized (monitor())
27131                 {
27132                     check_orphaned();
27133                     org.apache.xmlbeans.SimpleValue target = null;
27134                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MIDDLEEAST$60, 0);
27135                     if (target == null)
27136                     {
27137                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(MIDDLEEAST$60);
27138                     }
27139                     target.setEnumValue(middleEast);
27140                 }
27141             }
27142             
27143             
27144 
27145 
27146             public void xsetMiddleEast(gov.grants.apply.system.globalLibraryV20.YesNoDataType middleEast)
27147             {
27148                 synchronized (monitor())
27149                 {
27150                     check_orphaned();
27151                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
27152                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MIDDLEEAST$60, 0);
27153                     if (target == null)
27154                     {
27155                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(MIDDLEEAST$60);
27156                     }
27157                     target.set(middleEast);
27158                 }
27159             }
27160             
27161             
27162 
27163 
27164             public void unsetMiddleEast()
27165             {
27166                 synchronized (monitor())
27167                 {
27168                     check_orphaned();
27169                     get_store().remove_element(MIDDLEEAST$60, 0);
27170                 }
27171             }
27172             
27173             
27174 
27175 
27176             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSiberia()
27177             {
27178                 synchronized (monitor())
27179                 {
27180                     check_orphaned();
27181                     org.apache.xmlbeans.SimpleValue target = null;
27182                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SIBERIA$62, 0);
27183                     if (target == null)
27184                     {
27185                       return null;
27186                     }
27187                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
27188                 }
27189             }
27190             
27191             
27192 
27193 
27194             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSiberia()
27195             {
27196                 synchronized (monitor())
27197                 {
27198                     check_orphaned();
27199                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
27200                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SIBERIA$62, 0);
27201                     return target;
27202                 }
27203             }
27204             
27205             
27206 
27207 
27208             public boolean isSetSiberia()
27209             {
27210                 synchronized (monitor())
27211                 {
27212                     check_orphaned();
27213                     return get_store().count_elements(SIBERIA$62) != 0;
27214                 }
27215             }
27216             
27217             
27218 
27219 
27220             public void setSiberia(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum siberia)
27221             {
27222                 synchronized (monitor())
27223                 {
27224                     check_orphaned();
27225                     org.apache.xmlbeans.SimpleValue target = null;
27226                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SIBERIA$62, 0);
27227                     if (target == null)
27228                     {
27229                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SIBERIA$62);
27230                     }
27231                     target.setEnumValue(siberia);
27232                 }
27233             }
27234             
27235             
27236 
27237 
27238             public void xsetSiberia(gov.grants.apply.system.globalLibraryV20.YesNoDataType siberia)
27239             {
27240                 synchronized (monitor())
27241                 {
27242                     check_orphaned();
27243                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
27244                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SIBERIA$62, 0);
27245                     if (target == null)
27246                     {
27247                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SIBERIA$62);
27248                     }
27249                     target.set(siberia);
27250                 }
27251             }
27252             
27253             
27254 
27255 
27256             public void unsetSiberia()
27257             {
27258                 synchronized (monitor())
27259                 {
27260                     check_orphaned();
27261                     get_store().remove_element(SIBERIA$62, 0);
27262                 }
27263             }
27264             
27265             
27266 
27267 
27268             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSouthAsia()
27269             {
27270                 synchronized (monitor())
27271                 {
27272                     check_orphaned();
27273                     org.apache.xmlbeans.SimpleValue target = null;
27274                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SOUTHASIA$64, 0);
27275                     if (target == null)
27276                     {
27277                       return null;
27278                     }
27279                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
27280                 }
27281             }
27282             
27283             
27284 
27285 
27286             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSouthAsia()
27287             {
27288                 synchronized (monitor())
27289                 {
27290                     check_orphaned();
27291                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
27292                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SOUTHASIA$64, 0);
27293                     return target;
27294                 }
27295             }
27296             
27297             
27298 
27299 
27300             public boolean isSetSouthAsia()
27301             {
27302                 synchronized (monitor())
27303                 {
27304                     check_orphaned();
27305                     return get_store().count_elements(SOUTHASIA$64) != 0;
27306                 }
27307             }
27308             
27309             
27310 
27311 
27312             public void setSouthAsia(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum southAsia)
27313             {
27314                 synchronized (monitor())
27315                 {
27316                     check_orphaned();
27317                     org.apache.xmlbeans.SimpleValue target = null;
27318                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SOUTHASIA$64, 0);
27319                     if (target == null)
27320                     {
27321                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SOUTHASIA$64);
27322                     }
27323                     target.setEnumValue(southAsia);
27324                 }
27325             }
27326             
27327             
27328 
27329 
27330             public void xsetSouthAsia(gov.grants.apply.system.globalLibraryV20.YesNoDataType southAsia)
27331             {
27332                 synchronized (monitor())
27333                 {
27334                     check_orphaned();
27335                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
27336                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SOUTHASIA$64, 0);
27337                     if (target == null)
27338                     {
27339                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SOUTHASIA$64);
27340                     }
27341                     target.set(southAsia);
27342                 }
27343             }
27344             
27345             
27346 
27347 
27348             public void unsetSouthAsia()
27349             {
27350                 synchronized (monitor())
27351                 {
27352                     check_orphaned();
27353                     get_store().remove_element(SOUTHASIA$64, 0);
27354                 }
27355             }
27356             
27357             
27358 
27359 
27360             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSoutheastAsia()
27361             {
27362                 synchronized (monitor())
27363                 {
27364                     check_orphaned();
27365                     org.apache.xmlbeans.SimpleValue target = null;
27366                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SOUTHEASTASIA$66, 0);
27367                     if (target == null)
27368                     {
27369                       return null;
27370                     }
27371                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
27372                 }
27373             }
27374             
27375             
27376 
27377 
27378             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSoutheastAsia()
27379             {
27380                 synchronized (monitor())
27381                 {
27382                     check_orphaned();
27383                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
27384                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SOUTHEASTASIA$66, 0);
27385                     return target;
27386                 }
27387             }
27388             
27389             
27390 
27391 
27392             public boolean isSetSoutheastAsia()
27393             {
27394                 synchronized (monitor())
27395                 {
27396                     check_orphaned();
27397                     return get_store().count_elements(SOUTHEASTASIA$66) != 0;
27398                 }
27399             }
27400             
27401             
27402 
27403 
27404             public void setSoutheastAsia(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum southeastAsia)
27405             {
27406                 synchronized (monitor())
27407                 {
27408                     check_orphaned();
27409                     org.apache.xmlbeans.SimpleValue target = null;
27410                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SOUTHEASTASIA$66, 0);
27411                     if (target == null)
27412                     {
27413                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SOUTHEASTASIA$66);
27414                     }
27415                     target.setEnumValue(southeastAsia);
27416                 }
27417             }
27418             
27419             
27420 
27421 
27422             public void xsetSoutheastAsia(gov.grants.apply.system.globalLibraryV20.YesNoDataType southeastAsia)
27423             {
27424                 synchronized (monitor())
27425                 {
27426                     check_orphaned();
27427                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
27428                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SOUTHEASTASIA$66, 0);
27429                     if (target == null)
27430                     {
27431                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SOUTHEASTASIA$66);
27432                     }
27433                     target.set(southeastAsia);
27434                 }
27435             }
27436             
27437             
27438 
27439 
27440             public void unsetSoutheastAsia()
27441             {
27442                 synchronized (monitor())
27443                 {
27444                     check_orphaned();
27445                     get_store().remove_element(SOUTHEASTASIA$66, 0);
27446                 }
27447             }
27448             
27449             
27450 
27451 
27452             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAFRICA()
27453             {
27454                 synchronized (monitor())
27455                 {
27456                     check_orphaned();
27457                     org.apache.xmlbeans.SimpleValue target = null;
27458                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(AFRICA$68, 0);
27459                     if (target == null)
27460                     {
27461                       return null;
27462                     }
27463                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
27464                 }
27465             }
27466             
27467             
27468 
27469 
27470             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAFRICA()
27471             {
27472                 synchronized (monitor())
27473                 {
27474                     check_orphaned();
27475                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
27476                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(AFRICA$68, 0);
27477                     return target;
27478                 }
27479             }
27480             
27481             
27482 
27483 
27484             public boolean isSetAFRICA()
27485             {
27486                 synchronized (monitor())
27487                 {
27488                     check_orphaned();
27489                     return get_store().count_elements(AFRICA$68) != 0;
27490                 }
27491             }
27492             
27493             
27494 
27495 
27496             public void setAFRICA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum africa)
27497             {
27498                 synchronized (monitor())
27499                 {
27500                     check_orphaned();
27501                     org.apache.xmlbeans.SimpleValue target = null;
27502                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(AFRICA$68, 0);
27503                     if (target == null)
27504                     {
27505                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(AFRICA$68);
27506                     }
27507                     target.setEnumValue(africa);
27508                 }
27509             }
27510             
27511             
27512 
27513 
27514             public void xsetAFRICA(gov.grants.apply.system.globalLibraryV20.YesNoDataType africa)
27515             {
27516                 synchronized (monitor())
27517                 {
27518                     check_orphaned();
27519                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
27520                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(AFRICA$68, 0);
27521                     if (target == null)
27522                     {
27523                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(AFRICA$68);
27524                     }
27525                     target.set(africa);
27526                 }
27527             }
27528             
27529             
27530 
27531 
27532             public void unsetAFRICA()
27533             {
27534                 synchronized (monitor())
27535                 {
27536                     check_orphaned();
27537                     get_store().remove_element(AFRICA$68, 0);
27538                 }
27539             }
27540             
27541             
27542 
27543 
27544             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNorthAfrica()
27545             {
27546                 synchronized (monitor())
27547                 {
27548                     check_orphaned();
27549                     org.apache.xmlbeans.SimpleValue target = null;
27550                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NORTHAFRICA$70, 0);
27551                     if (target == null)
27552                     {
27553                       return null;
27554                     }
27555                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
27556                 }
27557             }
27558             
27559             
27560 
27561 
27562             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNorthAfrica()
27563             {
27564                 synchronized (monitor())
27565                 {
27566                     check_orphaned();
27567                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
27568                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(NORTHAFRICA$70, 0);
27569                     return target;
27570                 }
27571             }
27572             
27573             
27574 
27575 
27576             public boolean isSetNorthAfrica()
27577             {
27578                 synchronized (monitor())
27579                 {
27580                     check_orphaned();
27581                     return get_store().count_elements(NORTHAFRICA$70) != 0;
27582                 }
27583             }
27584             
27585             
27586 
27587 
27588             public void setNorthAfrica(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum northAfrica)
27589             {
27590                 synchronized (monitor())
27591                 {
27592                     check_orphaned();
27593                     org.apache.xmlbeans.SimpleValue target = null;
27594                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NORTHAFRICA$70, 0);
27595                     if (target == null)
27596                     {
27597                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(NORTHAFRICA$70);
27598                     }
27599                     target.setEnumValue(northAfrica);
27600                 }
27601             }
27602             
27603             
27604 
27605 
27606             public void xsetNorthAfrica(gov.grants.apply.system.globalLibraryV20.YesNoDataType northAfrica)
27607             {
27608                 synchronized (monitor())
27609                 {
27610                     check_orphaned();
27611                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
27612                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(NORTHAFRICA$70, 0);
27613                     if (target == null)
27614                     {
27615                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(NORTHAFRICA$70);
27616                     }
27617                     target.set(northAfrica);
27618                 }
27619             }
27620             
27621             
27622 
27623 
27624             public void unsetNorthAfrica()
27625             {
27626                 synchronized (monitor())
27627                 {
27628                     check_orphaned();
27629                     get_store().remove_element(NORTHAFRICA$70, 0);
27630                 }
27631             }
27632             
27633             
27634 
27635 
27636             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAfricanSouthSahara()
27637             {
27638                 synchronized (monitor())
27639                 {
27640                     check_orphaned();
27641                     org.apache.xmlbeans.SimpleValue target = null;
27642                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(AFRICANSOUTHSAHARA$72, 0);
27643                     if (target == null)
27644                     {
27645                       return null;
27646                     }
27647                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
27648                 }
27649             }
27650             
27651             
27652 
27653 
27654             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAfricanSouthSahara()
27655             {
27656                 synchronized (monitor())
27657                 {
27658                     check_orphaned();
27659                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
27660                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(AFRICANSOUTHSAHARA$72, 0);
27661                     return target;
27662                 }
27663             }
27664             
27665             
27666 
27667 
27668             public boolean isSetAfricanSouthSahara()
27669             {
27670                 synchronized (monitor())
27671                 {
27672                     check_orphaned();
27673                     return get_store().count_elements(AFRICANSOUTHSAHARA$72) != 0;
27674                 }
27675             }
27676             
27677             
27678 
27679 
27680             public void setAfricanSouthSahara(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum africanSouthSahara)
27681             {
27682                 synchronized (monitor())
27683                 {
27684                     check_orphaned();
27685                     org.apache.xmlbeans.SimpleValue target = null;
27686                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(AFRICANSOUTHSAHARA$72, 0);
27687                     if (target == null)
27688                     {
27689                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(AFRICANSOUTHSAHARA$72);
27690                     }
27691                     target.setEnumValue(africanSouthSahara);
27692                 }
27693             }
27694             
27695             
27696 
27697 
27698             public void xsetAfricanSouthSahara(gov.grants.apply.system.globalLibraryV20.YesNoDataType africanSouthSahara)
27699             {
27700                 synchronized (monitor())
27701                 {
27702                     check_orphaned();
27703                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
27704                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(AFRICANSOUTHSAHARA$72, 0);
27705                     if (target == null)
27706                     {
27707                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(AFRICANSOUTHSAHARA$72);
27708                     }
27709                     target.set(africanSouthSahara);
27710                 }
27711             }
27712             
27713             
27714 
27715 
27716             public void unsetAfricanSouthSahara()
27717             {
27718                 synchronized (monitor())
27719                 {
27720                     check_orphaned();
27721                     get_store().remove_element(AFRICANSOUTHSAHARA$72, 0);
27722                 }
27723             }
27724             
27725             
27726 
27727 
27728             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getEastAfrica()
27729             {
27730                 synchronized (monitor())
27731                 {
27732                     check_orphaned();
27733                     org.apache.xmlbeans.SimpleValue target = null;
27734                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(EASTAFRICA$74, 0);
27735                     if (target == null)
27736                     {
27737                       return null;
27738                     }
27739                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
27740                 }
27741             }
27742             
27743             
27744 
27745 
27746             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetEastAfrica()
27747             {
27748                 synchronized (monitor())
27749                 {
27750                     check_orphaned();
27751                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
27752                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(EASTAFRICA$74, 0);
27753                     return target;
27754                 }
27755             }
27756             
27757             
27758 
27759 
27760             public boolean isSetEastAfrica()
27761             {
27762                 synchronized (monitor())
27763                 {
27764                     check_orphaned();
27765                     return get_store().count_elements(EASTAFRICA$74) != 0;
27766                 }
27767             }
27768             
27769             
27770 
27771 
27772             public void setEastAfrica(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum eastAfrica)
27773             {
27774                 synchronized (monitor())
27775                 {
27776                     check_orphaned();
27777                     org.apache.xmlbeans.SimpleValue target = null;
27778                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(EASTAFRICA$74, 0);
27779                     if (target == null)
27780                     {
27781                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(EASTAFRICA$74);
27782                     }
27783                     target.setEnumValue(eastAfrica);
27784                 }
27785             }
27786             
27787             
27788 
27789 
27790             public void xsetEastAfrica(gov.grants.apply.system.globalLibraryV20.YesNoDataType eastAfrica)
27791             {
27792                 synchronized (monitor())
27793                 {
27794                     check_orphaned();
27795                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
27796                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(EASTAFRICA$74, 0);
27797                     if (target == null)
27798                     {
27799                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(EASTAFRICA$74);
27800                     }
27801                     target.set(eastAfrica);
27802                 }
27803             }
27804             
27805             
27806 
27807 
27808             public void unsetEastAfrica()
27809             {
27810                 synchronized (monitor())
27811                 {
27812                     check_orphaned();
27813                     get_store().remove_element(EASTAFRICA$74, 0);
27814                 }
27815             }
27816             
27817             
27818 
27819 
27820             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMadagascar()
27821             {
27822                 synchronized (monitor())
27823                 {
27824                     check_orphaned();
27825                     org.apache.xmlbeans.SimpleValue target = null;
27826                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MADAGASCAR$76, 0);
27827                     if (target == null)
27828                     {
27829                       return null;
27830                     }
27831                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
27832                 }
27833             }
27834             
27835             
27836 
27837 
27838             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMadagascar()
27839             {
27840                 synchronized (monitor())
27841                 {
27842                     check_orphaned();
27843                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
27844                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MADAGASCAR$76, 0);
27845                     return target;
27846                 }
27847             }
27848             
27849             
27850 
27851 
27852             public boolean isSetMadagascar()
27853             {
27854                 synchronized (monitor())
27855                 {
27856                     check_orphaned();
27857                     return get_store().count_elements(MADAGASCAR$76) != 0;
27858                 }
27859             }
27860             
27861             
27862 
27863 
27864             public void setMadagascar(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum madagascar)
27865             {
27866                 synchronized (monitor())
27867                 {
27868                     check_orphaned();
27869                     org.apache.xmlbeans.SimpleValue target = null;
27870                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MADAGASCAR$76, 0);
27871                     if (target == null)
27872                     {
27873                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(MADAGASCAR$76);
27874                     }
27875                     target.setEnumValue(madagascar);
27876                 }
27877             }
27878             
27879             
27880 
27881 
27882             public void xsetMadagascar(gov.grants.apply.system.globalLibraryV20.YesNoDataType madagascar)
27883             {
27884                 synchronized (monitor())
27885                 {
27886                     check_orphaned();
27887                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
27888                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MADAGASCAR$76, 0);
27889                     if (target == null)
27890                     {
27891                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(MADAGASCAR$76);
27892                     }
27893                     target.set(madagascar);
27894                 }
27895             }
27896             
27897             
27898 
27899 
27900             public void unsetMadagascar()
27901             {
27902                 synchronized (monitor())
27903                 {
27904                     check_orphaned();
27905                     get_store().remove_element(MADAGASCAR$76, 0);
27906                 }
27907             }
27908             
27909             
27910 
27911 
27912             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSouthAfrica()
27913             {
27914                 synchronized (monitor())
27915                 {
27916                     check_orphaned();
27917                     org.apache.xmlbeans.SimpleValue target = null;
27918                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SOUTHAFRICA$78, 0);
27919                     if (target == null)
27920                     {
27921                       return null;
27922                     }
27923                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
27924                 }
27925             }
27926             
27927             
27928 
27929 
27930             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSouthAfrica()
27931             {
27932                 synchronized (monitor())
27933                 {
27934                     check_orphaned();
27935                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
27936                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SOUTHAFRICA$78, 0);
27937                     return target;
27938                 }
27939             }
27940             
27941             
27942 
27943 
27944             public boolean isSetSouthAfrica()
27945             {
27946                 synchronized (monitor())
27947                 {
27948                     check_orphaned();
27949                     return get_store().count_elements(SOUTHAFRICA$78) != 0;
27950                 }
27951             }
27952             
27953             
27954 
27955 
27956             public void setSouthAfrica(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum southAfrica)
27957             {
27958                 synchronized (monitor())
27959                 {
27960                     check_orphaned();
27961                     org.apache.xmlbeans.SimpleValue target = null;
27962                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SOUTHAFRICA$78, 0);
27963                     if (target == null)
27964                     {
27965                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SOUTHAFRICA$78);
27966                     }
27967                     target.setEnumValue(southAfrica);
27968                 }
27969             }
27970             
27971             
27972 
27973 
27974             public void xsetSouthAfrica(gov.grants.apply.system.globalLibraryV20.YesNoDataType southAfrica)
27975             {
27976                 synchronized (monitor())
27977                 {
27978                     check_orphaned();
27979                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
27980                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SOUTHAFRICA$78, 0);
27981                     if (target == null)
27982                     {
27983                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SOUTHAFRICA$78);
27984                     }
27985                     target.set(southAfrica);
27986                 }
27987             }
27988             
27989             
27990 
27991 
27992             public void unsetSouthAfrica()
27993             {
27994                 synchronized (monitor())
27995                 {
27996                     check_orphaned();
27997                     get_store().remove_element(SOUTHAFRICA$78, 0);
27998                 }
27999             }
28000             
28001             
28002 
28003 
28004             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getWestAfrica()
28005             {
28006                 synchronized (monitor())
28007                 {
28008                     check_orphaned();
28009                     org.apache.xmlbeans.SimpleValue target = null;
28010                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(WESTAFRICA$80, 0);
28011                     if (target == null)
28012                     {
28013                       return null;
28014                     }
28015                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
28016                 }
28017             }
28018             
28019             
28020 
28021 
28022             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetWestAfrica()
28023             {
28024                 synchronized (monitor())
28025                 {
28026                     check_orphaned();
28027                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
28028                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(WESTAFRICA$80, 0);
28029                     return target;
28030                 }
28031             }
28032             
28033             
28034 
28035 
28036             public boolean isSetWestAfrica()
28037             {
28038                 synchronized (monitor())
28039                 {
28040                     check_orphaned();
28041                     return get_store().count_elements(WESTAFRICA$80) != 0;
28042                 }
28043             }
28044             
28045             
28046 
28047 
28048             public void setWestAfrica(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum westAfrica)
28049             {
28050                 synchronized (monitor())
28051                 {
28052                     check_orphaned();
28053                     org.apache.xmlbeans.SimpleValue target = null;
28054                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(WESTAFRICA$80, 0);
28055                     if (target == null)
28056                     {
28057                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(WESTAFRICA$80);
28058                     }
28059                     target.setEnumValue(westAfrica);
28060                 }
28061             }
28062             
28063             
28064 
28065 
28066             public void xsetWestAfrica(gov.grants.apply.system.globalLibraryV20.YesNoDataType westAfrica)
28067             {
28068                 synchronized (monitor())
28069                 {
28070                     check_orphaned();
28071                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
28072                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(WESTAFRICA$80, 0);
28073                     if (target == null)
28074                     {
28075                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(WESTAFRICA$80);
28076                     }
28077                     target.set(westAfrica);
28078                 }
28079             }
28080             
28081             
28082 
28083 
28084             public void unsetWestAfrica()
28085             {
28086                 synchronized (monitor())
28087                 {
28088                     check_orphaned();
28089                     get_store().remove_element(WESTAFRICA$80, 0);
28090                 }
28091             }
28092             
28093             
28094 
28095 
28096             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAUSTRALASIA()
28097             {
28098                 synchronized (monitor())
28099                 {
28100                     check_orphaned();
28101                     org.apache.xmlbeans.SimpleValue target = null;
28102                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(AUSTRALASIA$82, 0);
28103                     if (target == null)
28104                     {
28105                       return null;
28106                     }
28107                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
28108                 }
28109             }
28110             
28111             
28112 
28113 
28114             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAUSTRALASIA()
28115             {
28116                 synchronized (monitor())
28117                 {
28118                     check_orphaned();
28119                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
28120                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(AUSTRALASIA$82, 0);
28121                     return target;
28122                 }
28123             }
28124             
28125             
28126 
28127 
28128             public boolean isSetAUSTRALASIA()
28129             {
28130                 synchronized (monitor())
28131                 {
28132                     check_orphaned();
28133                     return get_store().count_elements(AUSTRALASIA$82) != 0;
28134                 }
28135             }
28136             
28137             
28138 
28139 
28140             public void setAUSTRALASIA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum australasia)
28141             {
28142                 synchronized (monitor())
28143                 {
28144                     check_orphaned();
28145                     org.apache.xmlbeans.SimpleValue target = null;
28146                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(AUSTRALASIA$82, 0);
28147                     if (target == null)
28148                     {
28149                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(AUSTRALASIA$82);
28150                     }
28151                     target.setEnumValue(australasia);
28152                 }
28153             }
28154             
28155             
28156 
28157 
28158             public void xsetAUSTRALASIA(gov.grants.apply.system.globalLibraryV20.YesNoDataType australasia)
28159             {
28160                 synchronized (monitor())
28161                 {
28162                     check_orphaned();
28163                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
28164                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(AUSTRALASIA$82, 0);
28165                     if (target == null)
28166                     {
28167                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(AUSTRALASIA$82);
28168                     }
28169                     target.set(australasia);
28170                 }
28171             }
28172             
28173             
28174 
28175 
28176             public void unsetAUSTRALASIA()
28177             {
28178                 synchronized (monitor())
28179                 {
28180                     check_orphaned();
28181                     get_store().remove_element(AUSTRALASIA$82, 0);
28182                 }
28183             }
28184             
28185             
28186 
28187 
28188             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAustralia()
28189             {
28190                 synchronized (monitor())
28191                 {
28192                     check_orphaned();
28193                     org.apache.xmlbeans.SimpleValue target = null;
28194                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(AUSTRALIA$84, 0);
28195                     if (target == null)
28196                     {
28197                       return null;
28198                     }
28199                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
28200                 }
28201             }
28202             
28203             
28204 
28205 
28206             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAustralia()
28207             {
28208                 synchronized (monitor())
28209                 {
28210                     check_orphaned();
28211                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
28212                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(AUSTRALIA$84, 0);
28213                     return target;
28214                 }
28215             }
28216             
28217             
28218 
28219 
28220             public boolean isSetAustralia()
28221             {
28222                 synchronized (monitor())
28223                 {
28224                     check_orphaned();
28225                     return get_store().count_elements(AUSTRALIA$84) != 0;
28226                 }
28227             }
28228             
28229             
28230 
28231 
28232             public void setAustralia(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum australia)
28233             {
28234                 synchronized (monitor())
28235                 {
28236                     check_orphaned();
28237                     org.apache.xmlbeans.SimpleValue target = null;
28238                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(AUSTRALIA$84, 0);
28239                     if (target == null)
28240                     {
28241                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(AUSTRALIA$84);
28242                     }
28243                     target.setEnumValue(australia);
28244                 }
28245             }
28246             
28247             
28248 
28249 
28250             public void xsetAustralia(gov.grants.apply.system.globalLibraryV20.YesNoDataType australia)
28251             {
28252                 synchronized (monitor())
28253                 {
28254                     check_orphaned();
28255                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
28256                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(AUSTRALIA$84, 0);
28257                     if (target == null)
28258                     {
28259                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(AUSTRALIA$84);
28260                     }
28261                     target.set(australia);
28262                 }
28263             }
28264             
28265             
28266 
28267 
28268             public void unsetAustralia()
28269             {
28270                 synchronized (monitor())
28271                 {
28272                     check_orphaned();
28273                     get_store().remove_element(AUSTRALIA$84, 0);
28274                 }
28275             }
28276             
28277             
28278 
28279 
28280             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNewZealand()
28281             {
28282                 synchronized (monitor())
28283                 {
28284                     check_orphaned();
28285                     org.apache.xmlbeans.SimpleValue target = null;
28286                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NEWZEALAND$86, 0);
28287                     if (target == null)
28288                     {
28289                       return null;
28290                     }
28291                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
28292                 }
28293             }
28294             
28295             
28296 
28297 
28298             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNewZealand()
28299             {
28300                 synchronized (monitor())
28301                 {
28302                     check_orphaned();
28303                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
28304                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(NEWZEALAND$86, 0);
28305                     return target;
28306                 }
28307             }
28308             
28309             
28310 
28311 
28312             public boolean isSetNewZealand()
28313             {
28314                 synchronized (monitor())
28315                 {
28316                     check_orphaned();
28317                     return get_store().count_elements(NEWZEALAND$86) != 0;
28318                 }
28319             }
28320             
28321             
28322 
28323 
28324             public void setNewZealand(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum newZealand)
28325             {
28326                 synchronized (monitor())
28327                 {
28328                     check_orphaned();
28329                     org.apache.xmlbeans.SimpleValue target = null;
28330                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NEWZEALAND$86, 0);
28331                     if (target == null)
28332                     {
28333                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(NEWZEALAND$86);
28334                     }
28335                     target.setEnumValue(newZealand);
28336                 }
28337             }
28338             
28339             
28340 
28341 
28342             public void xsetNewZealand(gov.grants.apply.system.globalLibraryV20.YesNoDataType newZealand)
28343             {
28344                 synchronized (monitor())
28345                 {
28346                     check_orphaned();
28347                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
28348                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(NEWZEALAND$86, 0);
28349                     if (target == null)
28350                     {
28351                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(NEWZEALAND$86);
28352                     }
28353                     target.set(newZealand);
28354                 }
28355             }
28356             
28357             
28358 
28359 
28360             public void unsetNewZealand()
28361             {
28362                 synchronized (monitor())
28363                 {
28364                     check_orphaned();
28365                     get_store().remove_element(NEWZEALAND$86, 0);
28366                 }
28367             }
28368             
28369             
28370 
28371 
28372             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPacificIslands()
28373             {
28374                 synchronized (monitor())
28375                 {
28376                     check_orphaned();
28377                     org.apache.xmlbeans.SimpleValue target = null;
28378                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PACIFICISLANDS$88, 0);
28379                     if (target == null)
28380                     {
28381                       return null;
28382                     }
28383                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
28384                 }
28385             }
28386             
28387             
28388 
28389 
28390             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPacificIslands()
28391             {
28392                 synchronized (monitor())
28393                 {
28394                     check_orphaned();
28395                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
28396                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PACIFICISLANDS$88, 0);
28397                     return target;
28398                 }
28399             }
28400             
28401             
28402 
28403 
28404             public boolean isSetPacificIslands()
28405             {
28406                 synchronized (monitor())
28407                 {
28408                     check_orphaned();
28409                     return get_store().count_elements(PACIFICISLANDS$88) != 0;
28410                 }
28411             }
28412             
28413             
28414 
28415 
28416             public void setPacificIslands(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum pacificIslands)
28417             {
28418                 synchronized (monitor())
28419                 {
28420                     check_orphaned();
28421                     org.apache.xmlbeans.SimpleValue target = null;
28422                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PACIFICISLANDS$88, 0);
28423                     if (target == null)
28424                     {
28425                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PACIFICISLANDS$88);
28426                     }
28427                     target.setEnumValue(pacificIslands);
28428                 }
28429             }
28430             
28431             
28432 
28433 
28434             public void xsetPacificIslands(gov.grants.apply.system.globalLibraryV20.YesNoDataType pacificIslands)
28435             {
28436                 synchronized (monitor())
28437                 {
28438                     check_orphaned();
28439                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
28440                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PACIFICISLANDS$88, 0);
28441                     if (target == null)
28442                     {
28443                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PACIFICISLANDS$88);
28444                     }
28445                     target.set(pacificIslands);
28446                 }
28447             }
28448             
28449             
28450 
28451 
28452             public void unsetPacificIslands()
28453             {
28454                 synchronized (monitor())
28455                 {
28456                     check_orphaned();
28457                     get_store().remove_element(PACIFICISLANDS$88, 0);
28458                 }
28459             }
28460             
28461             
28462 
28463 
28464             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getANTARCTICA()
28465             {
28466                 synchronized (monitor())
28467                 {
28468                     check_orphaned();
28469                     org.apache.xmlbeans.SimpleValue target = null;
28470                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ANTARCTICA$90, 0);
28471                     if (target == null)
28472                     {
28473                       return null;
28474                     }
28475                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
28476                 }
28477             }
28478             
28479             
28480 
28481 
28482             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetANTARCTICA()
28483             {
28484                 synchronized (monitor())
28485                 {
28486                     check_orphaned();
28487                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
28488                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ANTARCTICA$90, 0);
28489                     return target;
28490                 }
28491             }
28492             
28493             
28494 
28495 
28496             public boolean isSetANTARCTICA()
28497             {
28498                 synchronized (monitor())
28499                 {
28500                     check_orphaned();
28501                     return get_store().count_elements(ANTARCTICA$90) != 0;
28502                 }
28503             }
28504             
28505             
28506 
28507 
28508             public void setANTARCTICA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum antarctica)
28509             {
28510                 synchronized (monitor())
28511                 {
28512                     check_orphaned();
28513                     org.apache.xmlbeans.SimpleValue target = null;
28514                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ANTARCTICA$90, 0);
28515                     if (target == null)
28516                     {
28517                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ANTARCTICA$90);
28518                     }
28519                     target.setEnumValue(antarctica);
28520                 }
28521             }
28522             
28523             
28524 
28525 
28526             public void xsetANTARCTICA(gov.grants.apply.system.globalLibraryV20.YesNoDataType antarctica)
28527             {
28528                 synchronized (monitor())
28529                 {
28530                     check_orphaned();
28531                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
28532                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ANTARCTICA$90, 0);
28533                     if (target == null)
28534                     {
28535                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ANTARCTICA$90);
28536                     }
28537                     target.set(antarctica);
28538                 }
28539             }
28540             
28541             
28542 
28543 
28544             public void unsetANTARCTICA()
28545             {
28546                 synchronized (monitor())
28547                 {
28548                     check_orphaned();
28549                     get_store().remove_element(ANTARCTICA$90, 0);
28550                 }
28551             }
28552             
28553             
28554 
28555 
28556             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getARCTIC()
28557             {
28558                 synchronized (monitor())
28559                 {
28560                     check_orphaned();
28561                     org.apache.xmlbeans.SimpleValue target = null;
28562                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ARCTIC$92, 0);
28563                     if (target == null)
28564                     {
28565                       return null;
28566                     }
28567                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
28568                 }
28569             }
28570             
28571             
28572 
28573 
28574             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetARCTIC()
28575             {
28576                 synchronized (monitor())
28577                 {
28578                     check_orphaned();
28579                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
28580                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ARCTIC$92, 0);
28581                     return target;
28582                 }
28583             }
28584             
28585             
28586 
28587 
28588             public boolean isSetARCTIC()
28589             {
28590                 synchronized (monitor())
28591                 {
28592                     check_orphaned();
28593                     return get_store().count_elements(ARCTIC$92) != 0;
28594                 }
28595             }
28596             
28597             
28598 
28599 
28600             public void setARCTIC(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum arctic)
28601             {
28602                 synchronized (monitor())
28603                 {
28604                     check_orphaned();
28605                     org.apache.xmlbeans.SimpleValue target = null;
28606                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ARCTIC$92, 0);
28607                     if (target == null)
28608                     {
28609                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ARCTIC$92);
28610                     }
28611                     target.setEnumValue(arctic);
28612                 }
28613             }
28614             
28615             
28616 
28617 
28618             public void xsetARCTIC(gov.grants.apply.system.globalLibraryV20.YesNoDataType arctic)
28619             {
28620                 synchronized (monitor())
28621                 {
28622                     check_orphaned();
28623                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
28624                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ARCTIC$92, 0);
28625                     if (target == null)
28626                     {
28627                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ARCTIC$92);
28628                     }
28629                     target.set(arctic);
28630                 }
28631             }
28632             
28633             
28634 
28635 
28636             public void unsetARCTIC()
28637             {
28638                 synchronized (monitor())
28639                 {
28640                     check_orphaned();
28641                     get_store().remove_element(ARCTIC$92, 0);
28642                 }
28643             }
28644             
28645             
28646 
28647 
28648             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getATLANTICOCEAN()
28649             {
28650                 synchronized (monitor())
28651                 {
28652                     check_orphaned();
28653                     org.apache.xmlbeans.SimpleValue target = null;
28654                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ATLANTICOCEAN$94, 0);
28655                     if (target == null)
28656                     {
28657                       return null;
28658                     }
28659                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
28660                 }
28661             }
28662             
28663             
28664 
28665 
28666             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetATLANTICOCEAN()
28667             {
28668                 synchronized (monitor())
28669                 {
28670                     check_orphaned();
28671                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
28672                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ATLANTICOCEAN$94, 0);
28673                     return target;
28674                 }
28675             }
28676             
28677             
28678 
28679 
28680             public boolean isSetATLANTICOCEAN()
28681             {
28682                 synchronized (monitor())
28683                 {
28684                     check_orphaned();
28685                     return get_store().count_elements(ATLANTICOCEAN$94) != 0;
28686                 }
28687             }
28688             
28689             
28690 
28691 
28692             public void setATLANTICOCEAN(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum atlanticocean)
28693             {
28694                 synchronized (monitor())
28695                 {
28696                     check_orphaned();
28697                     org.apache.xmlbeans.SimpleValue target = null;
28698                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ATLANTICOCEAN$94, 0);
28699                     if (target == null)
28700                     {
28701                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ATLANTICOCEAN$94);
28702                     }
28703                     target.setEnumValue(atlanticocean);
28704                 }
28705             }
28706             
28707             
28708 
28709 
28710             public void xsetATLANTICOCEAN(gov.grants.apply.system.globalLibraryV20.YesNoDataType atlanticocean)
28711             {
28712                 synchronized (monitor())
28713                 {
28714                     check_orphaned();
28715                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
28716                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ATLANTICOCEAN$94, 0);
28717                     if (target == null)
28718                     {
28719                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ATLANTICOCEAN$94);
28720                     }
28721                     target.set(atlanticocean);
28722                 }
28723             }
28724             
28725             
28726 
28727 
28728             public void unsetATLANTICOCEAN()
28729             {
28730                 synchronized (monitor())
28731                 {
28732                     check_orphaned();
28733                     get_store().remove_element(ATLANTICOCEAN$94, 0);
28734                 }
28735             }
28736             
28737             
28738 
28739 
28740             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPACIFICOCEAN()
28741             {
28742                 synchronized (monitor())
28743                 {
28744                     check_orphaned();
28745                     org.apache.xmlbeans.SimpleValue target = null;
28746                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PACIFICOCEAN$96, 0);
28747                     if (target == null)
28748                     {
28749                       return null;
28750                     }
28751                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
28752                 }
28753             }
28754             
28755             
28756 
28757 
28758             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPACIFICOCEAN()
28759             {
28760                 synchronized (monitor())
28761                 {
28762                     check_orphaned();
28763                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
28764                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PACIFICOCEAN$96, 0);
28765                     return target;
28766                 }
28767             }
28768             
28769             
28770 
28771 
28772             public boolean isSetPACIFICOCEAN()
28773             {
28774                 synchronized (monitor())
28775                 {
28776                     check_orphaned();
28777                     return get_store().count_elements(PACIFICOCEAN$96) != 0;
28778                 }
28779             }
28780             
28781             
28782 
28783 
28784             public void setPACIFICOCEAN(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum pacificocean)
28785             {
28786                 synchronized (monitor())
28787                 {
28788                     check_orphaned();
28789                     org.apache.xmlbeans.SimpleValue target = null;
28790                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PACIFICOCEAN$96, 0);
28791                     if (target == null)
28792                     {
28793                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PACIFICOCEAN$96);
28794                     }
28795                     target.setEnumValue(pacificocean);
28796                 }
28797             }
28798             
28799             
28800 
28801 
28802             public void xsetPACIFICOCEAN(gov.grants.apply.system.globalLibraryV20.YesNoDataType pacificocean)
28803             {
28804                 synchronized (monitor())
28805                 {
28806                     check_orphaned();
28807                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
28808                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PACIFICOCEAN$96, 0);
28809                     if (target == null)
28810                     {
28811                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PACIFICOCEAN$96);
28812                     }
28813                     target.set(pacificocean);
28814                 }
28815             }
28816             
28817             
28818 
28819 
28820             public void unsetPACIFICOCEAN()
28821             {
28822                 synchronized (monitor())
28823                 {
28824                     check_orphaned();
28825                     get_store().remove_element(PACIFICOCEAN$96, 0);
28826                 }
28827             }
28828             
28829             
28830 
28831 
28832             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getINDIANOCEAN()
28833             {
28834                 synchronized (monitor())
28835                 {
28836                     check_orphaned();
28837                     org.apache.xmlbeans.SimpleValue target = null;
28838                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(INDIANOCEAN$98, 0);
28839                     if (target == null)
28840                     {
28841                       return null;
28842                     }
28843                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
28844                 }
28845             }
28846             
28847             
28848 
28849 
28850             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetINDIANOCEAN()
28851             {
28852                 synchronized (monitor())
28853                 {
28854                     check_orphaned();
28855                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
28856                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(INDIANOCEAN$98, 0);
28857                     return target;
28858                 }
28859             }
28860             
28861             
28862 
28863 
28864             public boolean isSetINDIANOCEAN()
28865             {
28866                 synchronized (monitor())
28867                 {
28868                     check_orphaned();
28869                     return get_store().count_elements(INDIANOCEAN$98) != 0;
28870                 }
28871             }
28872             
28873             
28874 
28875 
28876             public void setINDIANOCEAN(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum indianocean)
28877             {
28878                 synchronized (monitor())
28879                 {
28880                     check_orphaned();
28881                     org.apache.xmlbeans.SimpleValue target = null;
28882                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(INDIANOCEAN$98, 0);
28883                     if (target == null)
28884                     {
28885                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(INDIANOCEAN$98);
28886                     }
28887                     target.setEnumValue(indianocean);
28888                 }
28889             }
28890             
28891             
28892 
28893 
28894             public void xsetINDIANOCEAN(gov.grants.apply.system.globalLibraryV20.YesNoDataType indianocean)
28895             {
28896                 synchronized (monitor())
28897                 {
28898                     check_orphaned();
28899                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
28900                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(INDIANOCEAN$98, 0);
28901                     if (target == null)
28902                     {
28903                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(INDIANOCEAN$98);
28904                     }
28905                     target.set(indianocean);
28906                 }
28907             }
28908             
28909             
28910 
28911 
28912             public void unsetINDIANOCEAN()
28913             {
28914                 synchronized (monitor())
28915                 {
28916                     check_orphaned();
28917                     get_store().remove_element(INDIANOCEAN$98, 0);
28918                 }
28919             }
28920             
28921             
28922 
28923 
28924             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getOTHERREGIONS()
28925             {
28926                 synchronized (monitor())
28927                 {
28928                     check_orphaned();
28929                     org.apache.xmlbeans.SimpleValue target = null;
28930                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(OTHERREGIONS$100, 0);
28931                     if (target == null)
28932                     {
28933                       return null;
28934                     }
28935                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
28936                 }
28937             }
28938             
28939             
28940 
28941 
28942             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetOTHERREGIONS()
28943             {
28944                 synchronized (monitor())
28945                 {
28946                     check_orphaned();
28947                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
28948                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(OTHERREGIONS$100, 0);
28949                     return target;
28950                 }
28951             }
28952             
28953             
28954 
28955 
28956             public boolean isSetOTHERREGIONS()
28957             {
28958                 synchronized (monitor())
28959                 {
28960                     check_orphaned();
28961                     return get_store().count_elements(OTHERREGIONS$100) != 0;
28962                 }
28963             }
28964             
28965             
28966 
28967 
28968             public void setOTHERREGIONS(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum otherregions)
28969             {
28970                 synchronized (monitor())
28971                 {
28972                     check_orphaned();
28973                     org.apache.xmlbeans.SimpleValue target = null;
28974                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(OTHERREGIONS$100, 0);
28975                     if (target == null)
28976                     {
28977                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(OTHERREGIONS$100);
28978                     }
28979                     target.setEnumValue(otherregions);
28980                 }
28981             }
28982             
28983             
28984 
28985 
28986             public void xsetOTHERREGIONS(gov.grants.apply.system.globalLibraryV20.YesNoDataType otherregions)
28987             {
28988                 synchronized (monitor())
28989                 {
28990                     check_orphaned();
28991                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
28992                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(OTHERREGIONS$100, 0);
28993                     if (target == null)
28994                     {
28995                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(OTHERREGIONS$100);
28996                     }
28997                     target.set(otherregions);
28998                 }
28999             }
29000             
29001             
29002 
29003 
29004             public void unsetOTHERREGIONS()
29005             {
29006                 synchronized (monitor())
29007                 {
29008                     check_orphaned();
29009                     get_store().remove_element(OTHERREGIONS$100, 0);
29010                 }
29011             }
29012             
29013             
29014 
29015 
29016             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getGEOGRAPHICAREANOTAPPLICABLE()
29017             {
29018                 synchronized (monitor())
29019                 {
29020                     check_orphaned();
29021                     org.apache.xmlbeans.SimpleValue target = null;
29022                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(GEOGRAPHICAREANOTAPPLICABLE$102, 0);
29023                     if (target == null)
29024                     {
29025                       return null;
29026                     }
29027                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
29028                 }
29029             }
29030             
29031             
29032 
29033 
29034             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetGEOGRAPHICAREANOTAPPLICABLE()
29035             {
29036                 synchronized (monitor())
29037                 {
29038                     check_orphaned();
29039                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
29040                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(GEOGRAPHICAREANOTAPPLICABLE$102, 0);
29041                     return target;
29042                 }
29043             }
29044             
29045             
29046 
29047 
29048             public boolean isSetGEOGRAPHICAREANOTAPPLICABLE()
29049             {
29050                 synchronized (monitor())
29051                 {
29052                     check_orphaned();
29053                     return get_store().count_elements(GEOGRAPHICAREANOTAPPLICABLE$102) != 0;
29054                 }
29055             }
29056             
29057             
29058 
29059 
29060             public void setGEOGRAPHICAREANOTAPPLICABLE(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum geographicareanotapplicable)
29061             {
29062                 synchronized (monitor())
29063                 {
29064                     check_orphaned();
29065                     org.apache.xmlbeans.SimpleValue target = null;
29066                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(GEOGRAPHICAREANOTAPPLICABLE$102, 0);
29067                     if (target == null)
29068                     {
29069                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(GEOGRAPHICAREANOTAPPLICABLE$102);
29070                     }
29071                     target.setEnumValue(geographicareanotapplicable);
29072                 }
29073             }
29074             
29075             
29076 
29077 
29078             public void xsetGEOGRAPHICAREANOTAPPLICABLE(gov.grants.apply.system.globalLibraryV20.YesNoDataType geographicareanotapplicable)
29079             {
29080                 synchronized (monitor())
29081                 {
29082                     check_orphaned();
29083                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
29084                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(GEOGRAPHICAREANOTAPPLICABLE$102, 0);
29085                     if (target == null)
29086                     {
29087                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(GEOGRAPHICAREANOTAPPLICABLE$102);
29088                     }
29089                     target.set(geographicareanotapplicable);
29090                 }
29091             }
29092             
29093             
29094 
29095 
29096             public void unsetGEOGRAPHICAREANOTAPPLICABLE()
29097             {
29098                 synchronized (monitor())
29099                 {
29100                     check_orphaned();
29101                     get_store().remove_element(GEOGRAPHICAREANOTAPPLICABLE$102, 0);
29102                 }
29103             }
29104         }
29105         
29106 
29107 
29108 
29109 
29110         public static class CLASSIFICATIONORGANISMSImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.CLASSIFICATIONORGANISMS
29111         {
29112             private static final long serialVersionUID = 1L;
29113             
29114             public CLASSIFICATIONORGANISMSImpl(org.apache.xmlbeans.SchemaType sType)
29115             {
29116                 super(sType);
29117             }
29118             
29119             private static final javax.xml.namespace.QName VIRUSES$0 = 
29120                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "VIRUSES");
29121             private static final javax.xml.namespace.QName BACTERIAL$2 = 
29122                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Bacterial");
29123             private static final javax.xml.namespace.QName CLASSIFICATIONORGANISMSPLANT$4 = 
29124                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "CLASSIFICATIONORGANISMSPlant");
29125             private static final javax.xml.namespace.QName CLASSIFICATIONORGANISMSANIMAL$6 = 
29126                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "CLASSIFICATIONORGANISMSAnimal");
29127             private static final javax.xml.namespace.QName PROKARYOTES$8 = 
29128                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "PROKARYOTES");
29129             private static final javax.xml.namespace.QName ARCHAEBACTERIA$10 = 
29130                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Archaebacteria");
29131             private static final javax.xml.namespace.QName CLASSIFICATIONORGANISMSCYANOBACTERIA$12 = 
29132                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "CLASSIFICATIONORGANISMSCyanobacteria");
29133             private static final javax.xml.namespace.QName EUBACTERIA$14 = 
29134                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Eubacteria");
29135             private static final javax.xml.namespace.QName PROTISTA$16 = 
29136                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "PROTISTA");
29137             private static final javax.xml.namespace.QName AMOEBAE$18 = 
29138                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Amoebae");
29139             private static final javax.xml.namespace.QName APICOMPLEXA$20 = 
29140                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Apicomplexa");
29141             private static final javax.xml.namespace.QName CILIOPHORA$22 = 
29142                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Ciliophora");
29143             private static final javax.xml.namespace.QName FLAGELLATES$24 = 
29144                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Flagellates");
29145             private static final javax.xml.namespace.QName FORAMINIFERA$26 = 
29146                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Foraminifera");
29147             private static final javax.xml.namespace.QName MICROSPORA$28 = 
29148                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Microspora");
29149             private static final javax.xml.namespace.QName RADIOLARIA$30 = 
29150                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Radiolaria");
29151             private static final javax.xml.namespace.QName FUNGI$32 = 
29152                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "FUNGI");
29153             private static final javax.xml.namespace.QName ASCOMYCOTA$34 = 
29154                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Ascomycota");
29155             private static final javax.xml.namespace.QName BASIDIOMYCOTA$36 = 
29156                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Basidiomycota");
29157             private static final javax.xml.namespace.QName CHYTRIDIOMYCOTA$38 = 
29158                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Chytridiomycota");
29159             private static final javax.xml.namespace.QName MITOSPORICFUNGI$40 = 
29160                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "MitosporicFungi");
29161             private static final javax.xml.namespace.QName OOMYCOTA$42 = 
29162                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Oomycota");
29163             private static final javax.xml.namespace.QName YEASTS$44 = 
29164                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Yeasts");
29165             private static final javax.xml.namespace.QName ZYGOMYCOTA$46 = 
29166                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Zygomycota");
29167             private static final javax.xml.namespace.QName LICHENS$48 = 
29168                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "LICHENS");
29169             private static final javax.xml.namespace.QName SLIMEMOLDS$50 = 
29170                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "SLIMEMOLDS");
29171             private static final javax.xml.namespace.QName ALGAE$52 = 
29172                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "ALGAE");
29173             private static final javax.xml.namespace.QName BACILLARIOPHYTA$54 = 
29174                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Bacillariophyta");
29175             private static final javax.xml.namespace.QName CHAROPHYTA$56 = 
29176                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Charophyta");
29177             private static final javax.xml.namespace.QName CHLOROPHYTA$58 = 
29178                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Chlorophyta");
29179             private static final javax.xml.namespace.QName CHRYSOPHYTA$60 = 
29180                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Chrysophyta");
29181             private static final javax.xml.namespace.QName DINOFLAGELLATA$62 = 
29182                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Dinoflagellata");
29183             private static final javax.xml.namespace.QName EUGLENOIDS$64 = 
29184                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Euglenoids");
29185             private static final javax.xml.namespace.QName PHAEOPHYTA$66 = 
29186                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Phaeophyta");
29187             private static final javax.xml.namespace.QName RHODOPHYTA$68 = 
29188                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Rhodophyta");
29189             private static final javax.xml.namespace.QName PLANTS$70 = 
29190                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "PLANTS");
29191             private static final javax.xml.namespace.QName NONVASCULARPLANTS$72 = 
29192                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "NONVASCULARPLANTS");
29193             private static final javax.xml.namespace.QName BRYOPHYTA$74 = 
29194                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "BRYOPHYTA");
29195             private static final javax.xml.namespace.QName ANTHOCEROTAE$76 = 
29196                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Anthocerotae");
29197             private static final javax.xml.namespace.QName HEPATICAE$78 = 
29198                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Hepaticae");
29199             private static final javax.xml.namespace.QName MUSCI$80 = 
29200                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Musci");
29201             private static final javax.xml.namespace.QName VASCULARPLANTS$82 = 
29202                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "VASCULARPLANTS");
29203             private static final javax.xml.namespace.QName FERNSALLIES$84 = 
29204                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "FERNSALLIES");
29205             private static final javax.xml.namespace.QName GYMNOSPERMS$86 = 
29206                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "GYMNOSPERMS");
29207             private static final javax.xml.namespace.QName CONIFERALES$88 = 
29208                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Coniferales");
29209             private static final javax.xml.namespace.QName CYCADALES$90 = 
29210                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Cycadales");
29211             private static final javax.xml.namespace.QName GINKGOALES$92 = 
29212                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Ginkgoales");
29213             private static final javax.xml.namespace.QName GNETALES$94 = 
29214                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Gnetales");
29215             private static final javax.xml.namespace.QName ANGIOSPERMS$96 = 
29216                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "ANGIOSPERMS");
29217             private static final javax.xml.namespace.QName MONOCOTS$98 = 
29218                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Monocots");
29219             private static final javax.xml.namespace.QName ARECACEAE$100 = 
29220                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Arecaceae");
29221             private static final javax.xml.namespace.QName CYPERACEAE$102 = 
29222                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Cyperaceae");
29223             private static final javax.xml.namespace.QName LILIACEAE$104 = 
29224                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Liliaceae");
29225             private static final javax.xml.namespace.QName ORCHIDACEAE$106 = 
29226                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Orchidaceae");
29227             private static final javax.xml.namespace.QName POACEAE$108 = 
29228                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Poaceae");
29229             private static final javax.xml.namespace.QName DICOTS$110 = 
29230                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Dicots");
29231             private static final javax.xml.namespace.QName APIACEAE$112 = 
29232                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Apiaceae");
29233             private static final javax.xml.namespace.QName ASTERACEAE$114 = 
29234                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Asteraceae");
29235             private static final javax.xml.namespace.QName BRASSICACEAE$116 = 
29236                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Brassicaceae");
29237             private static final javax.xml.namespace.QName FABACEAE$118 = 
29238                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Fabaceae");
29239             private static final javax.xml.namespace.QName LAMIACEAE$120 = 
29240                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Lamiaceae");
29241             private static final javax.xml.namespace.QName ROSACEAE$122 = 
29242                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Rosaceae");
29243             private static final javax.xml.namespace.QName SOLANACEAE$124 = 
29244                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Solanaceae");
29245             private static final javax.xml.namespace.QName ANIMALS$126 = 
29246                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "ANIMALS");
29247             private static final javax.xml.namespace.QName INVERTEBRATES$128 = 
29248                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "INVERTEBRATES");
29249             private static final javax.xml.namespace.QName MESOZOAPLACOZOA$130 = 
29250                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "MESOZOAPLACOZOA");
29251             private static final javax.xml.namespace.QName PORIFERA$132 = 
29252                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "PORIFERA");
29253             private static final javax.xml.namespace.QName CNIDARIA$134 = 
29254                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "CNIDARIA");
29255             private static final javax.xml.namespace.QName HYDROZOA$136 = 
29256                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Hydrozoa");
29257             private static final javax.xml.namespace.QName SCYPHOZOA$138 = 
29258                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Scyphozoa");
29259             private static final javax.xml.namespace.QName ANTHOZOA$140 = 
29260                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Anthozoa");
29261             private static final javax.xml.namespace.QName CTENOPHORA$142 = 
29262                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "CTENOPHORA");
29263             private static final javax.xml.namespace.QName PLATYHELMINTHES$144 = 
29264                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "PLATYHELMINTHES");
29265             private static final javax.xml.namespace.QName TURBELLARIA$146 = 
29266                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Turbellaria");
29267             private static final javax.xml.namespace.QName TREMATODA$148 = 
29268                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Trematoda");
29269             private static final javax.xml.namespace.QName CESTODA$150 = 
29270                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Cestoda");
29271             private static final javax.xml.namespace.QName MONOGENEA$152 = 
29272                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Monogenea");
29273             private static final javax.xml.namespace.QName GNATHOSTOMULIDA$154 = 
29274                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "GNATHOSTOMULIDA");
29275             private static final javax.xml.namespace.QName NEMERTINEA$156 = 
29276                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "NEMERTINEA");
29277             private static final javax.xml.namespace.QName ENTOPROCTABRYOZOAPLANTLIKEANIMALS$158 = 
29278                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "ENTOPROCTABryozoaPlantlikeAnimals");
29279             private static final javax.xml.namespace.QName ASCHELMINTHES$160 = 
29280                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "ASCHELMINTHES");
29281             private static final javax.xml.namespace.QName GASTROTRICHA$162 = 
29282                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Gastrotricha");
29283             private static final javax.xml.namespace.QName KINORHYNCHA$164 = 
29284                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Kinorhyncha");
29285             private static final javax.xml.namespace.QName LORICIFERA$166 = 
29286                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Loricifera");
29287             private static final javax.xml.namespace.QName NEMATODA$168 = 
29288                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Nematoda");
29289             private static final javax.xml.namespace.QName NEMATOMORPHA$170 = 
29290                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Nematomorpha");
29291             private static final javax.xml.namespace.QName ROTIFERA$172 = 
29292                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Rotifera");
29293             private static final javax.xml.namespace.QName ACANTHOCEPHALA$174 = 
29294                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "ACANTHOCEPHALA");
29295             private static final javax.xml.namespace.QName PRIAPULOIDEA$176 = 
29296                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "PRIAPULOIDEA");
29297             private static final javax.xml.namespace.QName BRYOZOA$178 = 
29298                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "BRYOZOA");
29299             private static final javax.xml.namespace.QName PHORONIDEA$180 = 
29300                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "PHORONIDEA");
29301             private static final javax.xml.namespace.QName BRACHIOPODA$182 = 
29302                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "BRACHIOPODA");
29303             private static final javax.xml.namespace.QName MOLLUSCA$184 = 
29304                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "MOLLUSCA");
29305             private static final javax.xml.namespace.QName MONOPLACOPHORA$186 = 
29306                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Monoplacophora");
29307             private static final javax.xml.namespace.QName APLACOPHORA$188 = 
29308                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Aplacophora");
29309             private static final javax.xml.namespace.QName POLYPLACOPHORA$190 = 
29310                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Polyplacophora");
29311             private static final javax.xml.namespace.QName SCAPHOPODA$192 = 
29312                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Scaphopoda");
29313             private static final javax.xml.namespace.QName GASTROPODA$194 = 
29314                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Gastropoda");
29315             private static final javax.xml.namespace.QName PELECYPODA$196 = 
29316                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Pelecypoda");
29317             private static final javax.xml.namespace.QName CEPHALOPODA$198 = 
29318                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Cephalopoda");
29319             private static final javax.xml.namespace.QName ANNELIDA$200 = 
29320                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "ANNELIDA");
29321             private static final javax.xml.namespace.QName POLYCHAETA$202 = 
29322                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Polychaeta");
29323             private static final javax.xml.namespace.QName OLIGOCHAETA$204 = 
29324                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Oligochaeta");
29325             private static final javax.xml.namespace.QName HIRUDINIDA$206 = 
29326                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Hirudinida");
29327             private static final javax.xml.namespace.QName POGONOPHORA$208 = 
29328                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "POGONOPHORA");
29329             private static final javax.xml.namespace.QName SIPUNCULOIDEA$210 = 
29330                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "SIPUNCULOIDEA");
29331             private static final javax.xml.namespace.QName ECHIUROIDEA$212 = 
29332                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "ECHIUROIDEA");
29333             private static final javax.xml.namespace.QName ARTHROPODA$214 = 
29334                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "ARTHROPODA");
29335             private static final javax.xml.namespace.QName CHELICERIFORMES$216 = 
29336                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Cheliceriformes");
29337             private static final javax.xml.namespace.QName MEROSTOMATA$218 = 
29338                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Merostomata");
29339             private static final javax.xml.namespace.QName PYCNOGONIDA$220 = 
29340                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Pycnogonida");
29341             private static final javax.xml.namespace.QName SCORPIONIDA$222 = 
29342                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Scorpionida");
29343             private static final javax.xml.namespace.QName ARANEAE$224 = 
29344                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Araneae");
29345             private static final javax.xml.namespace.QName PSEUDOSCORPIONIDA$226 = 
29346                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Pseudoscorpionida");
29347             private static final javax.xml.namespace.QName ACARINA$228 = 
29348                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Acarina");
29349             private static final javax.xml.namespace.QName PARASITIFORMES$230 = 
29350                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Parasitiformes");
29351             private static final javax.xml.namespace.QName CRUSTACEA$232 = 
29352                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Crustacea");
29353             private static final javax.xml.namespace.QName BRANCHIOPODA$234 = 
29354                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Branchiopoda");
29355             private static final javax.xml.namespace.QName OSTRACODA$236 = 
29356                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Ostracoda");
29357             private static final javax.xml.namespace.QName COPEPODA$238 = 
29358                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Copepoda");
29359             private static final javax.xml.namespace.QName CIRRIPEDIA$240 = 
29360                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Cirripedia");
29361             private static final javax.xml.namespace.QName AMPHIPODA$242 = 
29362                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Amphipoda");
29363             private static final javax.xml.namespace.QName ISOPODA$244 = 
29364                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Isopoda");
29365             private static final javax.xml.namespace.QName DECAPODA$246 = 
29366                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Decapoda");
29367             private static final javax.xml.namespace.QName HEXAPODA$248 = 
29368                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Hexapoda");
29369             private static final javax.xml.namespace.QName APTERYGOTA$250 = 
29370                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Apterygota");
29371             private static final javax.xml.namespace.QName ODONATA$252 = 
29372                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Odonata");
29373             private static final javax.xml.namespace.QName EPHEMEROPTERA$254 = 
29374                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Ephemeroptera");
29375             private static final javax.xml.namespace.QName ORTHOPTERA$256 = 
29376                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Orthoptera");
29377             private static final javax.xml.namespace.QName DICTYOPTERA$258 = 
29378                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Dictyoptera");
29379             private static final javax.xml.namespace.QName ISOPTERA$260 = 
29380                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Isoptera");
29381             private static final javax.xml.namespace.QName PLECOPTERA$262 = 
29382                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Plecoptera");
29383             private static final javax.xml.namespace.QName PHTHIRAPTERA$264 = 
29384                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Phthiraptera");
29385             private static final javax.xml.namespace.QName HEMIPTERA$266 = 
29386                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Hemiptera");
29387             private static final javax.xml.namespace.QName HOMOPTERA$268 = 
29388                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Homoptera");
29389             private static final javax.xml.namespace.QName THYSANOPTERA$270 = 
29390                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Thysanoptera");
29391             private static final javax.xml.namespace.QName NEUROPTERA$272 = 
29392                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Neuroptera");
29393             private static final javax.xml.namespace.QName TRICHOPTERA$274 = 
29394                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Trichoptera");
29395             private static final javax.xml.namespace.QName LEPIDOPTERA$276 = 
29396                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Lepidoptera");
29397             private static final javax.xml.namespace.QName DIPTERA$278 = 
29398                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Diptera");
29399             private static final javax.xml.namespace.QName SIPHONAPTERA$280 = 
29400                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Siphonaptera");
29401             private static final javax.xml.namespace.QName COLEOPTERA$282 = 
29402                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Coleoptera");
29403             private static final javax.xml.namespace.QName HYMENOPTERA$284 = 
29404                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Hymenoptera");
29405             private static final javax.xml.namespace.QName CHILOPODA$286 = 
29406                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Chilopoda");
29407             private static final javax.xml.namespace.QName DIPLOPODA$288 = 
29408                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Diplopoda");
29409             private static final javax.xml.namespace.QName PAUROPODA$290 = 
29410                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Pauropoda");
29411             private static final javax.xml.namespace.QName SYMPHYTA$292 = 
29412                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Symphyta");
29413             private static final javax.xml.namespace.QName PENTASTOMIDA$294 = 
29414                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "PENTASTOMIDA");
29415             private static final javax.xml.namespace.QName TARDIGRADA$296 = 
29416                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "TARDIGRADA");
29417             private static final javax.xml.namespace.QName ONYCHOPHORA$298 = 
29418                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "ONYCHOPHORA");
29419             private static final javax.xml.namespace.QName CHAETOGNATHA$300 = 
29420                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "CHAETOGNATHA");
29421             private static final javax.xml.namespace.QName ECHINODERMATA$302 = 
29422                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "ECHINODERMATA");
29423             private static final javax.xml.namespace.QName CRINOIDEA$304 = 
29424                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Crinoidea");
29425             private static final javax.xml.namespace.QName ASTEROIDEA$306 = 
29426                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Asteroidea");
29427             private static final javax.xml.namespace.QName OPHIUROIDEA$308 = 
29428                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Ophiuroidea");
29429             private static final javax.xml.namespace.QName ECHINOIDEA$310 = 
29430                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Echinoidea");
29431             private static final javax.xml.namespace.QName HOLOTHUROIDEA$312 = 
29432                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Holothuroidea");
29433             private static final javax.xml.namespace.QName HEMICHORDATA$314 = 
29434                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "HEMICHORDATA");
29435             private static final javax.xml.namespace.QName UROCHORDATA$316 = 
29436                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "UROCHORDATA");
29437             private static final javax.xml.namespace.QName CEPHALOCHORDATA$318 = 
29438                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "CEPHALOCHORDATA");
29439             private static final javax.xml.namespace.QName VERTEBRATES$320 = 
29440                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "VERTEBRATES");
29441             private static final javax.xml.namespace.QName AGNATHA$322 = 
29442                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "AGNATHA");
29443             private static final javax.xml.namespace.QName FISHES$324 = 
29444                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "FISHES");
29445             private static final javax.xml.namespace.QName CHONDRICHTHYES$326 = 
29446                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Chondrichthyes");
29447             private static final javax.xml.namespace.QName OSTEICHTHYES$328 = 
29448                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Osteichthyes");
29449             private static final javax.xml.namespace.QName SARCOPTERYGIA$330 = 
29450                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Sarcopterygia");
29451             private static final javax.xml.namespace.QName ACTINOPTERYGIA$332 = 
29452                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Actinopterygia");
29453             private static final javax.xml.namespace.QName AMPHIBIA$334 = 
29454                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "AMPHIBIA");
29455             private static final javax.xml.namespace.QName ANURA$336 = 
29456                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Anura");
29457             private static final javax.xml.namespace.QName URODELA$338 = 
29458                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Urodela");
29459             private static final javax.xml.namespace.QName GYMNOPHIONA$340 = 
29460                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Gymnophiona");
29461             private static final javax.xml.namespace.QName REPTILIA$342 = 
29462                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "REPTILIA");
29463             private static final javax.xml.namespace.QName CHELONIA$344 = 
29464                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Chelonia");
29465             private static final javax.xml.namespace.QName SERPENTES$346 = 
29466                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Serpentes");
29467             private static final javax.xml.namespace.QName SAURIA$348 = 
29468                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Sauria");
29469             private static final javax.xml.namespace.QName CROCODYLIA$350 = 
29470                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Crocodylia");
29471             private static final javax.xml.namespace.QName RHYNCOCEPHALIA$352 = 
29472                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Rhyncocephalia");
29473             private static final javax.xml.namespace.QName AVES$354 = 
29474                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "AVES");
29475             private static final javax.xml.namespace.QName PALEOGNATHAE$356 = 
29476                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Paleognathae");
29477             private static final javax.xml.namespace.QName SPHENISCIFORMES$358 = 
29478                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Sphenisciformes");
29479             private static final javax.xml.namespace.QName PROCELLARIIFORMES$360 = 
29480                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Procellariiformes");
29481             private static final javax.xml.namespace.QName PELECANIFORMES$362 = 
29482                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Pelecaniformes");
29483             private static final javax.xml.namespace.QName CICONIIFORMES$364 = 
29484                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Ciconiiformes");
29485             private static final javax.xml.namespace.QName ANSERIFORMES$366 = 
29486                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Anseriformes");
29487             private static final javax.xml.namespace.QName FALCONIFORMES$368 = 
29488                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Falconiformes");
29489             private static final javax.xml.namespace.QName GALLIFORMES$370 = 
29490                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Galliformes");
29491             private static final javax.xml.namespace.QName GRUIFORMES$372 = 
29492                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Gruiformes");
29493             private static final javax.xml.namespace.QName CHARADRIIFORMES$374 = 
29494                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Charadriiformes");
29495             private static final javax.xml.namespace.QName COLUMBIFORMES$376 = 
29496                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Columbiformes");
29497             private static final javax.xml.namespace.QName PSITTACIFORMES$378 = 
29498                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Psittaciformes");
29499             private static final javax.xml.namespace.QName CUCULIFORMES$380 = 
29500                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Cuculiformes");
29501             private static final javax.xml.namespace.QName STRIGIFORMES$382 = 
29502                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Strigiformes");
29503             private static final javax.xml.namespace.QName APODIFORMES$384 = 
29504                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Apodiformes");
29505             private static final javax.xml.namespace.QName CORACIFORMES$386 = 
29506                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Coraciformes");
29507             private static final javax.xml.namespace.QName PICIFORMES$388 = 
29508                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Piciformes");
29509             private static final javax.xml.namespace.QName PASSERIFORMES$390 = 
29510                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Passeriformes");
29511             private static final javax.xml.namespace.QName MAMMALIA$392 = 
29512                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "MAMMALIA");
29513             private static final javax.xml.namespace.QName MONOTREMATA$394 = 
29514                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Monotremata");
29515             private static final javax.xml.namespace.QName MARSUPALIA$396 = 
29516                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Marsupalia");
29517             private static final javax.xml.namespace.QName EUTHERIA$398 = 
29518                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Eutheria");
29519             private static final javax.xml.namespace.QName INSECTIVORA$400 = 
29520                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Insectivora");
29521             private static final javax.xml.namespace.QName CHIROPTERA$402 = 
29522                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Chiroptera");
29523             private static final javax.xml.namespace.QName EDENTATA$404 = 
29524                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Edentata");
29525             private static final javax.xml.namespace.QName PRIMATES$406 = 
29526                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Primates");
29527             private static final javax.xml.namespace.QName MONKEYS$408 = 
29528                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Monkeys");
29529             private static final javax.xml.namespace.QName APES$410 = 
29530                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Apes");
29531             private static final javax.xml.namespace.QName HUMANS$412 = 
29532                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Humans");
29533             private static final javax.xml.namespace.QName RODENTIA$414 = 
29534                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Rodentia");
29535             private static final javax.xml.namespace.QName LABORATORYRODENTS$416 = 
29536                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "LaboratoryRodents");
29537             private static final javax.xml.namespace.QName NONLABORATORYRODENTS$418 = 
29538                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Non-LaboratoryRodents");
29539             private static final javax.xml.namespace.QName LAGOMORPHS$420 = 
29540                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Lagomorphs");
29541             private static final javax.xml.namespace.QName TUBULIDENATA$422 = 
29542                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Tubulidenata");
29543             private static final javax.xml.namespace.QName CARNIVORA$424 = 
29544                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Carnivora");
29545             private static final javax.xml.namespace.QName UNGULATES$426 = 
29546                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Ungulates");
29547             private static final javax.xml.namespace.QName PERISSODACTYLA$428 = 
29548                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Perissodactyla");
29549             private static final javax.xml.namespace.QName ARTIODACTYLA$430 = 
29550                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Artiodactyla");
29551             private static final javax.xml.namespace.QName SIRENIA$432 = 
29552                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Sirenia");
29553             private static final javax.xml.namespace.QName PROBOSCIDEA$434 = 
29554                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Proboscidea");
29555             private static final javax.xml.namespace.QName CLASSIFICATIONORGANISMSMARINEMAMMALS$436 = 
29556                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "CLASSIFICATIONORGANISMSMarineMammals");
29557             private static final javax.xml.namespace.QName TRANSGENICORGANISMS$438 = 
29558                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "TRANSGENICORGANISMS");
29559             private static final javax.xml.namespace.QName FOSSILEXTINCTORGANISMS$440 = 
29560                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "FOSSILEXTINCTORGANISMS");
29561             private static final javax.xml.namespace.QName NOORGANISMS$442 = 
29562                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "NOORGANISMS");
29563             
29564             
29565             
29566 
29567 
29568             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getVIRUSES()
29569             {
29570                 synchronized (monitor())
29571                 {
29572                     check_orphaned();
29573                     org.apache.xmlbeans.SimpleValue target = null;
29574                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(VIRUSES$0, 0);
29575                     if (target == null)
29576                     {
29577                       return null;
29578                     }
29579                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
29580                 }
29581             }
29582             
29583             
29584 
29585 
29586             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetVIRUSES()
29587             {
29588                 synchronized (monitor())
29589                 {
29590                     check_orphaned();
29591                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
29592                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(VIRUSES$0, 0);
29593                     return target;
29594                 }
29595             }
29596             
29597             
29598 
29599 
29600             public boolean isSetVIRUSES()
29601             {
29602                 synchronized (monitor())
29603                 {
29604                     check_orphaned();
29605                     return get_store().count_elements(VIRUSES$0) != 0;
29606                 }
29607             }
29608             
29609             
29610 
29611 
29612             public void setVIRUSES(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum viruses)
29613             {
29614                 synchronized (monitor())
29615                 {
29616                     check_orphaned();
29617                     org.apache.xmlbeans.SimpleValue target = null;
29618                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(VIRUSES$0, 0);
29619                     if (target == null)
29620                     {
29621                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(VIRUSES$0);
29622                     }
29623                     target.setEnumValue(viruses);
29624                 }
29625             }
29626             
29627             
29628 
29629 
29630             public void xsetVIRUSES(gov.grants.apply.system.globalLibraryV20.YesNoDataType viruses)
29631             {
29632                 synchronized (monitor())
29633                 {
29634                     check_orphaned();
29635                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
29636                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(VIRUSES$0, 0);
29637                     if (target == null)
29638                     {
29639                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(VIRUSES$0);
29640                     }
29641                     target.set(viruses);
29642                 }
29643             }
29644             
29645             
29646 
29647 
29648             public void unsetVIRUSES()
29649             {
29650                 synchronized (monitor())
29651                 {
29652                     check_orphaned();
29653                     get_store().remove_element(VIRUSES$0, 0);
29654                 }
29655             }
29656             
29657             
29658 
29659 
29660             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBacterial()
29661             {
29662                 synchronized (monitor())
29663                 {
29664                     check_orphaned();
29665                     org.apache.xmlbeans.SimpleValue target = null;
29666                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(BACTERIAL$2, 0);
29667                     if (target == null)
29668                     {
29669                       return null;
29670                     }
29671                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
29672                 }
29673             }
29674             
29675             
29676 
29677 
29678             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBacterial()
29679             {
29680                 synchronized (monitor())
29681                 {
29682                     check_orphaned();
29683                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
29684                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(BACTERIAL$2, 0);
29685                     return target;
29686                 }
29687             }
29688             
29689             
29690 
29691 
29692             public boolean isSetBacterial()
29693             {
29694                 synchronized (monitor())
29695                 {
29696                     check_orphaned();
29697                     return get_store().count_elements(BACTERIAL$2) != 0;
29698                 }
29699             }
29700             
29701             
29702 
29703 
29704             public void setBacterial(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum bacterial)
29705             {
29706                 synchronized (monitor())
29707                 {
29708                     check_orphaned();
29709                     org.apache.xmlbeans.SimpleValue target = null;
29710                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(BACTERIAL$2, 0);
29711                     if (target == null)
29712                     {
29713                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(BACTERIAL$2);
29714                     }
29715                     target.setEnumValue(bacterial);
29716                 }
29717             }
29718             
29719             
29720 
29721 
29722             public void xsetBacterial(gov.grants.apply.system.globalLibraryV20.YesNoDataType bacterial)
29723             {
29724                 synchronized (monitor())
29725                 {
29726                     check_orphaned();
29727                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
29728                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(BACTERIAL$2, 0);
29729                     if (target == null)
29730                     {
29731                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(BACTERIAL$2);
29732                     }
29733                     target.set(bacterial);
29734                 }
29735             }
29736             
29737             
29738 
29739 
29740             public void unsetBacterial()
29741             {
29742                 synchronized (monitor())
29743                 {
29744                     check_orphaned();
29745                     get_store().remove_element(BACTERIAL$2, 0);
29746                 }
29747             }
29748             
29749             
29750 
29751 
29752             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCLASSIFICATIONORGANISMSPlant()
29753             {
29754                 synchronized (monitor())
29755                 {
29756                     check_orphaned();
29757                     org.apache.xmlbeans.SimpleValue target = null;
29758                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CLASSIFICATIONORGANISMSPLANT$4, 0);
29759                     if (target == null)
29760                     {
29761                       return null;
29762                     }
29763                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
29764                 }
29765             }
29766             
29767             
29768 
29769 
29770             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCLASSIFICATIONORGANISMSPlant()
29771             {
29772                 synchronized (monitor())
29773                 {
29774                     check_orphaned();
29775                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
29776                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CLASSIFICATIONORGANISMSPLANT$4, 0);
29777                     return target;
29778                 }
29779             }
29780             
29781             
29782 
29783 
29784             public boolean isSetCLASSIFICATIONORGANISMSPlant()
29785             {
29786                 synchronized (monitor())
29787                 {
29788                     check_orphaned();
29789                     return get_store().count_elements(CLASSIFICATIONORGANISMSPLANT$4) != 0;
29790                 }
29791             }
29792             
29793             
29794 
29795 
29796             public void setCLASSIFICATIONORGANISMSPlant(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum classificationorganismsPlant)
29797             {
29798                 synchronized (monitor())
29799                 {
29800                     check_orphaned();
29801                     org.apache.xmlbeans.SimpleValue target = null;
29802                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CLASSIFICATIONORGANISMSPLANT$4, 0);
29803                     if (target == null)
29804                     {
29805                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CLASSIFICATIONORGANISMSPLANT$4);
29806                     }
29807                     target.setEnumValue(classificationorganismsPlant);
29808                 }
29809             }
29810             
29811             
29812 
29813 
29814             public void xsetCLASSIFICATIONORGANISMSPlant(gov.grants.apply.system.globalLibraryV20.YesNoDataType classificationorganismsPlant)
29815             {
29816                 synchronized (monitor())
29817                 {
29818                     check_orphaned();
29819                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
29820                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CLASSIFICATIONORGANISMSPLANT$4, 0);
29821                     if (target == null)
29822                     {
29823                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CLASSIFICATIONORGANISMSPLANT$4);
29824                     }
29825                     target.set(classificationorganismsPlant);
29826                 }
29827             }
29828             
29829             
29830 
29831 
29832             public void unsetCLASSIFICATIONORGANISMSPlant()
29833             {
29834                 synchronized (monitor())
29835                 {
29836                     check_orphaned();
29837                     get_store().remove_element(CLASSIFICATIONORGANISMSPLANT$4, 0);
29838                 }
29839             }
29840             
29841             
29842 
29843 
29844             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCLASSIFICATIONORGANISMSAnimal()
29845             {
29846                 synchronized (monitor())
29847                 {
29848                     check_orphaned();
29849                     org.apache.xmlbeans.SimpleValue target = null;
29850                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CLASSIFICATIONORGANISMSANIMAL$6, 0);
29851                     if (target == null)
29852                     {
29853                       return null;
29854                     }
29855                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
29856                 }
29857             }
29858             
29859             
29860 
29861 
29862             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCLASSIFICATIONORGANISMSAnimal()
29863             {
29864                 synchronized (monitor())
29865                 {
29866                     check_orphaned();
29867                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
29868                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CLASSIFICATIONORGANISMSANIMAL$6, 0);
29869                     return target;
29870                 }
29871             }
29872             
29873             
29874 
29875 
29876             public boolean isSetCLASSIFICATIONORGANISMSAnimal()
29877             {
29878                 synchronized (monitor())
29879                 {
29880                     check_orphaned();
29881                     return get_store().count_elements(CLASSIFICATIONORGANISMSANIMAL$6) != 0;
29882                 }
29883             }
29884             
29885             
29886 
29887 
29888             public void setCLASSIFICATIONORGANISMSAnimal(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum classificationorganismsAnimal)
29889             {
29890                 synchronized (monitor())
29891                 {
29892                     check_orphaned();
29893                     org.apache.xmlbeans.SimpleValue target = null;
29894                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CLASSIFICATIONORGANISMSANIMAL$6, 0);
29895                     if (target == null)
29896                     {
29897                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CLASSIFICATIONORGANISMSANIMAL$6);
29898                     }
29899                     target.setEnumValue(classificationorganismsAnimal);
29900                 }
29901             }
29902             
29903             
29904 
29905 
29906             public void xsetCLASSIFICATIONORGANISMSAnimal(gov.grants.apply.system.globalLibraryV20.YesNoDataType classificationorganismsAnimal)
29907             {
29908                 synchronized (monitor())
29909                 {
29910                     check_orphaned();
29911                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
29912                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CLASSIFICATIONORGANISMSANIMAL$6, 0);
29913                     if (target == null)
29914                     {
29915                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CLASSIFICATIONORGANISMSANIMAL$6);
29916                     }
29917                     target.set(classificationorganismsAnimal);
29918                 }
29919             }
29920             
29921             
29922 
29923 
29924             public void unsetCLASSIFICATIONORGANISMSAnimal()
29925             {
29926                 synchronized (monitor())
29927                 {
29928                     check_orphaned();
29929                     get_store().remove_element(CLASSIFICATIONORGANISMSANIMAL$6, 0);
29930                 }
29931             }
29932             
29933             
29934 
29935 
29936             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPROKARYOTES()
29937             {
29938                 synchronized (monitor())
29939                 {
29940                     check_orphaned();
29941                     org.apache.xmlbeans.SimpleValue target = null;
29942                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PROKARYOTES$8, 0);
29943                     if (target == null)
29944                     {
29945                       return null;
29946                     }
29947                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
29948                 }
29949             }
29950             
29951             
29952 
29953 
29954             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPROKARYOTES()
29955             {
29956                 synchronized (monitor())
29957                 {
29958                     check_orphaned();
29959                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
29960                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PROKARYOTES$8, 0);
29961                     return target;
29962                 }
29963             }
29964             
29965             
29966 
29967 
29968             public boolean isSetPROKARYOTES()
29969             {
29970                 synchronized (monitor())
29971                 {
29972                     check_orphaned();
29973                     return get_store().count_elements(PROKARYOTES$8) != 0;
29974                 }
29975             }
29976             
29977             
29978 
29979 
29980             public void setPROKARYOTES(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum prokaryotes)
29981             {
29982                 synchronized (monitor())
29983                 {
29984                     check_orphaned();
29985                     org.apache.xmlbeans.SimpleValue target = null;
29986                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PROKARYOTES$8, 0);
29987                     if (target == null)
29988                     {
29989                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PROKARYOTES$8);
29990                     }
29991                     target.setEnumValue(prokaryotes);
29992                 }
29993             }
29994             
29995             
29996 
29997 
29998             public void xsetPROKARYOTES(gov.grants.apply.system.globalLibraryV20.YesNoDataType prokaryotes)
29999             {
30000                 synchronized (monitor())
30001                 {
30002                     check_orphaned();
30003                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
30004                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PROKARYOTES$8, 0);
30005                     if (target == null)
30006                     {
30007                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PROKARYOTES$8);
30008                     }
30009                     target.set(prokaryotes);
30010                 }
30011             }
30012             
30013             
30014 
30015 
30016             public void unsetPROKARYOTES()
30017             {
30018                 synchronized (monitor())
30019                 {
30020                     check_orphaned();
30021                     get_store().remove_element(PROKARYOTES$8, 0);
30022                 }
30023             }
30024             
30025             
30026 
30027 
30028             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getArchaebacteria()
30029             {
30030                 synchronized (monitor())
30031                 {
30032                     check_orphaned();
30033                     org.apache.xmlbeans.SimpleValue target = null;
30034                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ARCHAEBACTERIA$10, 0);
30035                     if (target == null)
30036                     {
30037                       return null;
30038                     }
30039                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
30040                 }
30041             }
30042             
30043             
30044 
30045 
30046             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetArchaebacteria()
30047             {
30048                 synchronized (monitor())
30049                 {
30050                     check_orphaned();
30051                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
30052                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ARCHAEBACTERIA$10, 0);
30053                     return target;
30054                 }
30055             }
30056             
30057             
30058 
30059 
30060             public boolean isSetArchaebacteria()
30061             {
30062                 synchronized (monitor())
30063                 {
30064                     check_orphaned();
30065                     return get_store().count_elements(ARCHAEBACTERIA$10) != 0;
30066                 }
30067             }
30068             
30069             
30070 
30071 
30072             public void setArchaebacteria(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum archaebacteria)
30073             {
30074                 synchronized (monitor())
30075                 {
30076                     check_orphaned();
30077                     org.apache.xmlbeans.SimpleValue target = null;
30078                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ARCHAEBACTERIA$10, 0);
30079                     if (target == null)
30080                     {
30081                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ARCHAEBACTERIA$10);
30082                     }
30083                     target.setEnumValue(archaebacteria);
30084                 }
30085             }
30086             
30087             
30088 
30089 
30090             public void xsetArchaebacteria(gov.grants.apply.system.globalLibraryV20.YesNoDataType archaebacteria)
30091             {
30092                 synchronized (monitor())
30093                 {
30094                     check_orphaned();
30095                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
30096                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ARCHAEBACTERIA$10, 0);
30097                     if (target == null)
30098                     {
30099                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ARCHAEBACTERIA$10);
30100                     }
30101                     target.set(archaebacteria);
30102                 }
30103             }
30104             
30105             
30106 
30107 
30108             public void unsetArchaebacteria()
30109             {
30110                 synchronized (monitor())
30111                 {
30112                     check_orphaned();
30113                     get_store().remove_element(ARCHAEBACTERIA$10, 0);
30114                 }
30115             }
30116             
30117             
30118 
30119 
30120             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCLASSIFICATIONORGANISMSCyanobacteria()
30121             {
30122                 synchronized (monitor())
30123                 {
30124                     check_orphaned();
30125                     org.apache.xmlbeans.SimpleValue target = null;
30126                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CLASSIFICATIONORGANISMSCYANOBACTERIA$12, 0);
30127                     if (target == null)
30128                     {
30129                       return null;
30130                     }
30131                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
30132                 }
30133             }
30134             
30135             
30136 
30137 
30138             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCLASSIFICATIONORGANISMSCyanobacteria()
30139             {
30140                 synchronized (monitor())
30141                 {
30142                     check_orphaned();
30143                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
30144                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CLASSIFICATIONORGANISMSCYANOBACTERIA$12, 0);
30145                     return target;
30146                 }
30147             }
30148             
30149             
30150 
30151 
30152             public boolean isSetCLASSIFICATIONORGANISMSCyanobacteria()
30153             {
30154                 synchronized (monitor())
30155                 {
30156                     check_orphaned();
30157                     return get_store().count_elements(CLASSIFICATIONORGANISMSCYANOBACTERIA$12) != 0;
30158                 }
30159             }
30160             
30161             
30162 
30163 
30164             public void setCLASSIFICATIONORGANISMSCyanobacteria(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum classificationorganismsCyanobacteria)
30165             {
30166                 synchronized (monitor())
30167                 {
30168                     check_orphaned();
30169                     org.apache.xmlbeans.SimpleValue target = null;
30170                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CLASSIFICATIONORGANISMSCYANOBACTERIA$12, 0);
30171                     if (target == null)
30172                     {
30173                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CLASSIFICATIONORGANISMSCYANOBACTERIA$12);
30174                     }
30175                     target.setEnumValue(classificationorganismsCyanobacteria);
30176                 }
30177             }
30178             
30179             
30180 
30181 
30182             public void xsetCLASSIFICATIONORGANISMSCyanobacteria(gov.grants.apply.system.globalLibraryV20.YesNoDataType classificationorganismsCyanobacteria)
30183             {
30184                 synchronized (monitor())
30185                 {
30186                     check_orphaned();
30187                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
30188                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CLASSIFICATIONORGANISMSCYANOBACTERIA$12, 0);
30189                     if (target == null)
30190                     {
30191                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CLASSIFICATIONORGANISMSCYANOBACTERIA$12);
30192                     }
30193                     target.set(classificationorganismsCyanobacteria);
30194                 }
30195             }
30196             
30197             
30198 
30199 
30200             public void unsetCLASSIFICATIONORGANISMSCyanobacteria()
30201             {
30202                 synchronized (monitor())
30203                 {
30204                     check_orphaned();
30205                     get_store().remove_element(CLASSIFICATIONORGANISMSCYANOBACTERIA$12, 0);
30206                 }
30207             }
30208             
30209             
30210 
30211 
30212             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getEubacteria()
30213             {
30214                 synchronized (monitor())
30215                 {
30216                     check_orphaned();
30217                     org.apache.xmlbeans.SimpleValue target = null;
30218                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(EUBACTERIA$14, 0);
30219                     if (target == null)
30220                     {
30221                       return null;
30222                     }
30223                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
30224                 }
30225             }
30226             
30227             
30228 
30229 
30230             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetEubacteria()
30231             {
30232                 synchronized (monitor())
30233                 {
30234                     check_orphaned();
30235                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
30236                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(EUBACTERIA$14, 0);
30237                     return target;
30238                 }
30239             }
30240             
30241             
30242 
30243 
30244             public boolean isSetEubacteria()
30245             {
30246                 synchronized (monitor())
30247                 {
30248                     check_orphaned();
30249                     return get_store().count_elements(EUBACTERIA$14) != 0;
30250                 }
30251             }
30252             
30253             
30254 
30255 
30256             public void setEubacteria(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum eubacteria)
30257             {
30258                 synchronized (monitor())
30259                 {
30260                     check_orphaned();
30261                     org.apache.xmlbeans.SimpleValue target = null;
30262                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(EUBACTERIA$14, 0);
30263                     if (target == null)
30264                     {
30265                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(EUBACTERIA$14);
30266                     }
30267                     target.setEnumValue(eubacteria);
30268                 }
30269             }
30270             
30271             
30272 
30273 
30274             public void xsetEubacteria(gov.grants.apply.system.globalLibraryV20.YesNoDataType eubacteria)
30275             {
30276                 synchronized (monitor())
30277                 {
30278                     check_orphaned();
30279                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
30280                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(EUBACTERIA$14, 0);
30281                     if (target == null)
30282                     {
30283                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(EUBACTERIA$14);
30284                     }
30285                     target.set(eubacteria);
30286                 }
30287             }
30288             
30289             
30290 
30291 
30292             public void unsetEubacteria()
30293             {
30294                 synchronized (monitor())
30295                 {
30296                     check_orphaned();
30297                     get_store().remove_element(EUBACTERIA$14, 0);
30298                 }
30299             }
30300             
30301             
30302 
30303 
30304             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPROTISTA()
30305             {
30306                 synchronized (monitor())
30307                 {
30308                     check_orphaned();
30309                     org.apache.xmlbeans.SimpleValue target = null;
30310                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PROTISTA$16, 0);
30311                     if (target == null)
30312                     {
30313                       return null;
30314                     }
30315                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
30316                 }
30317             }
30318             
30319             
30320 
30321 
30322             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPROTISTA()
30323             {
30324                 synchronized (monitor())
30325                 {
30326                     check_orphaned();
30327                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
30328                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PROTISTA$16, 0);
30329                     return target;
30330                 }
30331             }
30332             
30333             
30334 
30335 
30336             public boolean isSetPROTISTA()
30337             {
30338                 synchronized (monitor())
30339                 {
30340                     check_orphaned();
30341                     return get_store().count_elements(PROTISTA$16) != 0;
30342                 }
30343             }
30344             
30345             
30346 
30347 
30348             public void setPROTISTA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum protista)
30349             {
30350                 synchronized (monitor())
30351                 {
30352                     check_orphaned();
30353                     org.apache.xmlbeans.SimpleValue target = null;
30354                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PROTISTA$16, 0);
30355                     if (target == null)
30356                     {
30357                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PROTISTA$16);
30358                     }
30359                     target.setEnumValue(protista);
30360                 }
30361             }
30362             
30363             
30364 
30365 
30366             public void xsetPROTISTA(gov.grants.apply.system.globalLibraryV20.YesNoDataType protista)
30367             {
30368                 synchronized (monitor())
30369                 {
30370                     check_orphaned();
30371                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
30372                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PROTISTA$16, 0);
30373                     if (target == null)
30374                     {
30375                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PROTISTA$16);
30376                     }
30377                     target.set(protista);
30378                 }
30379             }
30380             
30381             
30382 
30383 
30384             public void unsetPROTISTA()
30385             {
30386                 synchronized (monitor())
30387                 {
30388                     check_orphaned();
30389                     get_store().remove_element(PROTISTA$16, 0);
30390                 }
30391             }
30392             
30393             
30394 
30395 
30396             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAmoebae()
30397             {
30398                 synchronized (monitor())
30399                 {
30400                     check_orphaned();
30401                     org.apache.xmlbeans.SimpleValue target = null;
30402                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(AMOEBAE$18, 0);
30403                     if (target == null)
30404                     {
30405                       return null;
30406                     }
30407                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
30408                 }
30409             }
30410             
30411             
30412 
30413 
30414             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAmoebae()
30415             {
30416                 synchronized (monitor())
30417                 {
30418                     check_orphaned();
30419                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
30420                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(AMOEBAE$18, 0);
30421                     return target;
30422                 }
30423             }
30424             
30425             
30426 
30427 
30428             public boolean isSetAmoebae()
30429             {
30430                 synchronized (monitor())
30431                 {
30432                     check_orphaned();
30433                     return get_store().count_elements(AMOEBAE$18) != 0;
30434                 }
30435             }
30436             
30437             
30438 
30439 
30440             public void setAmoebae(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum amoebae)
30441             {
30442                 synchronized (monitor())
30443                 {
30444                     check_orphaned();
30445                     org.apache.xmlbeans.SimpleValue target = null;
30446                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(AMOEBAE$18, 0);
30447                     if (target == null)
30448                     {
30449                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(AMOEBAE$18);
30450                     }
30451                     target.setEnumValue(amoebae);
30452                 }
30453             }
30454             
30455             
30456 
30457 
30458             public void xsetAmoebae(gov.grants.apply.system.globalLibraryV20.YesNoDataType amoebae)
30459             {
30460                 synchronized (monitor())
30461                 {
30462                     check_orphaned();
30463                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
30464                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(AMOEBAE$18, 0);
30465                     if (target == null)
30466                     {
30467                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(AMOEBAE$18);
30468                     }
30469                     target.set(amoebae);
30470                 }
30471             }
30472             
30473             
30474 
30475 
30476             public void unsetAmoebae()
30477             {
30478                 synchronized (monitor())
30479                 {
30480                     check_orphaned();
30481                     get_store().remove_element(AMOEBAE$18, 0);
30482                 }
30483             }
30484             
30485             
30486 
30487 
30488             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getApicomplexa()
30489             {
30490                 synchronized (monitor())
30491                 {
30492                     check_orphaned();
30493                     org.apache.xmlbeans.SimpleValue target = null;
30494                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(APICOMPLEXA$20, 0);
30495                     if (target == null)
30496                     {
30497                       return null;
30498                     }
30499                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
30500                 }
30501             }
30502             
30503             
30504 
30505 
30506             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetApicomplexa()
30507             {
30508                 synchronized (monitor())
30509                 {
30510                     check_orphaned();
30511                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
30512                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(APICOMPLEXA$20, 0);
30513                     return target;
30514                 }
30515             }
30516             
30517             
30518 
30519 
30520             public boolean isSetApicomplexa()
30521             {
30522                 synchronized (monitor())
30523                 {
30524                     check_orphaned();
30525                     return get_store().count_elements(APICOMPLEXA$20) != 0;
30526                 }
30527             }
30528             
30529             
30530 
30531 
30532             public void setApicomplexa(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum apicomplexa)
30533             {
30534                 synchronized (monitor())
30535                 {
30536                     check_orphaned();
30537                     org.apache.xmlbeans.SimpleValue target = null;
30538                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(APICOMPLEXA$20, 0);
30539                     if (target == null)
30540                     {
30541                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(APICOMPLEXA$20);
30542                     }
30543                     target.setEnumValue(apicomplexa);
30544                 }
30545             }
30546             
30547             
30548 
30549 
30550             public void xsetApicomplexa(gov.grants.apply.system.globalLibraryV20.YesNoDataType apicomplexa)
30551             {
30552                 synchronized (monitor())
30553                 {
30554                     check_orphaned();
30555                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
30556                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(APICOMPLEXA$20, 0);
30557                     if (target == null)
30558                     {
30559                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(APICOMPLEXA$20);
30560                     }
30561                     target.set(apicomplexa);
30562                 }
30563             }
30564             
30565             
30566 
30567 
30568             public void unsetApicomplexa()
30569             {
30570                 synchronized (monitor())
30571                 {
30572                     check_orphaned();
30573                     get_store().remove_element(APICOMPLEXA$20, 0);
30574                 }
30575             }
30576             
30577             
30578 
30579 
30580             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCiliophora()
30581             {
30582                 synchronized (monitor())
30583                 {
30584                     check_orphaned();
30585                     org.apache.xmlbeans.SimpleValue target = null;
30586                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CILIOPHORA$22, 0);
30587                     if (target == null)
30588                     {
30589                       return null;
30590                     }
30591                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
30592                 }
30593             }
30594             
30595             
30596 
30597 
30598             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCiliophora()
30599             {
30600                 synchronized (monitor())
30601                 {
30602                     check_orphaned();
30603                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
30604                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CILIOPHORA$22, 0);
30605                     return target;
30606                 }
30607             }
30608             
30609             
30610 
30611 
30612             public boolean isSetCiliophora()
30613             {
30614                 synchronized (monitor())
30615                 {
30616                     check_orphaned();
30617                     return get_store().count_elements(CILIOPHORA$22) != 0;
30618                 }
30619             }
30620             
30621             
30622 
30623 
30624             public void setCiliophora(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum ciliophora)
30625             {
30626                 synchronized (monitor())
30627                 {
30628                     check_orphaned();
30629                     org.apache.xmlbeans.SimpleValue target = null;
30630                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CILIOPHORA$22, 0);
30631                     if (target == null)
30632                     {
30633                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CILIOPHORA$22);
30634                     }
30635                     target.setEnumValue(ciliophora);
30636                 }
30637             }
30638             
30639             
30640 
30641 
30642             public void xsetCiliophora(gov.grants.apply.system.globalLibraryV20.YesNoDataType ciliophora)
30643             {
30644                 synchronized (monitor())
30645                 {
30646                     check_orphaned();
30647                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
30648                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CILIOPHORA$22, 0);
30649                     if (target == null)
30650                     {
30651                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CILIOPHORA$22);
30652                     }
30653                     target.set(ciliophora);
30654                 }
30655             }
30656             
30657             
30658 
30659 
30660             public void unsetCiliophora()
30661             {
30662                 synchronized (monitor())
30663                 {
30664                     check_orphaned();
30665                     get_store().remove_element(CILIOPHORA$22, 0);
30666                 }
30667             }
30668             
30669             
30670 
30671 
30672             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFlagellates()
30673             {
30674                 synchronized (monitor())
30675                 {
30676                     check_orphaned();
30677                     org.apache.xmlbeans.SimpleValue target = null;
30678                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FLAGELLATES$24, 0);
30679                     if (target == null)
30680                     {
30681                       return null;
30682                     }
30683                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
30684                 }
30685             }
30686             
30687             
30688 
30689 
30690             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFlagellates()
30691             {
30692                 synchronized (monitor())
30693                 {
30694                     check_orphaned();
30695                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
30696                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(FLAGELLATES$24, 0);
30697                     return target;
30698                 }
30699             }
30700             
30701             
30702 
30703 
30704             public boolean isSetFlagellates()
30705             {
30706                 synchronized (monitor())
30707                 {
30708                     check_orphaned();
30709                     return get_store().count_elements(FLAGELLATES$24) != 0;
30710                 }
30711             }
30712             
30713             
30714 
30715 
30716             public void setFlagellates(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum flagellates)
30717             {
30718                 synchronized (monitor())
30719                 {
30720                     check_orphaned();
30721                     org.apache.xmlbeans.SimpleValue target = null;
30722                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FLAGELLATES$24, 0);
30723                     if (target == null)
30724                     {
30725                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(FLAGELLATES$24);
30726                     }
30727                     target.setEnumValue(flagellates);
30728                 }
30729             }
30730             
30731             
30732 
30733 
30734             public void xsetFlagellates(gov.grants.apply.system.globalLibraryV20.YesNoDataType flagellates)
30735             {
30736                 synchronized (monitor())
30737                 {
30738                     check_orphaned();
30739                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
30740                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(FLAGELLATES$24, 0);
30741                     if (target == null)
30742                     {
30743                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(FLAGELLATES$24);
30744                     }
30745                     target.set(flagellates);
30746                 }
30747             }
30748             
30749             
30750 
30751 
30752             public void unsetFlagellates()
30753             {
30754                 synchronized (monitor())
30755                 {
30756                     check_orphaned();
30757                     get_store().remove_element(FLAGELLATES$24, 0);
30758                 }
30759             }
30760             
30761             
30762 
30763 
30764             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getForaminifera()
30765             {
30766                 synchronized (monitor())
30767                 {
30768                     check_orphaned();
30769                     org.apache.xmlbeans.SimpleValue target = null;
30770                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FORAMINIFERA$26, 0);
30771                     if (target == null)
30772                     {
30773                       return null;
30774                     }
30775                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
30776                 }
30777             }
30778             
30779             
30780 
30781 
30782             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetForaminifera()
30783             {
30784                 synchronized (monitor())
30785                 {
30786                     check_orphaned();
30787                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
30788                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(FORAMINIFERA$26, 0);
30789                     return target;
30790                 }
30791             }
30792             
30793             
30794 
30795 
30796             public boolean isSetForaminifera()
30797             {
30798                 synchronized (monitor())
30799                 {
30800                     check_orphaned();
30801                     return get_store().count_elements(FORAMINIFERA$26) != 0;
30802                 }
30803             }
30804             
30805             
30806 
30807 
30808             public void setForaminifera(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum foraminifera)
30809             {
30810                 synchronized (monitor())
30811                 {
30812                     check_orphaned();
30813                     org.apache.xmlbeans.SimpleValue target = null;
30814                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FORAMINIFERA$26, 0);
30815                     if (target == null)
30816                     {
30817                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(FORAMINIFERA$26);
30818                     }
30819                     target.setEnumValue(foraminifera);
30820                 }
30821             }
30822             
30823             
30824 
30825 
30826             public void xsetForaminifera(gov.grants.apply.system.globalLibraryV20.YesNoDataType foraminifera)
30827             {
30828                 synchronized (monitor())
30829                 {
30830                     check_orphaned();
30831                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
30832                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(FORAMINIFERA$26, 0);
30833                     if (target == null)
30834                     {
30835                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(FORAMINIFERA$26);
30836                     }
30837                     target.set(foraminifera);
30838                 }
30839             }
30840             
30841             
30842 
30843 
30844             public void unsetForaminifera()
30845             {
30846                 synchronized (monitor())
30847                 {
30848                     check_orphaned();
30849                     get_store().remove_element(FORAMINIFERA$26, 0);
30850                 }
30851             }
30852             
30853             
30854 
30855 
30856             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMicrospora()
30857             {
30858                 synchronized (monitor())
30859                 {
30860                     check_orphaned();
30861                     org.apache.xmlbeans.SimpleValue target = null;
30862                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MICROSPORA$28, 0);
30863                     if (target == null)
30864                     {
30865                       return null;
30866                     }
30867                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
30868                 }
30869             }
30870             
30871             
30872 
30873 
30874             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMicrospora()
30875             {
30876                 synchronized (monitor())
30877                 {
30878                     check_orphaned();
30879                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
30880                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MICROSPORA$28, 0);
30881                     return target;
30882                 }
30883             }
30884             
30885             
30886 
30887 
30888             public boolean isSetMicrospora()
30889             {
30890                 synchronized (monitor())
30891                 {
30892                     check_orphaned();
30893                     return get_store().count_elements(MICROSPORA$28) != 0;
30894                 }
30895             }
30896             
30897             
30898 
30899 
30900             public void setMicrospora(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum microspora)
30901             {
30902                 synchronized (monitor())
30903                 {
30904                     check_orphaned();
30905                     org.apache.xmlbeans.SimpleValue target = null;
30906                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MICROSPORA$28, 0);
30907                     if (target == null)
30908                     {
30909                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(MICROSPORA$28);
30910                     }
30911                     target.setEnumValue(microspora);
30912                 }
30913             }
30914             
30915             
30916 
30917 
30918             public void xsetMicrospora(gov.grants.apply.system.globalLibraryV20.YesNoDataType microspora)
30919             {
30920                 synchronized (monitor())
30921                 {
30922                     check_orphaned();
30923                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
30924                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MICROSPORA$28, 0);
30925                     if (target == null)
30926                     {
30927                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(MICROSPORA$28);
30928                     }
30929                     target.set(microspora);
30930                 }
30931             }
30932             
30933             
30934 
30935 
30936             public void unsetMicrospora()
30937             {
30938                 synchronized (monitor())
30939                 {
30940                     check_orphaned();
30941                     get_store().remove_element(MICROSPORA$28, 0);
30942                 }
30943             }
30944             
30945             
30946 
30947 
30948             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getRadiolaria()
30949             {
30950                 synchronized (monitor())
30951                 {
30952                     check_orphaned();
30953                     org.apache.xmlbeans.SimpleValue target = null;
30954                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(RADIOLARIA$30, 0);
30955                     if (target == null)
30956                     {
30957                       return null;
30958                     }
30959                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
30960                 }
30961             }
30962             
30963             
30964 
30965 
30966             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetRadiolaria()
30967             {
30968                 synchronized (monitor())
30969                 {
30970                     check_orphaned();
30971                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
30972                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(RADIOLARIA$30, 0);
30973                     return target;
30974                 }
30975             }
30976             
30977             
30978 
30979 
30980             public boolean isSetRadiolaria()
30981             {
30982                 synchronized (monitor())
30983                 {
30984                     check_orphaned();
30985                     return get_store().count_elements(RADIOLARIA$30) != 0;
30986                 }
30987             }
30988             
30989             
30990 
30991 
30992             public void setRadiolaria(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum radiolaria)
30993             {
30994                 synchronized (monitor())
30995                 {
30996                     check_orphaned();
30997                     org.apache.xmlbeans.SimpleValue target = null;
30998                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(RADIOLARIA$30, 0);
30999                     if (target == null)
31000                     {
31001                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(RADIOLARIA$30);
31002                     }
31003                     target.setEnumValue(radiolaria);
31004                 }
31005             }
31006             
31007             
31008 
31009 
31010             public void xsetRadiolaria(gov.grants.apply.system.globalLibraryV20.YesNoDataType radiolaria)
31011             {
31012                 synchronized (monitor())
31013                 {
31014                     check_orphaned();
31015                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
31016                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(RADIOLARIA$30, 0);
31017                     if (target == null)
31018                     {
31019                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(RADIOLARIA$30);
31020                     }
31021                     target.set(radiolaria);
31022                 }
31023             }
31024             
31025             
31026 
31027 
31028             public void unsetRadiolaria()
31029             {
31030                 synchronized (monitor())
31031                 {
31032                     check_orphaned();
31033                     get_store().remove_element(RADIOLARIA$30, 0);
31034                 }
31035             }
31036             
31037             
31038 
31039 
31040             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFUNGI()
31041             {
31042                 synchronized (monitor())
31043                 {
31044                     check_orphaned();
31045                     org.apache.xmlbeans.SimpleValue target = null;
31046                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FUNGI$32, 0);
31047                     if (target == null)
31048                     {
31049                       return null;
31050                     }
31051                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
31052                 }
31053             }
31054             
31055             
31056 
31057 
31058             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFUNGI()
31059             {
31060                 synchronized (monitor())
31061                 {
31062                     check_orphaned();
31063                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
31064                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(FUNGI$32, 0);
31065                     return target;
31066                 }
31067             }
31068             
31069             
31070 
31071 
31072             public boolean isSetFUNGI()
31073             {
31074                 synchronized (monitor())
31075                 {
31076                     check_orphaned();
31077                     return get_store().count_elements(FUNGI$32) != 0;
31078                 }
31079             }
31080             
31081             
31082 
31083 
31084             public void setFUNGI(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum fungi)
31085             {
31086                 synchronized (monitor())
31087                 {
31088                     check_orphaned();
31089                     org.apache.xmlbeans.SimpleValue target = null;
31090                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FUNGI$32, 0);
31091                     if (target == null)
31092                     {
31093                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(FUNGI$32);
31094                     }
31095                     target.setEnumValue(fungi);
31096                 }
31097             }
31098             
31099             
31100 
31101 
31102             public void xsetFUNGI(gov.grants.apply.system.globalLibraryV20.YesNoDataType fungi)
31103             {
31104                 synchronized (monitor())
31105                 {
31106                     check_orphaned();
31107                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
31108                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(FUNGI$32, 0);
31109                     if (target == null)
31110                     {
31111                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(FUNGI$32);
31112                     }
31113                     target.set(fungi);
31114                 }
31115             }
31116             
31117             
31118 
31119 
31120             public void unsetFUNGI()
31121             {
31122                 synchronized (monitor())
31123                 {
31124                     check_orphaned();
31125                     get_store().remove_element(FUNGI$32, 0);
31126                 }
31127             }
31128             
31129             
31130 
31131 
31132             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAscomycota()
31133             {
31134                 synchronized (monitor())
31135                 {
31136                     check_orphaned();
31137                     org.apache.xmlbeans.SimpleValue target = null;
31138                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ASCOMYCOTA$34, 0);
31139                     if (target == null)
31140                     {
31141                       return null;
31142                     }
31143                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
31144                 }
31145             }
31146             
31147             
31148 
31149 
31150             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAscomycota()
31151             {
31152                 synchronized (monitor())
31153                 {
31154                     check_orphaned();
31155                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
31156                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ASCOMYCOTA$34, 0);
31157                     return target;
31158                 }
31159             }
31160             
31161             
31162 
31163 
31164             public boolean isSetAscomycota()
31165             {
31166                 synchronized (monitor())
31167                 {
31168                     check_orphaned();
31169                     return get_store().count_elements(ASCOMYCOTA$34) != 0;
31170                 }
31171             }
31172             
31173             
31174 
31175 
31176             public void setAscomycota(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum ascomycota)
31177             {
31178                 synchronized (monitor())
31179                 {
31180                     check_orphaned();
31181                     org.apache.xmlbeans.SimpleValue target = null;
31182                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ASCOMYCOTA$34, 0);
31183                     if (target == null)
31184                     {
31185                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ASCOMYCOTA$34);
31186                     }
31187                     target.setEnumValue(ascomycota);
31188                 }
31189             }
31190             
31191             
31192 
31193 
31194             public void xsetAscomycota(gov.grants.apply.system.globalLibraryV20.YesNoDataType ascomycota)
31195             {
31196                 synchronized (monitor())
31197                 {
31198                     check_orphaned();
31199                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
31200                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ASCOMYCOTA$34, 0);
31201                     if (target == null)
31202                     {
31203                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ASCOMYCOTA$34);
31204                     }
31205                     target.set(ascomycota);
31206                 }
31207             }
31208             
31209             
31210 
31211 
31212             public void unsetAscomycota()
31213             {
31214                 synchronized (monitor())
31215                 {
31216                     check_orphaned();
31217                     get_store().remove_element(ASCOMYCOTA$34, 0);
31218                 }
31219             }
31220             
31221             
31222 
31223 
31224             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBasidiomycota()
31225             {
31226                 synchronized (monitor())
31227                 {
31228                     check_orphaned();
31229                     org.apache.xmlbeans.SimpleValue target = null;
31230                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(BASIDIOMYCOTA$36, 0);
31231                     if (target == null)
31232                     {
31233                       return null;
31234                     }
31235                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
31236                 }
31237             }
31238             
31239             
31240 
31241 
31242             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBasidiomycota()
31243             {
31244                 synchronized (monitor())
31245                 {
31246                     check_orphaned();
31247                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
31248                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(BASIDIOMYCOTA$36, 0);
31249                     return target;
31250                 }
31251             }
31252             
31253             
31254 
31255 
31256             public boolean isSetBasidiomycota()
31257             {
31258                 synchronized (monitor())
31259                 {
31260                     check_orphaned();
31261                     return get_store().count_elements(BASIDIOMYCOTA$36) != 0;
31262                 }
31263             }
31264             
31265             
31266 
31267 
31268             public void setBasidiomycota(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum basidiomycota)
31269             {
31270                 synchronized (monitor())
31271                 {
31272                     check_orphaned();
31273                     org.apache.xmlbeans.SimpleValue target = null;
31274                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(BASIDIOMYCOTA$36, 0);
31275                     if (target == null)
31276                     {
31277                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(BASIDIOMYCOTA$36);
31278                     }
31279                     target.setEnumValue(basidiomycota);
31280                 }
31281             }
31282             
31283             
31284 
31285 
31286             public void xsetBasidiomycota(gov.grants.apply.system.globalLibraryV20.YesNoDataType basidiomycota)
31287             {
31288                 synchronized (monitor())
31289                 {
31290                     check_orphaned();
31291                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
31292                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(BASIDIOMYCOTA$36, 0);
31293                     if (target == null)
31294                     {
31295                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(BASIDIOMYCOTA$36);
31296                     }
31297                     target.set(basidiomycota);
31298                 }
31299             }
31300             
31301             
31302 
31303 
31304             public void unsetBasidiomycota()
31305             {
31306                 synchronized (monitor())
31307                 {
31308                     check_orphaned();
31309                     get_store().remove_element(BASIDIOMYCOTA$36, 0);
31310                 }
31311             }
31312             
31313             
31314 
31315 
31316             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getChytridiomycota()
31317             {
31318                 synchronized (monitor())
31319                 {
31320                     check_orphaned();
31321                     org.apache.xmlbeans.SimpleValue target = null;
31322                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CHYTRIDIOMYCOTA$38, 0);
31323                     if (target == null)
31324                     {
31325                       return null;
31326                     }
31327                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
31328                 }
31329             }
31330             
31331             
31332 
31333 
31334             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetChytridiomycota()
31335             {
31336                 synchronized (monitor())
31337                 {
31338                     check_orphaned();
31339                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
31340                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CHYTRIDIOMYCOTA$38, 0);
31341                     return target;
31342                 }
31343             }
31344             
31345             
31346 
31347 
31348             public boolean isSetChytridiomycota()
31349             {
31350                 synchronized (monitor())
31351                 {
31352                     check_orphaned();
31353                     return get_store().count_elements(CHYTRIDIOMYCOTA$38) != 0;
31354                 }
31355             }
31356             
31357             
31358 
31359 
31360             public void setChytridiomycota(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum chytridiomycota)
31361             {
31362                 synchronized (monitor())
31363                 {
31364                     check_orphaned();
31365                     org.apache.xmlbeans.SimpleValue target = null;
31366                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CHYTRIDIOMYCOTA$38, 0);
31367                     if (target == null)
31368                     {
31369                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CHYTRIDIOMYCOTA$38);
31370                     }
31371                     target.setEnumValue(chytridiomycota);
31372                 }
31373             }
31374             
31375             
31376 
31377 
31378             public void xsetChytridiomycota(gov.grants.apply.system.globalLibraryV20.YesNoDataType chytridiomycota)
31379             {
31380                 synchronized (monitor())
31381                 {
31382                     check_orphaned();
31383                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
31384                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CHYTRIDIOMYCOTA$38, 0);
31385                     if (target == null)
31386                     {
31387                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CHYTRIDIOMYCOTA$38);
31388                     }
31389                     target.set(chytridiomycota);
31390                 }
31391             }
31392             
31393             
31394 
31395 
31396             public void unsetChytridiomycota()
31397             {
31398                 synchronized (monitor())
31399                 {
31400                     check_orphaned();
31401                     get_store().remove_element(CHYTRIDIOMYCOTA$38, 0);
31402                 }
31403             }
31404             
31405             
31406 
31407 
31408             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMitosporicFungi()
31409             {
31410                 synchronized (monitor())
31411                 {
31412                     check_orphaned();
31413                     org.apache.xmlbeans.SimpleValue target = null;
31414                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MITOSPORICFUNGI$40, 0);
31415                     if (target == null)
31416                     {
31417                       return null;
31418                     }
31419                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
31420                 }
31421             }
31422             
31423             
31424 
31425 
31426             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMitosporicFungi()
31427             {
31428                 synchronized (monitor())
31429                 {
31430                     check_orphaned();
31431                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
31432                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MITOSPORICFUNGI$40, 0);
31433                     return target;
31434                 }
31435             }
31436             
31437             
31438 
31439 
31440             public boolean isSetMitosporicFungi()
31441             {
31442                 synchronized (monitor())
31443                 {
31444                     check_orphaned();
31445                     return get_store().count_elements(MITOSPORICFUNGI$40) != 0;
31446                 }
31447             }
31448             
31449             
31450 
31451 
31452             public void setMitosporicFungi(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum mitosporicFungi)
31453             {
31454                 synchronized (monitor())
31455                 {
31456                     check_orphaned();
31457                     org.apache.xmlbeans.SimpleValue target = null;
31458                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MITOSPORICFUNGI$40, 0);
31459                     if (target == null)
31460                     {
31461                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(MITOSPORICFUNGI$40);
31462                     }
31463                     target.setEnumValue(mitosporicFungi);
31464                 }
31465             }
31466             
31467             
31468 
31469 
31470             public void xsetMitosporicFungi(gov.grants.apply.system.globalLibraryV20.YesNoDataType mitosporicFungi)
31471             {
31472                 synchronized (monitor())
31473                 {
31474                     check_orphaned();
31475                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
31476                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MITOSPORICFUNGI$40, 0);
31477                     if (target == null)
31478                     {
31479                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(MITOSPORICFUNGI$40);
31480                     }
31481                     target.set(mitosporicFungi);
31482                 }
31483             }
31484             
31485             
31486 
31487 
31488             public void unsetMitosporicFungi()
31489             {
31490                 synchronized (monitor())
31491                 {
31492                     check_orphaned();
31493                     get_store().remove_element(MITOSPORICFUNGI$40, 0);
31494                 }
31495             }
31496             
31497             
31498 
31499 
31500             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getOomycota()
31501             {
31502                 synchronized (monitor())
31503                 {
31504                     check_orphaned();
31505                     org.apache.xmlbeans.SimpleValue target = null;
31506                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(OOMYCOTA$42, 0);
31507                     if (target == null)
31508                     {
31509                       return null;
31510                     }
31511                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
31512                 }
31513             }
31514             
31515             
31516 
31517 
31518             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetOomycota()
31519             {
31520                 synchronized (monitor())
31521                 {
31522                     check_orphaned();
31523                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
31524                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(OOMYCOTA$42, 0);
31525                     return target;
31526                 }
31527             }
31528             
31529             
31530 
31531 
31532             public boolean isSetOomycota()
31533             {
31534                 synchronized (monitor())
31535                 {
31536                     check_orphaned();
31537                     return get_store().count_elements(OOMYCOTA$42) != 0;
31538                 }
31539             }
31540             
31541             
31542 
31543 
31544             public void setOomycota(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum oomycota)
31545             {
31546                 synchronized (monitor())
31547                 {
31548                     check_orphaned();
31549                     org.apache.xmlbeans.SimpleValue target = null;
31550                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(OOMYCOTA$42, 0);
31551                     if (target == null)
31552                     {
31553                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(OOMYCOTA$42);
31554                     }
31555                     target.setEnumValue(oomycota);
31556                 }
31557             }
31558             
31559             
31560 
31561 
31562             public void xsetOomycota(gov.grants.apply.system.globalLibraryV20.YesNoDataType oomycota)
31563             {
31564                 synchronized (monitor())
31565                 {
31566                     check_orphaned();
31567                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
31568                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(OOMYCOTA$42, 0);
31569                     if (target == null)
31570                     {
31571                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(OOMYCOTA$42);
31572                     }
31573                     target.set(oomycota);
31574                 }
31575             }
31576             
31577             
31578 
31579 
31580             public void unsetOomycota()
31581             {
31582                 synchronized (monitor())
31583                 {
31584                     check_orphaned();
31585                     get_store().remove_element(OOMYCOTA$42, 0);
31586                 }
31587             }
31588             
31589             
31590 
31591 
31592             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getYeasts()
31593             {
31594                 synchronized (monitor())
31595                 {
31596                     check_orphaned();
31597                     org.apache.xmlbeans.SimpleValue target = null;
31598                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(YEASTS$44, 0);
31599                     if (target == null)
31600                     {
31601                       return null;
31602                     }
31603                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
31604                 }
31605             }
31606             
31607             
31608 
31609 
31610             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetYeasts()
31611             {
31612                 synchronized (monitor())
31613                 {
31614                     check_orphaned();
31615                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
31616                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(YEASTS$44, 0);
31617                     return target;
31618                 }
31619             }
31620             
31621             
31622 
31623 
31624             public boolean isSetYeasts()
31625             {
31626                 synchronized (monitor())
31627                 {
31628                     check_orphaned();
31629                     return get_store().count_elements(YEASTS$44) != 0;
31630                 }
31631             }
31632             
31633             
31634 
31635 
31636             public void setYeasts(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum yeasts)
31637             {
31638                 synchronized (monitor())
31639                 {
31640                     check_orphaned();
31641                     org.apache.xmlbeans.SimpleValue target = null;
31642                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(YEASTS$44, 0);
31643                     if (target == null)
31644                     {
31645                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(YEASTS$44);
31646                     }
31647                     target.setEnumValue(yeasts);
31648                 }
31649             }
31650             
31651             
31652 
31653 
31654             public void xsetYeasts(gov.grants.apply.system.globalLibraryV20.YesNoDataType yeasts)
31655             {
31656                 synchronized (monitor())
31657                 {
31658                     check_orphaned();
31659                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
31660                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(YEASTS$44, 0);
31661                     if (target == null)
31662                     {
31663                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(YEASTS$44);
31664                     }
31665                     target.set(yeasts);
31666                 }
31667             }
31668             
31669             
31670 
31671 
31672             public void unsetYeasts()
31673             {
31674                 synchronized (monitor())
31675                 {
31676                     check_orphaned();
31677                     get_store().remove_element(YEASTS$44, 0);
31678                 }
31679             }
31680             
31681             
31682 
31683 
31684             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getZygomycota()
31685             {
31686                 synchronized (monitor())
31687                 {
31688                     check_orphaned();
31689                     org.apache.xmlbeans.SimpleValue target = null;
31690                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ZYGOMYCOTA$46, 0);
31691                     if (target == null)
31692                     {
31693                       return null;
31694                     }
31695                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
31696                 }
31697             }
31698             
31699             
31700 
31701 
31702             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetZygomycota()
31703             {
31704                 synchronized (monitor())
31705                 {
31706                     check_orphaned();
31707                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
31708                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ZYGOMYCOTA$46, 0);
31709                     return target;
31710                 }
31711             }
31712             
31713             
31714 
31715 
31716             public boolean isSetZygomycota()
31717             {
31718                 synchronized (monitor())
31719                 {
31720                     check_orphaned();
31721                     return get_store().count_elements(ZYGOMYCOTA$46) != 0;
31722                 }
31723             }
31724             
31725             
31726 
31727 
31728             public void setZygomycota(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum zygomycota)
31729             {
31730                 synchronized (monitor())
31731                 {
31732                     check_orphaned();
31733                     org.apache.xmlbeans.SimpleValue target = null;
31734                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ZYGOMYCOTA$46, 0);
31735                     if (target == null)
31736                     {
31737                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ZYGOMYCOTA$46);
31738                     }
31739                     target.setEnumValue(zygomycota);
31740                 }
31741             }
31742             
31743             
31744 
31745 
31746             public void xsetZygomycota(gov.grants.apply.system.globalLibraryV20.YesNoDataType zygomycota)
31747             {
31748                 synchronized (monitor())
31749                 {
31750                     check_orphaned();
31751                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
31752                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ZYGOMYCOTA$46, 0);
31753                     if (target == null)
31754                     {
31755                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ZYGOMYCOTA$46);
31756                     }
31757                     target.set(zygomycota);
31758                 }
31759             }
31760             
31761             
31762 
31763 
31764             public void unsetZygomycota()
31765             {
31766                 synchronized (monitor())
31767                 {
31768                     check_orphaned();
31769                     get_store().remove_element(ZYGOMYCOTA$46, 0);
31770                 }
31771             }
31772             
31773             
31774 
31775 
31776             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getLICHENS()
31777             {
31778                 synchronized (monitor())
31779                 {
31780                     check_orphaned();
31781                     org.apache.xmlbeans.SimpleValue target = null;
31782                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(LICHENS$48, 0);
31783                     if (target == null)
31784                     {
31785                       return null;
31786                     }
31787                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
31788                 }
31789             }
31790             
31791             
31792 
31793 
31794             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetLICHENS()
31795             {
31796                 synchronized (monitor())
31797                 {
31798                     check_orphaned();
31799                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
31800                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(LICHENS$48, 0);
31801                     return target;
31802                 }
31803             }
31804             
31805             
31806 
31807 
31808             public boolean isSetLICHENS()
31809             {
31810                 synchronized (monitor())
31811                 {
31812                     check_orphaned();
31813                     return get_store().count_elements(LICHENS$48) != 0;
31814                 }
31815             }
31816             
31817             
31818 
31819 
31820             public void setLICHENS(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum lichens)
31821             {
31822                 synchronized (monitor())
31823                 {
31824                     check_orphaned();
31825                     org.apache.xmlbeans.SimpleValue target = null;
31826                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(LICHENS$48, 0);
31827                     if (target == null)
31828                     {
31829                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(LICHENS$48);
31830                     }
31831                     target.setEnumValue(lichens);
31832                 }
31833             }
31834             
31835             
31836 
31837 
31838             public void xsetLICHENS(gov.grants.apply.system.globalLibraryV20.YesNoDataType lichens)
31839             {
31840                 synchronized (monitor())
31841                 {
31842                     check_orphaned();
31843                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
31844                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(LICHENS$48, 0);
31845                     if (target == null)
31846                     {
31847                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(LICHENS$48);
31848                     }
31849                     target.set(lichens);
31850                 }
31851             }
31852             
31853             
31854 
31855 
31856             public void unsetLICHENS()
31857             {
31858                 synchronized (monitor())
31859                 {
31860                     check_orphaned();
31861                     get_store().remove_element(LICHENS$48, 0);
31862                 }
31863             }
31864             
31865             
31866 
31867 
31868             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSLIMEMOLDS()
31869             {
31870                 synchronized (monitor())
31871                 {
31872                     check_orphaned();
31873                     org.apache.xmlbeans.SimpleValue target = null;
31874                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SLIMEMOLDS$50, 0);
31875                     if (target == null)
31876                     {
31877                       return null;
31878                     }
31879                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
31880                 }
31881             }
31882             
31883             
31884 
31885 
31886             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSLIMEMOLDS()
31887             {
31888                 synchronized (monitor())
31889                 {
31890                     check_orphaned();
31891                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
31892                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SLIMEMOLDS$50, 0);
31893                     return target;
31894                 }
31895             }
31896             
31897             
31898 
31899 
31900             public boolean isSetSLIMEMOLDS()
31901             {
31902                 synchronized (monitor())
31903                 {
31904                     check_orphaned();
31905                     return get_store().count_elements(SLIMEMOLDS$50) != 0;
31906                 }
31907             }
31908             
31909             
31910 
31911 
31912             public void setSLIMEMOLDS(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum slimemolds)
31913             {
31914                 synchronized (monitor())
31915                 {
31916                     check_orphaned();
31917                     org.apache.xmlbeans.SimpleValue target = null;
31918                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SLIMEMOLDS$50, 0);
31919                     if (target == null)
31920                     {
31921                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SLIMEMOLDS$50);
31922                     }
31923                     target.setEnumValue(slimemolds);
31924                 }
31925             }
31926             
31927             
31928 
31929 
31930             public void xsetSLIMEMOLDS(gov.grants.apply.system.globalLibraryV20.YesNoDataType slimemolds)
31931             {
31932                 synchronized (monitor())
31933                 {
31934                     check_orphaned();
31935                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
31936                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SLIMEMOLDS$50, 0);
31937                     if (target == null)
31938                     {
31939                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SLIMEMOLDS$50);
31940                     }
31941                     target.set(slimemolds);
31942                 }
31943             }
31944             
31945             
31946 
31947 
31948             public void unsetSLIMEMOLDS()
31949             {
31950                 synchronized (monitor())
31951                 {
31952                     check_orphaned();
31953                     get_store().remove_element(SLIMEMOLDS$50, 0);
31954                 }
31955             }
31956             
31957             
31958 
31959 
31960             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getALGAE()
31961             {
31962                 synchronized (monitor())
31963                 {
31964                     check_orphaned();
31965                     org.apache.xmlbeans.SimpleValue target = null;
31966                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ALGAE$52, 0);
31967                     if (target == null)
31968                     {
31969                       return null;
31970                     }
31971                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
31972                 }
31973             }
31974             
31975             
31976 
31977 
31978             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetALGAE()
31979             {
31980                 synchronized (monitor())
31981                 {
31982                     check_orphaned();
31983                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
31984                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ALGAE$52, 0);
31985                     return target;
31986                 }
31987             }
31988             
31989             
31990 
31991 
31992             public boolean isSetALGAE()
31993             {
31994                 synchronized (monitor())
31995                 {
31996                     check_orphaned();
31997                     return get_store().count_elements(ALGAE$52) != 0;
31998                 }
31999             }
32000             
32001             
32002 
32003 
32004             public void setALGAE(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum algae)
32005             {
32006                 synchronized (monitor())
32007                 {
32008                     check_orphaned();
32009                     org.apache.xmlbeans.SimpleValue target = null;
32010                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ALGAE$52, 0);
32011                     if (target == null)
32012                     {
32013                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ALGAE$52);
32014                     }
32015                     target.setEnumValue(algae);
32016                 }
32017             }
32018             
32019             
32020 
32021 
32022             public void xsetALGAE(gov.grants.apply.system.globalLibraryV20.YesNoDataType algae)
32023             {
32024                 synchronized (monitor())
32025                 {
32026                     check_orphaned();
32027                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
32028                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ALGAE$52, 0);
32029                     if (target == null)
32030                     {
32031                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ALGAE$52);
32032                     }
32033                     target.set(algae);
32034                 }
32035             }
32036             
32037             
32038 
32039 
32040             public void unsetALGAE()
32041             {
32042                 synchronized (monitor())
32043                 {
32044                     check_orphaned();
32045                     get_store().remove_element(ALGAE$52, 0);
32046                 }
32047             }
32048             
32049             
32050 
32051 
32052             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBacillariophyta()
32053             {
32054                 synchronized (monitor())
32055                 {
32056                     check_orphaned();
32057                     org.apache.xmlbeans.SimpleValue target = null;
32058                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(BACILLARIOPHYTA$54, 0);
32059                     if (target == null)
32060                     {
32061                       return null;
32062                     }
32063                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
32064                 }
32065             }
32066             
32067             
32068 
32069 
32070             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBacillariophyta()
32071             {
32072                 synchronized (monitor())
32073                 {
32074                     check_orphaned();
32075                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
32076                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(BACILLARIOPHYTA$54, 0);
32077                     return target;
32078                 }
32079             }
32080             
32081             
32082 
32083 
32084             public boolean isSetBacillariophyta()
32085             {
32086                 synchronized (monitor())
32087                 {
32088                     check_orphaned();
32089                     return get_store().count_elements(BACILLARIOPHYTA$54) != 0;
32090                 }
32091             }
32092             
32093             
32094 
32095 
32096             public void setBacillariophyta(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum bacillariophyta)
32097             {
32098                 synchronized (monitor())
32099                 {
32100                     check_orphaned();
32101                     org.apache.xmlbeans.SimpleValue target = null;
32102                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(BACILLARIOPHYTA$54, 0);
32103                     if (target == null)
32104                     {
32105                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(BACILLARIOPHYTA$54);
32106                     }
32107                     target.setEnumValue(bacillariophyta);
32108                 }
32109             }
32110             
32111             
32112 
32113 
32114             public void xsetBacillariophyta(gov.grants.apply.system.globalLibraryV20.YesNoDataType bacillariophyta)
32115             {
32116                 synchronized (monitor())
32117                 {
32118                     check_orphaned();
32119                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
32120                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(BACILLARIOPHYTA$54, 0);
32121                     if (target == null)
32122                     {
32123                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(BACILLARIOPHYTA$54);
32124                     }
32125                     target.set(bacillariophyta);
32126                 }
32127             }
32128             
32129             
32130 
32131 
32132             public void unsetBacillariophyta()
32133             {
32134                 synchronized (monitor())
32135                 {
32136                     check_orphaned();
32137                     get_store().remove_element(BACILLARIOPHYTA$54, 0);
32138                 }
32139             }
32140             
32141             
32142 
32143 
32144             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCharophyta()
32145             {
32146                 synchronized (monitor())
32147                 {
32148                     check_orphaned();
32149                     org.apache.xmlbeans.SimpleValue target = null;
32150                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CHAROPHYTA$56, 0);
32151                     if (target == null)
32152                     {
32153                       return null;
32154                     }
32155                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
32156                 }
32157             }
32158             
32159             
32160 
32161 
32162             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCharophyta()
32163             {
32164                 synchronized (monitor())
32165                 {
32166                     check_orphaned();
32167                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
32168                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CHAROPHYTA$56, 0);
32169                     return target;
32170                 }
32171             }
32172             
32173             
32174 
32175 
32176             public boolean isSetCharophyta()
32177             {
32178                 synchronized (monitor())
32179                 {
32180                     check_orphaned();
32181                     return get_store().count_elements(CHAROPHYTA$56) != 0;
32182                 }
32183             }
32184             
32185             
32186 
32187 
32188             public void setCharophyta(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum charophyta)
32189             {
32190                 synchronized (monitor())
32191                 {
32192                     check_orphaned();
32193                     org.apache.xmlbeans.SimpleValue target = null;
32194                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CHAROPHYTA$56, 0);
32195                     if (target == null)
32196                     {
32197                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CHAROPHYTA$56);
32198                     }
32199                     target.setEnumValue(charophyta);
32200                 }
32201             }
32202             
32203             
32204 
32205 
32206             public void xsetCharophyta(gov.grants.apply.system.globalLibraryV20.YesNoDataType charophyta)
32207             {
32208                 synchronized (monitor())
32209                 {
32210                     check_orphaned();
32211                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
32212                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CHAROPHYTA$56, 0);
32213                     if (target == null)
32214                     {
32215                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CHAROPHYTA$56);
32216                     }
32217                     target.set(charophyta);
32218                 }
32219             }
32220             
32221             
32222 
32223 
32224             public void unsetCharophyta()
32225             {
32226                 synchronized (monitor())
32227                 {
32228                     check_orphaned();
32229                     get_store().remove_element(CHAROPHYTA$56, 0);
32230                 }
32231             }
32232             
32233             
32234 
32235 
32236             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getChlorophyta()
32237             {
32238                 synchronized (monitor())
32239                 {
32240                     check_orphaned();
32241                     org.apache.xmlbeans.SimpleValue target = null;
32242                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CHLOROPHYTA$58, 0);
32243                     if (target == null)
32244                     {
32245                       return null;
32246                     }
32247                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
32248                 }
32249             }
32250             
32251             
32252 
32253 
32254             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetChlorophyta()
32255             {
32256                 synchronized (monitor())
32257                 {
32258                     check_orphaned();
32259                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
32260                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CHLOROPHYTA$58, 0);
32261                     return target;
32262                 }
32263             }
32264             
32265             
32266 
32267 
32268             public boolean isSetChlorophyta()
32269             {
32270                 synchronized (monitor())
32271                 {
32272                     check_orphaned();
32273                     return get_store().count_elements(CHLOROPHYTA$58) != 0;
32274                 }
32275             }
32276             
32277             
32278 
32279 
32280             public void setChlorophyta(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum chlorophyta)
32281             {
32282                 synchronized (monitor())
32283                 {
32284                     check_orphaned();
32285                     org.apache.xmlbeans.SimpleValue target = null;
32286                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CHLOROPHYTA$58, 0);
32287                     if (target == null)
32288                     {
32289                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CHLOROPHYTA$58);
32290                     }
32291                     target.setEnumValue(chlorophyta);
32292                 }
32293             }
32294             
32295             
32296 
32297 
32298             public void xsetChlorophyta(gov.grants.apply.system.globalLibraryV20.YesNoDataType chlorophyta)
32299             {
32300                 synchronized (monitor())
32301                 {
32302                     check_orphaned();
32303                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
32304                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CHLOROPHYTA$58, 0);
32305                     if (target == null)
32306                     {
32307                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CHLOROPHYTA$58);
32308                     }
32309                     target.set(chlorophyta);
32310                 }
32311             }
32312             
32313             
32314 
32315 
32316             public void unsetChlorophyta()
32317             {
32318                 synchronized (monitor())
32319                 {
32320                     check_orphaned();
32321                     get_store().remove_element(CHLOROPHYTA$58, 0);
32322                 }
32323             }
32324             
32325             
32326 
32327 
32328             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getChrysophyta()
32329             {
32330                 synchronized (monitor())
32331                 {
32332                     check_orphaned();
32333                     org.apache.xmlbeans.SimpleValue target = null;
32334                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CHRYSOPHYTA$60, 0);
32335                     if (target == null)
32336                     {
32337                       return null;
32338                     }
32339                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
32340                 }
32341             }
32342             
32343             
32344 
32345 
32346             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetChrysophyta()
32347             {
32348                 synchronized (monitor())
32349                 {
32350                     check_orphaned();
32351                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
32352                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CHRYSOPHYTA$60, 0);
32353                     return target;
32354                 }
32355             }
32356             
32357             
32358 
32359 
32360             public boolean isSetChrysophyta()
32361             {
32362                 synchronized (monitor())
32363                 {
32364                     check_orphaned();
32365                     return get_store().count_elements(CHRYSOPHYTA$60) != 0;
32366                 }
32367             }
32368             
32369             
32370 
32371 
32372             public void setChrysophyta(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum chrysophyta)
32373             {
32374                 synchronized (monitor())
32375                 {
32376                     check_orphaned();
32377                     org.apache.xmlbeans.SimpleValue target = null;
32378                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CHRYSOPHYTA$60, 0);
32379                     if (target == null)
32380                     {
32381                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CHRYSOPHYTA$60);
32382                     }
32383                     target.setEnumValue(chrysophyta);
32384                 }
32385             }
32386             
32387             
32388 
32389 
32390             public void xsetChrysophyta(gov.grants.apply.system.globalLibraryV20.YesNoDataType chrysophyta)
32391             {
32392                 synchronized (monitor())
32393                 {
32394                     check_orphaned();
32395                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
32396                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CHRYSOPHYTA$60, 0);
32397                     if (target == null)
32398                     {
32399                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CHRYSOPHYTA$60);
32400                     }
32401                     target.set(chrysophyta);
32402                 }
32403             }
32404             
32405             
32406 
32407 
32408             public void unsetChrysophyta()
32409             {
32410                 synchronized (monitor())
32411                 {
32412                     check_orphaned();
32413                     get_store().remove_element(CHRYSOPHYTA$60, 0);
32414                 }
32415             }
32416             
32417             
32418 
32419 
32420             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getDinoflagellata()
32421             {
32422                 synchronized (monitor())
32423                 {
32424                     check_orphaned();
32425                     org.apache.xmlbeans.SimpleValue target = null;
32426                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DINOFLAGELLATA$62, 0);
32427                     if (target == null)
32428                     {
32429                       return null;
32430                     }
32431                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
32432                 }
32433             }
32434             
32435             
32436 
32437 
32438             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetDinoflagellata()
32439             {
32440                 synchronized (monitor())
32441                 {
32442                     check_orphaned();
32443                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
32444                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(DINOFLAGELLATA$62, 0);
32445                     return target;
32446                 }
32447             }
32448             
32449             
32450 
32451 
32452             public boolean isSetDinoflagellata()
32453             {
32454                 synchronized (monitor())
32455                 {
32456                     check_orphaned();
32457                     return get_store().count_elements(DINOFLAGELLATA$62) != 0;
32458                 }
32459             }
32460             
32461             
32462 
32463 
32464             public void setDinoflagellata(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum dinoflagellata)
32465             {
32466                 synchronized (monitor())
32467                 {
32468                     check_orphaned();
32469                     org.apache.xmlbeans.SimpleValue target = null;
32470                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DINOFLAGELLATA$62, 0);
32471                     if (target == null)
32472                     {
32473                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(DINOFLAGELLATA$62);
32474                     }
32475                     target.setEnumValue(dinoflagellata);
32476                 }
32477             }
32478             
32479             
32480 
32481 
32482             public void xsetDinoflagellata(gov.grants.apply.system.globalLibraryV20.YesNoDataType dinoflagellata)
32483             {
32484                 synchronized (monitor())
32485                 {
32486                     check_orphaned();
32487                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
32488                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(DINOFLAGELLATA$62, 0);
32489                     if (target == null)
32490                     {
32491                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(DINOFLAGELLATA$62);
32492                     }
32493                     target.set(dinoflagellata);
32494                 }
32495             }
32496             
32497             
32498 
32499 
32500             public void unsetDinoflagellata()
32501             {
32502                 synchronized (monitor())
32503                 {
32504                     check_orphaned();
32505                     get_store().remove_element(DINOFLAGELLATA$62, 0);
32506                 }
32507             }
32508             
32509             
32510 
32511 
32512             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getEuglenoids()
32513             {
32514                 synchronized (monitor())
32515                 {
32516                     check_orphaned();
32517                     org.apache.xmlbeans.SimpleValue target = null;
32518                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(EUGLENOIDS$64, 0);
32519                     if (target == null)
32520                     {
32521                       return null;
32522                     }
32523                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
32524                 }
32525             }
32526             
32527             
32528 
32529 
32530             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetEuglenoids()
32531             {
32532                 synchronized (monitor())
32533                 {
32534                     check_orphaned();
32535                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
32536                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(EUGLENOIDS$64, 0);
32537                     return target;
32538                 }
32539             }
32540             
32541             
32542 
32543 
32544             public boolean isSetEuglenoids()
32545             {
32546                 synchronized (monitor())
32547                 {
32548                     check_orphaned();
32549                     return get_store().count_elements(EUGLENOIDS$64) != 0;
32550                 }
32551             }
32552             
32553             
32554 
32555 
32556             public void setEuglenoids(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum euglenoids)
32557             {
32558                 synchronized (monitor())
32559                 {
32560                     check_orphaned();
32561                     org.apache.xmlbeans.SimpleValue target = null;
32562                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(EUGLENOIDS$64, 0);
32563                     if (target == null)
32564                     {
32565                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(EUGLENOIDS$64);
32566                     }
32567                     target.setEnumValue(euglenoids);
32568                 }
32569             }
32570             
32571             
32572 
32573 
32574             public void xsetEuglenoids(gov.grants.apply.system.globalLibraryV20.YesNoDataType euglenoids)
32575             {
32576                 synchronized (monitor())
32577                 {
32578                     check_orphaned();
32579                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
32580                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(EUGLENOIDS$64, 0);
32581                     if (target == null)
32582                     {
32583                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(EUGLENOIDS$64);
32584                     }
32585                     target.set(euglenoids);
32586                 }
32587             }
32588             
32589             
32590 
32591 
32592             public void unsetEuglenoids()
32593             {
32594                 synchronized (monitor())
32595                 {
32596                     check_orphaned();
32597                     get_store().remove_element(EUGLENOIDS$64, 0);
32598                 }
32599             }
32600             
32601             
32602 
32603 
32604             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPhaeophyta()
32605             {
32606                 synchronized (monitor())
32607                 {
32608                     check_orphaned();
32609                     org.apache.xmlbeans.SimpleValue target = null;
32610                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PHAEOPHYTA$66, 0);
32611                     if (target == null)
32612                     {
32613                       return null;
32614                     }
32615                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
32616                 }
32617             }
32618             
32619             
32620 
32621 
32622             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPhaeophyta()
32623             {
32624                 synchronized (monitor())
32625                 {
32626                     check_orphaned();
32627                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
32628                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PHAEOPHYTA$66, 0);
32629                     return target;
32630                 }
32631             }
32632             
32633             
32634 
32635 
32636             public boolean isSetPhaeophyta()
32637             {
32638                 synchronized (monitor())
32639                 {
32640                     check_orphaned();
32641                     return get_store().count_elements(PHAEOPHYTA$66) != 0;
32642                 }
32643             }
32644             
32645             
32646 
32647 
32648             public void setPhaeophyta(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum phaeophyta)
32649             {
32650                 synchronized (monitor())
32651                 {
32652                     check_orphaned();
32653                     org.apache.xmlbeans.SimpleValue target = null;
32654                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PHAEOPHYTA$66, 0);
32655                     if (target == null)
32656                     {
32657                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PHAEOPHYTA$66);
32658                     }
32659                     target.setEnumValue(phaeophyta);
32660                 }
32661             }
32662             
32663             
32664 
32665 
32666             public void xsetPhaeophyta(gov.grants.apply.system.globalLibraryV20.YesNoDataType phaeophyta)
32667             {
32668                 synchronized (monitor())
32669                 {
32670                     check_orphaned();
32671                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
32672                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PHAEOPHYTA$66, 0);
32673                     if (target == null)
32674                     {
32675                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PHAEOPHYTA$66);
32676                     }
32677                     target.set(phaeophyta);
32678                 }
32679             }
32680             
32681             
32682 
32683 
32684             public void unsetPhaeophyta()
32685             {
32686                 synchronized (monitor())
32687                 {
32688                     check_orphaned();
32689                     get_store().remove_element(PHAEOPHYTA$66, 0);
32690                 }
32691             }
32692             
32693             
32694 
32695 
32696             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getRhodophyta()
32697             {
32698                 synchronized (monitor())
32699                 {
32700                     check_orphaned();
32701                     org.apache.xmlbeans.SimpleValue target = null;
32702                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(RHODOPHYTA$68, 0);
32703                     if (target == null)
32704                     {
32705                       return null;
32706                     }
32707                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
32708                 }
32709             }
32710             
32711             
32712 
32713 
32714             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetRhodophyta()
32715             {
32716                 synchronized (monitor())
32717                 {
32718                     check_orphaned();
32719                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
32720                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(RHODOPHYTA$68, 0);
32721                     return target;
32722                 }
32723             }
32724             
32725             
32726 
32727 
32728             public boolean isSetRhodophyta()
32729             {
32730                 synchronized (monitor())
32731                 {
32732                     check_orphaned();
32733                     return get_store().count_elements(RHODOPHYTA$68) != 0;
32734                 }
32735             }
32736             
32737             
32738 
32739 
32740             public void setRhodophyta(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum rhodophyta)
32741             {
32742                 synchronized (monitor())
32743                 {
32744                     check_orphaned();
32745                     org.apache.xmlbeans.SimpleValue target = null;
32746                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(RHODOPHYTA$68, 0);
32747                     if (target == null)
32748                     {
32749                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(RHODOPHYTA$68);
32750                     }
32751                     target.setEnumValue(rhodophyta);
32752                 }
32753             }
32754             
32755             
32756 
32757 
32758             public void xsetRhodophyta(gov.grants.apply.system.globalLibraryV20.YesNoDataType rhodophyta)
32759             {
32760                 synchronized (monitor())
32761                 {
32762                     check_orphaned();
32763                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
32764                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(RHODOPHYTA$68, 0);
32765                     if (target == null)
32766                     {
32767                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(RHODOPHYTA$68);
32768                     }
32769                     target.set(rhodophyta);
32770                 }
32771             }
32772             
32773             
32774 
32775 
32776             public void unsetRhodophyta()
32777             {
32778                 synchronized (monitor())
32779                 {
32780                     check_orphaned();
32781                     get_store().remove_element(RHODOPHYTA$68, 0);
32782                 }
32783             }
32784             
32785             
32786 
32787 
32788             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPLANTS()
32789             {
32790                 synchronized (monitor())
32791                 {
32792                     check_orphaned();
32793                     org.apache.xmlbeans.SimpleValue target = null;
32794                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PLANTS$70, 0);
32795                     if (target == null)
32796                     {
32797                       return null;
32798                     }
32799                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
32800                 }
32801             }
32802             
32803             
32804 
32805 
32806             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPLANTS()
32807             {
32808                 synchronized (monitor())
32809                 {
32810                     check_orphaned();
32811                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
32812                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PLANTS$70, 0);
32813                     return target;
32814                 }
32815             }
32816             
32817             
32818 
32819 
32820             public boolean isSetPLANTS()
32821             {
32822                 synchronized (monitor())
32823                 {
32824                     check_orphaned();
32825                     return get_store().count_elements(PLANTS$70) != 0;
32826                 }
32827             }
32828             
32829             
32830 
32831 
32832             public void setPLANTS(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum plants)
32833             {
32834                 synchronized (monitor())
32835                 {
32836                     check_orphaned();
32837                     org.apache.xmlbeans.SimpleValue target = null;
32838                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PLANTS$70, 0);
32839                     if (target == null)
32840                     {
32841                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PLANTS$70);
32842                     }
32843                     target.setEnumValue(plants);
32844                 }
32845             }
32846             
32847             
32848 
32849 
32850             public void xsetPLANTS(gov.grants.apply.system.globalLibraryV20.YesNoDataType plants)
32851             {
32852                 synchronized (monitor())
32853                 {
32854                     check_orphaned();
32855                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
32856                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PLANTS$70, 0);
32857                     if (target == null)
32858                     {
32859                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PLANTS$70);
32860                     }
32861                     target.set(plants);
32862                 }
32863             }
32864             
32865             
32866 
32867 
32868             public void unsetPLANTS()
32869             {
32870                 synchronized (monitor())
32871                 {
32872                     check_orphaned();
32873                     get_store().remove_element(PLANTS$70, 0);
32874                 }
32875             }
32876             
32877             
32878 
32879 
32880             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNONVASCULARPLANTS()
32881             {
32882                 synchronized (monitor())
32883                 {
32884                     check_orphaned();
32885                     org.apache.xmlbeans.SimpleValue target = null;
32886                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NONVASCULARPLANTS$72, 0);
32887                     if (target == null)
32888                     {
32889                       return null;
32890                     }
32891                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
32892                 }
32893             }
32894             
32895             
32896 
32897 
32898             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNONVASCULARPLANTS()
32899             {
32900                 synchronized (monitor())
32901                 {
32902                     check_orphaned();
32903                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
32904                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(NONVASCULARPLANTS$72, 0);
32905                     return target;
32906                 }
32907             }
32908             
32909             
32910 
32911 
32912             public boolean isSetNONVASCULARPLANTS()
32913             {
32914                 synchronized (monitor())
32915                 {
32916                     check_orphaned();
32917                     return get_store().count_elements(NONVASCULARPLANTS$72) != 0;
32918                 }
32919             }
32920             
32921             
32922 
32923 
32924             public void setNONVASCULARPLANTS(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum nonvascularplants)
32925             {
32926                 synchronized (monitor())
32927                 {
32928                     check_orphaned();
32929                     org.apache.xmlbeans.SimpleValue target = null;
32930                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NONVASCULARPLANTS$72, 0);
32931                     if (target == null)
32932                     {
32933                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(NONVASCULARPLANTS$72);
32934                     }
32935                     target.setEnumValue(nonvascularplants);
32936                 }
32937             }
32938             
32939             
32940 
32941 
32942             public void xsetNONVASCULARPLANTS(gov.grants.apply.system.globalLibraryV20.YesNoDataType nonvascularplants)
32943             {
32944                 synchronized (monitor())
32945                 {
32946                     check_orphaned();
32947                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
32948                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(NONVASCULARPLANTS$72, 0);
32949                     if (target == null)
32950                     {
32951                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(NONVASCULARPLANTS$72);
32952                     }
32953                     target.set(nonvascularplants);
32954                 }
32955             }
32956             
32957             
32958 
32959 
32960             public void unsetNONVASCULARPLANTS()
32961             {
32962                 synchronized (monitor())
32963                 {
32964                     check_orphaned();
32965                     get_store().remove_element(NONVASCULARPLANTS$72, 0);
32966                 }
32967             }
32968             
32969             
32970 
32971 
32972             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBRYOPHYTA()
32973             {
32974                 synchronized (monitor())
32975                 {
32976                     check_orphaned();
32977                     org.apache.xmlbeans.SimpleValue target = null;
32978                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(BRYOPHYTA$74, 0);
32979                     if (target == null)
32980                     {
32981                       return null;
32982                     }
32983                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
32984                 }
32985             }
32986             
32987             
32988 
32989 
32990             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBRYOPHYTA()
32991             {
32992                 synchronized (monitor())
32993                 {
32994                     check_orphaned();
32995                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
32996                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(BRYOPHYTA$74, 0);
32997                     return target;
32998                 }
32999             }
33000             
33001             
33002 
33003 
33004             public boolean isSetBRYOPHYTA()
33005             {
33006                 synchronized (monitor())
33007                 {
33008                     check_orphaned();
33009                     return get_store().count_elements(BRYOPHYTA$74) != 0;
33010                 }
33011             }
33012             
33013             
33014 
33015 
33016             public void setBRYOPHYTA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum bryophyta)
33017             {
33018                 synchronized (monitor())
33019                 {
33020                     check_orphaned();
33021                     org.apache.xmlbeans.SimpleValue target = null;
33022                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(BRYOPHYTA$74, 0);
33023                     if (target == null)
33024                     {
33025                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(BRYOPHYTA$74);
33026                     }
33027                     target.setEnumValue(bryophyta);
33028                 }
33029             }
33030             
33031             
33032 
33033 
33034             public void xsetBRYOPHYTA(gov.grants.apply.system.globalLibraryV20.YesNoDataType bryophyta)
33035             {
33036                 synchronized (monitor())
33037                 {
33038                     check_orphaned();
33039                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
33040                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(BRYOPHYTA$74, 0);
33041                     if (target == null)
33042                     {
33043                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(BRYOPHYTA$74);
33044                     }
33045                     target.set(bryophyta);
33046                 }
33047             }
33048             
33049             
33050 
33051 
33052             public void unsetBRYOPHYTA()
33053             {
33054                 synchronized (monitor())
33055                 {
33056                     check_orphaned();
33057                     get_store().remove_element(BRYOPHYTA$74, 0);
33058                 }
33059             }
33060             
33061             
33062 
33063 
33064             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAnthocerotae()
33065             {
33066                 synchronized (monitor())
33067                 {
33068                     check_orphaned();
33069                     org.apache.xmlbeans.SimpleValue target = null;
33070                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ANTHOCEROTAE$76, 0);
33071                     if (target == null)
33072                     {
33073                       return null;
33074                     }
33075                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
33076                 }
33077             }
33078             
33079             
33080 
33081 
33082             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAnthocerotae()
33083             {
33084                 synchronized (monitor())
33085                 {
33086                     check_orphaned();
33087                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
33088                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ANTHOCEROTAE$76, 0);
33089                     return target;
33090                 }
33091             }
33092             
33093             
33094 
33095 
33096             public boolean isSetAnthocerotae()
33097             {
33098                 synchronized (monitor())
33099                 {
33100                     check_orphaned();
33101                     return get_store().count_elements(ANTHOCEROTAE$76) != 0;
33102                 }
33103             }
33104             
33105             
33106 
33107 
33108             public void setAnthocerotae(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum anthocerotae)
33109             {
33110                 synchronized (monitor())
33111                 {
33112                     check_orphaned();
33113                     org.apache.xmlbeans.SimpleValue target = null;
33114                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ANTHOCEROTAE$76, 0);
33115                     if (target == null)
33116                     {
33117                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ANTHOCEROTAE$76);
33118                     }
33119                     target.setEnumValue(anthocerotae);
33120                 }
33121             }
33122             
33123             
33124 
33125 
33126             public void xsetAnthocerotae(gov.grants.apply.system.globalLibraryV20.YesNoDataType anthocerotae)
33127             {
33128                 synchronized (monitor())
33129                 {
33130                     check_orphaned();
33131                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
33132                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ANTHOCEROTAE$76, 0);
33133                     if (target == null)
33134                     {
33135                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ANTHOCEROTAE$76);
33136                     }
33137                     target.set(anthocerotae);
33138                 }
33139             }
33140             
33141             
33142 
33143 
33144             public void unsetAnthocerotae()
33145             {
33146                 synchronized (monitor())
33147                 {
33148                     check_orphaned();
33149                     get_store().remove_element(ANTHOCEROTAE$76, 0);
33150                 }
33151             }
33152             
33153             
33154 
33155 
33156             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getHepaticae()
33157             {
33158                 synchronized (monitor())
33159                 {
33160                     check_orphaned();
33161                     org.apache.xmlbeans.SimpleValue target = null;
33162                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(HEPATICAE$78, 0);
33163                     if (target == null)
33164                     {
33165                       return null;
33166                     }
33167                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
33168                 }
33169             }
33170             
33171             
33172 
33173 
33174             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetHepaticae()
33175             {
33176                 synchronized (monitor())
33177                 {
33178                     check_orphaned();
33179                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
33180                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(HEPATICAE$78, 0);
33181                     return target;
33182                 }
33183             }
33184             
33185             
33186 
33187 
33188             public boolean isSetHepaticae()
33189             {
33190                 synchronized (monitor())
33191                 {
33192                     check_orphaned();
33193                     return get_store().count_elements(HEPATICAE$78) != 0;
33194                 }
33195             }
33196             
33197             
33198 
33199 
33200             public void setHepaticae(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum hepaticae)
33201             {
33202                 synchronized (monitor())
33203                 {
33204                     check_orphaned();
33205                     org.apache.xmlbeans.SimpleValue target = null;
33206                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(HEPATICAE$78, 0);
33207                     if (target == null)
33208                     {
33209                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(HEPATICAE$78);
33210                     }
33211                     target.setEnumValue(hepaticae);
33212                 }
33213             }
33214             
33215             
33216 
33217 
33218             public void xsetHepaticae(gov.grants.apply.system.globalLibraryV20.YesNoDataType hepaticae)
33219             {
33220                 synchronized (monitor())
33221                 {
33222                     check_orphaned();
33223                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
33224                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(HEPATICAE$78, 0);
33225                     if (target == null)
33226                     {
33227                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(HEPATICAE$78);
33228                     }
33229                     target.set(hepaticae);
33230                 }
33231             }
33232             
33233             
33234 
33235 
33236             public void unsetHepaticae()
33237             {
33238                 synchronized (monitor())
33239                 {
33240                     check_orphaned();
33241                     get_store().remove_element(HEPATICAE$78, 0);
33242                 }
33243             }
33244             
33245             
33246 
33247 
33248             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMusci()
33249             {
33250                 synchronized (monitor())
33251                 {
33252                     check_orphaned();
33253                     org.apache.xmlbeans.SimpleValue target = null;
33254                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MUSCI$80, 0);
33255                     if (target == null)
33256                     {
33257                       return null;
33258                     }
33259                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
33260                 }
33261             }
33262             
33263             
33264 
33265 
33266             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMusci()
33267             {
33268                 synchronized (monitor())
33269                 {
33270                     check_orphaned();
33271                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
33272                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MUSCI$80, 0);
33273                     return target;
33274                 }
33275             }
33276             
33277             
33278 
33279 
33280             public boolean isSetMusci()
33281             {
33282                 synchronized (monitor())
33283                 {
33284                     check_orphaned();
33285                     return get_store().count_elements(MUSCI$80) != 0;
33286                 }
33287             }
33288             
33289             
33290 
33291 
33292             public void setMusci(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum musci)
33293             {
33294                 synchronized (monitor())
33295                 {
33296                     check_orphaned();
33297                     org.apache.xmlbeans.SimpleValue target = null;
33298                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MUSCI$80, 0);
33299                     if (target == null)
33300                     {
33301                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(MUSCI$80);
33302                     }
33303                     target.setEnumValue(musci);
33304                 }
33305             }
33306             
33307             
33308 
33309 
33310             public void xsetMusci(gov.grants.apply.system.globalLibraryV20.YesNoDataType musci)
33311             {
33312                 synchronized (monitor())
33313                 {
33314                     check_orphaned();
33315                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
33316                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MUSCI$80, 0);
33317                     if (target == null)
33318                     {
33319                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(MUSCI$80);
33320                     }
33321                     target.set(musci);
33322                 }
33323             }
33324             
33325             
33326 
33327 
33328             public void unsetMusci()
33329             {
33330                 synchronized (monitor())
33331                 {
33332                     check_orphaned();
33333                     get_store().remove_element(MUSCI$80, 0);
33334                 }
33335             }
33336             
33337             
33338 
33339 
33340             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getVASCULARPLANTS()
33341             {
33342                 synchronized (monitor())
33343                 {
33344                     check_orphaned();
33345                     org.apache.xmlbeans.SimpleValue target = null;
33346                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(VASCULARPLANTS$82, 0);
33347                     if (target == null)
33348                     {
33349                       return null;
33350                     }
33351                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
33352                 }
33353             }
33354             
33355             
33356 
33357 
33358             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetVASCULARPLANTS()
33359             {
33360                 synchronized (monitor())
33361                 {
33362                     check_orphaned();
33363                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
33364                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(VASCULARPLANTS$82, 0);
33365                     return target;
33366                 }
33367             }
33368             
33369             
33370 
33371 
33372             public boolean isSetVASCULARPLANTS()
33373             {
33374                 synchronized (monitor())
33375                 {
33376                     check_orphaned();
33377                     return get_store().count_elements(VASCULARPLANTS$82) != 0;
33378                 }
33379             }
33380             
33381             
33382 
33383 
33384             public void setVASCULARPLANTS(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum vascularplants)
33385             {
33386                 synchronized (monitor())
33387                 {
33388                     check_orphaned();
33389                     org.apache.xmlbeans.SimpleValue target = null;
33390                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(VASCULARPLANTS$82, 0);
33391                     if (target == null)
33392                     {
33393                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(VASCULARPLANTS$82);
33394                     }
33395                     target.setEnumValue(vascularplants);
33396                 }
33397             }
33398             
33399             
33400 
33401 
33402             public void xsetVASCULARPLANTS(gov.grants.apply.system.globalLibraryV20.YesNoDataType vascularplants)
33403             {
33404                 synchronized (monitor())
33405                 {
33406                     check_orphaned();
33407                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
33408                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(VASCULARPLANTS$82, 0);
33409                     if (target == null)
33410                     {
33411                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(VASCULARPLANTS$82);
33412                     }
33413                     target.set(vascularplants);
33414                 }
33415             }
33416             
33417             
33418 
33419 
33420             public void unsetVASCULARPLANTS()
33421             {
33422                 synchronized (monitor())
33423                 {
33424                     check_orphaned();
33425                     get_store().remove_element(VASCULARPLANTS$82, 0);
33426                 }
33427             }
33428             
33429             
33430 
33431 
33432             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFERNSALLIES()
33433             {
33434                 synchronized (monitor())
33435                 {
33436                     check_orphaned();
33437                     org.apache.xmlbeans.SimpleValue target = null;
33438                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FERNSALLIES$84, 0);
33439                     if (target == null)
33440                     {
33441                       return null;
33442                     }
33443                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
33444                 }
33445             }
33446             
33447             
33448 
33449 
33450             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFERNSALLIES()
33451             {
33452                 synchronized (monitor())
33453                 {
33454                     check_orphaned();
33455                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
33456                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(FERNSALLIES$84, 0);
33457                     return target;
33458                 }
33459             }
33460             
33461             
33462 
33463 
33464             public boolean isSetFERNSALLIES()
33465             {
33466                 synchronized (monitor())
33467                 {
33468                     check_orphaned();
33469                     return get_store().count_elements(FERNSALLIES$84) != 0;
33470                 }
33471             }
33472             
33473             
33474 
33475 
33476             public void setFERNSALLIES(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum fernsallies)
33477             {
33478                 synchronized (monitor())
33479                 {
33480                     check_orphaned();
33481                     org.apache.xmlbeans.SimpleValue target = null;
33482                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FERNSALLIES$84, 0);
33483                     if (target == null)
33484                     {
33485                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(FERNSALLIES$84);
33486                     }
33487                     target.setEnumValue(fernsallies);
33488                 }
33489             }
33490             
33491             
33492 
33493 
33494             public void xsetFERNSALLIES(gov.grants.apply.system.globalLibraryV20.YesNoDataType fernsallies)
33495             {
33496                 synchronized (monitor())
33497                 {
33498                     check_orphaned();
33499                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
33500                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(FERNSALLIES$84, 0);
33501                     if (target == null)
33502                     {
33503                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(FERNSALLIES$84);
33504                     }
33505                     target.set(fernsallies);
33506                 }
33507             }
33508             
33509             
33510 
33511 
33512             public void unsetFERNSALLIES()
33513             {
33514                 synchronized (monitor())
33515                 {
33516                     check_orphaned();
33517                     get_store().remove_element(FERNSALLIES$84, 0);
33518                 }
33519             }
33520             
33521             
33522 
33523 
33524             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getGYMNOSPERMS()
33525             {
33526                 synchronized (monitor())
33527                 {
33528                     check_orphaned();
33529                     org.apache.xmlbeans.SimpleValue target = null;
33530                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(GYMNOSPERMS$86, 0);
33531                     if (target == null)
33532                     {
33533                       return null;
33534                     }
33535                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
33536                 }
33537             }
33538             
33539             
33540 
33541 
33542             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetGYMNOSPERMS()
33543             {
33544                 synchronized (monitor())
33545                 {
33546                     check_orphaned();
33547                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
33548                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(GYMNOSPERMS$86, 0);
33549                     return target;
33550                 }
33551             }
33552             
33553             
33554 
33555 
33556             public boolean isSetGYMNOSPERMS()
33557             {
33558                 synchronized (monitor())
33559                 {
33560                     check_orphaned();
33561                     return get_store().count_elements(GYMNOSPERMS$86) != 0;
33562                 }
33563             }
33564             
33565             
33566 
33567 
33568             public void setGYMNOSPERMS(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum gymnosperms)
33569             {
33570                 synchronized (monitor())
33571                 {
33572                     check_orphaned();
33573                     org.apache.xmlbeans.SimpleValue target = null;
33574                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(GYMNOSPERMS$86, 0);
33575                     if (target == null)
33576                     {
33577                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(GYMNOSPERMS$86);
33578                     }
33579                     target.setEnumValue(gymnosperms);
33580                 }
33581             }
33582             
33583             
33584 
33585 
33586             public void xsetGYMNOSPERMS(gov.grants.apply.system.globalLibraryV20.YesNoDataType gymnosperms)
33587             {
33588                 synchronized (monitor())
33589                 {
33590                     check_orphaned();
33591                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
33592                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(GYMNOSPERMS$86, 0);
33593                     if (target == null)
33594                     {
33595                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(GYMNOSPERMS$86);
33596                     }
33597                     target.set(gymnosperms);
33598                 }
33599             }
33600             
33601             
33602 
33603 
33604             public void unsetGYMNOSPERMS()
33605             {
33606                 synchronized (monitor())
33607                 {
33608                     check_orphaned();
33609                     get_store().remove_element(GYMNOSPERMS$86, 0);
33610                 }
33611             }
33612             
33613             
33614 
33615 
33616             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getConiferales()
33617             {
33618                 synchronized (monitor())
33619                 {
33620                     check_orphaned();
33621                     org.apache.xmlbeans.SimpleValue target = null;
33622                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CONIFERALES$88, 0);
33623                     if (target == null)
33624                     {
33625                       return null;
33626                     }
33627                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
33628                 }
33629             }
33630             
33631             
33632 
33633 
33634             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetConiferales()
33635             {
33636                 synchronized (monitor())
33637                 {
33638                     check_orphaned();
33639                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
33640                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CONIFERALES$88, 0);
33641                     return target;
33642                 }
33643             }
33644             
33645             
33646 
33647 
33648             public boolean isSetConiferales()
33649             {
33650                 synchronized (monitor())
33651                 {
33652                     check_orphaned();
33653                     return get_store().count_elements(CONIFERALES$88) != 0;
33654                 }
33655             }
33656             
33657             
33658 
33659 
33660             public void setConiferales(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum coniferales)
33661             {
33662                 synchronized (monitor())
33663                 {
33664                     check_orphaned();
33665                     org.apache.xmlbeans.SimpleValue target = null;
33666                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CONIFERALES$88, 0);
33667                     if (target == null)
33668                     {
33669                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CONIFERALES$88);
33670                     }
33671                     target.setEnumValue(coniferales);
33672                 }
33673             }
33674             
33675             
33676 
33677 
33678             public void xsetConiferales(gov.grants.apply.system.globalLibraryV20.YesNoDataType coniferales)
33679             {
33680                 synchronized (monitor())
33681                 {
33682                     check_orphaned();
33683                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
33684                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CONIFERALES$88, 0);
33685                     if (target == null)
33686                     {
33687                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CONIFERALES$88);
33688                     }
33689                     target.set(coniferales);
33690                 }
33691             }
33692             
33693             
33694 
33695 
33696             public void unsetConiferales()
33697             {
33698                 synchronized (monitor())
33699                 {
33700                     check_orphaned();
33701                     get_store().remove_element(CONIFERALES$88, 0);
33702                 }
33703             }
33704             
33705             
33706 
33707 
33708             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCycadales()
33709             {
33710                 synchronized (monitor())
33711                 {
33712                     check_orphaned();
33713                     org.apache.xmlbeans.SimpleValue target = null;
33714                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CYCADALES$90, 0);
33715                     if (target == null)
33716                     {
33717                       return null;
33718                     }
33719                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
33720                 }
33721             }
33722             
33723             
33724 
33725 
33726             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCycadales()
33727             {
33728                 synchronized (monitor())
33729                 {
33730                     check_orphaned();
33731                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
33732                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CYCADALES$90, 0);
33733                     return target;
33734                 }
33735             }
33736             
33737             
33738 
33739 
33740             public boolean isSetCycadales()
33741             {
33742                 synchronized (monitor())
33743                 {
33744                     check_orphaned();
33745                     return get_store().count_elements(CYCADALES$90) != 0;
33746                 }
33747             }
33748             
33749             
33750 
33751 
33752             public void setCycadales(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum cycadales)
33753             {
33754                 synchronized (monitor())
33755                 {
33756                     check_orphaned();
33757                     org.apache.xmlbeans.SimpleValue target = null;
33758                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CYCADALES$90, 0);
33759                     if (target == null)
33760                     {
33761                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CYCADALES$90);
33762                     }
33763                     target.setEnumValue(cycadales);
33764                 }
33765             }
33766             
33767             
33768 
33769 
33770             public void xsetCycadales(gov.grants.apply.system.globalLibraryV20.YesNoDataType cycadales)
33771             {
33772                 synchronized (monitor())
33773                 {
33774                     check_orphaned();
33775                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
33776                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CYCADALES$90, 0);
33777                     if (target == null)
33778                     {
33779                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CYCADALES$90);
33780                     }
33781                     target.set(cycadales);
33782                 }
33783             }
33784             
33785             
33786 
33787 
33788             public void unsetCycadales()
33789             {
33790                 synchronized (monitor())
33791                 {
33792                     check_orphaned();
33793                     get_store().remove_element(CYCADALES$90, 0);
33794                 }
33795             }
33796             
33797             
33798 
33799 
33800             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getGinkgoales()
33801             {
33802                 synchronized (monitor())
33803                 {
33804                     check_orphaned();
33805                     org.apache.xmlbeans.SimpleValue target = null;
33806                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(GINKGOALES$92, 0);
33807                     if (target == null)
33808                     {
33809                       return null;
33810                     }
33811                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
33812                 }
33813             }
33814             
33815             
33816 
33817 
33818             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetGinkgoales()
33819             {
33820                 synchronized (monitor())
33821                 {
33822                     check_orphaned();
33823                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
33824                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(GINKGOALES$92, 0);
33825                     return target;
33826                 }
33827             }
33828             
33829             
33830 
33831 
33832             public boolean isSetGinkgoales()
33833             {
33834                 synchronized (monitor())
33835                 {
33836                     check_orphaned();
33837                     return get_store().count_elements(GINKGOALES$92) != 0;
33838                 }
33839             }
33840             
33841             
33842 
33843 
33844             public void setGinkgoales(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum ginkgoales)
33845             {
33846                 synchronized (monitor())
33847                 {
33848                     check_orphaned();
33849                     org.apache.xmlbeans.SimpleValue target = null;
33850                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(GINKGOALES$92, 0);
33851                     if (target == null)
33852                     {
33853                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(GINKGOALES$92);
33854                     }
33855                     target.setEnumValue(ginkgoales);
33856                 }
33857             }
33858             
33859             
33860 
33861 
33862             public void xsetGinkgoales(gov.grants.apply.system.globalLibraryV20.YesNoDataType ginkgoales)
33863             {
33864                 synchronized (monitor())
33865                 {
33866                     check_orphaned();
33867                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
33868                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(GINKGOALES$92, 0);
33869                     if (target == null)
33870                     {
33871                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(GINKGOALES$92);
33872                     }
33873                     target.set(ginkgoales);
33874                 }
33875             }
33876             
33877             
33878 
33879 
33880             public void unsetGinkgoales()
33881             {
33882                 synchronized (monitor())
33883                 {
33884                     check_orphaned();
33885                     get_store().remove_element(GINKGOALES$92, 0);
33886                 }
33887             }
33888             
33889             
33890 
33891 
33892             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getGnetales()
33893             {
33894                 synchronized (monitor())
33895                 {
33896                     check_orphaned();
33897                     org.apache.xmlbeans.SimpleValue target = null;
33898                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(GNETALES$94, 0);
33899                     if (target == null)
33900                     {
33901                       return null;
33902                     }
33903                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
33904                 }
33905             }
33906             
33907             
33908 
33909 
33910             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetGnetales()
33911             {
33912                 synchronized (monitor())
33913                 {
33914                     check_orphaned();
33915                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
33916                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(GNETALES$94, 0);
33917                     return target;
33918                 }
33919             }
33920             
33921             
33922 
33923 
33924             public boolean isSetGnetales()
33925             {
33926                 synchronized (monitor())
33927                 {
33928                     check_orphaned();
33929                     return get_store().count_elements(GNETALES$94) != 0;
33930                 }
33931             }
33932             
33933             
33934 
33935 
33936             public void setGnetales(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum gnetales)
33937             {
33938                 synchronized (monitor())
33939                 {
33940                     check_orphaned();
33941                     org.apache.xmlbeans.SimpleValue target = null;
33942                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(GNETALES$94, 0);
33943                     if (target == null)
33944                     {
33945                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(GNETALES$94);
33946                     }
33947                     target.setEnumValue(gnetales);
33948                 }
33949             }
33950             
33951             
33952 
33953 
33954             public void xsetGnetales(gov.grants.apply.system.globalLibraryV20.YesNoDataType gnetales)
33955             {
33956                 synchronized (monitor())
33957                 {
33958                     check_orphaned();
33959                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
33960                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(GNETALES$94, 0);
33961                     if (target == null)
33962                     {
33963                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(GNETALES$94);
33964                     }
33965                     target.set(gnetales);
33966                 }
33967             }
33968             
33969             
33970 
33971 
33972             public void unsetGnetales()
33973             {
33974                 synchronized (monitor())
33975                 {
33976                     check_orphaned();
33977                     get_store().remove_element(GNETALES$94, 0);
33978                 }
33979             }
33980             
33981             
33982 
33983 
33984             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getANGIOSPERMS()
33985             {
33986                 synchronized (monitor())
33987                 {
33988                     check_orphaned();
33989                     org.apache.xmlbeans.SimpleValue target = null;
33990                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ANGIOSPERMS$96, 0);
33991                     if (target == null)
33992                     {
33993                       return null;
33994                     }
33995                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
33996                 }
33997             }
33998             
33999             
34000 
34001 
34002             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetANGIOSPERMS()
34003             {
34004                 synchronized (monitor())
34005                 {
34006                     check_orphaned();
34007                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
34008                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ANGIOSPERMS$96, 0);
34009                     return target;
34010                 }
34011             }
34012             
34013             
34014 
34015 
34016             public boolean isSetANGIOSPERMS()
34017             {
34018                 synchronized (monitor())
34019                 {
34020                     check_orphaned();
34021                     return get_store().count_elements(ANGIOSPERMS$96) != 0;
34022                 }
34023             }
34024             
34025             
34026 
34027 
34028             public void setANGIOSPERMS(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum angiosperms)
34029             {
34030                 synchronized (monitor())
34031                 {
34032                     check_orphaned();
34033                     org.apache.xmlbeans.SimpleValue target = null;
34034                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ANGIOSPERMS$96, 0);
34035                     if (target == null)
34036                     {
34037                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ANGIOSPERMS$96);
34038                     }
34039                     target.setEnumValue(angiosperms);
34040                 }
34041             }
34042             
34043             
34044 
34045 
34046             public void xsetANGIOSPERMS(gov.grants.apply.system.globalLibraryV20.YesNoDataType angiosperms)
34047             {
34048                 synchronized (monitor())
34049                 {
34050                     check_orphaned();
34051                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
34052                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ANGIOSPERMS$96, 0);
34053                     if (target == null)
34054                     {
34055                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ANGIOSPERMS$96);
34056                     }
34057                     target.set(angiosperms);
34058                 }
34059             }
34060             
34061             
34062 
34063 
34064             public void unsetANGIOSPERMS()
34065             {
34066                 synchronized (monitor())
34067                 {
34068                     check_orphaned();
34069                     get_store().remove_element(ANGIOSPERMS$96, 0);
34070                 }
34071             }
34072             
34073             
34074 
34075 
34076             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMonocots()
34077             {
34078                 synchronized (monitor())
34079                 {
34080                     check_orphaned();
34081                     org.apache.xmlbeans.SimpleValue target = null;
34082                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MONOCOTS$98, 0);
34083                     if (target == null)
34084                     {
34085                       return null;
34086                     }
34087                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
34088                 }
34089             }
34090             
34091             
34092 
34093 
34094             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMonocots()
34095             {
34096                 synchronized (monitor())
34097                 {
34098                     check_orphaned();
34099                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
34100                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MONOCOTS$98, 0);
34101                     return target;
34102                 }
34103             }
34104             
34105             
34106 
34107 
34108             public boolean isSetMonocots()
34109             {
34110                 synchronized (monitor())
34111                 {
34112                     check_orphaned();
34113                     return get_store().count_elements(MONOCOTS$98) != 0;
34114                 }
34115             }
34116             
34117             
34118 
34119 
34120             public void setMonocots(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum monocots)
34121             {
34122                 synchronized (monitor())
34123                 {
34124                     check_orphaned();
34125                     org.apache.xmlbeans.SimpleValue target = null;
34126                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MONOCOTS$98, 0);
34127                     if (target == null)
34128                     {
34129                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(MONOCOTS$98);
34130                     }
34131                     target.setEnumValue(monocots);
34132                 }
34133             }
34134             
34135             
34136 
34137 
34138             public void xsetMonocots(gov.grants.apply.system.globalLibraryV20.YesNoDataType monocots)
34139             {
34140                 synchronized (monitor())
34141                 {
34142                     check_orphaned();
34143                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
34144                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MONOCOTS$98, 0);
34145                     if (target == null)
34146                     {
34147                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(MONOCOTS$98);
34148                     }
34149                     target.set(monocots);
34150                 }
34151             }
34152             
34153             
34154 
34155 
34156             public void unsetMonocots()
34157             {
34158                 synchronized (monitor())
34159                 {
34160                     check_orphaned();
34161                     get_store().remove_element(MONOCOTS$98, 0);
34162                 }
34163             }
34164             
34165             
34166 
34167 
34168             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getArecaceae()
34169             {
34170                 synchronized (monitor())
34171                 {
34172                     check_orphaned();
34173                     org.apache.xmlbeans.SimpleValue target = null;
34174                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ARECACEAE$100, 0);
34175                     if (target == null)
34176                     {
34177                       return null;
34178                     }
34179                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
34180                 }
34181             }
34182             
34183             
34184 
34185 
34186             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetArecaceae()
34187             {
34188                 synchronized (monitor())
34189                 {
34190                     check_orphaned();
34191                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
34192                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ARECACEAE$100, 0);
34193                     return target;
34194                 }
34195             }
34196             
34197             
34198 
34199 
34200             public boolean isSetArecaceae()
34201             {
34202                 synchronized (monitor())
34203                 {
34204                     check_orphaned();
34205                     return get_store().count_elements(ARECACEAE$100) != 0;
34206                 }
34207             }
34208             
34209             
34210 
34211 
34212             public void setArecaceae(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum arecaceae)
34213             {
34214                 synchronized (monitor())
34215                 {
34216                     check_orphaned();
34217                     org.apache.xmlbeans.SimpleValue target = null;
34218                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ARECACEAE$100, 0);
34219                     if (target == null)
34220                     {
34221                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ARECACEAE$100);
34222                     }
34223                     target.setEnumValue(arecaceae);
34224                 }
34225             }
34226             
34227             
34228 
34229 
34230             public void xsetArecaceae(gov.grants.apply.system.globalLibraryV20.YesNoDataType arecaceae)
34231             {
34232                 synchronized (monitor())
34233                 {
34234                     check_orphaned();
34235                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
34236                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ARECACEAE$100, 0);
34237                     if (target == null)
34238                     {
34239                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ARECACEAE$100);
34240                     }
34241                     target.set(arecaceae);
34242                 }
34243             }
34244             
34245             
34246 
34247 
34248             public void unsetArecaceae()
34249             {
34250                 synchronized (monitor())
34251                 {
34252                     check_orphaned();
34253                     get_store().remove_element(ARECACEAE$100, 0);
34254                 }
34255             }
34256             
34257             
34258 
34259 
34260             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCyperaceae()
34261             {
34262                 synchronized (monitor())
34263                 {
34264                     check_orphaned();
34265                     org.apache.xmlbeans.SimpleValue target = null;
34266                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CYPERACEAE$102, 0);
34267                     if (target == null)
34268                     {
34269                       return null;
34270                     }
34271                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
34272                 }
34273             }
34274             
34275             
34276 
34277 
34278             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCyperaceae()
34279             {
34280                 synchronized (monitor())
34281                 {
34282                     check_orphaned();
34283                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
34284                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CYPERACEAE$102, 0);
34285                     return target;
34286                 }
34287             }
34288             
34289             
34290 
34291 
34292             public boolean isSetCyperaceae()
34293             {
34294                 synchronized (monitor())
34295                 {
34296                     check_orphaned();
34297                     return get_store().count_elements(CYPERACEAE$102) != 0;
34298                 }
34299             }
34300             
34301             
34302 
34303 
34304             public void setCyperaceae(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum cyperaceae)
34305             {
34306                 synchronized (monitor())
34307                 {
34308                     check_orphaned();
34309                     org.apache.xmlbeans.SimpleValue target = null;
34310                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CYPERACEAE$102, 0);
34311                     if (target == null)
34312                     {
34313                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CYPERACEAE$102);
34314                     }
34315                     target.setEnumValue(cyperaceae);
34316                 }
34317             }
34318             
34319             
34320 
34321 
34322             public void xsetCyperaceae(gov.grants.apply.system.globalLibraryV20.YesNoDataType cyperaceae)
34323             {
34324                 synchronized (monitor())
34325                 {
34326                     check_orphaned();
34327                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
34328                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CYPERACEAE$102, 0);
34329                     if (target == null)
34330                     {
34331                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CYPERACEAE$102);
34332                     }
34333                     target.set(cyperaceae);
34334                 }
34335             }
34336             
34337             
34338 
34339 
34340             public void unsetCyperaceae()
34341             {
34342                 synchronized (monitor())
34343                 {
34344                     check_orphaned();
34345                     get_store().remove_element(CYPERACEAE$102, 0);
34346                 }
34347             }
34348             
34349             
34350 
34351 
34352             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getLiliaceae()
34353             {
34354                 synchronized (monitor())
34355                 {
34356                     check_orphaned();
34357                     org.apache.xmlbeans.SimpleValue target = null;
34358                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(LILIACEAE$104, 0);
34359                     if (target == null)
34360                     {
34361                       return null;
34362                     }
34363                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
34364                 }
34365             }
34366             
34367             
34368 
34369 
34370             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetLiliaceae()
34371             {
34372                 synchronized (monitor())
34373                 {
34374                     check_orphaned();
34375                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
34376                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(LILIACEAE$104, 0);
34377                     return target;
34378                 }
34379             }
34380             
34381             
34382 
34383 
34384             public boolean isSetLiliaceae()
34385             {
34386                 synchronized (monitor())
34387                 {
34388                     check_orphaned();
34389                     return get_store().count_elements(LILIACEAE$104) != 0;
34390                 }
34391             }
34392             
34393             
34394 
34395 
34396             public void setLiliaceae(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum liliaceae)
34397             {
34398                 synchronized (monitor())
34399                 {
34400                     check_orphaned();
34401                     org.apache.xmlbeans.SimpleValue target = null;
34402                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(LILIACEAE$104, 0);
34403                     if (target == null)
34404                     {
34405                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(LILIACEAE$104);
34406                     }
34407                     target.setEnumValue(liliaceae);
34408                 }
34409             }
34410             
34411             
34412 
34413 
34414             public void xsetLiliaceae(gov.grants.apply.system.globalLibraryV20.YesNoDataType liliaceae)
34415             {
34416                 synchronized (monitor())
34417                 {
34418                     check_orphaned();
34419                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
34420                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(LILIACEAE$104, 0);
34421                     if (target == null)
34422                     {
34423                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(LILIACEAE$104);
34424                     }
34425                     target.set(liliaceae);
34426                 }
34427             }
34428             
34429             
34430 
34431 
34432             public void unsetLiliaceae()
34433             {
34434                 synchronized (monitor())
34435                 {
34436                     check_orphaned();
34437                     get_store().remove_element(LILIACEAE$104, 0);
34438                 }
34439             }
34440             
34441             
34442 
34443 
34444             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getOrchidaceae()
34445             {
34446                 synchronized (monitor())
34447                 {
34448                     check_orphaned();
34449                     org.apache.xmlbeans.SimpleValue target = null;
34450                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ORCHIDACEAE$106, 0);
34451                     if (target == null)
34452                     {
34453                       return null;
34454                     }
34455                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
34456                 }
34457             }
34458             
34459             
34460 
34461 
34462             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetOrchidaceae()
34463             {
34464                 synchronized (monitor())
34465                 {
34466                     check_orphaned();
34467                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
34468                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ORCHIDACEAE$106, 0);
34469                     return target;
34470                 }
34471             }
34472             
34473             
34474 
34475 
34476             public boolean isSetOrchidaceae()
34477             {
34478                 synchronized (monitor())
34479                 {
34480                     check_orphaned();
34481                     return get_store().count_elements(ORCHIDACEAE$106) != 0;
34482                 }
34483             }
34484             
34485             
34486 
34487 
34488             public void setOrchidaceae(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum orchidaceae)
34489             {
34490                 synchronized (monitor())
34491                 {
34492                     check_orphaned();
34493                     org.apache.xmlbeans.SimpleValue target = null;
34494                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ORCHIDACEAE$106, 0);
34495                     if (target == null)
34496                     {
34497                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ORCHIDACEAE$106);
34498                     }
34499                     target.setEnumValue(orchidaceae);
34500                 }
34501             }
34502             
34503             
34504 
34505 
34506             public void xsetOrchidaceae(gov.grants.apply.system.globalLibraryV20.YesNoDataType orchidaceae)
34507             {
34508                 synchronized (monitor())
34509                 {
34510                     check_orphaned();
34511                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
34512                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ORCHIDACEAE$106, 0);
34513                     if (target == null)
34514                     {
34515                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ORCHIDACEAE$106);
34516                     }
34517                     target.set(orchidaceae);
34518                 }
34519             }
34520             
34521             
34522 
34523 
34524             public void unsetOrchidaceae()
34525             {
34526                 synchronized (monitor())
34527                 {
34528                     check_orphaned();
34529                     get_store().remove_element(ORCHIDACEAE$106, 0);
34530                 }
34531             }
34532             
34533             
34534 
34535 
34536             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPoaceae()
34537             {
34538                 synchronized (monitor())
34539                 {
34540                     check_orphaned();
34541                     org.apache.xmlbeans.SimpleValue target = null;
34542                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(POACEAE$108, 0);
34543                     if (target == null)
34544                     {
34545                       return null;
34546                     }
34547                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
34548                 }
34549             }
34550             
34551             
34552 
34553 
34554             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPoaceae()
34555             {
34556                 synchronized (monitor())
34557                 {
34558                     check_orphaned();
34559                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
34560                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(POACEAE$108, 0);
34561                     return target;
34562                 }
34563             }
34564             
34565             
34566 
34567 
34568             public boolean isSetPoaceae()
34569             {
34570                 synchronized (monitor())
34571                 {
34572                     check_orphaned();
34573                     return get_store().count_elements(POACEAE$108) != 0;
34574                 }
34575             }
34576             
34577             
34578 
34579 
34580             public void setPoaceae(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum poaceae)
34581             {
34582                 synchronized (monitor())
34583                 {
34584                     check_orphaned();
34585                     org.apache.xmlbeans.SimpleValue target = null;
34586                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(POACEAE$108, 0);
34587                     if (target == null)
34588                     {
34589                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(POACEAE$108);
34590                     }
34591                     target.setEnumValue(poaceae);
34592                 }
34593             }
34594             
34595             
34596 
34597 
34598             public void xsetPoaceae(gov.grants.apply.system.globalLibraryV20.YesNoDataType poaceae)
34599             {
34600                 synchronized (monitor())
34601                 {
34602                     check_orphaned();
34603                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
34604                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(POACEAE$108, 0);
34605                     if (target == null)
34606                     {
34607                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(POACEAE$108);
34608                     }
34609                     target.set(poaceae);
34610                 }
34611             }
34612             
34613             
34614 
34615 
34616             public void unsetPoaceae()
34617             {
34618                 synchronized (monitor())
34619                 {
34620                     check_orphaned();
34621                     get_store().remove_element(POACEAE$108, 0);
34622                 }
34623             }
34624             
34625             
34626 
34627 
34628             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getDicots()
34629             {
34630                 synchronized (monitor())
34631                 {
34632                     check_orphaned();
34633                     org.apache.xmlbeans.SimpleValue target = null;
34634                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DICOTS$110, 0);
34635                     if (target == null)
34636                     {
34637                       return null;
34638                     }
34639                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
34640                 }
34641             }
34642             
34643             
34644 
34645 
34646             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetDicots()
34647             {
34648                 synchronized (monitor())
34649                 {
34650                     check_orphaned();
34651                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
34652                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(DICOTS$110, 0);
34653                     return target;
34654                 }
34655             }
34656             
34657             
34658 
34659 
34660             public boolean isSetDicots()
34661             {
34662                 synchronized (monitor())
34663                 {
34664                     check_orphaned();
34665                     return get_store().count_elements(DICOTS$110) != 0;
34666                 }
34667             }
34668             
34669             
34670 
34671 
34672             public void setDicots(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum dicots)
34673             {
34674                 synchronized (monitor())
34675                 {
34676                     check_orphaned();
34677                     org.apache.xmlbeans.SimpleValue target = null;
34678                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DICOTS$110, 0);
34679                     if (target == null)
34680                     {
34681                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(DICOTS$110);
34682                     }
34683                     target.setEnumValue(dicots);
34684                 }
34685             }
34686             
34687             
34688 
34689 
34690             public void xsetDicots(gov.grants.apply.system.globalLibraryV20.YesNoDataType dicots)
34691             {
34692                 synchronized (monitor())
34693                 {
34694                     check_orphaned();
34695                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
34696                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(DICOTS$110, 0);
34697                     if (target == null)
34698                     {
34699                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(DICOTS$110);
34700                     }
34701                     target.set(dicots);
34702                 }
34703             }
34704             
34705             
34706 
34707 
34708             public void unsetDicots()
34709             {
34710                 synchronized (monitor())
34711                 {
34712                     check_orphaned();
34713                     get_store().remove_element(DICOTS$110, 0);
34714                 }
34715             }
34716             
34717             
34718 
34719 
34720             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getApiaceae()
34721             {
34722                 synchronized (monitor())
34723                 {
34724                     check_orphaned();
34725                     org.apache.xmlbeans.SimpleValue target = null;
34726                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(APIACEAE$112, 0);
34727                     if (target == null)
34728                     {
34729                       return null;
34730                     }
34731                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
34732                 }
34733             }
34734             
34735             
34736 
34737 
34738             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetApiaceae()
34739             {
34740                 synchronized (monitor())
34741                 {
34742                     check_orphaned();
34743                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
34744                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(APIACEAE$112, 0);
34745                     return target;
34746                 }
34747             }
34748             
34749             
34750 
34751 
34752             public boolean isSetApiaceae()
34753             {
34754                 synchronized (monitor())
34755                 {
34756                     check_orphaned();
34757                     return get_store().count_elements(APIACEAE$112) != 0;
34758                 }
34759             }
34760             
34761             
34762 
34763 
34764             public void setApiaceae(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum apiaceae)
34765             {
34766                 synchronized (monitor())
34767                 {
34768                     check_orphaned();
34769                     org.apache.xmlbeans.SimpleValue target = null;
34770                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(APIACEAE$112, 0);
34771                     if (target == null)
34772                     {
34773                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(APIACEAE$112);
34774                     }
34775                     target.setEnumValue(apiaceae);
34776                 }
34777             }
34778             
34779             
34780 
34781 
34782             public void xsetApiaceae(gov.grants.apply.system.globalLibraryV20.YesNoDataType apiaceae)
34783             {
34784                 synchronized (monitor())
34785                 {
34786                     check_orphaned();
34787                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
34788                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(APIACEAE$112, 0);
34789                     if (target == null)
34790                     {
34791                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(APIACEAE$112);
34792                     }
34793                     target.set(apiaceae);
34794                 }
34795             }
34796             
34797             
34798 
34799 
34800             public void unsetApiaceae()
34801             {
34802                 synchronized (monitor())
34803                 {
34804                     check_orphaned();
34805                     get_store().remove_element(APIACEAE$112, 0);
34806                 }
34807             }
34808             
34809             
34810 
34811 
34812             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAsteraceae()
34813             {
34814                 synchronized (monitor())
34815                 {
34816                     check_orphaned();
34817                     org.apache.xmlbeans.SimpleValue target = null;
34818                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ASTERACEAE$114, 0);
34819                     if (target == null)
34820                     {
34821                       return null;
34822                     }
34823                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
34824                 }
34825             }
34826             
34827             
34828 
34829 
34830             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAsteraceae()
34831             {
34832                 synchronized (monitor())
34833                 {
34834                     check_orphaned();
34835                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
34836                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ASTERACEAE$114, 0);
34837                     return target;
34838                 }
34839             }
34840             
34841             
34842 
34843 
34844             public boolean isSetAsteraceae()
34845             {
34846                 synchronized (monitor())
34847                 {
34848                     check_orphaned();
34849                     return get_store().count_elements(ASTERACEAE$114) != 0;
34850                 }
34851             }
34852             
34853             
34854 
34855 
34856             public void setAsteraceae(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum asteraceae)
34857             {
34858                 synchronized (monitor())
34859                 {
34860                     check_orphaned();
34861                     org.apache.xmlbeans.SimpleValue target = null;
34862                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ASTERACEAE$114, 0);
34863                     if (target == null)
34864                     {
34865                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ASTERACEAE$114);
34866                     }
34867                     target.setEnumValue(asteraceae);
34868                 }
34869             }
34870             
34871             
34872 
34873 
34874             public void xsetAsteraceae(gov.grants.apply.system.globalLibraryV20.YesNoDataType asteraceae)
34875             {
34876                 synchronized (monitor())
34877                 {
34878                     check_orphaned();
34879                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
34880                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ASTERACEAE$114, 0);
34881                     if (target == null)
34882                     {
34883                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ASTERACEAE$114);
34884                     }
34885                     target.set(asteraceae);
34886                 }
34887             }
34888             
34889             
34890 
34891 
34892             public void unsetAsteraceae()
34893             {
34894                 synchronized (monitor())
34895                 {
34896                     check_orphaned();
34897                     get_store().remove_element(ASTERACEAE$114, 0);
34898                 }
34899             }
34900             
34901             
34902 
34903 
34904             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBrassicaceae()
34905             {
34906                 synchronized (monitor())
34907                 {
34908                     check_orphaned();
34909                     org.apache.xmlbeans.SimpleValue target = null;
34910                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(BRASSICACEAE$116, 0);
34911                     if (target == null)
34912                     {
34913                       return null;
34914                     }
34915                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
34916                 }
34917             }
34918             
34919             
34920 
34921 
34922             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBrassicaceae()
34923             {
34924                 synchronized (monitor())
34925                 {
34926                     check_orphaned();
34927                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
34928                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(BRASSICACEAE$116, 0);
34929                     return target;
34930                 }
34931             }
34932             
34933             
34934 
34935 
34936             public boolean isSetBrassicaceae()
34937             {
34938                 synchronized (monitor())
34939                 {
34940                     check_orphaned();
34941                     return get_store().count_elements(BRASSICACEAE$116) != 0;
34942                 }
34943             }
34944             
34945             
34946 
34947 
34948             public void setBrassicaceae(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum brassicaceae)
34949             {
34950                 synchronized (monitor())
34951                 {
34952                     check_orphaned();
34953                     org.apache.xmlbeans.SimpleValue target = null;
34954                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(BRASSICACEAE$116, 0);
34955                     if (target == null)
34956                     {
34957                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(BRASSICACEAE$116);
34958                     }
34959                     target.setEnumValue(brassicaceae);
34960                 }
34961             }
34962             
34963             
34964 
34965 
34966             public void xsetBrassicaceae(gov.grants.apply.system.globalLibraryV20.YesNoDataType brassicaceae)
34967             {
34968                 synchronized (monitor())
34969                 {
34970                     check_orphaned();
34971                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
34972                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(BRASSICACEAE$116, 0);
34973                     if (target == null)
34974                     {
34975                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(BRASSICACEAE$116);
34976                     }
34977                     target.set(brassicaceae);
34978                 }
34979             }
34980             
34981             
34982 
34983 
34984             public void unsetBrassicaceae()
34985             {
34986                 synchronized (monitor())
34987                 {
34988                     check_orphaned();
34989                     get_store().remove_element(BRASSICACEAE$116, 0);
34990                 }
34991             }
34992             
34993             
34994 
34995 
34996             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFabaceae()
34997             {
34998                 synchronized (monitor())
34999                 {
35000                     check_orphaned();
35001                     org.apache.xmlbeans.SimpleValue target = null;
35002                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FABACEAE$118, 0);
35003                     if (target == null)
35004                     {
35005                       return null;
35006                     }
35007                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
35008                 }
35009             }
35010             
35011             
35012 
35013 
35014             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFabaceae()
35015             {
35016                 synchronized (monitor())
35017                 {
35018                     check_orphaned();
35019                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
35020                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(FABACEAE$118, 0);
35021                     return target;
35022                 }
35023             }
35024             
35025             
35026 
35027 
35028             public boolean isSetFabaceae()
35029             {
35030                 synchronized (monitor())
35031                 {
35032                     check_orphaned();
35033                     return get_store().count_elements(FABACEAE$118) != 0;
35034                 }
35035             }
35036             
35037             
35038 
35039 
35040             public void setFabaceae(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum fabaceae)
35041             {
35042                 synchronized (monitor())
35043                 {
35044                     check_orphaned();
35045                     org.apache.xmlbeans.SimpleValue target = null;
35046                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FABACEAE$118, 0);
35047                     if (target == null)
35048                     {
35049                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(FABACEAE$118);
35050                     }
35051                     target.setEnumValue(fabaceae);
35052                 }
35053             }
35054             
35055             
35056 
35057 
35058             public void xsetFabaceae(gov.grants.apply.system.globalLibraryV20.YesNoDataType fabaceae)
35059             {
35060                 synchronized (monitor())
35061                 {
35062                     check_orphaned();
35063                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
35064                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(FABACEAE$118, 0);
35065                     if (target == null)
35066                     {
35067                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(FABACEAE$118);
35068                     }
35069                     target.set(fabaceae);
35070                 }
35071             }
35072             
35073             
35074 
35075 
35076             public void unsetFabaceae()
35077             {
35078                 synchronized (monitor())
35079                 {
35080                     check_orphaned();
35081                     get_store().remove_element(FABACEAE$118, 0);
35082                 }
35083             }
35084             
35085             
35086 
35087 
35088             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getLamiaceae()
35089             {
35090                 synchronized (monitor())
35091                 {
35092                     check_orphaned();
35093                     org.apache.xmlbeans.SimpleValue target = null;
35094                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(LAMIACEAE$120, 0);
35095                     if (target == null)
35096                     {
35097                       return null;
35098                     }
35099                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
35100                 }
35101             }
35102             
35103             
35104 
35105 
35106             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetLamiaceae()
35107             {
35108                 synchronized (monitor())
35109                 {
35110                     check_orphaned();
35111                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
35112                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(LAMIACEAE$120, 0);
35113                     return target;
35114                 }
35115             }
35116             
35117             
35118 
35119 
35120             public boolean isSetLamiaceae()
35121             {
35122                 synchronized (monitor())
35123                 {
35124                     check_orphaned();
35125                     return get_store().count_elements(LAMIACEAE$120) != 0;
35126                 }
35127             }
35128             
35129             
35130 
35131 
35132             public void setLamiaceae(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum lamiaceae)
35133             {
35134                 synchronized (monitor())
35135                 {
35136                     check_orphaned();
35137                     org.apache.xmlbeans.SimpleValue target = null;
35138                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(LAMIACEAE$120, 0);
35139                     if (target == null)
35140                     {
35141                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(LAMIACEAE$120);
35142                     }
35143                     target.setEnumValue(lamiaceae);
35144                 }
35145             }
35146             
35147             
35148 
35149 
35150             public void xsetLamiaceae(gov.grants.apply.system.globalLibraryV20.YesNoDataType lamiaceae)
35151             {
35152                 synchronized (monitor())
35153                 {
35154                     check_orphaned();
35155                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
35156                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(LAMIACEAE$120, 0);
35157                     if (target == null)
35158                     {
35159                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(LAMIACEAE$120);
35160                     }
35161                     target.set(lamiaceae);
35162                 }
35163             }
35164             
35165             
35166 
35167 
35168             public void unsetLamiaceae()
35169             {
35170                 synchronized (monitor())
35171                 {
35172                     check_orphaned();
35173                     get_store().remove_element(LAMIACEAE$120, 0);
35174                 }
35175             }
35176             
35177             
35178 
35179 
35180             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getRosaceae()
35181             {
35182                 synchronized (monitor())
35183                 {
35184                     check_orphaned();
35185                     org.apache.xmlbeans.SimpleValue target = null;
35186                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ROSACEAE$122, 0);
35187                     if (target == null)
35188                     {
35189                       return null;
35190                     }
35191                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
35192                 }
35193             }
35194             
35195             
35196 
35197 
35198             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetRosaceae()
35199             {
35200                 synchronized (monitor())
35201                 {
35202                     check_orphaned();
35203                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
35204                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ROSACEAE$122, 0);
35205                     return target;
35206                 }
35207             }
35208             
35209             
35210 
35211 
35212             public boolean isSetRosaceae()
35213             {
35214                 synchronized (monitor())
35215                 {
35216                     check_orphaned();
35217                     return get_store().count_elements(ROSACEAE$122) != 0;
35218                 }
35219             }
35220             
35221             
35222 
35223 
35224             public void setRosaceae(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum rosaceae)
35225             {
35226                 synchronized (monitor())
35227                 {
35228                     check_orphaned();
35229                     org.apache.xmlbeans.SimpleValue target = null;
35230                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ROSACEAE$122, 0);
35231                     if (target == null)
35232                     {
35233                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ROSACEAE$122);
35234                     }
35235                     target.setEnumValue(rosaceae);
35236                 }
35237             }
35238             
35239             
35240 
35241 
35242             public void xsetRosaceae(gov.grants.apply.system.globalLibraryV20.YesNoDataType rosaceae)
35243             {
35244                 synchronized (monitor())
35245                 {
35246                     check_orphaned();
35247                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
35248                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ROSACEAE$122, 0);
35249                     if (target == null)
35250                     {
35251                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ROSACEAE$122);
35252                     }
35253                     target.set(rosaceae);
35254                 }
35255             }
35256             
35257             
35258 
35259 
35260             public void unsetRosaceae()
35261             {
35262                 synchronized (monitor())
35263                 {
35264                     check_orphaned();
35265                     get_store().remove_element(ROSACEAE$122, 0);
35266                 }
35267             }
35268             
35269             
35270 
35271 
35272             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSolanaceae()
35273             {
35274                 synchronized (monitor())
35275                 {
35276                     check_orphaned();
35277                     org.apache.xmlbeans.SimpleValue target = null;
35278                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SOLANACEAE$124, 0);
35279                     if (target == null)
35280                     {
35281                       return null;
35282                     }
35283                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
35284                 }
35285             }
35286             
35287             
35288 
35289 
35290             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSolanaceae()
35291             {
35292                 synchronized (monitor())
35293                 {
35294                     check_orphaned();
35295                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
35296                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SOLANACEAE$124, 0);
35297                     return target;
35298                 }
35299             }
35300             
35301             
35302 
35303 
35304             public boolean isSetSolanaceae()
35305             {
35306                 synchronized (monitor())
35307                 {
35308                     check_orphaned();
35309                     return get_store().count_elements(SOLANACEAE$124) != 0;
35310                 }
35311             }
35312             
35313             
35314 
35315 
35316             public void setSolanaceae(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum solanaceae)
35317             {
35318                 synchronized (monitor())
35319                 {
35320                     check_orphaned();
35321                     org.apache.xmlbeans.SimpleValue target = null;
35322                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SOLANACEAE$124, 0);
35323                     if (target == null)
35324                     {
35325                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SOLANACEAE$124);
35326                     }
35327                     target.setEnumValue(solanaceae);
35328                 }
35329             }
35330             
35331             
35332 
35333 
35334             public void xsetSolanaceae(gov.grants.apply.system.globalLibraryV20.YesNoDataType solanaceae)
35335             {
35336                 synchronized (monitor())
35337                 {
35338                     check_orphaned();
35339                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
35340                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SOLANACEAE$124, 0);
35341                     if (target == null)
35342                     {
35343                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SOLANACEAE$124);
35344                     }
35345                     target.set(solanaceae);
35346                 }
35347             }
35348             
35349             
35350 
35351 
35352             public void unsetSolanaceae()
35353             {
35354                 synchronized (monitor())
35355                 {
35356                     check_orphaned();
35357                     get_store().remove_element(SOLANACEAE$124, 0);
35358                 }
35359             }
35360             
35361             
35362 
35363 
35364             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getANIMALS()
35365             {
35366                 synchronized (monitor())
35367                 {
35368                     check_orphaned();
35369                     org.apache.xmlbeans.SimpleValue target = null;
35370                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ANIMALS$126, 0);
35371                     if (target == null)
35372                     {
35373                       return null;
35374                     }
35375                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
35376                 }
35377             }
35378             
35379             
35380 
35381 
35382             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetANIMALS()
35383             {
35384                 synchronized (monitor())
35385                 {
35386                     check_orphaned();
35387                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
35388                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ANIMALS$126, 0);
35389                     return target;
35390                 }
35391             }
35392             
35393             
35394 
35395 
35396             public boolean isSetANIMALS()
35397             {
35398                 synchronized (monitor())
35399                 {
35400                     check_orphaned();
35401                     return get_store().count_elements(ANIMALS$126) != 0;
35402                 }
35403             }
35404             
35405             
35406 
35407 
35408             public void setANIMALS(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum animals)
35409             {
35410                 synchronized (monitor())
35411                 {
35412                     check_orphaned();
35413                     org.apache.xmlbeans.SimpleValue target = null;
35414                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ANIMALS$126, 0);
35415                     if (target == null)
35416                     {
35417                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ANIMALS$126);
35418                     }
35419                     target.setEnumValue(animals);
35420                 }
35421             }
35422             
35423             
35424 
35425 
35426             public void xsetANIMALS(gov.grants.apply.system.globalLibraryV20.YesNoDataType animals)
35427             {
35428                 synchronized (monitor())
35429                 {
35430                     check_orphaned();
35431                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
35432                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ANIMALS$126, 0);
35433                     if (target == null)
35434                     {
35435                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ANIMALS$126);
35436                     }
35437                     target.set(animals);
35438                 }
35439             }
35440             
35441             
35442 
35443 
35444             public void unsetANIMALS()
35445             {
35446                 synchronized (monitor())
35447                 {
35448                     check_orphaned();
35449                     get_store().remove_element(ANIMALS$126, 0);
35450                 }
35451             }
35452             
35453             
35454 
35455 
35456             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getINVERTEBRATES()
35457             {
35458                 synchronized (monitor())
35459                 {
35460                     check_orphaned();
35461                     org.apache.xmlbeans.SimpleValue target = null;
35462                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(INVERTEBRATES$128, 0);
35463                     if (target == null)
35464                     {
35465                       return null;
35466                     }
35467                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
35468                 }
35469             }
35470             
35471             
35472 
35473 
35474             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetINVERTEBRATES()
35475             {
35476                 synchronized (monitor())
35477                 {
35478                     check_orphaned();
35479                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
35480                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(INVERTEBRATES$128, 0);
35481                     return target;
35482                 }
35483             }
35484             
35485             
35486 
35487 
35488             public boolean isSetINVERTEBRATES()
35489             {
35490                 synchronized (monitor())
35491                 {
35492                     check_orphaned();
35493                     return get_store().count_elements(INVERTEBRATES$128) != 0;
35494                 }
35495             }
35496             
35497             
35498 
35499 
35500             public void setINVERTEBRATES(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum invertebrates)
35501             {
35502                 synchronized (monitor())
35503                 {
35504                     check_orphaned();
35505                     org.apache.xmlbeans.SimpleValue target = null;
35506                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(INVERTEBRATES$128, 0);
35507                     if (target == null)
35508                     {
35509                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(INVERTEBRATES$128);
35510                     }
35511                     target.setEnumValue(invertebrates);
35512                 }
35513             }
35514             
35515             
35516 
35517 
35518             public void xsetINVERTEBRATES(gov.grants.apply.system.globalLibraryV20.YesNoDataType invertebrates)
35519             {
35520                 synchronized (monitor())
35521                 {
35522                     check_orphaned();
35523                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
35524                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(INVERTEBRATES$128, 0);
35525                     if (target == null)
35526                     {
35527                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(INVERTEBRATES$128);
35528                     }
35529                     target.set(invertebrates);
35530                 }
35531             }
35532             
35533             
35534 
35535 
35536             public void unsetINVERTEBRATES()
35537             {
35538                 synchronized (monitor())
35539                 {
35540                     check_orphaned();
35541                     get_store().remove_element(INVERTEBRATES$128, 0);
35542                 }
35543             }
35544             
35545             
35546 
35547 
35548             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMESOZOAPLACOZOA()
35549             {
35550                 synchronized (monitor())
35551                 {
35552                     check_orphaned();
35553                     org.apache.xmlbeans.SimpleValue target = null;
35554                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MESOZOAPLACOZOA$130, 0);
35555                     if (target == null)
35556                     {
35557                       return null;
35558                     }
35559                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
35560                 }
35561             }
35562             
35563             
35564 
35565 
35566             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMESOZOAPLACOZOA()
35567             {
35568                 synchronized (monitor())
35569                 {
35570                     check_orphaned();
35571                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
35572                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MESOZOAPLACOZOA$130, 0);
35573                     return target;
35574                 }
35575             }
35576             
35577             
35578 
35579 
35580             public boolean isSetMESOZOAPLACOZOA()
35581             {
35582                 synchronized (monitor())
35583                 {
35584                     check_orphaned();
35585                     return get_store().count_elements(MESOZOAPLACOZOA$130) != 0;
35586                 }
35587             }
35588             
35589             
35590 
35591 
35592             public void setMESOZOAPLACOZOA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum mesozoaplacozoa)
35593             {
35594                 synchronized (monitor())
35595                 {
35596                     check_orphaned();
35597                     org.apache.xmlbeans.SimpleValue target = null;
35598                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MESOZOAPLACOZOA$130, 0);
35599                     if (target == null)
35600                     {
35601                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(MESOZOAPLACOZOA$130);
35602                     }
35603                     target.setEnumValue(mesozoaplacozoa);
35604                 }
35605             }
35606             
35607             
35608 
35609 
35610             public void xsetMESOZOAPLACOZOA(gov.grants.apply.system.globalLibraryV20.YesNoDataType mesozoaplacozoa)
35611             {
35612                 synchronized (monitor())
35613                 {
35614                     check_orphaned();
35615                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
35616                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MESOZOAPLACOZOA$130, 0);
35617                     if (target == null)
35618                     {
35619                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(MESOZOAPLACOZOA$130);
35620                     }
35621                     target.set(mesozoaplacozoa);
35622                 }
35623             }
35624             
35625             
35626 
35627 
35628             public void unsetMESOZOAPLACOZOA()
35629             {
35630                 synchronized (monitor())
35631                 {
35632                     check_orphaned();
35633                     get_store().remove_element(MESOZOAPLACOZOA$130, 0);
35634                 }
35635             }
35636             
35637             
35638 
35639 
35640             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPORIFERA()
35641             {
35642                 synchronized (monitor())
35643                 {
35644                     check_orphaned();
35645                     org.apache.xmlbeans.SimpleValue target = null;
35646                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PORIFERA$132, 0);
35647                     if (target == null)
35648                     {
35649                       return null;
35650                     }
35651                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
35652                 }
35653             }
35654             
35655             
35656 
35657 
35658             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPORIFERA()
35659             {
35660                 synchronized (monitor())
35661                 {
35662                     check_orphaned();
35663                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
35664                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PORIFERA$132, 0);
35665                     return target;
35666                 }
35667             }
35668             
35669             
35670 
35671 
35672             public boolean isSetPORIFERA()
35673             {
35674                 synchronized (monitor())
35675                 {
35676                     check_orphaned();
35677                     return get_store().count_elements(PORIFERA$132) != 0;
35678                 }
35679             }
35680             
35681             
35682 
35683 
35684             public void setPORIFERA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum porifera)
35685             {
35686                 synchronized (monitor())
35687                 {
35688                     check_orphaned();
35689                     org.apache.xmlbeans.SimpleValue target = null;
35690                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PORIFERA$132, 0);
35691                     if (target == null)
35692                     {
35693                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PORIFERA$132);
35694                     }
35695                     target.setEnumValue(porifera);
35696                 }
35697             }
35698             
35699             
35700 
35701 
35702             public void xsetPORIFERA(gov.grants.apply.system.globalLibraryV20.YesNoDataType porifera)
35703             {
35704                 synchronized (monitor())
35705                 {
35706                     check_orphaned();
35707                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
35708                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PORIFERA$132, 0);
35709                     if (target == null)
35710                     {
35711                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PORIFERA$132);
35712                     }
35713                     target.set(porifera);
35714                 }
35715             }
35716             
35717             
35718 
35719 
35720             public void unsetPORIFERA()
35721             {
35722                 synchronized (monitor())
35723                 {
35724                     check_orphaned();
35725                     get_store().remove_element(PORIFERA$132, 0);
35726                 }
35727             }
35728             
35729             
35730 
35731 
35732             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCNIDARIA()
35733             {
35734                 synchronized (monitor())
35735                 {
35736                     check_orphaned();
35737                     org.apache.xmlbeans.SimpleValue target = null;
35738                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CNIDARIA$134, 0);
35739                     if (target == null)
35740                     {
35741                       return null;
35742                     }
35743                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
35744                 }
35745             }
35746             
35747             
35748 
35749 
35750             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCNIDARIA()
35751             {
35752                 synchronized (monitor())
35753                 {
35754                     check_orphaned();
35755                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
35756                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CNIDARIA$134, 0);
35757                     return target;
35758                 }
35759             }
35760             
35761             
35762 
35763 
35764             public boolean isSetCNIDARIA()
35765             {
35766                 synchronized (monitor())
35767                 {
35768                     check_orphaned();
35769                     return get_store().count_elements(CNIDARIA$134) != 0;
35770                 }
35771             }
35772             
35773             
35774 
35775 
35776             public void setCNIDARIA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum cnidaria)
35777             {
35778                 synchronized (monitor())
35779                 {
35780                     check_orphaned();
35781                     org.apache.xmlbeans.SimpleValue target = null;
35782                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CNIDARIA$134, 0);
35783                     if (target == null)
35784                     {
35785                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CNIDARIA$134);
35786                     }
35787                     target.setEnumValue(cnidaria);
35788                 }
35789             }
35790             
35791             
35792 
35793 
35794             public void xsetCNIDARIA(gov.grants.apply.system.globalLibraryV20.YesNoDataType cnidaria)
35795             {
35796                 synchronized (monitor())
35797                 {
35798                     check_orphaned();
35799                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
35800                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CNIDARIA$134, 0);
35801                     if (target == null)
35802                     {
35803                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CNIDARIA$134);
35804                     }
35805                     target.set(cnidaria);
35806                 }
35807             }
35808             
35809             
35810 
35811 
35812             public void unsetCNIDARIA()
35813             {
35814                 synchronized (monitor())
35815                 {
35816                     check_orphaned();
35817                     get_store().remove_element(CNIDARIA$134, 0);
35818                 }
35819             }
35820             
35821             
35822 
35823 
35824             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getHydrozoa()
35825             {
35826                 synchronized (monitor())
35827                 {
35828                     check_orphaned();
35829                     org.apache.xmlbeans.SimpleValue target = null;
35830                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(HYDROZOA$136, 0);
35831                     if (target == null)
35832                     {
35833                       return null;
35834                     }
35835                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
35836                 }
35837             }
35838             
35839             
35840 
35841 
35842             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetHydrozoa()
35843             {
35844                 synchronized (monitor())
35845                 {
35846                     check_orphaned();
35847                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
35848                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(HYDROZOA$136, 0);
35849                     return target;
35850                 }
35851             }
35852             
35853             
35854 
35855 
35856             public boolean isSetHydrozoa()
35857             {
35858                 synchronized (monitor())
35859                 {
35860                     check_orphaned();
35861                     return get_store().count_elements(HYDROZOA$136) != 0;
35862                 }
35863             }
35864             
35865             
35866 
35867 
35868             public void setHydrozoa(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum hydrozoa)
35869             {
35870                 synchronized (monitor())
35871                 {
35872                     check_orphaned();
35873                     org.apache.xmlbeans.SimpleValue target = null;
35874                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(HYDROZOA$136, 0);
35875                     if (target == null)
35876                     {
35877                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(HYDROZOA$136);
35878                     }
35879                     target.setEnumValue(hydrozoa);
35880                 }
35881             }
35882             
35883             
35884 
35885 
35886             public void xsetHydrozoa(gov.grants.apply.system.globalLibraryV20.YesNoDataType hydrozoa)
35887             {
35888                 synchronized (monitor())
35889                 {
35890                     check_orphaned();
35891                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
35892                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(HYDROZOA$136, 0);
35893                     if (target == null)
35894                     {
35895                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(HYDROZOA$136);
35896                     }
35897                     target.set(hydrozoa);
35898                 }
35899             }
35900             
35901             
35902 
35903 
35904             public void unsetHydrozoa()
35905             {
35906                 synchronized (monitor())
35907                 {
35908                     check_orphaned();
35909                     get_store().remove_element(HYDROZOA$136, 0);
35910                 }
35911             }
35912             
35913             
35914 
35915 
35916             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getScyphozoa()
35917             {
35918                 synchronized (monitor())
35919                 {
35920                     check_orphaned();
35921                     org.apache.xmlbeans.SimpleValue target = null;
35922                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SCYPHOZOA$138, 0);
35923                     if (target == null)
35924                     {
35925                       return null;
35926                     }
35927                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
35928                 }
35929             }
35930             
35931             
35932 
35933 
35934             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetScyphozoa()
35935             {
35936                 synchronized (monitor())
35937                 {
35938                     check_orphaned();
35939                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
35940                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SCYPHOZOA$138, 0);
35941                     return target;
35942                 }
35943             }
35944             
35945             
35946 
35947 
35948             public boolean isSetScyphozoa()
35949             {
35950                 synchronized (monitor())
35951                 {
35952                     check_orphaned();
35953                     return get_store().count_elements(SCYPHOZOA$138) != 0;
35954                 }
35955             }
35956             
35957             
35958 
35959 
35960             public void setScyphozoa(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum scyphozoa)
35961             {
35962                 synchronized (monitor())
35963                 {
35964                     check_orphaned();
35965                     org.apache.xmlbeans.SimpleValue target = null;
35966                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SCYPHOZOA$138, 0);
35967                     if (target == null)
35968                     {
35969                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SCYPHOZOA$138);
35970                     }
35971                     target.setEnumValue(scyphozoa);
35972                 }
35973             }
35974             
35975             
35976 
35977 
35978             public void xsetScyphozoa(gov.grants.apply.system.globalLibraryV20.YesNoDataType scyphozoa)
35979             {
35980                 synchronized (monitor())
35981                 {
35982                     check_orphaned();
35983                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
35984                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SCYPHOZOA$138, 0);
35985                     if (target == null)
35986                     {
35987                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SCYPHOZOA$138);
35988                     }
35989                     target.set(scyphozoa);
35990                 }
35991             }
35992             
35993             
35994 
35995 
35996             public void unsetScyphozoa()
35997             {
35998                 synchronized (monitor())
35999                 {
36000                     check_orphaned();
36001                     get_store().remove_element(SCYPHOZOA$138, 0);
36002                 }
36003             }
36004             
36005             
36006 
36007 
36008             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAnthozoa()
36009             {
36010                 synchronized (monitor())
36011                 {
36012                     check_orphaned();
36013                     org.apache.xmlbeans.SimpleValue target = null;
36014                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ANTHOZOA$140, 0);
36015                     if (target == null)
36016                     {
36017                       return null;
36018                     }
36019                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
36020                 }
36021             }
36022             
36023             
36024 
36025 
36026             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAnthozoa()
36027             {
36028                 synchronized (monitor())
36029                 {
36030                     check_orphaned();
36031                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
36032                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ANTHOZOA$140, 0);
36033                     return target;
36034                 }
36035             }
36036             
36037             
36038 
36039 
36040             public boolean isSetAnthozoa()
36041             {
36042                 synchronized (monitor())
36043                 {
36044                     check_orphaned();
36045                     return get_store().count_elements(ANTHOZOA$140) != 0;
36046                 }
36047             }
36048             
36049             
36050 
36051 
36052             public void setAnthozoa(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum anthozoa)
36053             {
36054                 synchronized (monitor())
36055                 {
36056                     check_orphaned();
36057                     org.apache.xmlbeans.SimpleValue target = null;
36058                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ANTHOZOA$140, 0);
36059                     if (target == null)
36060                     {
36061                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ANTHOZOA$140);
36062                     }
36063                     target.setEnumValue(anthozoa);
36064                 }
36065             }
36066             
36067             
36068 
36069 
36070             public void xsetAnthozoa(gov.grants.apply.system.globalLibraryV20.YesNoDataType anthozoa)
36071             {
36072                 synchronized (monitor())
36073                 {
36074                     check_orphaned();
36075                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
36076                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ANTHOZOA$140, 0);
36077                     if (target == null)
36078                     {
36079                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ANTHOZOA$140);
36080                     }
36081                     target.set(anthozoa);
36082                 }
36083             }
36084             
36085             
36086 
36087 
36088             public void unsetAnthozoa()
36089             {
36090                 synchronized (monitor())
36091                 {
36092                     check_orphaned();
36093                     get_store().remove_element(ANTHOZOA$140, 0);
36094                 }
36095             }
36096             
36097             
36098 
36099 
36100             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCTENOPHORA()
36101             {
36102                 synchronized (monitor())
36103                 {
36104                     check_orphaned();
36105                     org.apache.xmlbeans.SimpleValue target = null;
36106                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CTENOPHORA$142, 0);
36107                     if (target == null)
36108                     {
36109                       return null;
36110                     }
36111                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
36112                 }
36113             }
36114             
36115             
36116 
36117 
36118             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCTENOPHORA()
36119             {
36120                 synchronized (monitor())
36121                 {
36122                     check_orphaned();
36123                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
36124                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CTENOPHORA$142, 0);
36125                     return target;
36126                 }
36127             }
36128             
36129             
36130 
36131 
36132             public boolean isSetCTENOPHORA()
36133             {
36134                 synchronized (monitor())
36135                 {
36136                     check_orphaned();
36137                     return get_store().count_elements(CTENOPHORA$142) != 0;
36138                 }
36139             }
36140             
36141             
36142 
36143 
36144             public void setCTENOPHORA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum ctenophora)
36145             {
36146                 synchronized (monitor())
36147                 {
36148                     check_orphaned();
36149                     org.apache.xmlbeans.SimpleValue target = null;
36150                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CTENOPHORA$142, 0);
36151                     if (target == null)
36152                     {
36153                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CTENOPHORA$142);
36154                     }
36155                     target.setEnumValue(ctenophora);
36156                 }
36157             }
36158             
36159             
36160 
36161 
36162             public void xsetCTENOPHORA(gov.grants.apply.system.globalLibraryV20.YesNoDataType ctenophora)
36163             {
36164                 synchronized (monitor())
36165                 {
36166                     check_orphaned();
36167                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
36168                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CTENOPHORA$142, 0);
36169                     if (target == null)
36170                     {
36171                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CTENOPHORA$142);
36172                     }
36173                     target.set(ctenophora);
36174                 }
36175             }
36176             
36177             
36178 
36179 
36180             public void unsetCTENOPHORA()
36181             {
36182                 synchronized (monitor())
36183                 {
36184                     check_orphaned();
36185                     get_store().remove_element(CTENOPHORA$142, 0);
36186                 }
36187             }
36188             
36189             
36190 
36191 
36192             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPLATYHELMINTHES()
36193             {
36194                 synchronized (monitor())
36195                 {
36196                     check_orphaned();
36197                     org.apache.xmlbeans.SimpleValue target = null;
36198                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PLATYHELMINTHES$144, 0);
36199                     if (target == null)
36200                     {
36201                       return null;
36202                     }
36203                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
36204                 }
36205             }
36206             
36207             
36208 
36209 
36210             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPLATYHELMINTHES()
36211             {
36212                 synchronized (monitor())
36213                 {
36214                     check_orphaned();
36215                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
36216                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PLATYHELMINTHES$144, 0);
36217                     return target;
36218                 }
36219             }
36220             
36221             
36222 
36223 
36224             public boolean isSetPLATYHELMINTHES()
36225             {
36226                 synchronized (monitor())
36227                 {
36228                     check_orphaned();
36229                     return get_store().count_elements(PLATYHELMINTHES$144) != 0;
36230                 }
36231             }
36232             
36233             
36234 
36235 
36236             public void setPLATYHELMINTHES(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum platyhelminthes)
36237             {
36238                 synchronized (monitor())
36239                 {
36240                     check_orphaned();
36241                     org.apache.xmlbeans.SimpleValue target = null;
36242                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PLATYHELMINTHES$144, 0);
36243                     if (target == null)
36244                     {
36245                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PLATYHELMINTHES$144);
36246                     }
36247                     target.setEnumValue(platyhelminthes);
36248                 }
36249             }
36250             
36251             
36252 
36253 
36254             public void xsetPLATYHELMINTHES(gov.grants.apply.system.globalLibraryV20.YesNoDataType platyhelminthes)
36255             {
36256                 synchronized (monitor())
36257                 {
36258                     check_orphaned();
36259                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
36260                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PLATYHELMINTHES$144, 0);
36261                     if (target == null)
36262                     {
36263                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PLATYHELMINTHES$144);
36264                     }
36265                     target.set(platyhelminthes);
36266                 }
36267             }
36268             
36269             
36270 
36271 
36272             public void unsetPLATYHELMINTHES()
36273             {
36274                 synchronized (monitor())
36275                 {
36276                     check_orphaned();
36277                     get_store().remove_element(PLATYHELMINTHES$144, 0);
36278                 }
36279             }
36280             
36281             
36282 
36283 
36284             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getTurbellaria()
36285             {
36286                 synchronized (monitor())
36287                 {
36288                     check_orphaned();
36289                     org.apache.xmlbeans.SimpleValue target = null;
36290                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TURBELLARIA$146, 0);
36291                     if (target == null)
36292                     {
36293                       return null;
36294                     }
36295                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
36296                 }
36297             }
36298             
36299             
36300 
36301 
36302             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetTurbellaria()
36303             {
36304                 synchronized (monitor())
36305                 {
36306                     check_orphaned();
36307                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
36308                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TURBELLARIA$146, 0);
36309                     return target;
36310                 }
36311             }
36312             
36313             
36314 
36315 
36316             public boolean isSetTurbellaria()
36317             {
36318                 synchronized (monitor())
36319                 {
36320                     check_orphaned();
36321                     return get_store().count_elements(TURBELLARIA$146) != 0;
36322                 }
36323             }
36324             
36325             
36326 
36327 
36328             public void setTurbellaria(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum turbellaria)
36329             {
36330                 synchronized (monitor())
36331                 {
36332                     check_orphaned();
36333                     org.apache.xmlbeans.SimpleValue target = null;
36334                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TURBELLARIA$146, 0);
36335                     if (target == null)
36336                     {
36337                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(TURBELLARIA$146);
36338                     }
36339                     target.setEnumValue(turbellaria);
36340                 }
36341             }
36342             
36343             
36344 
36345 
36346             public void xsetTurbellaria(gov.grants.apply.system.globalLibraryV20.YesNoDataType turbellaria)
36347             {
36348                 synchronized (monitor())
36349                 {
36350                     check_orphaned();
36351                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
36352                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TURBELLARIA$146, 0);
36353                     if (target == null)
36354                     {
36355                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(TURBELLARIA$146);
36356                     }
36357                     target.set(turbellaria);
36358                 }
36359             }
36360             
36361             
36362 
36363 
36364             public void unsetTurbellaria()
36365             {
36366                 synchronized (monitor())
36367                 {
36368                     check_orphaned();
36369                     get_store().remove_element(TURBELLARIA$146, 0);
36370                 }
36371             }
36372             
36373             
36374 
36375 
36376             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getTrematoda()
36377             {
36378                 synchronized (monitor())
36379                 {
36380                     check_orphaned();
36381                     org.apache.xmlbeans.SimpleValue target = null;
36382                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TREMATODA$148, 0);
36383                     if (target == null)
36384                     {
36385                       return null;
36386                     }
36387                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
36388                 }
36389             }
36390             
36391             
36392 
36393 
36394             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetTrematoda()
36395             {
36396                 synchronized (monitor())
36397                 {
36398                     check_orphaned();
36399                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
36400                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TREMATODA$148, 0);
36401                     return target;
36402                 }
36403             }
36404             
36405             
36406 
36407 
36408             public boolean isSetTrematoda()
36409             {
36410                 synchronized (monitor())
36411                 {
36412                     check_orphaned();
36413                     return get_store().count_elements(TREMATODA$148) != 0;
36414                 }
36415             }
36416             
36417             
36418 
36419 
36420             public void setTrematoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum trematoda)
36421             {
36422                 synchronized (monitor())
36423                 {
36424                     check_orphaned();
36425                     org.apache.xmlbeans.SimpleValue target = null;
36426                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TREMATODA$148, 0);
36427                     if (target == null)
36428                     {
36429                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(TREMATODA$148);
36430                     }
36431                     target.setEnumValue(trematoda);
36432                 }
36433             }
36434             
36435             
36436 
36437 
36438             public void xsetTrematoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType trematoda)
36439             {
36440                 synchronized (monitor())
36441                 {
36442                     check_orphaned();
36443                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
36444                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TREMATODA$148, 0);
36445                     if (target == null)
36446                     {
36447                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(TREMATODA$148);
36448                     }
36449                     target.set(trematoda);
36450                 }
36451             }
36452             
36453             
36454 
36455 
36456             public void unsetTrematoda()
36457             {
36458                 synchronized (monitor())
36459                 {
36460                     check_orphaned();
36461                     get_store().remove_element(TREMATODA$148, 0);
36462                 }
36463             }
36464             
36465             
36466 
36467 
36468             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCestoda()
36469             {
36470                 synchronized (monitor())
36471                 {
36472                     check_orphaned();
36473                     org.apache.xmlbeans.SimpleValue target = null;
36474                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CESTODA$150, 0);
36475                     if (target == null)
36476                     {
36477                       return null;
36478                     }
36479                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
36480                 }
36481             }
36482             
36483             
36484 
36485 
36486             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCestoda()
36487             {
36488                 synchronized (monitor())
36489                 {
36490                     check_orphaned();
36491                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
36492                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CESTODA$150, 0);
36493                     return target;
36494                 }
36495             }
36496             
36497             
36498 
36499 
36500             public boolean isSetCestoda()
36501             {
36502                 synchronized (monitor())
36503                 {
36504                     check_orphaned();
36505                     return get_store().count_elements(CESTODA$150) != 0;
36506                 }
36507             }
36508             
36509             
36510 
36511 
36512             public void setCestoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum cestoda)
36513             {
36514                 synchronized (monitor())
36515                 {
36516                     check_orphaned();
36517                     org.apache.xmlbeans.SimpleValue target = null;
36518                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CESTODA$150, 0);
36519                     if (target == null)
36520                     {
36521                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CESTODA$150);
36522                     }
36523                     target.setEnumValue(cestoda);
36524                 }
36525             }
36526             
36527             
36528 
36529 
36530             public void xsetCestoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType cestoda)
36531             {
36532                 synchronized (monitor())
36533                 {
36534                     check_orphaned();
36535                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
36536                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CESTODA$150, 0);
36537                     if (target == null)
36538                     {
36539                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CESTODA$150);
36540                     }
36541                     target.set(cestoda);
36542                 }
36543             }
36544             
36545             
36546 
36547 
36548             public void unsetCestoda()
36549             {
36550                 synchronized (monitor())
36551                 {
36552                     check_orphaned();
36553                     get_store().remove_element(CESTODA$150, 0);
36554                 }
36555             }
36556             
36557             
36558 
36559 
36560             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMonogenea()
36561             {
36562                 synchronized (monitor())
36563                 {
36564                     check_orphaned();
36565                     org.apache.xmlbeans.SimpleValue target = null;
36566                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MONOGENEA$152, 0);
36567                     if (target == null)
36568                     {
36569                       return null;
36570                     }
36571                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
36572                 }
36573             }
36574             
36575             
36576 
36577 
36578             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMonogenea()
36579             {
36580                 synchronized (monitor())
36581                 {
36582                     check_orphaned();
36583                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
36584                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MONOGENEA$152, 0);
36585                     return target;
36586                 }
36587             }
36588             
36589             
36590 
36591 
36592             public boolean isSetMonogenea()
36593             {
36594                 synchronized (monitor())
36595                 {
36596                     check_orphaned();
36597                     return get_store().count_elements(MONOGENEA$152) != 0;
36598                 }
36599             }
36600             
36601             
36602 
36603 
36604             public void setMonogenea(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum monogenea)
36605             {
36606                 synchronized (monitor())
36607                 {
36608                     check_orphaned();
36609                     org.apache.xmlbeans.SimpleValue target = null;
36610                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MONOGENEA$152, 0);
36611                     if (target == null)
36612                     {
36613                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(MONOGENEA$152);
36614                     }
36615                     target.setEnumValue(monogenea);
36616                 }
36617             }
36618             
36619             
36620 
36621 
36622             public void xsetMonogenea(gov.grants.apply.system.globalLibraryV20.YesNoDataType monogenea)
36623             {
36624                 synchronized (monitor())
36625                 {
36626                     check_orphaned();
36627                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
36628                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MONOGENEA$152, 0);
36629                     if (target == null)
36630                     {
36631                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(MONOGENEA$152);
36632                     }
36633                     target.set(monogenea);
36634                 }
36635             }
36636             
36637             
36638 
36639 
36640             public void unsetMonogenea()
36641             {
36642                 synchronized (monitor())
36643                 {
36644                     check_orphaned();
36645                     get_store().remove_element(MONOGENEA$152, 0);
36646                 }
36647             }
36648             
36649             
36650 
36651 
36652             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getGNATHOSTOMULIDA()
36653             {
36654                 synchronized (monitor())
36655                 {
36656                     check_orphaned();
36657                     org.apache.xmlbeans.SimpleValue target = null;
36658                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(GNATHOSTOMULIDA$154, 0);
36659                     if (target == null)
36660                     {
36661                       return null;
36662                     }
36663                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
36664                 }
36665             }
36666             
36667             
36668 
36669 
36670             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetGNATHOSTOMULIDA()
36671             {
36672                 synchronized (monitor())
36673                 {
36674                     check_orphaned();
36675                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
36676                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(GNATHOSTOMULIDA$154, 0);
36677                     return target;
36678                 }
36679             }
36680             
36681             
36682 
36683 
36684             public boolean isSetGNATHOSTOMULIDA()
36685             {
36686                 synchronized (monitor())
36687                 {
36688                     check_orphaned();
36689                     return get_store().count_elements(GNATHOSTOMULIDA$154) != 0;
36690                 }
36691             }
36692             
36693             
36694 
36695 
36696             public void setGNATHOSTOMULIDA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum gnathostomulida)
36697             {
36698                 synchronized (monitor())
36699                 {
36700                     check_orphaned();
36701                     org.apache.xmlbeans.SimpleValue target = null;
36702                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(GNATHOSTOMULIDA$154, 0);
36703                     if (target == null)
36704                     {
36705                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(GNATHOSTOMULIDA$154);
36706                     }
36707                     target.setEnumValue(gnathostomulida);
36708                 }
36709             }
36710             
36711             
36712 
36713 
36714             public void xsetGNATHOSTOMULIDA(gov.grants.apply.system.globalLibraryV20.YesNoDataType gnathostomulida)
36715             {
36716                 synchronized (monitor())
36717                 {
36718                     check_orphaned();
36719                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
36720                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(GNATHOSTOMULIDA$154, 0);
36721                     if (target == null)
36722                     {
36723                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(GNATHOSTOMULIDA$154);
36724                     }
36725                     target.set(gnathostomulida);
36726                 }
36727             }
36728             
36729             
36730 
36731 
36732             public void unsetGNATHOSTOMULIDA()
36733             {
36734                 synchronized (monitor())
36735                 {
36736                     check_orphaned();
36737                     get_store().remove_element(GNATHOSTOMULIDA$154, 0);
36738                 }
36739             }
36740             
36741             
36742 
36743 
36744             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNEMERTINEA()
36745             {
36746                 synchronized (monitor())
36747                 {
36748                     check_orphaned();
36749                     org.apache.xmlbeans.SimpleValue target = null;
36750                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NEMERTINEA$156, 0);
36751                     if (target == null)
36752                     {
36753                       return null;
36754                     }
36755                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
36756                 }
36757             }
36758             
36759             
36760 
36761 
36762             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNEMERTINEA()
36763             {
36764                 synchronized (monitor())
36765                 {
36766                     check_orphaned();
36767                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
36768                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(NEMERTINEA$156, 0);
36769                     return target;
36770                 }
36771             }
36772             
36773             
36774 
36775 
36776             public boolean isSetNEMERTINEA()
36777             {
36778                 synchronized (monitor())
36779                 {
36780                     check_orphaned();
36781                     return get_store().count_elements(NEMERTINEA$156) != 0;
36782                 }
36783             }
36784             
36785             
36786 
36787 
36788             public void setNEMERTINEA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum nemertinea)
36789             {
36790                 synchronized (monitor())
36791                 {
36792                     check_orphaned();
36793                     org.apache.xmlbeans.SimpleValue target = null;
36794                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NEMERTINEA$156, 0);
36795                     if (target == null)
36796                     {
36797                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(NEMERTINEA$156);
36798                     }
36799                     target.setEnumValue(nemertinea);
36800                 }
36801             }
36802             
36803             
36804 
36805 
36806             public void xsetNEMERTINEA(gov.grants.apply.system.globalLibraryV20.YesNoDataType nemertinea)
36807             {
36808                 synchronized (monitor())
36809                 {
36810                     check_orphaned();
36811                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
36812                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(NEMERTINEA$156, 0);
36813                     if (target == null)
36814                     {
36815                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(NEMERTINEA$156);
36816                     }
36817                     target.set(nemertinea);
36818                 }
36819             }
36820             
36821             
36822 
36823 
36824             public void unsetNEMERTINEA()
36825             {
36826                 synchronized (monitor())
36827                 {
36828                     check_orphaned();
36829                     get_store().remove_element(NEMERTINEA$156, 0);
36830                 }
36831             }
36832             
36833             
36834 
36835 
36836             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getENTOPROCTABryozoaPlantlikeAnimals()
36837             {
36838                 synchronized (monitor())
36839                 {
36840                     check_orphaned();
36841                     org.apache.xmlbeans.SimpleValue target = null;
36842                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ENTOPROCTABRYOZOAPLANTLIKEANIMALS$158, 0);
36843                     if (target == null)
36844                     {
36845                       return null;
36846                     }
36847                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
36848                 }
36849             }
36850             
36851             
36852 
36853 
36854             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetENTOPROCTABryozoaPlantlikeAnimals()
36855             {
36856                 synchronized (monitor())
36857                 {
36858                     check_orphaned();
36859                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
36860                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ENTOPROCTABRYOZOAPLANTLIKEANIMALS$158, 0);
36861                     return target;
36862                 }
36863             }
36864             
36865             
36866 
36867 
36868             public boolean isSetENTOPROCTABryozoaPlantlikeAnimals()
36869             {
36870                 synchronized (monitor())
36871                 {
36872                     check_orphaned();
36873                     return get_store().count_elements(ENTOPROCTABRYOZOAPLANTLIKEANIMALS$158) != 0;
36874                 }
36875             }
36876             
36877             
36878 
36879 
36880             public void setENTOPROCTABryozoaPlantlikeAnimals(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum entoproctaBryozoaPlantlikeAnimals)
36881             {
36882                 synchronized (monitor())
36883                 {
36884                     check_orphaned();
36885                     org.apache.xmlbeans.SimpleValue target = null;
36886                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ENTOPROCTABRYOZOAPLANTLIKEANIMALS$158, 0);
36887                     if (target == null)
36888                     {
36889                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ENTOPROCTABRYOZOAPLANTLIKEANIMALS$158);
36890                     }
36891                     target.setEnumValue(entoproctaBryozoaPlantlikeAnimals);
36892                 }
36893             }
36894             
36895             
36896 
36897 
36898             public void xsetENTOPROCTABryozoaPlantlikeAnimals(gov.grants.apply.system.globalLibraryV20.YesNoDataType entoproctaBryozoaPlantlikeAnimals)
36899             {
36900                 synchronized (monitor())
36901                 {
36902                     check_orphaned();
36903                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
36904                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ENTOPROCTABRYOZOAPLANTLIKEANIMALS$158, 0);
36905                     if (target == null)
36906                     {
36907                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ENTOPROCTABRYOZOAPLANTLIKEANIMALS$158);
36908                     }
36909                     target.set(entoproctaBryozoaPlantlikeAnimals);
36910                 }
36911             }
36912             
36913             
36914 
36915 
36916             public void unsetENTOPROCTABryozoaPlantlikeAnimals()
36917             {
36918                 synchronized (monitor())
36919                 {
36920                     check_orphaned();
36921                     get_store().remove_element(ENTOPROCTABRYOZOAPLANTLIKEANIMALS$158, 0);
36922                 }
36923             }
36924             
36925             
36926 
36927 
36928             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getASCHELMINTHES()
36929             {
36930                 synchronized (monitor())
36931                 {
36932                     check_orphaned();
36933                     org.apache.xmlbeans.SimpleValue target = null;
36934                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ASCHELMINTHES$160, 0);
36935                     if (target == null)
36936                     {
36937                       return null;
36938                     }
36939                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
36940                 }
36941             }
36942             
36943             
36944 
36945 
36946             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetASCHELMINTHES()
36947             {
36948                 synchronized (monitor())
36949                 {
36950                     check_orphaned();
36951                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
36952                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ASCHELMINTHES$160, 0);
36953                     return target;
36954                 }
36955             }
36956             
36957             
36958 
36959 
36960             public boolean isSetASCHELMINTHES()
36961             {
36962                 synchronized (monitor())
36963                 {
36964                     check_orphaned();
36965                     return get_store().count_elements(ASCHELMINTHES$160) != 0;
36966                 }
36967             }
36968             
36969             
36970 
36971 
36972             public void setASCHELMINTHES(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum aschelminthes)
36973             {
36974                 synchronized (monitor())
36975                 {
36976                     check_orphaned();
36977                     org.apache.xmlbeans.SimpleValue target = null;
36978                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ASCHELMINTHES$160, 0);
36979                     if (target == null)
36980                     {
36981                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ASCHELMINTHES$160);
36982                     }
36983                     target.setEnumValue(aschelminthes);
36984                 }
36985             }
36986             
36987             
36988 
36989 
36990             public void xsetASCHELMINTHES(gov.grants.apply.system.globalLibraryV20.YesNoDataType aschelminthes)
36991             {
36992                 synchronized (monitor())
36993                 {
36994                     check_orphaned();
36995                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
36996                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ASCHELMINTHES$160, 0);
36997                     if (target == null)
36998                     {
36999                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ASCHELMINTHES$160);
37000                     }
37001                     target.set(aschelminthes);
37002                 }
37003             }
37004             
37005             
37006 
37007 
37008             public void unsetASCHELMINTHES()
37009             {
37010                 synchronized (monitor())
37011                 {
37012                     check_orphaned();
37013                     get_store().remove_element(ASCHELMINTHES$160, 0);
37014                 }
37015             }
37016             
37017             
37018 
37019 
37020             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getGastrotricha()
37021             {
37022                 synchronized (monitor())
37023                 {
37024                     check_orphaned();
37025                     org.apache.xmlbeans.SimpleValue target = null;
37026                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(GASTROTRICHA$162, 0);
37027                     if (target == null)
37028                     {
37029                       return null;
37030                     }
37031                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
37032                 }
37033             }
37034             
37035             
37036 
37037 
37038             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetGastrotricha()
37039             {
37040                 synchronized (monitor())
37041                 {
37042                     check_orphaned();
37043                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
37044                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(GASTROTRICHA$162, 0);
37045                     return target;
37046                 }
37047             }
37048             
37049             
37050 
37051 
37052             public boolean isSetGastrotricha()
37053             {
37054                 synchronized (monitor())
37055                 {
37056                     check_orphaned();
37057                     return get_store().count_elements(GASTROTRICHA$162) != 0;
37058                 }
37059             }
37060             
37061             
37062 
37063 
37064             public void setGastrotricha(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum gastrotricha)
37065             {
37066                 synchronized (monitor())
37067                 {
37068                     check_orphaned();
37069                     org.apache.xmlbeans.SimpleValue target = null;
37070                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(GASTROTRICHA$162, 0);
37071                     if (target == null)
37072                     {
37073                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(GASTROTRICHA$162);
37074                     }
37075                     target.setEnumValue(gastrotricha);
37076                 }
37077             }
37078             
37079             
37080 
37081 
37082             public void xsetGastrotricha(gov.grants.apply.system.globalLibraryV20.YesNoDataType gastrotricha)
37083             {
37084                 synchronized (monitor())
37085                 {
37086                     check_orphaned();
37087                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
37088                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(GASTROTRICHA$162, 0);
37089                     if (target == null)
37090                     {
37091                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(GASTROTRICHA$162);
37092                     }
37093                     target.set(gastrotricha);
37094                 }
37095             }
37096             
37097             
37098 
37099 
37100             public void unsetGastrotricha()
37101             {
37102                 synchronized (monitor())
37103                 {
37104                     check_orphaned();
37105                     get_store().remove_element(GASTROTRICHA$162, 0);
37106                 }
37107             }
37108             
37109             
37110 
37111 
37112             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getKinorhyncha()
37113             {
37114                 synchronized (monitor())
37115                 {
37116                     check_orphaned();
37117                     org.apache.xmlbeans.SimpleValue target = null;
37118                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(KINORHYNCHA$164, 0);
37119                     if (target == null)
37120                     {
37121                       return null;
37122                     }
37123                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
37124                 }
37125             }
37126             
37127             
37128 
37129 
37130             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetKinorhyncha()
37131             {
37132                 synchronized (monitor())
37133                 {
37134                     check_orphaned();
37135                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
37136                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(KINORHYNCHA$164, 0);
37137                     return target;
37138                 }
37139             }
37140             
37141             
37142 
37143 
37144             public boolean isSetKinorhyncha()
37145             {
37146                 synchronized (monitor())
37147                 {
37148                     check_orphaned();
37149                     return get_store().count_elements(KINORHYNCHA$164) != 0;
37150                 }
37151             }
37152             
37153             
37154 
37155 
37156             public void setKinorhyncha(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum kinorhyncha)
37157             {
37158                 synchronized (monitor())
37159                 {
37160                     check_orphaned();
37161                     org.apache.xmlbeans.SimpleValue target = null;
37162                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(KINORHYNCHA$164, 0);
37163                     if (target == null)
37164                     {
37165                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(KINORHYNCHA$164);
37166                     }
37167                     target.setEnumValue(kinorhyncha);
37168                 }
37169             }
37170             
37171             
37172 
37173 
37174             public void xsetKinorhyncha(gov.grants.apply.system.globalLibraryV20.YesNoDataType kinorhyncha)
37175             {
37176                 synchronized (monitor())
37177                 {
37178                     check_orphaned();
37179                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
37180                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(KINORHYNCHA$164, 0);
37181                     if (target == null)
37182                     {
37183                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(KINORHYNCHA$164);
37184                     }
37185                     target.set(kinorhyncha);
37186                 }
37187             }
37188             
37189             
37190 
37191 
37192             public void unsetKinorhyncha()
37193             {
37194                 synchronized (monitor())
37195                 {
37196                     check_orphaned();
37197                     get_store().remove_element(KINORHYNCHA$164, 0);
37198                 }
37199             }
37200             
37201             
37202 
37203 
37204             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getLoricifera()
37205             {
37206                 synchronized (monitor())
37207                 {
37208                     check_orphaned();
37209                     org.apache.xmlbeans.SimpleValue target = null;
37210                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(LORICIFERA$166, 0);
37211                     if (target == null)
37212                     {
37213                       return null;
37214                     }
37215                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
37216                 }
37217             }
37218             
37219             
37220 
37221 
37222             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetLoricifera()
37223             {
37224                 synchronized (monitor())
37225                 {
37226                     check_orphaned();
37227                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
37228                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(LORICIFERA$166, 0);
37229                     return target;
37230                 }
37231             }
37232             
37233             
37234 
37235 
37236             public boolean isSetLoricifera()
37237             {
37238                 synchronized (monitor())
37239                 {
37240                     check_orphaned();
37241                     return get_store().count_elements(LORICIFERA$166) != 0;
37242                 }
37243             }
37244             
37245             
37246 
37247 
37248             public void setLoricifera(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum loricifera)
37249             {
37250                 synchronized (monitor())
37251                 {
37252                     check_orphaned();
37253                     org.apache.xmlbeans.SimpleValue target = null;
37254                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(LORICIFERA$166, 0);
37255                     if (target == null)
37256                     {
37257                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(LORICIFERA$166);
37258                     }
37259                     target.setEnumValue(loricifera);
37260                 }
37261             }
37262             
37263             
37264 
37265 
37266             public void xsetLoricifera(gov.grants.apply.system.globalLibraryV20.YesNoDataType loricifera)
37267             {
37268                 synchronized (monitor())
37269                 {
37270                     check_orphaned();
37271                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
37272                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(LORICIFERA$166, 0);
37273                     if (target == null)
37274                     {
37275                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(LORICIFERA$166);
37276                     }
37277                     target.set(loricifera);
37278                 }
37279             }
37280             
37281             
37282 
37283 
37284             public void unsetLoricifera()
37285             {
37286                 synchronized (monitor())
37287                 {
37288                     check_orphaned();
37289                     get_store().remove_element(LORICIFERA$166, 0);
37290                 }
37291             }
37292             
37293             
37294 
37295 
37296             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNematoda()
37297             {
37298                 synchronized (monitor())
37299                 {
37300                     check_orphaned();
37301                     org.apache.xmlbeans.SimpleValue target = null;
37302                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NEMATODA$168, 0);
37303                     if (target == null)
37304                     {
37305                       return null;
37306                     }
37307                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
37308                 }
37309             }
37310             
37311             
37312 
37313 
37314             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNematoda()
37315             {
37316                 synchronized (monitor())
37317                 {
37318                     check_orphaned();
37319                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
37320                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(NEMATODA$168, 0);
37321                     return target;
37322                 }
37323             }
37324             
37325             
37326 
37327 
37328             public boolean isSetNematoda()
37329             {
37330                 synchronized (monitor())
37331                 {
37332                     check_orphaned();
37333                     return get_store().count_elements(NEMATODA$168) != 0;
37334                 }
37335             }
37336             
37337             
37338 
37339 
37340             public void setNematoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum nematoda)
37341             {
37342                 synchronized (monitor())
37343                 {
37344                     check_orphaned();
37345                     org.apache.xmlbeans.SimpleValue target = null;
37346                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NEMATODA$168, 0);
37347                     if (target == null)
37348                     {
37349                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(NEMATODA$168);
37350                     }
37351                     target.setEnumValue(nematoda);
37352                 }
37353             }
37354             
37355             
37356 
37357 
37358             public void xsetNematoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType nematoda)
37359             {
37360                 synchronized (monitor())
37361                 {
37362                     check_orphaned();
37363                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
37364                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(NEMATODA$168, 0);
37365                     if (target == null)
37366                     {
37367                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(NEMATODA$168);
37368                     }
37369                     target.set(nematoda);
37370                 }
37371             }
37372             
37373             
37374 
37375 
37376             public void unsetNematoda()
37377             {
37378                 synchronized (monitor())
37379                 {
37380                     check_orphaned();
37381                     get_store().remove_element(NEMATODA$168, 0);
37382                 }
37383             }
37384             
37385             
37386 
37387 
37388             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNematomorpha()
37389             {
37390                 synchronized (monitor())
37391                 {
37392                     check_orphaned();
37393                     org.apache.xmlbeans.SimpleValue target = null;
37394                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NEMATOMORPHA$170, 0);
37395                     if (target == null)
37396                     {
37397                       return null;
37398                     }
37399                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
37400                 }
37401             }
37402             
37403             
37404 
37405 
37406             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNematomorpha()
37407             {
37408                 synchronized (monitor())
37409                 {
37410                     check_orphaned();
37411                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
37412                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(NEMATOMORPHA$170, 0);
37413                     return target;
37414                 }
37415             }
37416             
37417             
37418 
37419 
37420             public boolean isSetNematomorpha()
37421             {
37422                 synchronized (monitor())
37423                 {
37424                     check_orphaned();
37425                     return get_store().count_elements(NEMATOMORPHA$170) != 0;
37426                 }
37427             }
37428             
37429             
37430 
37431 
37432             public void setNematomorpha(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum nematomorpha)
37433             {
37434                 synchronized (monitor())
37435                 {
37436                     check_orphaned();
37437                     org.apache.xmlbeans.SimpleValue target = null;
37438                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NEMATOMORPHA$170, 0);
37439                     if (target == null)
37440                     {
37441                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(NEMATOMORPHA$170);
37442                     }
37443                     target.setEnumValue(nematomorpha);
37444                 }
37445             }
37446             
37447             
37448 
37449 
37450             public void xsetNematomorpha(gov.grants.apply.system.globalLibraryV20.YesNoDataType nematomorpha)
37451             {
37452                 synchronized (monitor())
37453                 {
37454                     check_orphaned();
37455                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
37456                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(NEMATOMORPHA$170, 0);
37457                     if (target == null)
37458                     {
37459                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(NEMATOMORPHA$170);
37460                     }
37461                     target.set(nematomorpha);
37462                 }
37463             }
37464             
37465             
37466 
37467 
37468             public void unsetNematomorpha()
37469             {
37470                 synchronized (monitor())
37471                 {
37472                     check_orphaned();
37473                     get_store().remove_element(NEMATOMORPHA$170, 0);
37474                 }
37475             }
37476             
37477             
37478 
37479 
37480             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getRotifera()
37481             {
37482                 synchronized (monitor())
37483                 {
37484                     check_orphaned();
37485                     org.apache.xmlbeans.SimpleValue target = null;
37486                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ROTIFERA$172, 0);
37487                     if (target == null)
37488                     {
37489                       return null;
37490                     }
37491                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
37492                 }
37493             }
37494             
37495             
37496 
37497 
37498             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetRotifera()
37499             {
37500                 synchronized (monitor())
37501                 {
37502                     check_orphaned();
37503                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
37504                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ROTIFERA$172, 0);
37505                     return target;
37506                 }
37507             }
37508             
37509             
37510 
37511 
37512             public boolean isSetRotifera()
37513             {
37514                 synchronized (monitor())
37515                 {
37516                     check_orphaned();
37517                     return get_store().count_elements(ROTIFERA$172) != 0;
37518                 }
37519             }
37520             
37521             
37522 
37523 
37524             public void setRotifera(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum rotifera)
37525             {
37526                 synchronized (monitor())
37527                 {
37528                     check_orphaned();
37529                     org.apache.xmlbeans.SimpleValue target = null;
37530                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ROTIFERA$172, 0);
37531                     if (target == null)
37532                     {
37533                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ROTIFERA$172);
37534                     }
37535                     target.setEnumValue(rotifera);
37536                 }
37537             }
37538             
37539             
37540 
37541 
37542             public void xsetRotifera(gov.grants.apply.system.globalLibraryV20.YesNoDataType rotifera)
37543             {
37544                 synchronized (monitor())
37545                 {
37546                     check_orphaned();
37547                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
37548                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ROTIFERA$172, 0);
37549                     if (target == null)
37550                     {
37551                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ROTIFERA$172);
37552                     }
37553                     target.set(rotifera);
37554                 }
37555             }
37556             
37557             
37558 
37559 
37560             public void unsetRotifera()
37561             {
37562                 synchronized (monitor())
37563                 {
37564                     check_orphaned();
37565                     get_store().remove_element(ROTIFERA$172, 0);
37566                 }
37567             }
37568             
37569             
37570 
37571 
37572             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getACANTHOCEPHALA()
37573             {
37574                 synchronized (monitor())
37575                 {
37576                     check_orphaned();
37577                     org.apache.xmlbeans.SimpleValue target = null;
37578                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ACANTHOCEPHALA$174, 0);
37579                     if (target == null)
37580                     {
37581                       return null;
37582                     }
37583                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
37584                 }
37585             }
37586             
37587             
37588 
37589 
37590             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetACANTHOCEPHALA()
37591             {
37592                 synchronized (monitor())
37593                 {
37594                     check_orphaned();
37595                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
37596                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ACANTHOCEPHALA$174, 0);
37597                     return target;
37598                 }
37599             }
37600             
37601             
37602 
37603 
37604             public boolean isSetACANTHOCEPHALA()
37605             {
37606                 synchronized (monitor())
37607                 {
37608                     check_orphaned();
37609                     return get_store().count_elements(ACANTHOCEPHALA$174) != 0;
37610                 }
37611             }
37612             
37613             
37614 
37615 
37616             public void setACANTHOCEPHALA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum acanthocephala)
37617             {
37618                 synchronized (monitor())
37619                 {
37620                     check_orphaned();
37621                     org.apache.xmlbeans.SimpleValue target = null;
37622                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ACANTHOCEPHALA$174, 0);
37623                     if (target == null)
37624                     {
37625                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ACANTHOCEPHALA$174);
37626                     }
37627                     target.setEnumValue(acanthocephala);
37628                 }
37629             }
37630             
37631             
37632 
37633 
37634             public void xsetACANTHOCEPHALA(gov.grants.apply.system.globalLibraryV20.YesNoDataType acanthocephala)
37635             {
37636                 synchronized (monitor())
37637                 {
37638                     check_orphaned();
37639                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
37640                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ACANTHOCEPHALA$174, 0);
37641                     if (target == null)
37642                     {
37643                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ACANTHOCEPHALA$174);
37644                     }
37645                     target.set(acanthocephala);
37646                 }
37647             }
37648             
37649             
37650 
37651 
37652             public void unsetACANTHOCEPHALA()
37653             {
37654                 synchronized (monitor())
37655                 {
37656                     check_orphaned();
37657                     get_store().remove_element(ACANTHOCEPHALA$174, 0);
37658                 }
37659             }
37660             
37661             
37662 
37663 
37664             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPRIAPULOIDEA()
37665             {
37666                 synchronized (monitor())
37667                 {
37668                     check_orphaned();
37669                     org.apache.xmlbeans.SimpleValue target = null;
37670                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PRIAPULOIDEA$176, 0);
37671                     if (target == null)
37672                     {
37673                       return null;
37674                     }
37675                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
37676                 }
37677             }
37678             
37679             
37680 
37681 
37682             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPRIAPULOIDEA()
37683             {
37684                 synchronized (monitor())
37685                 {
37686                     check_orphaned();
37687                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
37688                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PRIAPULOIDEA$176, 0);
37689                     return target;
37690                 }
37691             }
37692             
37693             
37694 
37695 
37696             public boolean isSetPRIAPULOIDEA()
37697             {
37698                 synchronized (monitor())
37699                 {
37700                     check_orphaned();
37701                     return get_store().count_elements(PRIAPULOIDEA$176) != 0;
37702                 }
37703             }
37704             
37705             
37706 
37707 
37708             public void setPRIAPULOIDEA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum priapuloidea)
37709             {
37710                 synchronized (monitor())
37711                 {
37712                     check_orphaned();
37713                     org.apache.xmlbeans.SimpleValue target = null;
37714                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PRIAPULOIDEA$176, 0);
37715                     if (target == null)
37716                     {
37717                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PRIAPULOIDEA$176);
37718                     }
37719                     target.setEnumValue(priapuloidea);
37720                 }
37721             }
37722             
37723             
37724 
37725 
37726             public void xsetPRIAPULOIDEA(gov.grants.apply.system.globalLibraryV20.YesNoDataType priapuloidea)
37727             {
37728                 synchronized (monitor())
37729                 {
37730                     check_orphaned();
37731                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
37732                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PRIAPULOIDEA$176, 0);
37733                     if (target == null)
37734                     {
37735                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PRIAPULOIDEA$176);
37736                     }
37737                     target.set(priapuloidea);
37738                 }
37739             }
37740             
37741             
37742 
37743 
37744             public void unsetPRIAPULOIDEA()
37745             {
37746                 synchronized (monitor())
37747                 {
37748                     check_orphaned();
37749                     get_store().remove_element(PRIAPULOIDEA$176, 0);
37750                 }
37751             }
37752             
37753             
37754 
37755 
37756             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBRYOZOA()
37757             {
37758                 synchronized (monitor())
37759                 {
37760                     check_orphaned();
37761                     org.apache.xmlbeans.SimpleValue target = null;
37762                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(BRYOZOA$178, 0);
37763                     if (target == null)
37764                     {
37765                       return null;
37766                     }
37767                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
37768                 }
37769             }
37770             
37771             
37772 
37773 
37774             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBRYOZOA()
37775             {
37776                 synchronized (monitor())
37777                 {
37778                     check_orphaned();
37779                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
37780                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(BRYOZOA$178, 0);
37781                     return target;
37782                 }
37783             }
37784             
37785             
37786 
37787 
37788             public boolean isSetBRYOZOA()
37789             {
37790                 synchronized (monitor())
37791                 {
37792                     check_orphaned();
37793                     return get_store().count_elements(BRYOZOA$178) != 0;
37794                 }
37795             }
37796             
37797             
37798 
37799 
37800             public void setBRYOZOA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum bryozoa)
37801             {
37802                 synchronized (monitor())
37803                 {
37804                     check_orphaned();
37805                     org.apache.xmlbeans.SimpleValue target = null;
37806                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(BRYOZOA$178, 0);
37807                     if (target == null)
37808                     {
37809                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(BRYOZOA$178);
37810                     }
37811                     target.setEnumValue(bryozoa);
37812                 }
37813             }
37814             
37815             
37816 
37817 
37818             public void xsetBRYOZOA(gov.grants.apply.system.globalLibraryV20.YesNoDataType bryozoa)
37819             {
37820                 synchronized (monitor())
37821                 {
37822                     check_orphaned();
37823                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
37824                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(BRYOZOA$178, 0);
37825                     if (target == null)
37826                     {
37827                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(BRYOZOA$178);
37828                     }
37829                     target.set(bryozoa);
37830                 }
37831             }
37832             
37833             
37834 
37835 
37836             public void unsetBRYOZOA()
37837             {
37838                 synchronized (monitor())
37839                 {
37840                     check_orphaned();
37841                     get_store().remove_element(BRYOZOA$178, 0);
37842                 }
37843             }
37844             
37845             
37846 
37847 
37848             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPHORONIDEA()
37849             {
37850                 synchronized (monitor())
37851                 {
37852                     check_orphaned();
37853                     org.apache.xmlbeans.SimpleValue target = null;
37854                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PHORONIDEA$180, 0);
37855                     if (target == null)
37856                     {
37857                       return null;
37858                     }
37859                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
37860                 }
37861             }
37862             
37863             
37864 
37865 
37866             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPHORONIDEA()
37867             {
37868                 synchronized (monitor())
37869                 {
37870                     check_orphaned();
37871                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
37872                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PHORONIDEA$180, 0);
37873                     return target;
37874                 }
37875             }
37876             
37877             
37878 
37879 
37880             public boolean isSetPHORONIDEA()
37881             {
37882                 synchronized (monitor())
37883                 {
37884                     check_orphaned();
37885                     return get_store().count_elements(PHORONIDEA$180) != 0;
37886                 }
37887             }
37888             
37889             
37890 
37891 
37892             public void setPHORONIDEA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum phoronidea)
37893             {
37894                 synchronized (monitor())
37895                 {
37896                     check_orphaned();
37897                     org.apache.xmlbeans.SimpleValue target = null;
37898                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PHORONIDEA$180, 0);
37899                     if (target == null)
37900                     {
37901                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PHORONIDEA$180);
37902                     }
37903                     target.setEnumValue(phoronidea);
37904                 }
37905             }
37906             
37907             
37908 
37909 
37910             public void xsetPHORONIDEA(gov.grants.apply.system.globalLibraryV20.YesNoDataType phoronidea)
37911             {
37912                 synchronized (monitor())
37913                 {
37914                     check_orphaned();
37915                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
37916                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PHORONIDEA$180, 0);
37917                     if (target == null)
37918                     {
37919                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PHORONIDEA$180);
37920                     }
37921                     target.set(phoronidea);
37922                 }
37923             }
37924             
37925             
37926 
37927 
37928             public void unsetPHORONIDEA()
37929             {
37930                 synchronized (monitor())
37931                 {
37932                     check_orphaned();
37933                     get_store().remove_element(PHORONIDEA$180, 0);
37934                 }
37935             }
37936             
37937             
37938 
37939 
37940             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBRACHIOPODA()
37941             {
37942                 synchronized (monitor())
37943                 {
37944                     check_orphaned();
37945                     org.apache.xmlbeans.SimpleValue target = null;
37946                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(BRACHIOPODA$182, 0);
37947                     if (target == null)
37948                     {
37949                       return null;
37950                     }
37951                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
37952                 }
37953             }
37954             
37955             
37956 
37957 
37958             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBRACHIOPODA()
37959             {
37960                 synchronized (monitor())
37961                 {
37962                     check_orphaned();
37963                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
37964                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(BRACHIOPODA$182, 0);
37965                     return target;
37966                 }
37967             }
37968             
37969             
37970 
37971 
37972             public boolean isSetBRACHIOPODA()
37973             {
37974                 synchronized (monitor())
37975                 {
37976                     check_orphaned();
37977                     return get_store().count_elements(BRACHIOPODA$182) != 0;
37978                 }
37979             }
37980             
37981             
37982 
37983 
37984             public void setBRACHIOPODA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum brachiopoda)
37985             {
37986                 synchronized (monitor())
37987                 {
37988                     check_orphaned();
37989                     org.apache.xmlbeans.SimpleValue target = null;
37990                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(BRACHIOPODA$182, 0);
37991                     if (target == null)
37992                     {
37993                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(BRACHIOPODA$182);
37994                     }
37995                     target.setEnumValue(brachiopoda);
37996                 }
37997             }
37998             
37999             
38000 
38001 
38002             public void xsetBRACHIOPODA(gov.grants.apply.system.globalLibraryV20.YesNoDataType brachiopoda)
38003             {
38004                 synchronized (monitor())
38005                 {
38006                     check_orphaned();
38007                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
38008                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(BRACHIOPODA$182, 0);
38009                     if (target == null)
38010                     {
38011                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(BRACHIOPODA$182);
38012                     }
38013                     target.set(brachiopoda);
38014                 }
38015             }
38016             
38017             
38018 
38019 
38020             public void unsetBRACHIOPODA()
38021             {
38022                 synchronized (monitor())
38023                 {
38024                     check_orphaned();
38025                     get_store().remove_element(BRACHIOPODA$182, 0);
38026                 }
38027             }
38028             
38029             
38030 
38031 
38032             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMOLLUSCA()
38033             {
38034                 synchronized (monitor())
38035                 {
38036                     check_orphaned();
38037                     org.apache.xmlbeans.SimpleValue target = null;
38038                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MOLLUSCA$184, 0);
38039                     if (target == null)
38040                     {
38041                       return null;
38042                     }
38043                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
38044                 }
38045             }
38046             
38047             
38048 
38049 
38050             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMOLLUSCA()
38051             {
38052                 synchronized (monitor())
38053                 {
38054                     check_orphaned();
38055                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
38056                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MOLLUSCA$184, 0);
38057                     return target;
38058                 }
38059             }
38060             
38061             
38062 
38063 
38064             public boolean isSetMOLLUSCA()
38065             {
38066                 synchronized (monitor())
38067                 {
38068                     check_orphaned();
38069                     return get_store().count_elements(MOLLUSCA$184) != 0;
38070                 }
38071             }
38072             
38073             
38074 
38075 
38076             public void setMOLLUSCA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum mollusca)
38077             {
38078                 synchronized (monitor())
38079                 {
38080                     check_orphaned();
38081                     org.apache.xmlbeans.SimpleValue target = null;
38082                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MOLLUSCA$184, 0);
38083                     if (target == null)
38084                     {
38085                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(MOLLUSCA$184);
38086                     }
38087                     target.setEnumValue(mollusca);
38088                 }
38089             }
38090             
38091             
38092 
38093 
38094             public void xsetMOLLUSCA(gov.grants.apply.system.globalLibraryV20.YesNoDataType mollusca)
38095             {
38096                 synchronized (monitor())
38097                 {
38098                     check_orphaned();
38099                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
38100                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MOLLUSCA$184, 0);
38101                     if (target == null)
38102                     {
38103                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(MOLLUSCA$184);
38104                     }
38105                     target.set(mollusca);
38106                 }
38107             }
38108             
38109             
38110 
38111 
38112             public void unsetMOLLUSCA()
38113             {
38114                 synchronized (monitor())
38115                 {
38116                     check_orphaned();
38117                     get_store().remove_element(MOLLUSCA$184, 0);
38118                 }
38119             }
38120             
38121             
38122 
38123 
38124             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMonoplacophora()
38125             {
38126                 synchronized (monitor())
38127                 {
38128                     check_orphaned();
38129                     org.apache.xmlbeans.SimpleValue target = null;
38130                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MONOPLACOPHORA$186, 0);
38131                     if (target == null)
38132                     {
38133                       return null;
38134                     }
38135                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
38136                 }
38137             }
38138             
38139             
38140 
38141 
38142             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMonoplacophora()
38143             {
38144                 synchronized (monitor())
38145                 {
38146                     check_orphaned();
38147                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
38148                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MONOPLACOPHORA$186, 0);
38149                     return target;
38150                 }
38151             }
38152             
38153             
38154 
38155 
38156             public boolean isSetMonoplacophora()
38157             {
38158                 synchronized (monitor())
38159                 {
38160                     check_orphaned();
38161                     return get_store().count_elements(MONOPLACOPHORA$186) != 0;
38162                 }
38163             }
38164             
38165             
38166 
38167 
38168             public void setMonoplacophora(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum monoplacophora)
38169             {
38170                 synchronized (monitor())
38171                 {
38172                     check_orphaned();
38173                     org.apache.xmlbeans.SimpleValue target = null;
38174                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MONOPLACOPHORA$186, 0);
38175                     if (target == null)
38176                     {
38177                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(MONOPLACOPHORA$186);
38178                     }
38179                     target.setEnumValue(monoplacophora);
38180                 }
38181             }
38182             
38183             
38184 
38185 
38186             public void xsetMonoplacophora(gov.grants.apply.system.globalLibraryV20.YesNoDataType monoplacophora)
38187             {
38188                 synchronized (monitor())
38189                 {
38190                     check_orphaned();
38191                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
38192                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MONOPLACOPHORA$186, 0);
38193                     if (target == null)
38194                     {
38195                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(MONOPLACOPHORA$186);
38196                     }
38197                     target.set(monoplacophora);
38198                 }
38199             }
38200             
38201             
38202 
38203 
38204             public void unsetMonoplacophora()
38205             {
38206                 synchronized (monitor())
38207                 {
38208                     check_orphaned();
38209                     get_store().remove_element(MONOPLACOPHORA$186, 0);
38210                 }
38211             }
38212             
38213             
38214 
38215 
38216             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAplacophora()
38217             {
38218                 synchronized (monitor())
38219                 {
38220                     check_orphaned();
38221                     org.apache.xmlbeans.SimpleValue target = null;
38222                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(APLACOPHORA$188, 0);
38223                     if (target == null)
38224                     {
38225                       return null;
38226                     }
38227                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
38228                 }
38229             }
38230             
38231             
38232 
38233 
38234             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAplacophora()
38235             {
38236                 synchronized (monitor())
38237                 {
38238                     check_orphaned();
38239                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
38240                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(APLACOPHORA$188, 0);
38241                     return target;
38242                 }
38243             }
38244             
38245             
38246 
38247 
38248             public boolean isSetAplacophora()
38249             {
38250                 synchronized (monitor())
38251                 {
38252                     check_orphaned();
38253                     return get_store().count_elements(APLACOPHORA$188) != 0;
38254                 }
38255             }
38256             
38257             
38258 
38259 
38260             public void setAplacophora(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum aplacophora)
38261             {
38262                 synchronized (monitor())
38263                 {
38264                     check_orphaned();
38265                     org.apache.xmlbeans.SimpleValue target = null;
38266                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(APLACOPHORA$188, 0);
38267                     if (target == null)
38268                     {
38269                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(APLACOPHORA$188);
38270                     }
38271                     target.setEnumValue(aplacophora);
38272                 }
38273             }
38274             
38275             
38276 
38277 
38278             public void xsetAplacophora(gov.grants.apply.system.globalLibraryV20.YesNoDataType aplacophora)
38279             {
38280                 synchronized (monitor())
38281                 {
38282                     check_orphaned();
38283                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
38284                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(APLACOPHORA$188, 0);
38285                     if (target == null)
38286                     {
38287                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(APLACOPHORA$188);
38288                     }
38289                     target.set(aplacophora);
38290                 }
38291             }
38292             
38293             
38294 
38295 
38296             public void unsetAplacophora()
38297             {
38298                 synchronized (monitor())
38299                 {
38300                     check_orphaned();
38301                     get_store().remove_element(APLACOPHORA$188, 0);
38302                 }
38303             }
38304             
38305             
38306 
38307 
38308             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPolyplacophora()
38309             {
38310                 synchronized (monitor())
38311                 {
38312                     check_orphaned();
38313                     org.apache.xmlbeans.SimpleValue target = null;
38314                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(POLYPLACOPHORA$190, 0);
38315                     if (target == null)
38316                     {
38317                       return null;
38318                     }
38319                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
38320                 }
38321             }
38322             
38323             
38324 
38325 
38326             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPolyplacophora()
38327             {
38328                 synchronized (monitor())
38329                 {
38330                     check_orphaned();
38331                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
38332                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(POLYPLACOPHORA$190, 0);
38333                     return target;
38334                 }
38335             }
38336             
38337             
38338 
38339 
38340             public boolean isSetPolyplacophora()
38341             {
38342                 synchronized (monitor())
38343                 {
38344                     check_orphaned();
38345                     return get_store().count_elements(POLYPLACOPHORA$190) != 0;
38346                 }
38347             }
38348             
38349             
38350 
38351 
38352             public void setPolyplacophora(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum polyplacophora)
38353             {
38354                 synchronized (monitor())
38355                 {
38356                     check_orphaned();
38357                     org.apache.xmlbeans.SimpleValue target = null;
38358                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(POLYPLACOPHORA$190, 0);
38359                     if (target == null)
38360                     {
38361                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(POLYPLACOPHORA$190);
38362                     }
38363                     target.setEnumValue(polyplacophora);
38364                 }
38365             }
38366             
38367             
38368 
38369 
38370             public void xsetPolyplacophora(gov.grants.apply.system.globalLibraryV20.YesNoDataType polyplacophora)
38371             {
38372                 synchronized (monitor())
38373                 {
38374                     check_orphaned();
38375                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
38376                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(POLYPLACOPHORA$190, 0);
38377                     if (target == null)
38378                     {
38379                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(POLYPLACOPHORA$190);
38380                     }
38381                     target.set(polyplacophora);
38382                 }
38383             }
38384             
38385             
38386 
38387 
38388             public void unsetPolyplacophora()
38389             {
38390                 synchronized (monitor())
38391                 {
38392                     check_orphaned();
38393                     get_store().remove_element(POLYPLACOPHORA$190, 0);
38394                 }
38395             }
38396             
38397             
38398 
38399 
38400             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getScaphopoda()
38401             {
38402                 synchronized (monitor())
38403                 {
38404                     check_orphaned();
38405                     org.apache.xmlbeans.SimpleValue target = null;
38406                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SCAPHOPODA$192, 0);
38407                     if (target == null)
38408                     {
38409                       return null;
38410                     }
38411                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
38412                 }
38413             }
38414             
38415             
38416 
38417 
38418             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetScaphopoda()
38419             {
38420                 synchronized (monitor())
38421                 {
38422                     check_orphaned();
38423                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
38424                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SCAPHOPODA$192, 0);
38425                     return target;
38426                 }
38427             }
38428             
38429             
38430 
38431 
38432             public boolean isSetScaphopoda()
38433             {
38434                 synchronized (monitor())
38435                 {
38436                     check_orphaned();
38437                     return get_store().count_elements(SCAPHOPODA$192) != 0;
38438                 }
38439             }
38440             
38441             
38442 
38443 
38444             public void setScaphopoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum scaphopoda)
38445             {
38446                 synchronized (monitor())
38447                 {
38448                     check_orphaned();
38449                     org.apache.xmlbeans.SimpleValue target = null;
38450                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SCAPHOPODA$192, 0);
38451                     if (target == null)
38452                     {
38453                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SCAPHOPODA$192);
38454                     }
38455                     target.setEnumValue(scaphopoda);
38456                 }
38457             }
38458             
38459             
38460 
38461 
38462             public void xsetScaphopoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType scaphopoda)
38463             {
38464                 synchronized (monitor())
38465                 {
38466                     check_orphaned();
38467                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
38468                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SCAPHOPODA$192, 0);
38469                     if (target == null)
38470                     {
38471                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SCAPHOPODA$192);
38472                     }
38473                     target.set(scaphopoda);
38474                 }
38475             }
38476             
38477             
38478 
38479 
38480             public void unsetScaphopoda()
38481             {
38482                 synchronized (monitor())
38483                 {
38484                     check_orphaned();
38485                     get_store().remove_element(SCAPHOPODA$192, 0);
38486                 }
38487             }
38488             
38489             
38490 
38491 
38492             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getGastropoda()
38493             {
38494                 synchronized (monitor())
38495                 {
38496                     check_orphaned();
38497                     org.apache.xmlbeans.SimpleValue target = null;
38498                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(GASTROPODA$194, 0);
38499                     if (target == null)
38500                     {
38501                       return null;
38502                     }
38503                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
38504                 }
38505             }
38506             
38507             
38508 
38509 
38510             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetGastropoda()
38511             {
38512                 synchronized (monitor())
38513                 {
38514                     check_orphaned();
38515                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
38516                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(GASTROPODA$194, 0);
38517                     return target;
38518                 }
38519             }
38520             
38521             
38522 
38523 
38524             public boolean isSetGastropoda()
38525             {
38526                 synchronized (monitor())
38527                 {
38528                     check_orphaned();
38529                     return get_store().count_elements(GASTROPODA$194) != 0;
38530                 }
38531             }
38532             
38533             
38534 
38535 
38536             public void setGastropoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum gastropoda)
38537             {
38538                 synchronized (monitor())
38539                 {
38540                     check_orphaned();
38541                     org.apache.xmlbeans.SimpleValue target = null;
38542                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(GASTROPODA$194, 0);
38543                     if (target == null)
38544                     {
38545                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(GASTROPODA$194);
38546                     }
38547                     target.setEnumValue(gastropoda);
38548                 }
38549             }
38550             
38551             
38552 
38553 
38554             public void xsetGastropoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType gastropoda)
38555             {
38556                 synchronized (monitor())
38557                 {
38558                     check_orphaned();
38559                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
38560                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(GASTROPODA$194, 0);
38561                     if (target == null)
38562                     {
38563                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(GASTROPODA$194);
38564                     }
38565                     target.set(gastropoda);
38566                 }
38567             }
38568             
38569             
38570 
38571 
38572             public void unsetGastropoda()
38573             {
38574                 synchronized (monitor())
38575                 {
38576                     check_orphaned();
38577                     get_store().remove_element(GASTROPODA$194, 0);
38578                 }
38579             }
38580             
38581             
38582 
38583 
38584             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPelecypoda()
38585             {
38586                 synchronized (monitor())
38587                 {
38588                     check_orphaned();
38589                     org.apache.xmlbeans.SimpleValue target = null;
38590                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PELECYPODA$196, 0);
38591                     if (target == null)
38592                     {
38593                       return null;
38594                     }
38595                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
38596                 }
38597             }
38598             
38599             
38600 
38601 
38602             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPelecypoda()
38603             {
38604                 synchronized (monitor())
38605                 {
38606                     check_orphaned();
38607                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
38608                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PELECYPODA$196, 0);
38609                     return target;
38610                 }
38611             }
38612             
38613             
38614 
38615 
38616             public boolean isSetPelecypoda()
38617             {
38618                 synchronized (monitor())
38619                 {
38620                     check_orphaned();
38621                     return get_store().count_elements(PELECYPODA$196) != 0;
38622                 }
38623             }
38624             
38625             
38626 
38627 
38628             public void setPelecypoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum pelecypoda)
38629             {
38630                 synchronized (monitor())
38631                 {
38632                     check_orphaned();
38633                     org.apache.xmlbeans.SimpleValue target = null;
38634                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PELECYPODA$196, 0);
38635                     if (target == null)
38636                     {
38637                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PELECYPODA$196);
38638                     }
38639                     target.setEnumValue(pelecypoda);
38640                 }
38641             }
38642             
38643             
38644 
38645 
38646             public void xsetPelecypoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType pelecypoda)
38647             {
38648                 synchronized (monitor())
38649                 {
38650                     check_orphaned();
38651                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
38652                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PELECYPODA$196, 0);
38653                     if (target == null)
38654                     {
38655                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PELECYPODA$196);
38656                     }
38657                     target.set(pelecypoda);
38658                 }
38659             }
38660             
38661             
38662 
38663 
38664             public void unsetPelecypoda()
38665             {
38666                 synchronized (monitor())
38667                 {
38668                     check_orphaned();
38669                     get_store().remove_element(PELECYPODA$196, 0);
38670                 }
38671             }
38672             
38673             
38674 
38675 
38676             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCephalopoda()
38677             {
38678                 synchronized (monitor())
38679                 {
38680                     check_orphaned();
38681                     org.apache.xmlbeans.SimpleValue target = null;
38682                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CEPHALOPODA$198, 0);
38683                     if (target == null)
38684                     {
38685                       return null;
38686                     }
38687                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
38688                 }
38689             }
38690             
38691             
38692 
38693 
38694             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCephalopoda()
38695             {
38696                 synchronized (monitor())
38697                 {
38698                     check_orphaned();
38699                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
38700                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CEPHALOPODA$198, 0);
38701                     return target;
38702                 }
38703             }
38704             
38705             
38706 
38707 
38708             public boolean isSetCephalopoda()
38709             {
38710                 synchronized (monitor())
38711                 {
38712                     check_orphaned();
38713                     return get_store().count_elements(CEPHALOPODA$198) != 0;
38714                 }
38715             }
38716             
38717             
38718 
38719 
38720             public void setCephalopoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum cephalopoda)
38721             {
38722                 synchronized (monitor())
38723                 {
38724                     check_orphaned();
38725                     org.apache.xmlbeans.SimpleValue target = null;
38726                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CEPHALOPODA$198, 0);
38727                     if (target == null)
38728                     {
38729                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CEPHALOPODA$198);
38730                     }
38731                     target.setEnumValue(cephalopoda);
38732                 }
38733             }
38734             
38735             
38736 
38737 
38738             public void xsetCephalopoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType cephalopoda)
38739             {
38740                 synchronized (monitor())
38741                 {
38742                     check_orphaned();
38743                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
38744                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CEPHALOPODA$198, 0);
38745                     if (target == null)
38746                     {
38747                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CEPHALOPODA$198);
38748                     }
38749                     target.set(cephalopoda);
38750                 }
38751             }
38752             
38753             
38754 
38755 
38756             public void unsetCephalopoda()
38757             {
38758                 synchronized (monitor())
38759                 {
38760                     check_orphaned();
38761                     get_store().remove_element(CEPHALOPODA$198, 0);
38762                 }
38763             }
38764             
38765             
38766 
38767 
38768             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getANNELIDA()
38769             {
38770                 synchronized (monitor())
38771                 {
38772                     check_orphaned();
38773                     org.apache.xmlbeans.SimpleValue target = null;
38774                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ANNELIDA$200, 0);
38775                     if (target == null)
38776                     {
38777                       return null;
38778                     }
38779                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
38780                 }
38781             }
38782             
38783             
38784 
38785 
38786             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetANNELIDA()
38787             {
38788                 synchronized (monitor())
38789                 {
38790                     check_orphaned();
38791                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
38792                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ANNELIDA$200, 0);
38793                     return target;
38794                 }
38795             }
38796             
38797             
38798 
38799 
38800             public boolean isSetANNELIDA()
38801             {
38802                 synchronized (monitor())
38803                 {
38804                     check_orphaned();
38805                     return get_store().count_elements(ANNELIDA$200) != 0;
38806                 }
38807             }
38808             
38809             
38810 
38811 
38812             public void setANNELIDA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum annelida)
38813             {
38814                 synchronized (monitor())
38815                 {
38816                     check_orphaned();
38817                     org.apache.xmlbeans.SimpleValue target = null;
38818                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ANNELIDA$200, 0);
38819                     if (target == null)
38820                     {
38821                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ANNELIDA$200);
38822                     }
38823                     target.setEnumValue(annelida);
38824                 }
38825             }
38826             
38827             
38828 
38829 
38830             public void xsetANNELIDA(gov.grants.apply.system.globalLibraryV20.YesNoDataType annelida)
38831             {
38832                 synchronized (monitor())
38833                 {
38834                     check_orphaned();
38835                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
38836                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ANNELIDA$200, 0);
38837                     if (target == null)
38838                     {
38839                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ANNELIDA$200);
38840                     }
38841                     target.set(annelida);
38842                 }
38843             }
38844             
38845             
38846 
38847 
38848             public void unsetANNELIDA()
38849             {
38850                 synchronized (monitor())
38851                 {
38852                     check_orphaned();
38853                     get_store().remove_element(ANNELIDA$200, 0);
38854                 }
38855             }
38856             
38857             
38858 
38859 
38860             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPolychaeta()
38861             {
38862                 synchronized (monitor())
38863                 {
38864                     check_orphaned();
38865                     org.apache.xmlbeans.SimpleValue target = null;
38866                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(POLYCHAETA$202, 0);
38867                     if (target == null)
38868                     {
38869                       return null;
38870                     }
38871                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
38872                 }
38873             }
38874             
38875             
38876 
38877 
38878             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPolychaeta()
38879             {
38880                 synchronized (monitor())
38881                 {
38882                     check_orphaned();
38883                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
38884                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(POLYCHAETA$202, 0);
38885                     return target;
38886                 }
38887             }
38888             
38889             
38890 
38891 
38892             public boolean isSetPolychaeta()
38893             {
38894                 synchronized (monitor())
38895                 {
38896                     check_orphaned();
38897                     return get_store().count_elements(POLYCHAETA$202) != 0;
38898                 }
38899             }
38900             
38901             
38902 
38903 
38904             public void setPolychaeta(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum polychaeta)
38905             {
38906                 synchronized (monitor())
38907                 {
38908                     check_orphaned();
38909                     org.apache.xmlbeans.SimpleValue target = null;
38910                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(POLYCHAETA$202, 0);
38911                     if (target == null)
38912                     {
38913                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(POLYCHAETA$202);
38914                     }
38915                     target.setEnumValue(polychaeta);
38916                 }
38917             }
38918             
38919             
38920 
38921 
38922             public void xsetPolychaeta(gov.grants.apply.system.globalLibraryV20.YesNoDataType polychaeta)
38923             {
38924                 synchronized (monitor())
38925                 {
38926                     check_orphaned();
38927                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
38928                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(POLYCHAETA$202, 0);
38929                     if (target == null)
38930                     {
38931                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(POLYCHAETA$202);
38932                     }
38933                     target.set(polychaeta);
38934                 }
38935             }
38936             
38937             
38938 
38939 
38940             public void unsetPolychaeta()
38941             {
38942                 synchronized (monitor())
38943                 {
38944                     check_orphaned();
38945                     get_store().remove_element(POLYCHAETA$202, 0);
38946                 }
38947             }
38948             
38949             
38950 
38951 
38952             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getOligochaeta()
38953             {
38954                 synchronized (monitor())
38955                 {
38956                     check_orphaned();
38957                     org.apache.xmlbeans.SimpleValue target = null;
38958                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(OLIGOCHAETA$204, 0);
38959                     if (target == null)
38960                     {
38961                       return null;
38962                     }
38963                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
38964                 }
38965             }
38966             
38967             
38968 
38969 
38970             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetOligochaeta()
38971             {
38972                 synchronized (monitor())
38973                 {
38974                     check_orphaned();
38975                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
38976                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(OLIGOCHAETA$204, 0);
38977                     return target;
38978                 }
38979             }
38980             
38981             
38982 
38983 
38984             public boolean isSetOligochaeta()
38985             {
38986                 synchronized (monitor())
38987                 {
38988                     check_orphaned();
38989                     return get_store().count_elements(OLIGOCHAETA$204) != 0;
38990                 }
38991             }
38992             
38993             
38994 
38995 
38996             public void setOligochaeta(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum oligochaeta)
38997             {
38998                 synchronized (monitor())
38999                 {
39000                     check_orphaned();
39001                     org.apache.xmlbeans.SimpleValue target = null;
39002                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(OLIGOCHAETA$204, 0);
39003                     if (target == null)
39004                     {
39005                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(OLIGOCHAETA$204);
39006                     }
39007                     target.setEnumValue(oligochaeta);
39008                 }
39009             }
39010             
39011             
39012 
39013 
39014             public void xsetOligochaeta(gov.grants.apply.system.globalLibraryV20.YesNoDataType oligochaeta)
39015             {
39016                 synchronized (monitor())
39017                 {
39018                     check_orphaned();
39019                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
39020                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(OLIGOCHAETA$204, 0);
39021                     if (target == null)
39022                     {
39023                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(OLIGOCHAETA$204);
39024                     }
39025                     target.set(oligochaeta);
39026                 }
39027             }
39028             
39029             
39030 
39031 
39032             public void unsetOligochaeta()
39033             {
39034                 synchronized (monitor())
39035                 {
39036                     check_orphaned();
39037                     get_store().remove_element(OLIGOCHAETA$204, 0);
39038                 }
39039             }
39040             
39041             
39042 
39043 
39044             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getHirudinida()
39045             {
39046                 synchronized (monitor())
39047                 {
39048                     check_orphaned();
39049                     org.apache.xmlbeans.SimpleValue target = null;
39050                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(HIRUDINIDA$206, 0);
39051                     if (target == null)
39052                     {
39053                       return null;
39054                     }
39055                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
39056                 }
39057             }
39058             
39059             
39060 
39061 
39062             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetHirudinida()
39063             {
39064                 synchronized (monitor())
39065                 {
39066                     check_orphaned();
39067                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
39068                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(HIRUDINIDA$206, 0);
39069                     return target;
39070                 }
39071             }
39072             
39073             
39074 
39075 
39076             public boolean isSetHirudinida()
39077             {
39078                 synchronized (monitor())
39079                 {
39080                     check_orphaned();
39081                     return get_store().count_elements(HIRUDINIDA$206) != 0;
39082                 }
39083             }
39084             
39085             
39086 
39087 
39088             public void setHirudinida(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum hirudinida)
39089             {
39090                 synchronized (monitor())
39091                 {
39092                     check_orphaned();
39093                     org.apache.xmlbeans.SimpleValue target = null;
39094                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(HIRUDINIDA$206, 0);
39095                     if (target == null)
39096                     {
39097                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(HIRUDINIDA$206);
39098                     }
39099                     target.setEnumValue(hirudinida);
39100                 }
39101             }
39102             
39103             
39104 
39105 
39106             public void xsetHirudinida(gov.grants.apply.system.globalLibraryV20.YesNoDataType hirudinida)
39107             {
39108                 synchronized (monitor())
39109                 {
39110                     check_orphaned();
39111                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
39112                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(HIRUDINIDA$206, 0);
39113                     if (target == null)
39114                     {
39115                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(HIRUDINIDA$206);
39116                     }
39117                     target.set(hirudinida);
39118                 }
39119             }
39120             
39121             
39122 
39123 
39124             public void unsetHirudinida()
39125             {
39126                 synchronized (monitor())
39127                 {
39128                     check_orphaned();
39129                     get_store().remove_element(HIRUDINIDA$206, 0);
39130                 }
39131             }
39132             
39133             
39134 
39135 
39136             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPOGONOPHORA()
39137             {
39138                 synchronized (monitor())
39139                 {
39140                     check_orphaned();
39141                     org.apache.xmlbeans.SimpleValue target = null;
39142                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(POGONOPHORA$208, 0);
39143                     if (target == null)
39144                     {
39145                       return null;
39146                     }
39147                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
39148                 }
39149             }
39150             
39151             
39152 
39153 
39154             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPOGONOPHORA()
39155             {
39156                 synchronized (monitor())
39157                 {
39158                     check_orphaned();
39159                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
39160                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(POGONOPHORA$208, 0);
39161                     return target;
39162                 }
39163             }
39164             
39165             
39166 
39167 
39168             public boolean isSetPOGONOPHORA()
39169             {
39170                 synchronized (monitor())
39171                 {
39172                     check_orphaned();
39173                     return get_store().count_elements(POGONOPHORA$208) != 0;
39174                 }
39175             }
39176             
39177             
39178 
39179 
39180             public void setPOGONOPHORA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum pogonophora)
39181             {
39182                 synchronized (monitor())
39183                 {
39184                     check_orphaned();
39185                     org.apache.xmlbeans.SimpleValue target = null;
39186                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(POGONOPHORA$208, 0);
39187                     if (target == null)
39188                     {
39189                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(POGONOPHORA$208);
39190                     }
39191                     target.setEnumValue(pogonophora);
39192                 }
39193             }
39194             
39195             
39196 
39197 
39198             public void xsetPOGONOPHORA(gov.grants.apply.system.globalLibraryV20.YesNoDataType pogonophora)
39199             {
39200                 synchronized (monitor())
39201                 {
39202                     check_orphaned();
39203                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
39204                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(POGONOPHORA$208, 0);
39205                     if (target == null)
39206                     {
39207                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(POGONOPHORA$208);
39208                     }
39209                     target.set(pogonophora);
39210                 }
39211             }
39212             
39213             
39214 
39215 
39216             public void unsetPOGONOPHORA()
39217             {
39218                 synchronized (monitor())
39219                 {
39220                     check_orphaned();
39221                     get_store().remove_element(POGONOPHORA$208, 0);
39222                 }
39223             }
39224             
39225             
39226 
39227 
39228             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSIPUNCULOIDEA()
39229             {
39230                 synchronized (monitor())
39231                 {
39232                     check_orphaned();
39233                     org.apache.xmlbeans.SimpleValue target = null;
39234                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SIPUNCULOIDEA$210, 0);
39235                     if (target == null)
39236                     {
39237                       return null;
39238                     }
39239                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
39240                 }
39241             }
39242             
39243             
39244 
39245 
39246             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSIPUNCULOIDEA()
39247             {
39248                 synchronized (monitor())
39249                 {
39250                     check_orphaned();
39251                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
39252                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SIPUNCULOIDEA$210, 0);
39253                     return target;
39254                 }
39255             }
39256             
39257             
39258 
39259 
39260             public boolean isSetSIPUNCULOIDEA()
39261             {
39262                 synchronized (monitor())
39263                 {
39264                     check_orphaned();
39265                     return get_store().count_elements(SIPUNCULOIDEA$210) != 0;
39266                 }
39267             }
39268             
39269             
39270 
39271 
39272             public void setSIPUNCULOIDEA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum sipunculoidea)
39273             {
39274                 synchronized (monitor())
39275                 {
39276                     check_orphaned();
39277                     org.apache.xmlbeans.SimpleValue target = null;
39278                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SIPUNCULOIDEA$210, 0);
39279                     if (target == null)
39280                     {
39281                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SIPUNCULOIDEA$210);
39282                     }
39283                     target.setEnumValue(sipunculoidea);
39284                 }
39285             }
39286             
39287             
39288 
39289 
39290             public void xsetSIPUNCULOIDEA(gov.grants.apply.system.globalLibraryV20.YesNoDataType sipunculoidea)
39291             {
39292                 synchronized (monitor())
39293                 {
39294                     check_orphaned();
39295                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
39296                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SIPUNCULOIDEA$210, 0);
39297                     if (target == null)
39298                     {
39299                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SIPUNCULOIDEA$210);
39300                     }
39301                     target.set(sipunculoidea);
39302                 }
39303             }
39304             
39305             
39306 
39307 
39308             public void unsetSIPUNCULOIDEA()
39309             {
39310                 synchronized (monitor())
39311                 {
39312                     check_orphaned();
39313                     get_store().remove_element(SIPUNCULOIDEA$210, 0);
39314                 }
39315             }
39316             
39317             
39318 
39319 
39320             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getECHIUROIDEA()
39321             {
39322                 synchronized (monitor())
39323                 {
39324                     check_orphaned();
39325                     org.apache.xmlbeans.SimpleValue target = null;
39326                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ECHIUROIDEA$212, 0);
39327                     if (target == null)
39328                     {
39329                       return null;
39330                     }
39331                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
39332                 }
39333             }
39334             
39335             
39336 
39337 
39338             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetECHIUROIDEA()
39339             {
39340                 synchronized (monitor())
39341                 {
39342                     check_orphaned();
39343                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
39344                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ECHIUROIDEA$212, 0);
39345                     return target;
39346                 }
39347             }
39348             
39349             
39350 
39351 
39352             public boolean isSetECHIUROIDEA()
39353             {
39354                 synchronized (monitor())
39355                 {
39356                     check_orphaned();
39357                     return get_store().count_elements(ECHIUROIDEA$212) != 0;
39358                 }
39359             }
39360             
39361             
39362 
39363 
39364             public void setECHIUROIDEA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum echiuroidea)
39365             {
39366                 synchronized (monitor())
39367                 {
39368                     check_orphaned();
39369                     org.apache.xmlbeans.SimpleValue target = null;
39370                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ECHIUROIDEA$212, 0);
39371                     if (target == null)
39372                     {
39373                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ECHIUROIDEA$212);
39374                     }
39375                     target.setEnumValue(echiuroidea);
39376                 }
39377             }
39378             
39379             
39380 
39381 
39382             public void xsetECHIUROIDEA(gov.grants.apply.system.globalLibraryV20.YesNoDataType echiuroidea)
39383             {
39384                 synchronized (monitor())
39385                 {
39386                     check_orphaned();
39387                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
39388                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ECHIUROIDEA$212, 0);
39389                     if (target == null)
39390                     {
39391                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ECHIUROIDEA$212);
39392                     }
39393                     target.set(echiuroidea);
39394                 }
39395             }
39396             
39397             
39398 
39399 
39400             public void unsetECHIUROIDEA()
39401             {
39402                 synchronized (monitor())
39403                 {
39404                     check_orphaned();
39405                     get_store().remove_element(ECHIUROIDEA$212, 0);
39406                 }
39407             }
39408             
39409             
39410 
39411 
39412             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getARTHROPODA()
39413             {
39414                 synchronized (monitor())
39415                 {
39416                     check_orphaned();
39417                     org.apache.xmlbeans.SimpleValue target = null;
39418                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ARTHROPODA$214, 0);
39419                     if (target == null)
39420                     {
39421                       return null;
39422                     }
39423                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
39424                 }
39425             }
39426             
39427             
39428 
39429 
39430             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetARTHROPODA()
39431             {
39432                 synchronized (monitor())
39433                 {
39434                     check_orphaned();
39435                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
39436                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ARTHROPODA$214, 0);
39437                     return target;
39438                 }
39439             }
39440             
39441             
39442 
39443 
39444             public boolean isSetARTHROPODA()
39445             {
39446                 synchronized (monitor())
39447                 {
39448                     check_orphaned();
39449                     return get_store().count_elements(ARTHROPODA$214) != 0;
39450                 }
39451             }
39452             
39453             
39454 
39455 
39456             public void setARTHROPODA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum arthropoda)
39457             {
39458                 synchronized (monitor())
39459                 {
39460                     check_orphaned();
39461                     org.apache.xmlbeans.SimpleValue target = null;
39462                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ARTHROPODA$214, 0);
39463                     if (target == null)
39464                     {
39465                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ARTHROPODA$214);
39466                     }
39467                     target.setEnumValue(arthropoda);
39468                 }
39469             }
39470             
39471             
39472 
39473 
39474             public void xsetARTHROPODA(gov.grants.apply.system.globalLibraryV20.YesNoDataType arthropoda)
39475             {
39476                 synchronized (monitor())
39477                 {
39478                     check_orphaned();
39479                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
39480                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ARTHROPODA$214, 0);
39481                     if (target == null)
39482                     {
39483                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ARTHROPODA$214);
39484                     }
39485                     target.set(arthropoda);
39486                 }
39487             }
39488             
39489             
39490 
39491 
39492             public void unsetARTHROPODA()
39493             {
39494                 synchronized (monitor())
39495                 {
39496                     check_orphaned();
39497                     get_store().remove_element(ARTHROPODA$214, 0);
39498                 }
39499             }
39500             
39501             
39502 
39503 
39504             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheliceriformes()
39505             {
39506                 synchronized (monitor())
39507                 {
39508                     check_orphaned();
39509                     org.apache.xmlbeans.SimpleValue target = null;
39510                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CHELICERIFORMES$216, 0);
39511                     if (target == null)
39512                     {
39513                       return null;
39514                     }
39515                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
39516                 }
39517             }
39518             
39519             
39520 
39521 
39522             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheliceriformes()
39523             {
39524                 synchronized (monitor())
39525                 {
39526                     check_orphaned();
39527                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
39528                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CHELICERIFORMES$216, 0);
39529                     return target;
39530                 }
39531             }
39532             
39533             
39534 
39535 
39536             public boolean isSetCheliceriformes()
39537             {
39538                 synchronized (monitor())
39539                 {
39540                     check_orphaned();
39541                     return get_store().count_elements(CHELICERIFORMES$216) != 0;
39542                 }
39543             }
39544             
39545             
39546 
39547 
39548             public void setCheliceriformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum cheliceriformes)
39549             {
39550                 synchronized (monitor())
39551                 {
39552                     check_orphaned();
39553                     org.apache.xmlbeans.SimpleValue target = null;
39554                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CHELICERIFORMES$216, 0);
39555                     if (target == null)
39556                     {
39557                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CHELICERIFORMES$216);
39558                     }
39559                     target.setEnumValue(cheliceriformes);
39560                 }
39561             }
39562             
39563             
39564 
39565 
39566             public void xsetCheliceriformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType cheliceriformes)
39567             {
39568                 synchronized (monitor())
39569                 {
39570                     check_orphaned();
39571                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
39572                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CHELICERIFORMES$216, 0);
39573                     if (target == null)
39574                     {
39575                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CHELICERIFORMES$216);
39576                     }
39577                     target.set(cheliceriformes);
39578                 }
39579             }
39580             
39581             
39582 
39583 
39584             public void unsetCheliceriformes()
39585             {
39586                 synchronized (monitor())
39587                 {
39588                     check_orphaned();
39589                     get_store().remove_element(CHELICERIFORMES$216, 0);
39590                 }
39591             }
39592             
39593             
39594 
39595 
39596             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMerostomata()
39597             {
39598                 synchronized (monitor())
39599                 {
39600                     check_orphaned();
39601                     org.apache.xmlbeans.SimpleValue target = null;
39602                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MEROSTOMATA$218, 0);
39603                     if (target == null)
39604                     {
39605                       return null;
39606                     }
39607                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
39608                 }
39609             }
39610             
39611             
39612 
39613 
39614             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMerostomata()
39615             {
39616                 synchronized (monitor())
39617                 {
39618                     check_orphaned();
39619                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
39620                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MEROSTOMATA$218, 0);
39621                     return target;
39622                 }
39623             }
39624             
39625             
39626 
39627 
39628             public boolean isSetMerostomata()
39629             {
39630                 synchronized (monitor())
39631                 {
39632                     check_orphaned();
39633                     return get_store().count_elements(MEROSTOMATA$218) != 0;
39634                 }
39635             }
39636             
39637             
39638 
39639 
39640             public void setMerostomata(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum merostomata)
39641             {
39642                 synchronized (monitor())
39643                 {
39644                     check_orphaned();
39645                     org.apache.xmlbeans.SimpleValue target = null;
39646                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MEROSTOMATA$218, 0);
39647                     if (target == null)
39648                     {
39649                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(MEROSTOMATA$218);
39650                     }
39651                     target.setEnumValue(merostomata);
39652                 }
39653             }
39654             
39655             
39656 
39657 
39658             public void xsetMerostomata(gov.grants.apply.system.globalLibraryV20.YesNoDataType merostomata)
39659             {
39660                 synchronized (monitor())
39661                 {
39662                     check_orphaned();
39663                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
39664                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MEROSTOMATA$218, 0);
39665                     if (target == null)
39666                     {
39667                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(MEROSTOMATA$218);
39668                     }
39669                     target.set(merostomata);
39670                 }
39671             }
39672             
39673             
39674 
39675 
39676             public void unsetMerostomata()
39677             {
39678                 synchronized (monitor())
39679                 {
39680                     check_orphaned();
39681                     get_store().remove_element(MEROSTOMATA$218, 0);
39682                 }
39683             }
39684             
39685             
39686 
39687 
39688             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPycnogonida()
39689             {
39690                 synchronized (monitor())
39691                 {
39692                     check_orphaned();
39693                     org.apache.xmlbeans.SimpleValue target = null;
39694                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PYCNOGONIDA$220, 0);
39695                     if (target == null)
39696                     {
39697                       return null;
39698                     }
39699                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
39700                 }
39701             }
39702             
39703             
39704 
39705 
39706             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPycnogonida()
39707             {
39708                 synchronized (monitor())
39709                 {
39710                     check_orphaned();
39711                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
39712                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PYCNOGONIDA$220, 0);
39713                     return target;
39714                 }
39715             }
39716             
39717             
39718 
39719 
39720             public boolean isSetPycnogonida()
39721             {
39722                 synchronized (monitor())
39723                 {
39724                     check_orphaned();
39725                     return get_store().count_elements(PYCNOGONIDA$220) != 0;
39726                 }
39727             }
39728             
39729             
39730 
39731 
39732             public void setPycnogonida(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum pycnogonida)
39733             {
39734                 synchronized (monitor())
39735                 {
39736                     check_orphaned();
39737                     org.apache.xmlbeans.SimpleValue target = null;
39738                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PYCNOGONIDA$220, 0);
39739                     if (target == null)
39740                     {
39741                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PYCNOGONIDA$220);
39742                     }
39743                     target.setEnumValue(pycnogonida);
39744                 }
39745             }
39746             
39747             
39748 
39749 
39750             public void xsetPycnogonida(gov.grants.apply.system.globalLibraryV20.YesNoDataType pycnogonida)
39751             {
39752                 synchronized (monitor())
39753                 {
39754                     check_orphaned();
39755                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
39756                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PYCNOGONIDA$220, 0);
39757                     if (target == null)
39758                     {
39759                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PYCNOGONIDA$220);
39760                     }
39761                     target.set(pycnogonida);
39762                 }
39763             }
39764             
39765             
39766 
39767 
39768             public void unsetPycnogonida()
39769             {
39770                 synchronized (monitor())
39771                 {
39772                     check_orphaned();
39773                     get_store().remove_element(PYCNOGONIDA$220, 0);
39774                 }
39775             }
39776             
39777             
39778 
39779 
39780             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getScorpionida()
39781             {
39782                 synchronized (monitor())
39783                 {
39784                     check_orphaned();
39785                     org.apache.xmlbeans.SimpleValue target = null;
39786                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SCORPIONIDA$222, 0);
39787                     if (target == null)
39788                     {
39789                       return null;
39790                     }
39791                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
39792                 }
39793             }
39794             
39795             
39796 
39797 
39798             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetScorpionida()
39799             {
39800                 synchronized (monitor())
39801                 {
39802                     check_orphaned();
39803                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
39804                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SCORPIONIDA$222, 0);
39805                     return target;
39806                 }
39807             }
39808             
39809             
39810 
39811 
39812             public boolean isSetScorpionida()
39813             {
39814                 synchronized (monitor())
39815                 {
39816                     check_orphaned();
39817                     return get_store().count_elements(SCORPIONIDA$222) != 0;
39818                 }
39819             }
39820             
39821             
39822 
39823 
39824             public void setScorpionida(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum scorpionida)
39825             {
39826                 synchronized (monitor())
39827                 {
39828                     check_orphaned();
39829                     org.apache.xmlbeans.SimpleValue target = null;
39830                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SCORPIONIDA$222, 0);
39831                     if (target == null)
39832                     {
39833                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SCORPIONIDA$222);
39834                     }
39835                     target.setEnumValue(scorpionida);
39836                 }
39837             }
39838             
39839             
39840 
39841 
39842             public void xsetScorpionida(gov.grants.apply.system.globalLibraryV20.YesNoDataType scorpionida)
39843             {
39844                 synchronized (monitor())
39845                 {
39846                     check_orphaned();
39847                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
39848                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SCORPIONIDA$222, 0);
39849                     if (target == null)
39850                     {
39851                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SCORPIONIDA$222);
39852                     }
39853                     target.set(scorpionida);
39854                 }
39855             }
39856             
39857             
39858 
39859 
39860             public void unsetScorpionida()
39861             {
39862                 synchronized (monitor())
39863                 {
39864                     check_orphaned();
39865                     get_store().remove_element(SCORPIONIDA$222, 0);
39866                 }
39867             }
39868             
39869             
39870 
39871 
39872             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAraneae()
39873             {
39874                 synchronized (monitor())
39875                 {
39876                     check_orphaned();
39877                     org.apache.xmlbeans.SimpleValue target = null;
39878                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ARANEAE$224, 0);
39879                     if (target == null)
39880                     {
39881                       return null;
39882                     }
39883                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
39884                 }
39885             }
39886             
39887             
39888 
39889 
39890             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAraneae()
39891             {
39892                 synchronized (monitor())
39893                 {
39894                     check_orphaned();
39895                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
39896                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ARANEAE$224, 0);
39897                     return target;
39898                 }
39899             }
39900             
39901             
39902 
39903 
39904             public boolean isSetAraneae()
39905             {
39906                 synchronized (monitor())
39907                 {
39908                     check_orphaned();
39909                     return get_store().count_elements(ARANEAE$224) != 0;
39910                 }
39911             }
39912             
39913             
39914 
39915 
39916             public void setAraneae(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum araneae)
39917             {
39918                 synchronized (monitor())
39919                 {
39920                     check_orphaned();
39921                     org.apache.xmlbeans.SimpleValue target = null;
39922                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ARANEAE$224, 0);
39923                     if (target == null)
39924                     {
39925                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ARANEAE$224);
39926                     }
39927                     target.setEnumValue(araneae);
39928                 }
39929             }
39930             
39931             
39932 
39933 
39934             public void xsetAraneae(gov.grants.apply.system.globalLibraryV20.YesNoDataType araneae)
39935             {
39936                 synchronized (monitor())
39937                 {
39938                     check_orphaned();
39939                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
39940                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ARANEAE$224, 0);
39941                     if (target == null)
39942                     {
39943                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ARANEAE$224);
39944                     }
39945                     target.set(araneae);
39946                 }
39947             }
39948             
39949             
39950 
39951 
39952             public void unsetAraneae()
39953             {
39954                 synchronized (monitor())
39955                 {
39956                     check_orphaned();
39957                     get_store().remove_element(ARANEAE$224, 0);
39958                 }
39959             }
39960             
39961             
39962 
39963 
39964             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPseudoscorpionida()
39965             {
39966                 synchronized (monitor())
39967                 {
39968                     check_orphaned();
39969                     org.apache.xmlbeans.SimpleValue target = null;
39970                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PSEUDOSCORPIONIDA$226, 0);
39971                     if (target == null)
39972                     {
39973                       return null;
39974                     }
39975                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
39976                 }
39977             }
39978             
39979             
39980 
39981 
39982             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPseudoscorpionida()
39983             {
39984                 synchronized (monitor())
39985                 {
39986                     check_orphaned();
39987                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
39988                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PSEUDOSCORPIONIDA$226, 0);
39989                     return target;
39990                 }
39991             }
39992             
39993             
39994 
39995 
39996             public boolean isSetPseudoscorpionida()
39997             {
39998                 synchronized (monitor())
39999                 {
40000                     check_orphaned();
40001                     return get_store().count_elements(PSEUDOSCORPIONIDA$226) != 0;
40002                 }
40003             }
40004             
40005             
40006 
40007 
40008             public void setPseudoscorpionida(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum pseudoscorpionida)
40009             {
40010                 synchronized (monitor())
40011                 {
40012                     check_orphaned();
40013                     org.apache.xmlbeans.SimpleValue target = null;
40014                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PSEUDOSCORPIONIDA$226, 0);
40015                     if (target == null)
40016                     {
40017                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PSEUDOSCORPIONIDA$226);
40018                     }
40019                     target.setEnumValue(pseudoscorpionida);
40020                 }
40021             }
40022             
40023             
40024 
40025 
40026             public void xsetPseudoscorpionida(gov.grants.apply.system.globalLibraryV20.YesNoDataType pseudoscorpionida)
40027             {
40028                 synchronized (monitor())
40029                 {
40030                     check_orphaned();
40031                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
40032                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PSEUDOSCORPIONIDA$226, 0);
40033                     if (target == null)
40034                     {
40035                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PSEUDOSCORPIONIDA$226);
40036                     }
40037                     target.set(pseudoscorpionida);
40038                 }
40039             }
40040             
40041             
40042 
40043 
40044             public void unsetPseudoscorpionida()
40045             {
40046                 synchronized (monitor())
40047                 {
40048                     check_orphaned();
40049                     get_store().remove_element(PSEUDOSCORPIONIDA$226, 0);
40050                 }
40051             }
40052             
40053             
40054 
40055 
40056             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAcarina()
40057             {
40058                 synchronized (monitor())
40059                 {
40060                     check_orphaned();
40061                     org.apache.xmlbeans.SimpleValue target = null;
40062                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ACARINA$228, 0);
40063                     if (target == null)
40064                     {
40065                       return null;
40066                     }
40067                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
40068                 }
40069             }
40070             
40071             
40072 
40073 
40074             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAcarina()
40075             {
40076                 synchronized (monitor())
40077                 {
40078                     check_orphaned();
40079                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
40080                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ACARINA$228, 0);
40081                     return target;
40082                 }
40083             }
40084             
40085             
40086 
40087 
40088             public boolean isSetAcarina()
40089             {
40090                 synchronized (monitor())
40091                 {
40092                     check_orphaned();
40093                     return get_store().count_elements(ACARINA$228) != 0;
40094                 }
40095             }
40096             
40097             
40098 
40099 
40100             public void setAcarina(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum acarina)
40101             {
40102                 synchronized (monitor())
40103                 {
40104                     check_orphaned();
40105                     org.apache.xmlbeans.SimpleValue target = null;
40106                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ACARINA$228, 0);
40107                     if (target == null)
40108                     {
40109                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ACARINA$228);
40110                     }
40111                     target.setEnumValue(acarina);
40112                 }
40113             }
40114             
40115             
40116 
40117 
40118             public void xsetAcarina(gov.grants.apply.system.globalLibraryV20.YesNoDataType acarina)
40119             {
40120                 synchronized (monitor())
40121                 {
40122                     check_orphaned();
40123                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
40124                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ACARINA$228, 0);
40125                     if (target == null)
40126                     {
40127                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ACARINA$228);
40128                     }
40129                     target.set(acarina);
40130                 }
40131             }
40132             
40133             
40134 
40135 
40136             public void unsetAcarina()
40137             {
40138                 synchronized (monitor())
40139                 {
40140                     check_orphaned();
40141                     get_store().remove_element(ACARINA$228, 0);
40142                 }
40143             }
40144             
40145             
40146 
40147 
40148             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getParasitiformes()
40149             {
40150                 synchronized (monitor())
40151                 {
40152                     check_orphaned();
40153                     org.apache.xmlbeans.SimpleValue target = null;
40154                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PARASITIFORMES$230, 0);
40155                     if (target == null)
40156                     {
40157                       return null;
40158                     }
40159                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
40160                 }
40161             }
40162             
40163             
40164 
40165 
40166             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetParasitiformes()
40167             {
40168                 synchronized (monitor())
40169                 {
40170                     check_orphaned();
40171                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
40172                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PARASITIFORMES$230, 0);
40173                     return target;
40174                 }
40175             }
40176             
40177             
40178 
40179 
40180             public boolean isSetParasitiformes()
40181             {
40182                 synchronized (monitor())
40183                 {
40184                     check_orphaned();
40185                     return get_store().count_elements(PARASITIFORMES$230) != 0;
40186                 }
40187             }
40188             
40189             
40190 
40191 
40192             public void setParasitiformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum parasitiformes)
40193             {
40194                 synchronized (monitor())
40195                 {
40196                     check_orphaned();
40197                     org.apache.xmlbeans.SimpleValue target = null;
40198                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PARASITIFORMES$230, 0);
40199                     if (target == null)
40200                     {
40201                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PARASITIFORMES$230);
40202                     }
40203                     target.setEnumValue(parasitiformes);
40204                 }
40205             }
40206             
40207             
40208 
40209 
40210             public void xsetParasitiformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType parasitiformes)
40211             {
40212                 synchronized (monitor())
40213                 {
40214                     check_orphaned();
40215                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
40216                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PARASITIFORMES$230, 0);
40217                     if (target == null)
40218                     {
40219                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PARASITIFORMES$230);
40220                     }
40221                     target.set(parasitiformes);
40222                 }
40223             }
40224             
40225             
40226 
40227 
40228             public void unsetParasitiformes()
40229             {
40230                 synchronized (monitor())
40231                 {
40232                     check_orphaned();
40233                     get_store().remove_element(PARASITIFORMES$230, 0);
40234                 }
40235             }
40236             
40237             
40238 
40239 
40240             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCrustacea()
40241             {
40242                 synchronized (monitor())
40243                 {
40244                     check_orphaned();
40245                     org.apache.xmlbeans.SimpleValue target = null;
40246                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CRUSTACEA$232, 0);
40247                     if (target == null)
40248                     {
40249                       return null;
40250                     }
40251                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
40252                 }
40253             }
40254             
40255             
40256 
40257 
40258             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCrustacea()
40259             {
40260                 synchronized (monitor())
40261                 {
40262                     check_orphaned();
40263                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
40264                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CRUSTACEA$232, 0);
40265                     return target;
40266                 }
40267             }
40268             
40269             
40270 
40271 
40272             public boolean isSetCrustacea()
40273             {
40274                 synchronized (monitor())
40275                 {
40276                     check_orphaned();
40277                     return get_store().count_elements(CRUSTACEA$232) != 0;
40278                 }
40279             }
40280             
40281             
40282 
40283 
40284             public void setCrustacea(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum crustacea)
40285             {
40286                 synchronized (monitor())
40287                 {
40288                     check_orphaned();
40289                     org.apache.xmlbeans.SimpleValue target = null;
40290                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CRUSTACEA$232, 0);
40291                     if (target == null)
40292                     {
40293                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CRUSTACEA$232);
40294                     }
40295                     target.setEnumValue(crustacea);
40296                 }
40297             }
40298             
40299             
40300 
40301 
40302             public void xsetCrustacea(gov.grants.apply.system.globalLibraryV20.YesNoDataType crustacea)
40303             {
40304                 synchronized (monitor())
40305                 {
40306                     check_orphaned();
40307                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
40308                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CRUSTACEA$232, 0);
40309                     if (target == null)
40310                     {
40311                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CRUSTACEA$232);
40312                     }
40313                     target.set(crustacea);
40314                 }
40315             }
40316             
40317             
40318 
40319 
40320             public void unsetCrustacea()
40321             {
40322                 synchronized (monitor())
40323                 {
40324                     check_orphaned();
40325                     get_store().remove_element(CRUSTACEA$232, 0);
40326                 }
40327             }
40328             
40329             
40330 
40331 
40332             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBranchiopoda()
40333             {
40334                 synchronized (monitor())
40335                 {
40336                     check_orphaned();
40337                     org.apache.xmlbeans.SimpleValue target = null;
40338                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(BRANCHIOPODA$234, 0);
40339                     if (target == null)
40340                     {
40341                       return null;
40342                     }
40343                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
40344                 }
40345             }
40346             
40347             
40348 
40349 
40350             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBranchiopoda()
40351             {
40352                 synchronized (monitor())
40353                 {
40354                     check_orphaned();
40355                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
40356                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(BRANCHIOPODA$234, 0);
40357                     return target;
40358                 }
40359             }
40360             
40361             
40362 
40363 
40364             public boolean isSetBranchiopoda()
40365             {
40366                 synchronized (monitor())
40367                 {
40368                     check_orphaned();
40369                     return get_store().count_elements(BRANCHIOPODA$234) != 0;
40370                 }
40371             }
40372             
40373             
40374 
40375 
40376             public void setBranchiopoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum branchiopoda)
40377             {
40378                 synchronized (monitor())
40379                 {
40380                     check_orphaned();
40381                     org.apache.xmlbeans.SimpleValue target = null;
40382                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(BRANCHIOPODA$234, 0);
40383                     if (target == null)
40384                     {
40385                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(BRANCHIOPODA$234);
40386                     }
40387                     target.setEnumValue(branchiopoda);
40388                 }
40389             }
40390             
40391             
40392 
40393 
40394             public void xsetBranchiopoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType branchiopoda)
40395             {
40396                 synchronized (monitor())
40397                 {
40398                     check_orphaned();
40399                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
40400                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(BRANCHIOPODA$234, 0);
40401                     if (target == null)
40402                     {
40403                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(BRANCHIOPODA$234);
40404                     }
40405                     target.set(branchiopoda);
40406                 }
40407             }
40408             
40409             
40410 
40411 
40412             public void unsetBranchiopoda()
40413             {
40414                 synchronized (monitor())
40415                 {
40416                     check_orphaned();
40417                     get_store().remove_element(BRANCHIOPODA$234, 0);
40418                 }
40419             }
40420             
40421             
40422 
40423 
40424             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getOstracoda()
40425             {
40426                 synchronized (monitor())
40427                 {
40428                     check_orphaned();
40429                     org.apache.xmlbeans.SimpleValue target = null;
40430                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(OSTRACODA$236, 0);
40431                     if (target == null)
40432                     {
40433                       return null;
40434                     }
40435                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
40436                 }
40437             }
40438             
40439             
40440 
40441 
40442             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetOstracoda()
40443             {
40444                 synchronized (monitor())
40445                 {
40446                     check_orphaned();
40447                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
40448                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(OSTRACODA$236, 0);
40449                     return target;
40450                 }
40451             }
40452             
40453             
40454 
40455 
40456             public boolean isSetOstracoda()
40457             {
40458                 synchronized (monitor())
40459                 {
40460                     check_orphaned();
40461                     return get_store().count_elements(OSTRACODA$236) != 0;
40462                 }
40463             }
40464             
40465             
40466 
40467 
40468             public void setOstracoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum ostracoda)
40469             {
40470                 synchronized (monitor())
40471                 {
40472                     check_orphaned();
40473                     org.apache.xmlbeans.SimpleValue target = null;
40474                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(OSTRACODA$236, 0);
40475                     if (target == null)
40476                     {
40477                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(OSTRACODA$236);
40478                     }
40479                     target.setEnumValue(ostracoda);
40480                 }
40481             }
40482             
40483             
40484 
40485 
40486             public void xsetOstracoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType ostracoda)
40487             {
40488                 synchronized (monitor())
40489                 {
40490                     check_orphaned();
40491                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
40492                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(OSTRACODA$236, 0);
40493                     if (target == null)
40494                     {
40495                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(OSTRACODA$236);
40496                     }
40497                     target.set(ostracoda);
40498                 }
40499             }
40500             
40501             
40502 
40503 
40504             public void unsetOstracoda()
40505             {
40506                 synchronized (monitor())
40507                 {
40508                     check_orphaned();
40509                     get_store().remove_element(OSTRACODA$236, 0);
40510                 }
40511             }
40512             
40513             
40514 
40515 
40516             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCopepoda()
40517             {
40518                 synchronized (monitor())
40519                 {
40520                     check_orphaned();
40521                     org.apache.xmlbeans.SimpleValue target = null;
40522                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(COPEPODA$238, 0);
40523                     if (target == null)
40524                     {
40525                       return null;
40526                     }
40527                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
40528                 }
40529             }
40530             
40531             
40532 
40533 
40534             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCopepoda()
40535             {
40536                 synchronized (monitor())
40537                 {
40538                     check_orphaned();
40539                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
40540                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(COPEPODA$238, 0);
40541                     return target;
40542                 }
40543             }
40544             
40545             
40546 
40547 
40548             public boolean isSetCopepoda()
40549             {
40550                 synchronized (monitor())
40551                 {
40552                     check_orphaned();
40553                     return get_store().count_elements(COPEPODA$238) != 0;
40554                 }
40555             }
40556             
40557             
40558 
40559 
40560             public void setCopepoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum copepoda)
40561             {
40562                 synchronized (monitor())
40563                 {
40564                     check_orphaned();
40565                     org.apache.xmlbeans.SimpleValue target = null;
40566                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(COPEPODA$238, 0);
40567                     if (target == null)
40568                     {
40569                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(COPEPODA$238);
40570                     }
40571                     target.setEnumValue(copepoda);
40572                 }
40573             }
40574             
40575             
40576 
40577 
40578             public void xsetCopepoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType copepoda)
40579             {
40580                 synchronized (monitor())
40581                 {
40582                     check_orphaned();
40583                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
40584                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(COPEPODA$238, 0);
40585                     if (target == null)
40586                     {
40587                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(COPEPODA$238);
40588                     }
40589                     target.set(copepoda);
40590                 }
40591             }
40592             
40593             
40594 
40595 
40596             public void unsetCopepoda()
40597             {
40598                 synchronized (monitor())
40599                 {
40600                     check_orphaned();
40601                     get_store().remove_element(COPEPODA$238, 0);
40602                 }
40603             }
40604             
40605             
40606 
40607 
40608             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCirripedia()
40609             {
40610                 synchronized (monitor())
40611                 {
40612                     check_orphaned();
40613                     org.apache.xmlbeans.SimpleValue target = null;
40614                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CIRRIPEDIA$240, 0);
40615                     if (target == null)
40616                     {
40617                       return null;
40618                     }
40619                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
40620                 }
40621             }
40622             
40623             
40624 
40625 
40626             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCirripedia()
40627             {
40628                 synchronized (monitor())
40629                 {
40630                     check_orphaned();
40631                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
40632                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CIRRIPEDIA$240, 0);
40633                     return target;
40634                 }
40635             }
40636             
40637             
40638 
40639 
40640             public boolean isSetCirripedia()
40641             {
40642                 synchronized (monitor())
40643                 {
40644                     check_orphaned();
40645                     return get_store().count_elements(CIRRIPEDIA$240) != 0;
40646                 }
40647             }
40648             
40649             
40650 
40651 
40652             public void setCirripedia(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum cirripedia)
40653             {
40654                 synchronized (monitor())
40655                 {
40656                     check_orphaned();
40657                     org.apache.xmlbeans.SimpleValue target = null;
40658                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CIRRIPEDIA$240, 0);
40659                     if (target == null)
40660                     {
40661                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CIRRIPEDIA$240);
40662                     }
40663                     target.setEnumValue(cirripedia);
40664                 }
40665             }
40666             
40667             
40668 
40669 
40670             public void xsetCirripedia(gov.grants.apply.system.globalLibraryV20.YesNoDataType cirripedia)
40671             {
40672                 synchronized (monitor())
40673                 {
40674                     check_orphaned();
40675                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
40676                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CIRRIPEDIA$240, 0);
40677                     if (target == null)
40678                     {
40679                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CIRRIPEDIA$240);
40680                     }
40681                     target.set(cirripedia);
40682                 }
40683             }
40684             
40685             
40686 
40687 
40688             public void unsetCirripedia()
40689             {
40690                 synchronized (monitor())
40691                 {
40692                     check_orphaned();
40693                     get_store().remove_element(CIRRIPEDIA$240, 0);
40694                 }
40695             }
40696             
40697             
40698 
40699 
40700             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAmphipoda()
40701             {
40702                 synchronized (monitor())
40703                 {
40704                     check_orphaned();
40705                     org.apache.xmlbeans.SimpleValue target = null;
40706                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(AMPHIPODA$242, 0);
40707                     if (target == null)
40708                     {
40709                       return null;
40710                     }
40711                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
40712                 }
40713             }
40714             
40715             
40716 
40717 
40718             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAmphipoda()
40719             {
40720                 synchronized (monitor())
40721                 {
40722                     check_orphaned();
40723                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
40724                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(AMPHIPODA$242, 0);
40725                     return target;
40726                 }
40727             }
40728             
40729             
40730 
40731 
40732             public boolean isSetAmphipoda()
40733             {
40734                 synchronized (monitor())
40735                 {
40736                     check_orphaned();
40737                     return get_store().count_elements(AMPHIPODA$242) != 0;
40738                 }
40739             }
40740             
40741             
40742 
40743 
40744             public void setAmphipoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum amphipoda)
40745             {
40746                 synchronized (monitor())
40747                 {
40748                     check_orphaned();
40749                     org.apache.xmlbeans.SimpleValue target = null;
40750                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(AMPHIPODA$242, 0);
40751                     if (target == null)
40752                     {
40753                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(AMPHIPODA$242);
40754                     }
40755                     target.setEnumValue(amphipoda);
40756                 }
40757             }
40758             
40759             
40760 
40761 
40762             public void xsetAmphipoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType amphipoda)
40763             {
40764                 synchronized (monitor())
40765                 {
40766                     check_orphaned();
40767                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
40768                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(AMPHIPODA$242, 0);
40769                     if (target == null)
40770                     {
40771                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(AMPHIPODA$242);
40772                     }
40773                     target.set(amphipoda);
40774                 }
40775             }
40776             
40777             
40778 
40779 
40780             public void unsetAmphipoda()
40781             {
40782                 synchronized (monitor())
40783                 {
40784                     check_orphaned();
40785                     get_store().remove_element(AMPHIPODA$242, 0);
40786                 }
40787             }
40788             
40789             
40790 
40791 
40792             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getIsopoda()
40793             {
40794                 synchronized (monitor())
40795                 {
40796                     check_orphaned();
40797                     org.apache.xmlbeans.SimpleValue target = null;
40798                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ISOPODA$244, 0);
40799                     if (target == null)
40800                     {
40801                       return null;
40802                     }
40803                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
40804                 }
40805             }
40806             
40807             
40808 
40809 
40810             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetIsopoda()
40811             {
40812                 synchronized (monitor())
40813                 {
40814                     check_orphaned();
40815                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
40816                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ISOPODA$244, 0);
40817                     return target;
40818                 }
40819             }
40820             
40821             
40822 
40823 
40824             public boolean isSetIsopoda()
40825             {
40826                 synchronized (monitor())
40827                 {
40828                     check_orphaned();
40829                     return get_store().count_elements(ISOPODA$244) != 0;
40830                 }
40831             }
40832             
40833             
40834 
40835 
40836             public void setIsopoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum isopoda)
40837             {
40838                 synchronized (monitor())
40839                 {
40840                     check_orphaned();
40841                     org.apache.xmlbeans.SimpleValue target = null;
40842                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ISOPODA$244, 0);
40843                     if (target == null)
40844                     {
40845                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ISOPODA$244);
40846                     }
40847                     target.setEnumValue(isopoda);
40848                 }
40849             }
40850             
40851             
40852 
40853 
40854             public void xsetIsopoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType isopoda)
40855             {
40856                 synchronized (monitor())
40857                 {
40858                     check_orphaned();
40859                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
40860                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ISOPODA$244, 0);
40861                     if (target == null)
40862                     {
40863                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ISOPODA$244);
40864                     }
40865                     target.set(isopoda);
40866                 }
40867             }
40868             
40869             
40870 
40871 
40872             public void unsetIsopoda()
40873             {
40874                 synchronized (monitor())
40875                 {
40876                     check_orphaned();
40877                     get_store().remove_element(ISOPODA$244, 0);
40878                 }
40879             }
40880             
40881             
40882 
40883 
40884             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getDecapoda()
40885             {
40886                 synchronized (monitor())
40887                 {
40888                     check_orphaned();
40889                     org.apache.xmlbeans.SimpleValue target = null;
40890                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DECAPODA$246, 0);
40891                     if (target == null)
40892                     {
40893                       return null;
40894                     }
40895                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
40896                 }
40897             }
40898             
40899             
40900 
40901 
40902             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetDecapoda()
40903             {
40904                 synchronized (monitor())
40905                 {
40906                     check_orphaned();
40907                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
40908                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(DECAPODA$246, 0);
40909                     return target;
40910                 }
40911             }
40912             
40913             
40914 
40915 
40916             public boolean isSetDecapoda()
40917             {
40918                 synchronized (monitor())
40919                 {
40920                     check_orphaned();
40921                     return get_store().count_elements(DECAPODA$246) != 0;
40922                 }
40923             }
40924             
40925             
40926 
40927 
40928             public void setDecapoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum decapoda)
40929             {
40930                 synchronized (monitor())
40931                 {
40932                     check_orphaned();
40933                     org.apache.xmlbeans.SimpleValue target = null;
40934                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DECAPODA$246, 0);
40935                     if (target == null)
40936                     {
40937                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(DECAPODA$246);
40938                     }
40939                     target.setEnumValue(decapoda);
40940                 }
40941             }
40942             
40943             
40944 
40945 
40946             public void xsetDecapoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType decapoda)
40947             {
40948                 synchronized (monitor())
40949                 {
40950                     check_orphaned();
40951                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
40952                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(DECAPODA$246, 0);
40953                     if (target == null)
40954                     {
40955                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(DECAPODA$246);
40956                     }
40957                     target.set(decapoda);
40958                 }
40959             }
40960             
40961             
40962 
40963 
40964             public void unsetDecapoda()
40965             {
40966                 synchronized (monitor())
40967                 {
40968                     check_orphaned();
40969                     get_store().remove_element(DECAPODA$246, 0);
40970                 }
40971             }
40972             
40973             
40974 
40975 
40976             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getHexapoda()
40977             {
40978                 synchronized (monitor())
40979                 {
40980                     check_orphaned();
40981                     org.apache.xmlbeans.SimpleValue target = null;
40982                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(HEXAPODA$248, 0);
40983                     if (target == null)
40984                     {
40985                       return null;
40986                     }
40987                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
40988                 }
40989             }
40990             
40991             
40992 
40993 
40994             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetHexapoda()
40995             {
40996                 synchronized (monitor())
40997                 {
40998                     check_orphaned();
40999                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
41000                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(HEXAPODA$248, 0);
41001                     return target;
41002                 }
41003             }
41004             
41005             
41006 
41007 
41008             public boolean isSetHexapoda()
41009             {
41010                 synchronized (monitor())
41011                 {
41012                     check_orphaned();
41013                     return get_store().count_elements(HEXAPODA$248) != 0;
41014                 }
41015             }
41016             
41017             
41018 
41019 
41020             public void setHexapoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum hexapoda)
41021             {
41022                 synchronized (monitor())
41023                 {
41024                     check_orphaned();
41025                     org.apache.xmlbeans.SimpleValue target = null;
41026                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(HEXAPODA$248, 0);
41027                     if (target == null)
41028                     {
41029                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(HEXAPODA$248);
41030                     }
41031                     target.setEnumValue(hexapoda);
41032                 }
41033             }
41034             
41035             
41036 
41037 
41038             public void xsetHexapoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType hexapoda)
41039             {
41040                 synchronized (monitor())
41041                 {
41042                     check_orphaned();
41043                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
41044                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(HEXAPODA$248, 0);
41045                     if (target == null)
41046                     {
41047                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(HEXAPODA$248);
41048                     }
41049                     target.set(hexapoda);
41050                 }
41051             }
41052             
41053             
41054 
41055 
41056             public void unsetHexapoda()
41057             {
41058                 synchronized (monitor())
41059                 {
41060                     check_orphaned();
41061                     get_store().remove_element(HEXAPODA$248, 0);
41062                 }
41063             }
41064             
41065             
41066 
41067 
41068             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getApterygota()
41069             {
41070                 synchronized (monitor())
41071                 {
41072                     check_orphaned();
41073                     org.apache.xmlbeans.SimpleValue target = null;
41074                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(APTERYGOTA$250, 0);
41075                     if (target == null)
41076                     {
41077                       return null;
41078                     }
41079                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
41080                 }
41081             }
41082             
41083             
41084 
41085 
41086             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetApterygota()
41087             {
41088                 synchronized (monitor())
41089                 {
41090                     check_orphaned();
41091                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
41092                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(APTERYGOTA$250, 0);
41093                     return target;
41094                 }
41095             }
41096             
41097             
41098 
41099 
41100             public boolean isSetApterygota()
41101             {
41102                 synchronized (monitor())
41103                 {
41104                     check_orphaned();
41105                     return get_store().count_elements(APTERYGOTA$250) != 0;
41106                 }
41107             }
41108             
41109             
41110 
41111 
41112             public void setApterygota(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum apterygota)
41113             {
41114                 synchronized (monitor())
41115                 {
41116                     check_orphaned();
41117                     org.apache.xmlbeans.SimpleValue target = null;
41118                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(APTERYGOTA$250, 0);
41119                     if (target == null)
41120                     {
41121                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(APTERYGOTA$250);
41122                     }
41123                     target.setEnumValue(apterygota);
41124                 }
41125             }
41126             
41127             
41128 
41129 
41130             public void xsetApterygota(gov.grants.apply.system.globalLibraryV20.YesNoDataType apterygota)
41131             {
41132                 synchronized (monitor())
41133                 {
41134                     check_orphaned();
41135                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
41136                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(APTERYGOTA$250, 0);
41137                     if (target == null)
41138                     {
41139                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(APTERYGOTA$250);
41140                     }
41141                     target.set(apterygota);
41142                 }
41143             }
41144             
41145             
41146 
41147 
41148             public void unsetApterygota()
41149             {
41150                 synchronized (monitor())
41151                 {
41152                     check_orphaned();
41153                     get_store().remove_element(APTERYGOTA$250, 0);
41154                 }
41155             }
41156             
41157             
41158 
41159 
41160             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getOdonata()
41161             {
41162                 synchronized (monitor())
41163                 {
41164                     check_orphaned();
41165                     org.apache.xmlbeans.SimpleValue target = null;
41166                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ODONATA$252, 0);
41167                     if (target == null)
41168                     {
41169                       return null;
41170                     }
41171                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
41172                 }
41173             }
41174             
41175             
41176 
41177 
41178             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetOdonata()
41179             {
41180                 synchronized (monitor())
41181                 {
41182                     check_orphaned();
41183                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
41184                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ODONATA$252, 0);
41185                     return target;
41186                 }
41187             }
41188             
41189             
41190 
41191 
41192             public boolean isSetOdonata()
41193             {
41194                 synchronized (monitor())
41195                 {
41196                     check_orphaned();
41197                     return get_store().count_elements(ODONATA$252) != 0;
41198                 }
41199             }
41200             
41201             
41202 
41203 
41204             public void setOdonata(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum odonata)
41205             {
41206                 synchronized (monitor())
41207                 {
41208                     check_orphaned();
41209                     org.apache.xmlbeans.SimpleValue target = null;
41210                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ODONATA$252, 0);
41211                     if (target == null)
41212                     {
41213                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ODONATA$252);
41214                     }
41215                     target.setEnumValue(odonata);
41216                 }
41217             }
41218             
41219             
41220 
41221 
41222             public void xsetOdonata(gov.grants.apply.system.globalLibraryV20.YesNoDataType odonata)
41223             {
41224                 synchronized (monitor())
41225                 {
41226                     check_orphaned();
41227                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
41228                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ODONATA$252, 0);
41229                     if (target == null)
41230                     {
41231                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ODONATA$252);
41232                     }
41233                     target.set(odonata);
41234                 }
41235             }
41236             
41237             
41238 
41239 
41240             public void unsetOdonata()
41241             {
41242                 synchronized (monitor())
41243                 {
41244                     check_orphaned();
41245                     get_store().remove_element(ODONATA$252, 0);
41246                 }
41247             }
41248             
41249             
41250 
41251 
41252             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getEphemeroptera()
41253             {
41254                 synchronized (monitor())
41255                 {
41256                     check_orphaned();
41257                     org.apache.xmlbeans.SimpleValue target = null;
41258                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(EPHEMEROPTERA$254, 0);
41259                     if (target == null)
41260                     {
41261                       return null;
41262                     }
41263                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
41264                 }
41265             }
41266             
41267             
41268 
41269 
41270             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetEphemeroptera()
41271             {
41272                 synchronized (monitor())
41273                 {
41274                     check_orphaned();
41275                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
41276                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(EPHEMEROPTERA$254, 0);
41277                     return target;
41278                 }
41279             }
41280             
41281             
41282 
41283 
41284             public boolean isSetEphemeroptera()
41285             {
41286                 synchronized (monitor())
41287                 {
41288                     check_orphaned();
41289                     return get_store().count_elements(EPHEMEROPTERA$254) != 0;
41290                 }
41291             }
41292             
41293             
41294 
41295 
41296             public void setEphemeroptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum ephemeroptera)
41297             {
41298                 synchronized (monitor())
41299                 {
41300                     check_orphaned();
41301                     org.apache.xmlbeans.SimpleValue target = null;
41302                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(EPHEMEROPTERA$254, 0);
41303                     if (target == null)
41304                     {
41305                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(EPHEMEROPTERA$254);
41306                     }
41307                     target.setEnumValue(ephemeroptera);
41308                 }
41309             }
41310             
41311             
41312 
41313 
41314             public void xsetEphemeroptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType ephemeroptera)
41315             {
41316                 synchronized (monitor())
41317                 {
41318                     check_orphaned();
41319                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
41320                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(EPHEMEROPTERA$254, 0);
41321                     if (target == null)
41322                     {
41323                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(EPHEMEROPTERA$254);
41324                     }
41325                     target.set(ephemeroptera);
41326                 }
41327             }
41328             
41329             
41330 
41331 
41332             public void unsetEphemeroptera()
41333             {
41334                 synchronized (monitor())
41335                 {
41336                     check_orphaned();
41337                     get_store().remove_element(EPHEMEROPTERA$254, 0);
41338                 }
41339             }
41340             
41341             
41342 
41343 
41344             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getOrthoptera()
41345             {
41346                 synchronized (monitor())
41347                 {
41348                     check_orphaned();
41349                     org.apache.xmlbeans.SimpleValue target = null;
41350                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ORTHOPTERA$256, 0);
41351                     if (target == null)
41352                     {
41353                       return null;
41354                     }
41355                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
41356                 }
41357             }
41358             
41359             
41360 
41361 
41362             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetOrthoptera()
41363             {
41364                 synchronized (monitor())
41365                 {
41366                     check_orphaned();
41367                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
41368                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ORTHOPTERA$256, 0);
41369                     return target;
41370                 }
41371             }
41372             
41373             
41374 
41375 
41376             public boolean isSetOrthoptera()
41377             {
41378                 synchronized (monitor())
41379                 {
41380                     check_orphaned();
41381                     return get_store().count_elements(ORTHOPTERA$256) != 0;
41382                 }
41383             }
41384             
41385             
41386 
41387 
41388             public void setOrthoptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum orthoptera)
41389             {
41390                 synchronized (monitor())
41391                 {
41392                     check_orphaned();
41393                     org.apache.xmlbeans.SimpleValue target = null;
41394                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ORTHOPTERA$256, 0);
41395                     if (target == null)
41396                     {
41397                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ORTHOPTERA$256);
41398                     }
41399                     target.setEnumValue(orthoptera);
41400                 }
41401             }
41402             
41403             
41404 
41405 
41406             public void xsetOrthoptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType orthoptera)
41407             {
41408                 synchronized (monitor())
41409                 {
41410                     check_orphaned();
41411                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
41412                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ORTHOPTERA$256, 0);
41413                     if (target == null)
41414                     {
41415                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ORTHOPTERA$256);
41416                     }
41417                     target.set(orthoptera);
41418                 }
41419             }
41420             
41421             
41422 
41423 
41424             public void unsetOrthoptera()
41425             {
41426                 synchronized (monitor())
41427                 {
41428                     check_orphaned();
41429                     get_store().remove_element(ORTHOPTERA$256, 0);
41430                 }
41431             }
41432             
41433             
41434 
41435 
41436             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getDictyoptera()
41437             {
41438                 synchronized (monitor())
41439                 {
41440                     check_orphaned();
41441                     org.apache.xmlbeans.SimpleValue target = null;
41442                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DICTYOPTERA$258, 0);
41443                     if (target == null)
41444                     {
41445                       return null;
41446                     }
41447                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
41448                 }
41449             }
41450             
41451             
41452 
41453 
41454             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetDictyoptera()
41455             {
41456                 synchronized (monitor())
41457                 {
41458                     check_orphaned();
41459                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
41460                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(DICTYOPTERA$258, 0);
41461                     return target;
41462                 }
41463             }
41464             
41465             
41466 
41467 
41468             public boolean isSetDictyoptera()
41469             {
41470                 synchronized (monitor())
41471                 {
41472                     check_orphaned();
41473                     return get_store().count_elements(DICTYOPTERA$258) != 0;
41474                 }
41475             }
41476             
41477             
41478 
41479 
41480             public void setDictyoptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum dictyoptera)
41481             {
41482                 synchronized (monitor())
41483                 {
41484                     check_orphaned();
41485                     org.apache.xmlbeans.SimpleValue target = null;
41486                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DICTYOPTERA$258, 0);
41487                     if (target == null)
41488                     {
41489                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(DICTYOPTERA$258);
41490                     }
41491                     target.setEnumValue(dictyoptera);
41492                 }
41493             }
41494             
41495             
41496 
41497 
41498             public void xsetDictyoptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType dictyoptera)
41499             {
41500                 synchronized (monitor())
41501                 {
41502                     check_orphaned();
41503                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
41504                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(DICTYOPTERA$258, 0);
41505                     if (target == null)
41506                     {
41507                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(DICTYOPTERA$258);
41508                     }
41509                     target.set(dictyoptera);
41510                 }
41511             }
41512             
41513             
41514 
41515 
41516             public void unsetDictyoptera()
41517             {
41518                 synchronized (monitor())
41519                 {
41520                     check_orphaned();
41521                     get_store().remove_element(DICTYOPTERA$258, 0);
41522                 }
41523             }
41524             
41525             
41526 
41527 
41528             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getIsoptera()
41529             {
41530                 synchronized (monitor())
41531                 {
41532                     check_orphaned();
41533                     org.apache.xmlbeans.SimpleValue target = null;
41534                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ISOPTERA$260, 0);
41535                     if (target == null)
41536                     {
41537                       return null;
41538                     }
41539                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
41540                 }
41541             }
41542             
41543             
41544 
41545 
41546             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetIsoptera()
41547             {
41548                 synchronized (monitor())
41549                 {
41550                     check_orphaned();
41551                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
41552                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ISOPTERA$260, 0);
41553                     return target;
41554                 }
41555             }
41556             
41557             
41558 
41559 
41560             public boolean isSetIsoptera()
41561             {
41562                 synchronized (monitor())
41563                 {
41564                     check_orphaned();
41565                     return get_store().count_elements(ISOPTERA$260) != 0;
41566                 }
41567             }
41568             
41569             
41570 
41571 
41572             public void setIsoptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum isoptera)
41573             {
41574                 synchronized (monitor())
41575                 {
41576                     check_orphaned();
41577                     org.apache.xmlbeans.SimpleValue target = null;
41578                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ISOPTERA$260, 0);
41579                     if (target == null)
41580                     {
41581                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ISOPTERA$260);
41582                     }
41583                     target.setEnumValue(isoptera);
41584                 }
41585             }
41586             
41587             
41588 
41589 
41590             public void xsetIsoptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType isoptera)
41591             {
41592                 synchronized (monitor())
41593                 {
41594                     check_orphaned();
41595                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
41596                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ISOPTERA$260, 0);
41597                     if (target == null)
41598                     {
41599                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ISOPTERA$260);
41600                     }
41601                     target.set(isoptera);
41602                 }
41603             }
41604             
41605             
41606 
41607 
41608             public void unsetIsoptera()
41609             {
41610                 synchronized (monitor())
41611                 {
41612                     check_orphaned();
41613                     get_store().remove_element(ISOPTERA$260, 0);
41614                 }
41615             }
41616             
41617             
41618 
41619 
41620             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPlecoptera()
41621             {
41622                 synchronized (monitor())
41623                 {
41624                     check_orphaned();
41625                     org.apache.xmlbeans.SimpleValue target = null;
41626                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PLECOPTERA$262, 0);
41627                     if (target == null)
41628                     {
41629                       return null;
41630                     }
41631                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
41632                 }
41633             }
41634             
41635             
41636 
41637 
41638             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPlecoptera()
41639             {
41640                 synchronized (monitor())
41641                 {
41642                     check_orphaned();
41643                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
41644                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PLECOPTERA$262, 0);
41645                     return target;
41646                 }
41647             }
41648             
41649             
41650 
41651 
41652             public boolean isSetPlecoptera()
41653             {
41654                 synchronized (monitor())
41655                 {
41656                     check_orphaned();
41657                     return get_store().count_elements(PLECOPTERA$262) != 0;
41658                 }
41659             }
41660             
41661             
41662 
41663 
41664             public void setPlecoptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum plecoptera)
41665             {
41666                 synchronized (monitor())
41667                 {
41668                     check_orphaned();
41669                     org.apache.xmlbeans.SimpleValue target = null;
41670                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PLECOPTERA$262, 0);
41671                     if (target == null)
41672                     {
41673                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PLECOPTERA$262);
41674                     }
41675                     target.setEnumValue(plecoptera);
41676                 }
41677             }
41678             
41679             
41680 
41681 
41682             public void xsetPlecoptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType plecoptera)
41683             {
41684                 synchronized (monitor())
41685                 {
41686                     check_orphaned();
41687                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
41688                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PLECOPTERA$262, 0);
41689                     if (target == null)
41690                     {
41691                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PLECOPTERA$262);
41692                     }
41693                     target.set(plecoptera);
41694                 }
41695             }
41696             
41697             
41698 
41699 
41700             public void unsetPlecoptera()
41701             {
41702                 synchronized (monitor())
41703                 {
41704                     check_orphaned();
41705                     get_store().remove_element(PLECOPTERA$262, 0);
41706                 }
41707             }
41708             
41709             
41710 
41711 
41712             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPhthiraptera()
41713             {
41714                 synchronized (monitor())
41715                 {
41716                     check_orphaned();
41717                     org.apache.xmlbeans.SimpleValue target = null;
41718                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PHTHIRAPTERA$264, 0);
41719                     if (target == null)
41720                     {
41721                       return null;
41722                     }
41723                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
41724                 }
41725             }
41726             
41727             
41728 
41729 
41730             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPhthiraptera()
41731             {
41732                 synchronized (monitor())
41733                 {
41734                     check_orphaned();
41735                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
41736                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PHTHIRAPTERA$264, 0);
41737                     return target;
41738                 }
41739             }
41740             
41741             
41742 
41743 
41744             public boolean isSetPhthiraptera()
41745             {
41746                 synchronized (monitor())
41747                 {
41748                     check_orphaned();
41749                     return get_store().count_elements(PHTHIRAPTERA$264) != 0;
41750                 }
41751             }
41752             
41753             
41754 
41755 
41756             public void setPhthiraptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum phthiraptera)
41757             {
41758                 synchronized (monitor())
41759                 {
41760                     check_orphaned();
41761                     org.apache.xmlbeans.SimpleValue target = null;
41762                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PHTHIRAPTERA$264, 0);
41763                     if (target == null)
41764                     {
41765                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PHTHIRAPTERA$264);
41766                     }
41767                     target.setEnumValue(phthiraptera);
41768                 }
41769             }
41770             
41771             
41772 
41773 
41774             public void xsetPhthiraptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType phthiraptera)
41775             {
41776                 synchronized (monitor())
41777                 {
41778                     check_orphaned();
41779                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
41780                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PHTHIRAPTERA$264, 0);
41781                     if (target == null)
41782                     {
41783                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PHTHIRAPTERA$264);
41784                     }
41785                     target.set(phthiraptera);
41786                 }
41787             }
41788             
41789             
41790 
41791 
41792             public void unsetPhthiraptera()
41793             {
41794                 synchronized (monitor())
41795                 {
41796                     check_orphaned();
41797                     get_store().remove_element(PHTHIRAPTERA$264, 0);
41798                 }
41799             }
41800             
41801             
41802 
41803 
41804             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getHemiptera()
41805             {
41806                 synchronized (monitor())
41807                 {
41808                     check_orphaned();
41809                     org.apache.xmlbeans.SimpleValue target = null;
41810                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(HEMIPTERA$266, 0);
41811                     if (target == null)
41812                     {
41813                       return null;
41814                     }
41815                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
41816                 }
41817             }
41818             
41819             
41820 
41821 
41822             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetHemiptera()
41823             {
41824                 synchronized (monitor())
41825                 {
41826                     check_orphaned();
41827                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
41828                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(HEMIPTERA$266, 0);
41829                     return target;
41830                 }
41831             }
41832             
41833             
41834 
41835 
41836             public boolean isSetHemiptera()
41837             {
41838                 synchronized (monitor())
41839                 {
41840                     check_orphaned();
41841                     return get_store().count_elements(HEMIPTERA$266) != 0;
41842                 }
41843             }
41844             
41845             
41846 
41847 
41848             public void setHemiptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum hemiptera)
41849             {
41850                 synchronized (monitor())
41851                 {
41852                     check_orphaned();
41853                     org.apache.xmlbeans.SimpleValue target = null;
41854                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(HEMIPTERA$266, 0);
41855                     if (target == null)
41856                     {
41857                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(HEMIPTERA$266);
41858                     }
41859                     target.setEnumValue(hemiptera);
41860                 }
41861             }
41862             
41863             
41864 
41865 
41866             public void xsetHemiptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType hemiptera)
41867             {
41868                 synchronized (monitor())
41869                 {
41870                     check_orphaned();
41871                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
41872                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(HEMIPTERA$266, 0);
41873                     if (target == null)
41874                     {
41875                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(HEMIPTERA$266);
41876                     }
41877                     target.set(hemiptera);
41878                 }
41879             }
41880             
41881             
41882 
41883 
41884             public void unsetHemiptera()
41885             {
41886                 synchronized (monitor())
41887                 {
41888                     check_orphaned();
41889                     get_store().remove_element(HEMIPTERA$266, 0);
41890                 }
41891             }
41892             
41893             
41894 
41895 
41896             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getHomoptera()
41897             {
41898                 synchronized (monitor())
41899                 {
41900                     check_orphaned();
41901                     org.apache.xmlbeans.SimpleValue target = null;
41902                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(HOMOPTERA$268, 0);
41903                     if (target == null)
41904                     {
41905                       return null;
41906                     }
41907                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
41908                 }
41909             }
41910             
41911             
41912 
41913 
41914             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetHomoptera()
41915             {
41916                 synchronized (monitor())
41917                 {
41918                     check_orphaned();
41919                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
41920                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(HOMOPTERA$268, 0);
41921                     return target;
41922                 }
41923             }
41924             
41925             
41926 
41927 
41928             public boolean isSetHomoptera()
41929             {
41930                 synchronized (monitor())
41931                 {
41932                     check_orphaned();
41933                     return get_store().count_elements(HOMOPTERA$268) != 0;
41934                 }
41935             }
41936             
41937             
41938 
41939 
41940             public void setHomoptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum homoptera)
41941             {
41942                 synchronized (monitor())
41943                 {
41944                     check_orphaned();
41945                     org.apache.xmlbeans.SimpleValue target = null;
41946                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(HOMOPTERA$268, 0);
41947                     if (target == null)
41948                     {
41949                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(HOMOPTERA$268);
41950                     }
41951                     target.setEnumValue(homoptera);
41952                 }
41953             }
41954             
41955             
41956 
41957 
41958             public void xsetHomoptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType homoptera)
41959             {
41960                 synchronized (monitor())
41961                 {
41962                     check_orphaned();
41963                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
41964                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(HOMOPTERA$268, 0);
41965                     if (target == null)
41966                     {
41967                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(HOMOPTERA$268);
41968                     }
41969                     target.set(homoptera);
41970                 }
41971             }
41972             
41973             
41974 
41975 
41976             public void unsetHomoptera()
41977             {
41978                 synchronized (monitor())
41979                 {
41980                     check_orphaned();
41981                     get_store().remove_element(HOMOPTERA$268, 0);
41982                 }
41983             }
41984             
41985             
41986 
41987 
41988             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getThysanoptera()
41989             {
41990                 synchronized (monitor())
41991                 {
41992                     check_orphaned();
41993                     org.apache.xmlbeans.SimpleValue target = null;
41994                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(THYSANOPTERA$270, 0);
41995                     if (target == null)
41996                     {
41997                       return null;
41998                     }
41999                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
42000                 }
42001             }
42002             
42003             
42004 
42005 
42006             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetThysanoptera()
42007             {
42008                 synchronized (monitor())
42009                 {
42010                     check_orphaned();
42011                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
42012                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(THYSANOPTERA$270, 0);
42013                     return target;
42014                 }
42015             }
42016             
42017             
42018 
42019 
42020             public boolean isSetThysanoptera()
42021             {
42022                 synchronized (monitor())
42023                 {
42024                     check_orphaned();
42025                     return get_store().count_elements(THYSANOPTERA$270) != 0;
42026                 }
42027             }
42028             
42029             
42030 
42031 
42032             public void setThysanoptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum thysanoptera)
42033             {
42034                 synchronized (monitor())
42035                 {
42036                     check_orphaned();
42037                     org.apache.xmlbeans.SimpleValue target = null;
42038                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(THYSANOPTERA$270, 0);
42039                     if (target == null)
42040                     {
42041                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(THYSANOPTERA$270);
42042                     }
42043                     target.setEnumValue(thysanoptera);
42044                 }
42045             }
42046             
42047             
42048 
42049 
42050             public void xsetThysanoptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType thysanoptera)
42051             {
42052                 synchronized (monitor())
42053                 {
42054                     check_orphaned();
42055                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
42056                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(THYSANOPTERA$270, 0);
42057                     if (target == null)
42058                     {
42059                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(THYSANOPTERA$270);
42060                     }
42061                     target.set(thysanoptera);
42062                 }
42063             }
42064             
42065             
42066 
42067 
42068             public void unsetThysanoptera()
42069             {
42070                 synchronized (monitor())
42071                 {
42072                     check_orphaned();
42073                     get_store().remove_element(THYSANOPTERA$270, 0);
42074                 }
42075             }
42076             
42077             
42078 
42079 
42080             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNeuroptera()
42081             {
42082                 synchronized (monitor())
42083                 {
42084                     check_orphaned();
42085                     org.apache.xmlbeans.SimpleValue target = null;
42086                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NEUROPTERA$272, 0);
42087                     if (target == null)
42088                     {
42089                       return null;
42090                     }
42091                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
42092                 }
42093             }
42094             
42095             
42096 
42097 
42098             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNeuroptera()
42099             {
42100                 synchronized (monitor())
42101                 {
42102                     check_orphaned();
42103                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
42104                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(NEUROPTERA$272, 0);
42105                     return target;
42106                 }
42107             }
42108             
42109             
42110 
42111 
42112             public boolean isSetNeuroptera()
42113             {
42114                 synchronized (monitor())
42115                 {
42116                     check_orphaned();
42117                     return get_store().count_elements(NEUROPTERA$272) != 0;
42118                 }
42119             }
42120             
42121             
42122 
42123 
42124             public void setNeuroptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum neuroptera)
42125             {
42126                 synchronized (monitor())
42127                 {
42128                     check_orphaned();
42129                     org.apache.xmlbeans.SimpleValue target = null;
42130                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NEUROPTERA$272, 0);
42131                     if (target == null)
42132                     {
42133                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(NEUROPTERA$272);
42134                     }
42135                     target.setEnumValue(neuroptera);
42136                 }
42137             }
42138             
42139             
42140 
42141 
42142             public void xsetNeuroptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType neuroptera)
42143             {
42144                 synchronized (monitor())
42145                 {
42146                     check_orphaned();
42147                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
42148                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(NEUROPTERA$272, 0);
42149                     if (target == null)
42150                     {
42151                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(NEUROPTERA$272);
42152                     }
42153                     target.set(neuroptera);
42154                 }
42155             }
42156             
42157             
42158 
42159 
42160             public void unsetNeuroptera()
42161             {
42162                 synchronized (monitor())
42163                 {
42164                     check_orphaned();
42165                     get_store().remove_element(NEUROPTERA$272, 0);
42166                 }
42167             }
42168             
42169             
42170 
42171 
42172             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getTrichoptera()
42173             {
42174                 synchronized (monitor())
42175                 {
42176                     check_orphaned();
42177                     org.apache.xmlbeans.SimpleValue target = null;
42178                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TRICHOPTERA$274, 0);
42179                     if (target == null)
42180                     {
42181                       return null;
42182                     }
42183                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
42184                 }
42185             }
42186             
42187             
42188 
42189 
42190             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetTrichoptera()
42191             {
42192                 synchronized (monitor())
42193                 {
42194                     check_orphaned();
42195                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
42196                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TRICHOPTERA$274, 0);
42197                     return target;
42198                 }
42199             }
42200             
42201             
42202 
42203 
42204             public boolean isSetTrichoptera()
42205             {
42206                 synchronized (monitor())
42207                 {
42208                     check_orphaned();
42209                     return get_store().count_elements(TRICHOPTERA$274) != 0;
42210                 }
42211             }
42212             
42213             
42214 
42215 
42216             public void setTrichoptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum trichoptera)
42217             {
42218                 synchronized (monitor())
42219                 {
42220                     check_orphaned();
42221                     org.apache.xmlbeans.SimpleValue target = null;
42222                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TRICHOPTERA$274, 0);
42223                     if (target == null)
42224                     {
42225                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(TRICHOPTERA$274);
42226                     }
42227                     target.setEnumValue(trichoptera);
42228                 }
42229             }
42230             
42231             
42232 
42233 
42234             public void xsetTrichoptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType trichoptera)
42235             {
42236                 synchronized (monitor())
42237                 {
42238                     check_orphaned();
42239                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
42240                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TRICHOPTERA$274, 0);
42241                     if (target == null)
42242                     {
42243                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(TRICHOPTERA$274);
42244                     }
42245                     target.set(trichoptera);
42246                 }
42247             }
42248             
42249             
42250 
42251 
42252             public void unsetTrichoptera()
42253             {
42254                 synchronized (monitor())
42255                 {
42256                     check_orphaned();
42257                     get_store().remove_element(TRICHOPTERA$274, 0);
42258                 }
42259             }
42260             
42261             
42262 
42263 
42264             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getLepidoptera()
42265             {
42266                 synchronized (monitor())
42267                 {
42268                     check_orphaned();
42269                     org.apache.xmlbeans.SimpleValue target = null;
42270                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(LEPIDOPTERA$276, 0);
42271                     if (target == null)
42272                     {
42273                       return null;
42274                     }
42275                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
42276                 }
42277             }
42278             
42279             
42280 
42281 
42282             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetLepidoptera()
42283             {
42284                 synchronized (monitor())
42285                 {
42286                     check_orphaned();
42287                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
42288                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(LEPIDOPTERA$276, 0);
42289                     return target;
42290                 }
42291             }
42292             
42293             
42294 
42295 
42296             public boolean isSetLepidoptera()
42297             {
42298                 synchronized (monitor())
42299                 {
42300                     check_orphaned();
42301                     return get_store().count_elements(LEPIDOPTERA$276) != 0;
42302                 }
42303             }
42304             
42305             
42306 
42307 
42308             public void setLepidoptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum lepidoptera)
42309             {
42310                 synchronized (monitor())
42311                 {
42312                     check_orphaned();
42313                     org.apache.xmlbeans.SimpleValue target = null;
42314                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(LEPIDOPTERA$276, 0);
42315                     if (target == null)
42316                     {
42317                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(LEPIDOPTERA$276);
42318                     }
42319                     target.setEnumValue(lepidoptera);
42320                 }
42321             }
42322             
42323             
42324 
42325 
42326             public void xsetLepidoptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType lepidoptera)
42327             {
42328                 synchronized (monitor())
42329                 {
42330                     check_orphaned();
42331                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
42332                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(LEPIDOPTERA$276, 0);
42333                     if (target == null)
42334                     {
42335                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(LEPIDOPTERA$276);
42336                     }
42337                     target.set(lepidoptera);
42338                 }
42339             }
42340             
42341             
42342 
42343 
42344             public void unsetLepidoptera()
42345             {
42346                 synchronized (monitor())
42347                 {
42348                     check_orphaned();
42349                     get_store().remove_element(LEPIDOPTERA$276, 0);
42350                 }
42351             }
42352             
42353             
42354 
42355 
42356             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getDiptera()
42357             {
42358                 synchronized (monitor())
42359                 {
42360                     check_orphaned();
42361                     org.apache.xmlbeans.SimpleValue target = null;
42362                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DIPTERA$278, 0);
42363                     if (target == null)
42364                     {
42365                       return null;
42366                     }
42367                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
42368                 }
42369             }
42370             
42371             
42372 
42373 
42374             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetDiptera()
42375             {
42376                 synchronized (monitor())
42377                 {
42378                     check_orphaned();
42379                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
42380                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(DIPTERA$278, 0);
42381                     return target;
42382                 }
42383             }
42384             
42385             
42386 
42387 
42388             public boolean isSetDiptera()
42389             {
42390                 synchronized (monitor())
42391                 {
42392                     check_orphaned();
42393                     return get_store().count_elements(DIPTERA$278) != 0;
42394                 }
42395             }
42396             
42397             
42398 
42399 
42400             public void setDiptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum diptera)
42401             {
42402                 synchronized (monitor())
42403                 {
42404                     check_orphaned();
42405                     org.apache.xmlbeans.SimpleValue target = null;
42406                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DIPTERA$278, 0);
42407                     if (target == null)
42408                     {
42409                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(DIPTERA$278);
42410                     }
42411                     target.setEnumValue(diptera);
42412                 }
42413             }
42414             
42415             
42416 
42417 
42418             public void xsetDiptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType diptera)
42419             {
42420                 synchronized (monitor())
42421                 {
42422                     check_orphaned();
42423                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
42424                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(DIPTERA$278, 0);
42425                     if (target == null)
42426                     {
42427                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(DIPTERA$278);
42428                     }
42429                     target.set(diptera);
42430                 }
42431             }
42432             
42433             
42434 
42435 
42436             public void unsetDiptera()
42437             {
42438                 synchronized (monitor())
42439                 {
42440                     check_orphaned();
42441                     get_store().remove_element(DIPTERA$278, 0);
42442                 }
42443             }
42444             
42445             
42446 
42447 
42448             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSiphonaptera()
42449             {
42450                 synchronized (monitor())
42451                 {
42452                     check_orphaned();
42453                     org.apache.xmlbeans.SimpleValue target = null;
42454                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SIPHONAPTERA$280, 0);
42455                     if (target == null)
42456                     {
42457                       return null;
42458                     }
42459                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
42460                 }
42461             }
42462             
42463             
42464 
42465 
42466             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSiphonaptera()
42467             {
42468                 synchronized (monitor())
42469                 {
42470                     check_orphaned();
42471                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
42472                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SIPHONAPTERA$280, 0);
42473                     return target;
42474                 }
42475             }
42476             
42477             
42478 
42479 
42480             public boolean isSetSiphonaptera()
42481             {
42482                 synchronized (monitor())
42483                 {
42484                     check_orphaned();
42485                     return get_store().count_elements(SIPHONAPTERA$280) != 0;
42486                 }
42487             }
42488             
42489             
42490 
42491 
42492             public void setSiphonaptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum siphonaptera)
42493             {
42494                 synchronized (monitor())
42495                 {
42496                     check_orphaned();
42497                     org.apache.xmlbeans.SimpleValue target = null;
42498                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SIPHONAPTERA$280, 0);
42499                     if (target == null)
42500                     {
42501                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SIPHONAPTERA$280);
42502                     }
42503                     target.setEnumValue(siphonaptera);
42504                 }
42505             }
42506             
42507             
42508 
42509 
42510             public void xsetSiphonaptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType siphonaptera)
42511             {
42512                 synchronized (monitor())
42513                 {
42514                     check_orphaned();
42515                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
42516                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SIPHONAPTERA$280, 0);
42517                     if (target == null)
42518                     {
42519                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SIPHONAPTERA$280);
42520                     }
42521                     target.set(siphonaptera);
42522                 }
42523             }
42524             
42525             
42526 
42527 
42528             public void unsetSiphonaptera()
42529             {
42530                 synchronized (monitor())
42531                 {
42532                     check_orphaned();
42533                     get_store().remove_element(SIPHONAPTERA$280, 0);
42534                 }
42535             }
42536             
42537             
42538 
42539 
42540             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getColeoptera()
42541             {
42542                 synchronized (monitor())
42543                 {
42544                     check_orphaned();
42545                     org.apache.xmlbeans.SimpleValue target = null;
42546                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(COLEOPTERA$282, 0);
42547                     if (target == null)
42548                     {
42549                       return null;
42550                     }
42551                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
42552                 }
42553             }
42554             
42555             
42556 
42557 
42558             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetColeoptera()
42559             {
42560                 synchronized (monitor())
42561                 {
42562                     check_orphaned();
42563                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
42564                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(COLEOPTERA$282, 0);
42565                     return target;
42566                 }
42567             }
42568             
42569             
42570 
42571 
42572             public boolean isSetColeoptera()
42573             {
42574                 synchronized (monitor())
42575                 {
42576                     check_orphaned();
42577                     return get_store().count_elements(COLEOPTERA$282) != 0;
42578                 }
42579             }
42580             
42581             
42582 
42583 
42584             public void setColeoptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum coleoptera)
42585             {
42586                 synchronized (monitor())
42587                 {
42588                     check_orphaned();
42589                     org.apache.xmlbeans.SimpleValue target = null;
42590                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(COLEOPTERA$282, 0);
42591                     if (target == null)
42592                     {
42593                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(COLEOPTERA$282);
42594                     }
42595                     target.setEnumValue(coleoptera);
42596                 }
42597             }
42598             
42599             
42600 
42601 
42602             public void xsetColeoptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType coleoptera)
42603             {
42604                 synchronized (monitor())
42605                 {
42606                     check_orphaned();
42607                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
42608                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(COLEOPTERA$282, 0);
42609                     if (target == null)
42610                     {
42611                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(COLEOPTERA$282);
42612                     }
42613                     target.set(coleoptera);
42614                 }
42615             }
42616             
42617             
42618 
42619 
42620             public void unsetColeoptera()
42621             {
42622                 synchronized (monitor())
42623                 {
42624                     check_orphaned();
42625                     get_store().remove_element(COLEOPTERA$282, 0);
42626                 }
42627             }
42628             
42629             
42630 
42631 
42632             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getHymenoptera()
42633             {
42634                 synchronized (monitor())
42635                 {
42636                     check_orphaned();
42637                     org.apache.xmlbeans.SimpleValue target = null;
42638                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(HYMENOPTERA$284, 0);
42639                     if (target == null)
42640                     {
42641                       return null;
42642                     }
42643                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
42644                 }
42645             }
42646             
42647             
42648 
42649 
42650             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetHymenoptera()
42651             {
42652                 synchronized (monitor())
42653                 {
42654                     check_orphaned();
42655                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
42656                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(HYMENOPTERA$284, 0);
42657                     return target;
42658                 }
42659             }
42660             
42661             
42662 
42663 
42664             public boolean isSetHymenoptera()
42665             {
42666                 synchronized (monitor())
42667                 {
42668                     check_orphaned();
42669                     return get_store().count_elements(HYMENOPTERA$284) != 0;
42670                 }
42671             }
42672             
42673             
42674 
42675 
42676             public void setHymenoptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum hymenoptera)
42677             {
42678                 synchronized (monitor())
42679                 {
42680                     check_orphaned();
42681                     org.apache.xmlbeans.SimpleValue target = null;
42682                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(HYMENOPTERA$284, 0);
42683                     if (target == null)
42684                     {
42685                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(HYMENOPTERA$284);
42686                     }
42687                     target.setEnumValue(hymenoptera);
42688                 }
42689             }
42690             
42691             
42692 
42693 
42694             public void xsetHymenoptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType hymenoptera)
42695             {
42696                 synchronized (monitor())
42697                 {
42698                     check_orphaned();
42699                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
42700                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(HYMENOPTERA$284, 0);
42701                     if (target == null)
42702                     {
42703                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(HYMENOPTERA$284);
42704                     }
42705                     target.set(hymenoptera);
42706                 }
42707             }
42708             
42709             
42710 
42711 
42712             public void unsetHymenoptera()
42713             {
42714                 synchronized (monitor())
42715                 {
42716                     check_orphaned();
42717                     get_store().remove_element(HYMENOPTERA$284, 0);
42718                 }
42719             }
42720             
42721             
42722 
42723 
42724             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getChilopoda()
42725             {
42726                 synchronized (monitor())
42727                 {
42728                     check_orphaned();
42729                     org.apache.xmlbeans.SimpleValue target = null;
42730                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CHILOPODA$286, 0);
42731                     if (target == null)
42732                     {
42733                       return null;
42734                     }
42735                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
42736                 }
42737             }
42738             
42739             
42740 
42741 
42742             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetChilopoda()
42743             {
42744                 synchronized (monitor())
42745                 {
42746                     check_orphaned();
42747                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
42748                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CHILOPODA$286, 0);
42749                     return target;
42750                 }
42751             }
42752             
42753             
42754 
42755 
42756             public boolean isSetChilopoda()
42757             {
42758                 synchronized (monitor())
42759                 {
42760                     check_orphaned();
42761                     return get_store().count_elements(CHILOPODA$286) != 0;
42762                 }
42763             }
42764             
42765             
42766 
42767 
42768             public void setChilopoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum chilopoda)
42769             {
42770                 synchronized (monitor())
42771                 {
42772                     check_orphaned();
42773                     org.apache.xmlbeans.SimpleValue target = null;
42774                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CHILOPODA$286, 0);
42775                     if (target == null)
42776                     {
42777                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CHILOPODA$286);
42778                     }
42779                     target.setEnumValue(chilopoda);
42780                 }
42781             }
42782             
42783             
42784 
42785 
42786             public void xsetChilopoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType chilopoda)
42787             {
42788                 synchronized (monitor())
42789                 {
42790                     check_orphaned();
42791                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
42792                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CHILOPODA$286, 0);
42793                     if (target == null)
42794                     {
42795                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CHILOPODA$286);
42796                     }
42797                     target.set(chilopoda);
42798                 }
42799             }
42800             
42801             
42802 
42803 
42804             public void unsetChilopoda()
42805             {
42806                 synchronized (monitor())
42807                 {
42808                     check_orphaned();
42809                     get_store().remove_element(CHILOPODA$286, 0);
42810                 }
42811             }
42812             
42813             
42814 
42815 
42816             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getDiplopoda()
42817             {
42818                 synchronized (monitor())
42819                 {
42820                     check_orphaned();
42821                     org.apache.xmlbeans.SimpleValue target = null;
42822                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DIPLOPODA$288, 0);
42823                     if (target == null)
42824                     {
42825                       return null;
42826                     }
42827                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
42828                 }
42829             }
42830             
42831             
42832 
42833 
42834             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetDiplopoda()
42835             {
42836                 synchronized (monitor())
42837                 {
42838                     check_orphaned();
42839                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
42840                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(DIPLOPODA$288, 0);
42841                     return target;
42842                 }
42843             }
42844             
42845             
42846 
42847 
42848             public boolean isSetDiplopoda()
42849             {
42850                 synchronized (monitor())
42851                 {
42852                     check_orphaned();
42853                     return get_store().count_elements(DIPLOPODA$288) != 0;
42854                 }
42855             }
42856             
42857             
42858 
42859 
42860             public void setDiplopoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum diplopoda)
42861             {
42862                 synchronized (monitor())
42863                 {
42864                     check_orphaned();
42865                     org.apache.xmlbeans.SimpleValue target = null;
42866                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DIPLOPODA$288, 0);
42867                     if (target == null)
42868                     {
42869                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(DIPLOPODA$288);
42870                     }
42871                     target.setEnumValue(diplopoda);
42872                 }
42873             }
42874             
42875             
42876 
42877 
42878             public void xsetDiplopoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType diplopoda)
42879             {
42880                 synchronized (monitor())
42881                 {
42882                     check_orphaned();
42883                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
42884                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(DIPLOPODA$288, 0);
42885                     if (target == null)
42886                     {
42887                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(DIPLOPODA$288);
42888                     }
42889                     target.set(diplopoda);
42890                 }
42891             }
42892             
42893             
42894 
42895 
42896             public void unsetDiplopoda()
42897             {
42898                 synchronized (monitor())
42899                 {
42900                     check_orphaned();
42901                     get_store().remove_element(DIPLOPODA$288, 0);
42902                 }
42903             }
42904             
42905             
42906 
42907 
42908             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPauropoda()
42909             {
42910                 synchronized (monitor())
42911                 {
42912                     check_orphaned();
42913                     org.apache.xmlbeans.SimpleValue target = null;
42914                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PAUROPODA$290, 0);
42915                     if (target == null)
42916                     {
42917                       return null;
42918                     }
42919                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
42920                 }
42921             }
42922             
42923             
42924 
42925 
42926             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPauropoda()
42927             {
42928                 synchronized (monitor())
42929                 {
42930                     check_orphaned();
42931                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
42932                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PAUROPODA$290, 0);
42933                     return target;
42934                 }
42935             }
42936             
42937             
42938 
42939 
42940             public boolean isSetPauropoda()
42941             {
42942                 synchronized (monitor())
42943                 {
42944                     check_orphaned();
42945                     return get_store().count_elements(PAUROPODA$290) != 0;
42946                 }
42947             }
42948             
42949             
42950 
42951 
42952             public void setPauropoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum pauropoda)
42953             {
42954                 synchronized (monitor())
42955                 {
42956                     check_orphaned();
42957                     org.apache.xmlbeans.SimpleValue target = null;
42958                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PAUROPODA$290, 0);
42959                     if (target == null)
42960                     {
42961                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PAUROPODA$290);
42962                     }
42963                     target.setEnumValue(pauropoda);
42964                 }
42965             }
42966             
42967             
42968 
42969 
42970             public void xsetPauropoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType pauropoda)
42971             {
42972                 synchronized (monitor())
42973                 {
42974                     check_orphaned();
42975                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
42976                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PAUROPODA$290, 0);
42977                     if (target == null)
42978                     {
42979                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PAUROPODA$290);
42980                     }
42981                     target.set(pauropoda);
42982                 }
42983             }
42984             
42985             
42986 
42987 
42988             public void unsetPauropoda()
42989             {
42990                 synchronized (monitor())
42991                 {
42992                     check_orphaned();
42993                     get_store().remove_element(PAUROPODA$290, 0);
42994                 }
42995             }
42996             
42997             
42998 
42999 
43000             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSymphyta()
43001             {
43002                 synchronized (monitor())
43003                 {
43004                     check_orphaned();
43005                     org.apache.xmlbeans.SimpleValue target = null;
43006                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SYMPHYTA$292, 0);
43007                     if (target == null)
43008                     {
43009                       return null;
43010                     }
43011                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
43012                 }
43013             }
43014             
43015             
43016 
43017 
43018             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSymphyta()
43019             {
43020                 synchronized (monitor())
43021                 {
43022                     check_orphaned();
43023                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
43024                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SYMPHYTA$292, 0);
43025                     return target;
43026                 }
43027             }
43028             
43029             
43030 
43031 
43032             public boolean isSetSymphyta()
43033             {
43034                 synchronized (monitor())
43035                 {
43036                     check_orphaned();
43037                     return get_store().count_elements(SYMPHYTA$292) != 0;
43038                 }
43039             }
43040             
43041             
43042 
43043 
43044             public void setSymphyta(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum symphyta)
43045             {
43046                 synchronized (monitor())
43047                 {
43048                     check_orphaned();
43049                     org.apache.xmlbeans.SimpleValue target = null;
43050                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SYMPHYTA$292, 0);
43051                     if (target == null)
43052                     {
43053                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SYMPHYTA$292);
43054                     }
43055                     target.setEnumValue(symphyta);
43056                 }
43057             }
43058             
43059             
43060 
43061 
43062             public void xsetSymphyta(gov.grants.apply.system.globalLibraryV20.YesNoDataType symphyta)
43063             {
43064                 synchronized (monitor())
43065                 {
43066                     check_orphaned();
43067                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
43068                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SYMPHYTA$292, 0);
43069                     if (target == null)
43070                     {
43071                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SYMPHYTA$292);
43072                     }
43073                     target.set(symphyta);
43074                 }
43075             }
43076             
43077             
43078 
43079 
43080             public void unsetSymphyta()
43081             {
43082                 synchronized (monitor())
43083                 {
43084                     check_orphaned();
43085                     get_store().remove_element(SYMPHYTA$292, 0);
43086                 }
43087             }
43088             
43089             
43090 
43091 
43092             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPENTASTOMIDA()
43093             {
43094                 synchronized (monitor())
43095                 {
43096                     check_orphaned();
43097                     org.apache.xmlbeans.SimpleValue target = null;
43098                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PENTASTOMIDA$294, 0);
43099                     if (target == null)
43100                     {
43101                       return null;
43102                     }
43103                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
43104                 }
43105             }
43106             
43107             
43108 
43109 
43110             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPENTASTOMIDA()
43111             {
43112                 synchronized (monitor())
43113                 {
43114                     check_orphaned();
43115                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
43116                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PENTASTOMIDA$294, 0);
43117                     return target;
43118                 }
43119             }
43120             
43121             
43122 
43123 
43124             public boolean isSetPENTASTOMIDA()
43125             {
43126                 synchronized (monitor())
43127                 {
43128                     check_orphaned();
43129                     return get_store().count_elements(PENTASTOMIDA$294) != 0;
43130                 }
43131             }
43132             
43133             
43134 
43135 
43136             public void setPENTASTOMIDA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum pentastomida)
43137             {
43138                 synchronized (monitor())
43139                 {
43140                     check_orphaned();
43141                     org.apache.xmlbeans.SimpleValue target = null;
43142                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PENTASTOMIDA$294, 0);
43143                     if (target == null)
43144                     {
43145                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PENTASTOMIDA$294);
43146                     }
43147                     target.setEnumValue(pentastomida);
43148                 }
43149             }
43150             
43151             
43152 
43153 
43154             public void xsetPENTASTOMIDA(gov.grants.apply.system.globalLibraryV20.YesNoDataType pentastomida)
43155             {
43156                 synchronized (monitor())
43157                 {
43158                     check_orphaned();
43159                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
43160                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PENTASTOMIDA$294, 0);
43161                     if (target == null)
43162                     {
43163                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PENTASTOMIDA$294);
43164                     }
43165                     target.set(pentastomida);
43166                 }
43167             }
43168             
43169             
43170 
43171 
43172             public void unsetPENTASTOMIDA()
43173             {
43174                 synchronized (monitor())
43175                 {
43176                     check_orphaned();
43177                     get_store().remove_element(PENTASTOMIDA$294, 0);
43178                 }
43179             }
43180             
43181             
43182 
43183 
43184             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getTARDIGRADA()
43185             {
43186                 synchronized (monitor())
43187                 {
43188                     check_orphaned();
43189                     org.apache.xmlbeans.SimpleValue target = null;
43190                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TARDIGRADA$296, 0);
43191                     if (target == null)
43192                     {
43193                       return null;
43194                     }
43195                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
43196                 }
43197             }
43198             
43199             
43200 
43201 
43202             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetTARDIGRADA()
43203             {
43204                 synchronized (monitor())
43205                 {
43206                     check_orphaned();
43207                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
43208                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TARDIGRADA$296, 0);
43209                     return target;
43210                 }
43211             }
43212             
43213             
43214 
43215 
43216             public boolean isSetTARDIGRADA()
43217             {
43218                 synchronized (monitor())
43219                 {
43220                     check_orphaned();
43221                     return get_store().count_elements(TARDIGRADA$296) != 0;
43222                 }
43223             }
43224             
43225             
43226 
43227 
43228             public void setTARDIGRADA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum tardigrada)
43229             {
43230                 synchronized (monitor())
43231                 {
43232                     check_orphaned();
43233                     org.apache.xmlbeans.SimpleValue target = null;
43234                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TARDIGRADA$296, 0);
43235                     if (target == null)
43236                     {
43237                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(TARDIGRADA$296);
43238                     }
43239                     target.setEnumValue(tardigrada);
43240                 }
43241             }
43242             
43243             
43244 
43245 
43246             public void xsetTARDIGRADA(gov.grants.apply.system.globalLibraryV20.YesNoDataType tardigrada)
43247             {
43248                 synchronized (monitor())
43249                 {
43250                     check_orphaned();
43251                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
43252                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TARDIGRADA$296, 0);
43253                     if (target == null)
43254                     {
43255                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(TARDIGRADA$296);
43256                     }
43257                     target.set(tardigrada);
43258                 }
43259             }
43260             
43261             
43262 
43263 
43264             public void unsetTARDIGRADA()
43265             {
43266                 synchronized (monitor())
43267                 {
43268                     check_orphaned();
43269                     get_store().remove_element(TARDIGRADA$296, 0);
43270                 }
43271             }
43272             
43273             
43274 
43275 
43276             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getONYCHOPHORA()
43277             {
43278                 synchronized (monitor())
43279                 {
43280                     check_orphaned();
43281                     org.apache.xmlbeans.SimpleValue target = null;
43282                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ONYCHOPHORA$298, 0);
43283                     if (target == null)
43284                     {
43285                       return null;
43286                     }
43287                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
43288                 }
43289             }
43290             
43291             
43292 
43293 
43294             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetONYCHOPHORA()
43295             {
43296                 synchronized (monitor())
43297                 {
43298                     check_orphaned();
43299                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
43300                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ONYCHOPHORA$298, 0);
43301                     return target;
43302                 }
43303             }
43304             
43305             
43306 
43307 
43308             public boolean isSetONYCHOPHORA()
43309             {
43310                 synchronized (monitor())
43311                 {
43312                     check_orphaned();
43313                     return get_store().count_elements(ONYCHOPHORA$298) != 0;
43314                 }
43315             }
43316             
43317             
43318 
43319 
43320             public void setONYCHOPHORA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum onychophora)
43321             {
43322                 synchronized (monitor())
43323                 {
43324                     check_orphaned();
43325                     org.apache.xmlbeans.SimpleValue target = null;
43326                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ONYCHOPHORA$298, 0);
43327                     if (target == null)
43328                     {
43329                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ONYCHOPHORA$298);
43330                     }
43331                     target.setEnumValue(onychophora);
43332                 }
43333             }
43334             
43335             
43336 
43337 
43338             public void xsetONYCHOPHORA(gov.grants.apply.system.globalLibraryV20.YesNoDataType onychophora)
43339             {
43340                 synchronized (monitor())
43341                 {
43342                     check_orphaned();
43343                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
43344                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ONYCHOPHORA$298, 0);
43345                     if (target == null)
43346                     {
43347                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ONYCHOPHORA$298);
43348                     }
43349                     target.set(onychophora);
43350                 }
43351             }
43352             
43353             
43354 
43355 
43356             public void unsetONYCHOPHORA()
43357             {
43358                 synchronized (monitor())
43359                 {
43360                     check_orphaned();
43361                     get_store().remove_element(ONYCHOPHORA$298, 0);
43362                 }
43363             }
43364             
43365             
43366 
43367 
43368             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCHAETOGNATHA()
43369             {
43370                 synchronized (monitor())
43371                 {
43372                     check_orphaned();
43373                     org.apache.xmlbeans.SimpleValue target = null;
43374                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CHAETOGNATHA$300, 0);
43375                     if (target == null)
43376                     {
43377                       return null;
43378                     }
43379                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
43380                 }
43381             }
43382             
43383             
43384 
43385 
43386             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCHAETOGNATHA()
43387             {
43388                 synchronized (monitor())
43389                 {
43390                     check_orphaned();
43391                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
43392                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CHAETOGNATHA$300, 0);
43393                     return target;
43394                 }
43395             }
43396             
43397             
43398 
43399 
43400             public boolean isSetCHAETOGNATHA()
43401             {
43402                 synchronized (monitor())
43403                 {
43404                     check_orphaned();
43405                     return get_store().count_elements(CHAETOGNATHA$300) != 0;
43406                 }
43407             }
43408             
43409             
43410 
43411 
43412             public void setCHAETOGNATHA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum chaetognatha)
43413             {
43414                 synchronized (monitor())
43415                 {
43416                     check_orphaned();
43417                     org.apache.xmlbeans.SimpleValue target = null;
43418                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CHAETOGNATHA$300, 0);
43419                     if (target == null)
43420                     {
43421                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CHAETOGNATHA$300);
43422                     }
43423                     target.setEnumValue(chaetognatha);
43424                 }
43425             }
43426             
43427             
43428 
43429 
43430             public void xsetCHAETOGNATHA(gov.grants.apply.system.globalLibraryV20.YesNoDataType chaetognatha)
43431             {
43432                 synchronized (monitor())
43433                 {
43434                     check_orphaned();
43435                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
43436                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CHAETOGNATHA$300, 0);
43437                     if (target == null)
43438                     {
43439                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CHAETOGNATHA$300);
43440                     }
43441                     target.set(chaetognatha);
43442                 }
43443             }
43444             
43445             
43446 
43447 
43448             public void unsetCHAETOGNATHA()
43449             {
43450                 synchronized (monitor())
43451                 {
43452                     check_orphaned();
43453                     get_store().remove_element(CHAETOGNATHA$300, 0);
43454                 }
43455             }
43456             
43457             
43458 
43459 
43460             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getECHINODERMATA()
43461             {
43462                 synchronized (monitor())
43463                 {
43464                     check_orphaned();
43465                     org.apache.xmlbeans.SimpleValue target = null;
43466                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ECHINODERMATA$302, 0);
43467                     if (target == null)
43468                     {
43469                       return null;
43470                     }
43471                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
43472                 }
43473             }
43474             
43475             
43476 
43477 
43478             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetECHINODERMATA()
43479             {
43480                 synchronized (monitor())
43481                 {
43482                     check_orphaned();
43483                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
43484                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ECHINODERMATA$302, 0);
43485                     return target;
43486                 }
43487             }
43488             
43489             
43490 
43491 
43492             public boolean isSetECHINODERMATA()
43493             {
43494                 synchronized (monitor())
43495                 {
43496                     check_orphaned();
43497                     return get_store().count_elements(ECHINODERMATA$302) != 0;
43498                 }
43499             }
43500             
43501             
43502 
43503 
43504             public void setECHINODERMATA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum echinodermata)
43505             {
43506                 synchronized (monitor())
43507                 {
43508                     check_orphaned();
43509                     org.apache.xmlbeans.SimpleValue target = null;
43510                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ECHINODERMATA$302, 0);
43511                     if (target == null)
43512                     {
43513                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ECHINODERMATA$302);
43514                     }
43515                     target.setEnumValue(echinodermata);
43516                 }
43517             }
43518             
43519             
43520 
43521 
43522             public void xsetECHINODERMATA(gov.grants.apply.system.globalLibraryV20.YesNoDataType echinodermata)
43523             {
43524                 synchronized (monitor())
43525                 {
43526                     check_orphaned();
43527                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
43528                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ECHINODERMATA$302, 0);
43529                     if (target == null)
43530                     {
43531                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ECHINODERMATA$302);
43532                     }
43533                     target.set(echinodermata);
43534                 }
43535             }
43536             
43537             
43538 
43539 
43540             public void unsetECHINODERMATA()
43541             {
43542                 synchronized (monitor())
43543                 {
43544                     check_orphaned();
43545                     get_store().remove_element(ECHINODERMATA$302, 0);
43546                 }
43547             }
43548             
43549             
43550 
43551 
43552             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCrinoidea()
43553             {
43554                 synchronized (monitor())
43555                 {
43556                     check_orphaned();
43557                     org.apache.xmlbeans.SimpleValue target = null;
43558                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CRINOIDEA$304, 0);
43559                     if (target == null)
43560                     {
43561                       return null;
43562                     }
43563                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
43564                 }
43565             }
43566             
43567             
43568 
43569 
43570             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCrinoidea()
43571             {
43572                 synchronized (monitor())
43573                 {
43574                     check_orphaned();
43575                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
43576                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CRINOIDEA$304, 0);
43577                     return target;
43578                 }
43579             }
43580             
43581             
43582 
43583 
43584             public boolean isSetCrinoidea()
43585             {
43586                 synchronized (monitor())
43587                 {
43588                     check_orphaned();
43589                     return get_store().count_elements(CRINOIDEA$304) != 0;
43590                 }
43591             }
43592             
43593             
43594 
43595 
43596             public void setCrinoidea(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum crinoidea)
43597             {
43598                 synchronized (monitor())
43599                 {
43600                     check_orphaned();
43601                     org.apache.xmlbeans.SimpleValue target = null;
43602                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CRINOIDEA$304, 0);
43603                     if (target == null)
43604                     {
43605                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CRINOIDEA$304);
43606                     }
43607                     target.setEnumValue(crinoidea);
43608                 }
43609             }
43610             
43611             
43612 
43613 
43614             public void xsetCrinoidea(gov.grants.apply.system.globalLibraryV20.YesNoDataType crinoidea)
43615             {
43616                 synchronized (monitor())
43617                 {
43618                     check_orphaned();
43619                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
43620                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CRINOIDEA$304, 0);
43621                     if (target == null)
43622                     {
43623                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CRINOIDEA$304);
43624                     }
43625                     target.set(crinoidea);
43626                 }
43627             }
43628             
43629             
43630 
43631 
43632             public void unsetCrinoidea()
43633             {
43634                 synchronized (monitor())
43635                 {
43636                     check_orphaned();
43637                     get_store().remove_element(CRINOIDEA$304, 0);
43638                 }
43639             }
43640             
43641             
43642 
43643 
43644             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAsteroidea()
43645             {
43646                 synchronized (monitor())
43647                 {
43648                     check_orphaned();
43649                     org.apache.xmlbeans.SimpleValue target = null;
43650                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ASTEROIDEA$306, 0);
43651                     if (target == null)
43652                     {
43653                       return null;
43654                     }
43655                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
43656                 }
43657             }
43658             
43659             
43660 
43661 
43662             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAsteroidea()
43663             {
43664                 synchronized (monitor())
43665                 {
43666                     check_orphaned();
43667                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
43668                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ASTEROIDEA$306, 0);
43669                     return target;
43670                 }
43671             }
43672             
43673             
43674 
43675 
43676             public boolean isSetAsteroidea()
43677             {
43678                 synchronized (monitor())
43679                 {
43680                     check_orphaned();
43681                     return get_store().count_elements(ASTEROIDEA$306) != 0;
43682                 }
43683             }
43684             
43685             
43686 
43687 
43688             public void setAsteroidea(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum asteroidea)
43689             {
43690                 synchronized (monitor())
43691                 {
43692                     check_orphaned();
43693                     org.apache.xmlbeans.SimpleValue target = null;
43694                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ASTEROIDEA$306, 0);
43695                     if (target == null)
43696                     {
43697                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ASTEROIDEA$306);
43698                     }
43699                     target.setEnumValue(asteroidea);
43700                 }
43701             }
43702             
43703             
43704 
43705 
43706             public void xsetAsteroidea(gov.grants.apply.system.globalLibraryV20.YesNoDataType asteroidea)
43707             {
43708                 synchronized (monitor())
43709                 {
43710                     check_orphaned();
43711                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
43712                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ASTEROIDEA$306, 0);
43713                     if (target == null)
43714                     {
43715                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ASTEROIDEA$306);
43716                     }
43717                     target.set(asteroidea);
43718                 }
43719             }
43720             
43721             
43722 
43723 
43724             public void unsetAsteroidea()
43725             {
43726                 synchronized (monitor())
43727                 {
43728                     check_orphaned();
43729                     get_store().remove_element(ASTEROIDEA$306, 0);
43730                 }
43731             }
43732             
43733             
43734 
43735 
43736             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getOphiuroidea()
43737             {
43738                 synchronized (monitor())
43739                 {
43740                     check_orphaned();
43741                     org.apache.xmlbeans.SimpleValue target = null;
43742                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(OPHIUROIDEA$308, 0);
43743                     if (target == null)
43744                     {
43745                       return null;
43746                     }
43747                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
43748                 }
43749             }
43750             
43751             
43752 
43753 
43754             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetOphiuroidea()
43755             {
43756                 synchronized (monitor())
43757                 {
43758                     check_orphaned();
43759                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
43760                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(OPHIUROIDEA$308, 0);
43761                     return target;
43762                 }
43763             }
43764             
43765             
43766 
43767 
43768             public boolean isSetOphiuroidea()
43769             {
43770                 synchronized (monitor())
43771                 {
43772                     check_orphaned();
43773                     return get_store().count_elements(OPHIUROIDEA$308) != 0;
43774                 }
43775             }
43776             
43777             
43778 
43779 
43780             public void setOphiuroidea(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum ophiuroidea)
43781             {
43782                 synchronized (monitor())
43783                 {
43784                     check_orphaned();
43785                     org.apache.xmlbeans.SimpleValue target = null;
43786                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(OPHIUROIDEA$308, 0);
43787                     if (target == null)
43788                     {
43789                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(OPHIUROIDEA$308);
43790                     }
43791                     target.setEnumValue(ophiuroidea);
43792                 }
43793             }
43794             
43795             
43796 
43797 
43798             public void xsetOphiuroidea(gov.grants.apply.system.globalLibraryV20.YesNoDataType ophiuroidea)
43799             {
43800                 synchronized (monitor())
43801                 {
43802                     check_orphaned();
43803                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
43804                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(OPHIUROIDEA$308, 0);
43805                     if (target == null)
43806                     {
43807                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(OPHIUROIDEA$308);
43808                     }
43809                     target.set(ophiuroidea);
43810                 }
43811             }
43812             
43813             
43814 
43815 
43816             public void unsetOphiuroidea()
43817             {
43818                 synchronized (monitor())
43819                 {
43820                     check_orphaned();
43821                     get_store().remove_element(OPHIUROIDEA$308, 0);
43822                 }
43823             }
43824             
43825             
43826 
43827 
43828             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getEchinoidea()
43829             {
43830                 synchronized (monitor())
43831                 {
43832                     check_orphaned();
43833                     org.apache.xmlbeans.SimpleValue target = null;
43834                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ECHINOIDEA$310, 0);
43835                     if (target == null)
43836                     {
43837                       return null;
43838                     }
43839                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
43840                 }
43841             }
43842             
43843             
43844 
43845 
43846             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetEchinoidea()
43847             {
43848                 synchronized (monitor())
43849                 {
43850                     check_orphaned();
43851                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
43852                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ECHINOIDEA$310, 0);
43853                     return target;
43854                 }
43855             }
43856             
43857             
43858 
43859 
43860             public boolean isSetEchinoidea()
43861             {
43862                 synchronized (monitor())
43863                 {
43864                     check_orphaned();
43865                     return get_store().count_elements(ECHINOIDEA$310) != 0;
43866                 }
43867             }
43868             
43869             
43870 
43871 
43872             public void setEchinoidea(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum echinoidea)
43873             {
43874                 synchronized (monitor())
43875                 {
43876                     check_orphaned();
43877                     org.apache.xmlbeans.SimpleValue target = null;
43878                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ECHINOIDEA$310, 0);
43879                     if (target == null)
43880                     {
43881                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ECHINOIDEA$310);
43882                     }
43883                     target.setEnumValue(echinoidea);
43884                 }
43885             }
43886             
43887             
43888 
43889 
43890             public void xsetEchinoidea(gov.grants.apply.system.globalLibraryV20.YesNoDataType echinoidea)
43891             {
43892                 synchronized (monitor())
43893                 {
43894                     check_orphaned();
43895                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
43896                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ECHINOIDEA$310, 0);
43897                     if (target == null)
43898                     {
43899                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ECHINOIDEA$310);
43900                     }
43901                     target.set(echinoidea);
43902                 }
43903             }
43904             
43905             
43906 
43907 
43908             public void unsetEchinoidea()
43909             {
43910                 synchronized (monitor())
43911                 {
43912                     check_orphaned();
43913                     get_store().remove_element(ECHINOIDEA$310, 0);
43914                 }
43915             }
43916             
43917             
43918 
43919 
43920             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getHolothuroidea()
43921             {
43922                 synchronized (monitor())
43923                 {
43924                     check_orphaned();
43925                     org.apache.xmlbeans.SimpleValue target = null;
43926                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(HOLOTHUROIDEA$312, 0);
43927                     if (target == null)
43928                     {
43929                       return null;
43930                     }
43931                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
43932                 }
43933             }
43934             
43935             
43936 
43937 
43938             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetHolothuroidea()
43939             {
43940                 synchronized (monitor())
43941                 {
43942                     check_orphaned();
43943                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
43944                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(HOLOTHUROIDEA$312, 0);
43945                     return target;
43946                 }
43947             }
43948             
43949             
43950 
43951 
43952             public boolean isSetHolothuroidea()
43953             {
43954                 synchronized (monitor())
43955                 {
43956                     check_orphaned();
43957                     return get_store().count_elements(HOLOTHUROIDEA$312) != 0;
43958                 }
43959             }
43960             
43961             
43962 
43963 
43964             public void setHolothuroidea(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum holothuroidea)
43965             {
43966                 synchronized (monitor())
43967                 {
43968                     check_orphaned();
43969                     org.apache.xmlbeans.SimpleValue target = null;
43970                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(HOLOTHUROIDEA$312, 0);
43971                     if (target == null)
43972                     {
43973                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(HOLOTHUROIDEA$312);
43974                     }
43975                     target.setEnumValue(holothuroidea);
43976                 }
43977             }
43978             
43979             
43980 
43981 
43982             public void xsetHolothuroidea(gov.grants.apply.system.globalLibraryV20.YesNoDataType holothuroidea)
43983             {
43984                 synchronized (monitor())
43985                 {
43986                     check_orphaned();
43987                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
43988                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(HOLOTHUROIDEA$312, 0);
43989                     if (target == null)
43990                     {
43991                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(HOLOTHUROIDEA$312);
43992                     }
43993                     target.set(holothuroidea);
43994                 }
43995             }
43996             
43997             
43998 
43999 
44000             public void unsetHolothuroidea()
44001             {
44002                 synchronized (monitor())
44003                 {
44004                     check_orphaned();
44005                     get_store().remove_element(HOLOTHUROIDEA$312, 0);
44006                 }
44007             }
44008             
44009             
44010 
44011 
44012             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getHEMICHORDATA()
44013             {
44014                 synchronized (monitor())
44015                 {
44016                     check_orphaned();
44017                     org.apache.xmlbeans.SimpleValue target = null;
44018                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(HEMICHORDATA$314, 0);
44019                     if (target == null)
44020                     {
44021                       return null;
44022                     }
44023                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
44024                 }
44025             }
44026             
44027             
44028 
44029 
44030             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetHEMICHORDATA()
44031             {
44032                 synchronized (monitor())
44033                 {
44034                     check_orphaned();
44035                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
44036                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(HEMICHORDATA$314, 0);
44037                     return target;
44038                 }
44039             }
44040             
44041             
44042 
44043 
44044             public boolean isSetHEMICHORDATA()
44045             {
44046                 synchronized (monitor())
44047                 {
44048                     check_orphaned();
44049                     return get_store().count_elements(HEMICHORDATA$314) != 0;
44050                 }
44051             }
44052             
44053             
44054 
44055 
44056             public void setHEMICHORDATA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum hemichordata)
44057             {
44058                 synchronized (monitor())
44059                 {
44060                     check_orphaned();
44061                     org.apache.xmlbeans.SimpleValue target = null;
44062                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(HEMICHORDATA$314, 0);
44063                     if (target == null)
44064                     {
44065                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(HEMICHORDATA$314);
44066                     }
44067                     target.setEnumValue(hemichordata);
44068                 }
44069             }
44070             
44071             
44072 
44073 
44074             public void xsetHEMICHORDATA(gov.grants.apply.system.globalLibraryV20.YesNoDataType hemichordata)
44075             {
44076                 synchronized (monitor())
44077                 {
44078                     check_orphaned();
44079                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
44080                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(HEMICHORDATA$314, 0);
44081                     if (target == null)
44082                     {
44083                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(HEMICHORDATA$314);
44084                     }
44085                     target.set(hemichordata);
44086                 }
44087             }
44088             
44089             
44090 
44091 
44092             public void unsetHEMICHORDATA()
44093             {
44094                 synchronized (monitor())
44095                 {
44096                     check_orphaned();
44097                     get_store().remove_element(HEMICHORDATA$314, 0);
44098                 }
44099             }
44100             
44101             
44102 
44103 
44104             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getUROCHORDATA()
44105             {
44106                 synchronized (monitor())
44107                 {
44108                     check_orphaned();
44109                     org.apache.xmlbeans.SimpleValue target = null;
44110                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(UROCHORDATA$316, 0);
44111                     if (target == null)
44112                     {
44113                       return null;
44114                     }
44115                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
44116                 }
44117             }
44118             
44119             
44120 
44121 
44122             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetUROCHORDATA()
44123             {
44124                 synchronized (monitor())
44125                 {
44126                     check_orphaned();
44127                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
44128                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(UROCHORDATA$316, 0);
44129                     return target;
44130                 }
44131             }
44132             
44133             
44134 
44135 
44136             public boolean isSetUROCHORDATA()
44137             {
44138                 synchronized (monitor())
44139                 {
44140                     check_orphaned();
44141                     return get_store().count_elements(UROCHORDATA$316) != 0;
44142                 }
44143             }
44144             
44145             
44146 
44147 
44148             public void setUROCHORDATA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum urochordata)
44149             {
44150                 synchronized (monitor())
44151                 {
44152                     check_orphaned();
44153                     org.apache.xmlbeans.SimpleValue target = null;
44154                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(UROCHORDATA$316, 0);
44155                     if (target == null)
44156                     {
44157                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(UROCHORDATA$316);
44158                     }
44159                     target.setEnumValue(urochordata);
44160                 }
44161             }
44162             
44163             
44164 
44165 
44166             public void xsetUROCHORDATA(gov.grants.apply.system.globalLibraryV20.YesNoDataType urochordata)
44167             {
44168                 synchronized (monitor())
44169                 {
44170                     check_orphaned();
44171                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
44172                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(UROCHORDATA$316, 0);
44173                     if (target == null)
44174                     {
44175                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(UROCHORDATA$316);
44176                     }
44177                     target.set(urochordata);
44178                 }
44179             }
44180             
44181             
44182 
44183 
44184             public void unsetUROCHORDATA()
44185             {
44186                 synchronized (monitor())
44187                 {
44188                     check_orphaned();
44189                     get_store().remove_element(UROCHORDATA$316, 0);
44190                 }
44191             }
44192             
44193             
44194 
44195 
44196             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCEPHALOCHORDATA()
44197             {
44198                 synchronized (monitor())
44199                 {
44200                     check_orphaned();
44201                     org.apache.xmlbeans.SimpleValue target = null;
44202                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CEPHALOCHORDATA$318, 0);
44203                     if (target == null)
44204                     {
44205                       return null;
44206                     }
44207                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
44208                 }
44209             }
44210             
44211             
44212 
44213 
44214             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCEPHALOCHORDATA()
44215             {
44216                 synchronized (monitor())
44217                 {
44218                     check_orphaned();
44219                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
44220                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CEPHALOCHORDATA$318, 0);
44221                     return target;
44222                 }
44223             }
44224             
44225             
44226 
44227 
44228             public boolean isSetCEPHALOCHORDATA()
44229             {
44230                 synchronized (monitor())
44231                 {
44232                     check_orphaned();
44233                     return get_store().count_elements(CEPHALOCHORDATA$318) != 0;
44234                 }
44235             }
44236             
44237             
44238 
44239 
44240             public void setCEPHALOCHORDATA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum cephalochordata)
44241             {
44242                 synchronized (monitor())
44243                 {
44244                     check_orphaned();
44245                     org.apache.xmlbeans.SimpleValue target = null;
44246                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CEPHALOCHORDATA$318, 0);
44247                     if (target == null)
44248                     {
44249                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CEPHALOCHORDATA$318);
44250                     }
44251                     target.setEnumValue(cephalochordata);
44252                 }
44253             }
44254             
44255             
44256 
44257 
44258             public void xsetCEPHALOCHORDATA(gov.grants.apply.system.globalLibraryV20.YesNoDataType cephalochordata)
44259             {
44260                 synchronized (monitor())
44261                 {
44262                     check_orphaned();
44263                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
44264                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CEPHALOCHORDATA$318, 0);
44265                     if (target == null)
44266                     {
44267                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CEPHALOCHORDATA$318);
44268                     }
44269                     target.set(cephalochordata);
44270                 }
44271             }
44272             
44273             
44274 
44275 
44276             public void unsetCEPHALOCHORDATA()
44277             {
44278                 synchronized (monitor())
44279                 {
44280                     check_orphaned();
44281                     get_store().remove_element(CEPHALOCHORDATA$318, 0);
44282                 }
44283             }
44284             
44285             
44286 
44287 
44288             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getVERTEBRATES()
44289             {
44290                 synchronized (monitor())
44291                 {
44292                     check_orphaned();
44293                     org.apache.xmlbeans.SimpleValue target = null;
44294                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(VERTEBRATES$320, 0);
44295                     if (target == null)
44296                     {
44297                       return null;
44298                     }
44299                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
44300                 }
44301             }
44302             
44303             
44304 
44305 
44306             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetVERTEBRATES()
44307             {
44308                 synchronized (monitor())
44309                 {
44310                     check_orphaned();
44311                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
44312                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(VERTEBRATES$320, 0);
44313                     return target;
44314                 }
44315             }
44316             
44317             
44318 
44319 
44320             public boolean isSetVERTEBRATES()
44321             {
44322                 synchronized (monitor())
44323                 {
44324                     check_orphaned();
44325                     return get_store().count_elements(VERTEBRATES$320) != 0;
44326                 }
44327             }
44328             
44329             
44330 
44331 
44332             public void setVERTEBRATES(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum vertebrates)
44333             {
44334                 synchronized (monitor())
44335                 {
44336                     check_orphaned();
44337                     org.apache.xmlbeans.SimpleValue target = null;
44338                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(VERTEBRATES$320, 0);
44339                     if (target == null)
44340                     {
44341                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(VERTEBRATES$320);
44342                     }
44343                     target.setEnumValue(vertebrates);
44344                 }
44345             }
44346             
44347             
44348 
44349 
44350             public void xsetVERTEBRATES(gov.grants.apply.system.globalLibraryV20.YesNoDataType vertebrates)
44351             {
44352                 synchronized (monitor())
44353                 {
44354                     check_orphaned();
44355                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
44356                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(VERTEBRATES$320, 0);
44357                     if (target == null)
44358                     {
44359                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(VERTEBRATES$320);
44360                     }
44361                     target.set(vertebrates);
44362                 }
44363             }
44364             
44365             
44366 
44367 
44368             public void unsetVERTEBRATES()
44369             {
44370                 synchronized (monitor())
44371                 {
44372                     check_orphaned();
44373                     get_store().remove_element(VERTEBRATES$320, 0);
44374                 }
44375             }
44376             
44377             
44378 
44379 
44380             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAGNATHA()
44381             {
44382                 synchronized (monitor())
44383                 {
44384                     check_orphaned();
44385                     org.apache.xmlbeans.SimpleValue target = null;
44386                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(AGNATHA$322, 0);
44387                     if (target == null)
44388                     {
44389                       return null;
44390                     }
44391                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
44392                 }
44393             }
44394             
44395             
44396 
44397 
44398             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAGNATHA()
44399             {
44400                 synchronized (monitor())
44401                 {
44402                     check_orphaned();
44403                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
44404                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(AGNATHA$322, 0);
44405                     return target;
44406                 }
44407             }
44408             
44409             
44410 
44411 
44412             public boolean isSetAGNATHA()
44413             {
44414                 synchronized (monitor())
44415                 {
44416                     check_orphaned();
44417                     return get_store().count_elements(AGNATHA$322) != 0;
44418                 }
44419             }
44420             
44421             
44422 
44423 
44424             public void setAGNATHA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum agnatha)
44425             {
44426                 synchronized (monitor())
44427                 {
44428                     check_orphaned();
44429                     org.apache.xmlbeans.SimpleValue target = null;
44430                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(AGNATHA$322, 0);
44431                     if (target == null)
44432                     {
44433                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(AGNATHA$322);
44434                     }
44435                     target.setEnumValue(agnatha);
44436                 }
44437             }
44438             
44439             
44440 
44441 
44442             public void xsetAGNATHA(gov.grants.apply.system.globalLibraryV20.YesNoDataType agnatha)
44443             {
44444                 synchronized (monitor())
44445                 {
44446                     check_orphaned();
44447                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
44448                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(AGNATHA$322, 0);
44449                     if (target == null)
44450                     {
44451                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(AGNATHA$322);
44452                     }
44453                     target.set(agnatha);
44454                 }
44455             }
44456             
44457             
44458 
44459 
44460             public void unsetAGNATHA()
44461             {
44462                 synchronized (monitor())
44463                 {
44464                     check_orphaned();
44465                     get_store().remove_element(AGNATHA$322, 0);
44466                 }
44467             }
44468             
44469             
44470 
44471 
44472             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFISHES()
44473             {
44474                 synchronized (monitor())
44475                 {
44476                     check_orphaned();
44477                     org.apache.xmlbeans.SimpleValue target = null;
44478                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FISHES$324, 0);
44479                     if (target == null)
44480                     {
44481                       return null;
44482                     }
44483                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
44484                 }
44485             }
44486             
44487             
44488 
44489 
44490             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFISHES()
44491             {
44492                 synchronized (monitor())
44493                 {
44494                     check_orphaned();
44495                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
44496                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(FISHES$324, 0);
44497                     return target;
44498                 }
44499             }
44500             
44501             
44502 
44503 
44504             public boolean isSetFISHES()
44505             {
44506                 synchronized (monitor())
44507                 {
44508                     check_orphaned();
44509                     return get_store().count_elements(FISHES$324) != 0;
44510                 }
44511             }
44512             
44513             
44514 
44515 
44516             public void setFISHES(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum fishes)
44517             {
44518                 synchronized (monitor())
44519                 {
44520                     check_orphaned();
44521                     org.apache.xmlbeans.SimpleValue target = null;
44522                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FISHES$324, 0);
44523                     if (target == null)
44524                     {
44525                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(FISHES$324);
44526                     }
44527                     target.setEnumValue(fishes);
44528                 }
44529             }
44530             
44531             
44532 
44533 
44534             public void xsetFISHES(gov.grants.apply.system.globalLibraryV20.YesNoDataType fishes)
44535             {
44536                 synchronized (monitor())
44537                 {
44538                     check_orphaned();
44539                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
44540                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(FISHES$324, 0);
44541                     if (target == null)
44542                     {
44543                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(FISHES$324);
44544                     }
44545                     target.set(fishes);
44546                 }
44547             }
44548             
44549             
44550 
44551 
44552             public void unsetFISHES()
44553             {
44554                 synchronized (monitor())
44555                 {
44556                     check_orphaned();
44557                     get_store().remove_element(FISHES$324, 0);
44558                 }
44559             }
44560             
44561             
44562 
44563 
44564             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getChondrichthyes()
44565             {
44566                 synchronized (monitor())
44567                 {
44568                     check_orphaned();
44569                     org.apache.xmlbeans.SimpleValue target = null;
44570                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CHONDRICHTHYES$326, 0);
44571                     if (target == null)
44572                     {
44573                       return null;
44574                     }
44575                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
44576                 }
44577             }
44578             
44579             
44580 
44581 
44582             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetChondrichthyes()
44583             {
44584                 synchronized (monitor())
44585                 {
44586                     check_orphaned();
44587                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
44588                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CHONDRICHTHYES$326, 0);
44589                     return target;
44590                 }
44591             }
44592             
44593             
44594 
44595 
44596             public boolean isSetChondrichthyes()
44597             {
44598                 synchronized (monitor())
44599                 {
44600                     check_orphaned();
44601                     return get_store().count_elements(CHONDRICHTHYES$326) != 0;
44602                 }
44603             }
44604             
44605             
44606 
44607 
44608             public void setChondrichthyes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum chondrichthyes)
44609             {
44610                 synchronized (monitor())
44611                 {
44612                     check_orphaned();
44613                     org.apache.xmlbeans.SimpleValue target = null;
44614                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CHONDRICHTHYES$326, 0);
44615                     if (target == null)
44616                     {
44617                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CHONDRICHTHYES$326);
44618                     }
44619                     target.setEnumValue(chondrichthyes);
44620                 }
44621             }
44622             
44623             
44624 
44625 
44626             public void xsetChondrichthyes(gov.grants.apply.system.globalLibraryV20.YesNoDataType chondrichthyes)
44627             {
44628                 synchronized (monitor())
44629                 {
44630                     check_orphaned();
44631                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
44632                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CHONDRICHTHYES$326, 0);
44633                     if (target == null)
44634                     {
44635                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CHONDRICHTHYES$326);
44636                     }
44637                     target.set(chondrichthyes);
44638                 }
44639             }
44640             
44641             
44642 
44643 
44644             public void unsetChondrichthyes()
44645             {
44646                 synchronized (monitor())
44647                 {
44648                     check_orphaned();
44649                     get_store().remove_element(CHONDRICHTHYES$326, 0);
44650                 }
44651             }
44652             
44653             
44654 
44655 
44656             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getOsteichthyes()
44657             {
44658                 synchronized (monitor())
44659                 {
44660                     check_orphaned();
44661                     org.apache.xmlbeans.SimpleValue target = null;
44662                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(OSTEICHTHYES$328, 0);
44663                     if (target == null)
44664                     {
44665                       return null;
44666                     }
44667                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
44668                 }
44669             }
44670             
44671             
44672 
44673 
44674             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetOsteichthyes()
44675             {
44676                 synchronized (monitor())
44677                 {
44678                     check_orphaned();
44679                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
44680                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(OSTEICHTHYES$328, 0);
44681                     return target;
44682                 }
44683             }
44684             
44685             
44686 
44687 
44688             public boolean isSetOsteichthyes()
44689             {
44690                 synchronized (monitor())
44691                 {
44692                     check_orphaned();
44693                     return get_store().count_elements(OSTEICHTHYES$328) != 0;
44694                 }
44695             }
44696             
44697             
44698 
44699 
44700             public void setOsteichthyes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum osteichthyes)
44701             {
44702                 synchronized (monitor())
44703                 {
44704                     check_orphaned();
44705                     org.apache.xmlbeans.SimpleValue target = null;
44706                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(OSTEICHTHYES$328, 0);
44707                     if (target == null)
44708                     {
44709                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(OSTEICHTHYES$328);
44710                     }
44711                     target.setEnumValue(osteichthyes);
44712                 }
44713             }
44714             
44715             
44716 
44717 
44718             public void xsetOsteichthyes(gov.grants.apply.system.globalLibraryV20.YesNoDataType osteichthyes)
44719             {
44720                 synchronized (monitor())
44721                 {
44722                     check_orphaned();
44723                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
44724                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(OSTEICHTHYES$328, 0);
44725                     if (target == null)
44726                     {
44727                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(OSTEICHTHYES$328);
44728                     }
44729                     target.set(osteichthyes);
44730                 }
44731             }
44732             
44733             
44734 
44735 
44736             public void unsetOsteichthyes()
44737             {
44738                 synchronized (monitor())
44739                 {
44740                     check_orphaned();
44741                     get_store().remove_element(OSTEICHTHYES$328, 0);
44742                 }
44743             }
44744             
44745             
44746 
44747 
44748             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSarcopterygia()
44749             {
44750                 synchronized (monitor())
44751                 {
44752                     check_orphaned();
44753                     org.apache.xmlbeans.SimpleValue target = null;
44754                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SARCOPTERYGIA$330, 0);
44755                     if (target == null)
44756                     {
44757                       return null;
44758                     }
44759                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
44760                 }
44761             }
44762             
44763             
44764 
44765 
44766             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSarcopterygia()
44767             {
44768                 synchronized (monitor())
44769                 {
44770                     check_orphaned();
44771                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
44772                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SARCOPTERYGIA$330, 0);
44773                     return target;
44774                 }
44775             }
44776             
44777             
44778 
44779 
44780             public boolean isSetSarcopterygia()
44781             {
44782                 synchronized (monitor())
44783                 {
44784                     check_orphaned();
44785                     return get_store().count_elements(SARCOPTERYGIA$330) != 0;
44786                 }
44787             }
44788             
44789             
44790 
44791 
44792             public void setSarcopterygia(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum sarcopterygia)
44793             {
44794                 synchronized (monitor())
44795                 {
44796                     check_orphaned();
44797                     org.apache.xmlbeans.SimpleValue target = null;
44798                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SARCOPTERYGIA$330, 0);
44799                     if (target == null)
44800                     {
44801                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SARCOPTERYGIA$330);
44802                     }
44803                     target.setEnumValue(sarcopterygia);
44804                 }
44805             }
44806             
44807             
44808 
44809 
44810             public void xsetSarcopterygia(gov.grants.apply.system.globalLibraryV20.YesNoDataType sarcopterygia)
44811             {
44812                 synchronized (monitor())
44813                 {
44814                     check_orphaned();
44815                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
44816                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SARCOPTERYGIA$330, 0);
44817                     if (target == null)
44818                     {
44819                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SARCOPTERYGIA$330);
44820                     }
44821                     target.set(sarcopterygia);
44822                 }
44823             }
44824             
44825             
44826 
44827 
44828             public void unsetSarcopterygia()
44829             {
44830                 synchronized (monitor())
44831                 {
44832                     check_orphaned();
44833                     get_store().remove_element(SARCOPTERYGIA$330, 0);
44834                 }
44835             }
44836             
44837             
44838 
44839 
44840             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getActinopterygia()
44841             {
44842                 synchronized (monitor())
44843                 {
44844                     check_orphaned();
44845                     org.apache.xmlbeans.SimpleValue target = null;
44846                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ACTINOPTERYGIA$332, 0);
44847                     if (target == null)
44848                     {
44849                       return null;
44850                     }
44851                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
44852                 }
44853             }
44854             
44855             
44856 
44857 
44858             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetActinopterygia()
44859             {
44860                 synchronized (monitor())
44861                 {
44862                     check_orphaned();
44863                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
44864                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ACTINOPTERYGIA$332, 0);
44865                     return target;
44866                 }
44867             }
44868             
44869             
44870 
44871 
44872             public boolean isSetActinopterygia()
44873             {
44874                 synchronized (monitor())
44875                 {
44876                     check_orphaned();
44877                     return get_store().count_elements(ACTINOPTERYGIA$332) != 0;
44878                 }
44879             }
44880             
44881             
44882 
44883 
44884             public void setActinopterygia(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum actinopterygia)
44885             {
44886                 synchronized (monitor())
44887                 {
44888                     check_orphaned();
44889                     org.apache.xmlbeans.SimpleValue target = null;
44890                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ACTINOPTERYGIA$332, 0);
44891                     if (target == null)
44892                     {
44893                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ACTINOPTERYGIA$332);
44894                     }
44895                     target.setEnumValue(actinopterygia);
44896                 }
44897             }
44898             
44899             
44900 
44901 
44902             public void xsetActinopterygia(gov.grants.apply.system.globalLibraryV20.YesNoDataType actinopterygia)
44903             {
44904                 synchronized (monitor())
44905                 {
44906                     check_orphaned();
44907                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
44908                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ACTINOPTERYGIA$332, 0);
44909                     if (target == null)
44910                     {
44911                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ACTINOPTERYGIA$332);
44912                     }
44913                     target.set(actinopterygia);
44914                 }
44915             }
44916             
44917             
44918 
44919 
44920             public void unsetActinopterygia()
44921             {
44922                 synchronized (monitor())
44923                 {
44924                     check_orphaned();
44925                     get_store().remove_element(ACTINOPTERYGIA$332, 0);
44926                 }
44927             }
44928             
44929             
44930 
44931 
44932             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAMPHIBIA()
44933             {
44934                 synchronized (monitor())
44935                 {
44936                     check_orphaned();
44937                     org.apache.xmlbeans.SimpleValue target = null;
44938                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(AMPHIBIA$334, 0);
44939                     if (target == null)
44940                     {
44941                       return null;
44942                     }
44943                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
44944                 }
44945             }
44946             
44947             
44948 
44949 
44950             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAMPHIBIA()
44951             {
44952                 synchronized (monitor())
44953                 {
44954                     check_orphaned();
44955                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
44956                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(AMPHIBIA$334, 0);
44957                     return target;
44958                 }
44959             }
44960             
44961             
44962 
44963 
44964             public boolean isSetAMPHIBIA()
44965             {
44966                 synchronized (monitor())
44967                 {
44968                     check_orphaned();
44969                     return get_store().count_elements(AMPHIBIA$334) != 0;
44970                 }
44971             }
44972             
44973             
44974 
44975 
44976             public void setAMPHIBIA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum amphibia)
44977             {
44978                 synchronized (monitor())
44979                 {
44980                     check_orphaned();
44981                     org.apache.xmlbeans.SimpleValue target = null;
44982                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(AMPHIBIA$334, 0);
44983                     if (target == null)
44984                     {
44985                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(AMPHIBIA$334);
44986                     }
44987                     target.setEnumValue(amphibia);
44988                 }
44989             }
44990             
44991             
44992 
44993 
44994             public void xsetAMPHIBIA(gov.grants.apply.system.globalLibraryV20.YesNoDataType amphibia)
44995             {
44996                 synchronized (monitor())
44997                 {
44998                     check_orphaned();
44999                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
45000                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(AMPHIBIA$334, 0);
45001                     if (target == null)
45002                     {
45003                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(AMPHIBIA$334);
45004                     }
45005                     target.set(amphibia);
45006                 }
45007             }
45008             
45009             
45010 
45011 
45012             public void unsetAMPHIBIA()
45013             {
45014                 synchronized (monitor())
45015                 {
45016                     check_orphaned();
45017                     get_store().remove_element(AMPHIBIA$334, 0);
45018                 }
45019             }
45020             
45021             
45022 
45023 
45024             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAnura()
45025             {
45026                 synchronized (monitor())
45027                 {
45028                     check_orphaned();
45029                     org.apache.xmlbeans.SimpleValue target = null;
45030                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ANURA$336, 0);
45031                     if (target == null)
45032                     {
45033                       return null;
45034                     }
45035                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
45036                 }
45037             }
45038             
45039             
45040 
45041 
45042             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAnura()
45043             {
45044                 synchronized (monitor())
45045                 {
45046                     check_orphaned();
45047                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
45048                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ANURA$336, 0);
45049                     return target;
45050                 }
45051             }
45052             
45053             
45054 
45055 
45056             public boolean isSetAnura()
45057             {
45058                 synchronized (monitor())
45059                 {
45060                     check_orphaned();
45061                     return get_store().count_elements(ANURA$336) != 0;
45062                 }
45063             }
45064             
45065             
45066 
45067 
45068             public void setAnura(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum anura)
45069             {
45070                 synchronized (monitor())
45071                 {
45072                     check_orphaned();
45073                     org.apache.xmlbeans.SimpleValue target = null;
45074                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ANURA$336, 0);
45075                     if (target == null)
45076                     {
45077                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ANURA$336);
45078                     }
45079                     target.setEnumValue(anura);
45080                 }
45081             }
45082             
45083             
45084 
45085 
45086             public void xsetAnura(gov.grants.apply.system.globalLibraryV20.YesNoDataType anura)
45087             {
45088                 synchronized (monitor())
45089                 {
45090                     check_orphaned();
45091                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
45092                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ANURA$336, 0);
45093                     if (target == null)
45094                     {
45095                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ANURA$336);
45096                     }
45097                     target.set(anura);
45098                 }
45099             }
45100             
45101             
45102 
45103 
45104             public void unsetAnura()
45105             {
45106                 synchronized (monitor())
45107                 {
45108                     check_orphaned();
45109                     get_store().remove_element(ANURA$336, 0);
45110                 }
45111             }
45112             
45113             
45114 
45115 
45116             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getUrodela()
45117             {
45118                 synchronized (monitor())
45119                 {
45120                     check_orphaned();
45121                     org.apache.xmlbeans.SimpleValue target = null;
45122                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(URODELA$338, 0);
45123                     if (target == null)
45124                     {
45125                       return null;
45126                     }
45127                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
45128                 }
45129             }
45130             
45131             
45132 
45133 
45134             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetUrodela()
45135             {
45136                 synchronized (monitor())
45137                 {
45138                     check_orphaned();
45139                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
45140                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(URODELA$338, 0);
45141                     return target;
45142                 }
45143             }
45144             
45145             
45146 
45147 
45148             public boolean isSetUrodela()
45149             {
45150                 synchronized (monitor())
45151                 {
45152                     check_orphaned();
45153                     return get_store().count_elements(URODELA$338) != 0;
45154                 }
45155             }
45156             
45157             
45158 
45159 
45160             public void setUrodela(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum urodela)
45161             {
45162                 synchronized (monitor())
45163                 {
45164                     check_orphaned();
45165                     org.apache.xmlbeans.SimpleValue target = null;
45166                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(URODELA$338, 0);
45167                     if (target == null)
45168                     {
45169                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(URODELA$338);
45170                     }
45171                     target.setEnumValue(urodela);
45172                 }
45173             }
45174             
45175             
45176 
45177 
45178             public void xsetUrodela(gov.grants.apply.system.globalLibraryV20.YesNoDataType urodela)
45179             {
45180                 synchronized (monitor())
45181                 {
45182                     check_orphaned();
45183                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
45184                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(URODELA$338, 0);
45185                     if (target == null)
45186                     {
45187                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(URODELA$338);
45188                     }
45189                     target.set(urodela);
45190                 }
45191             }
45192             
45193             
45194 
45195 
45196             public void unsetUrodela()
45197             {
45198                 synchronized (monitor())
45199                 {
45200                     check_orphaned();
45201                     get_store().remove_element(URODELA$338, 0);
45202                 }
45203             }
45204             
45205             
45206 
45207 
45208             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getGymnophiona()
45209             {
45210                 synchronized (monitor())
45211                 {
45212                     check_orphaned();
45213                     org.apache.xmlbeans.SimpleValue target = null;
45214                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(GYMNOPHIONA$340, 0);
45215                     if (target == null)
45216                     {
45217                       return null;
45218                     }
45219                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
45220                 }
45221             }
45222             
45223             
45224 
45225 
45226             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetGymnophiona()
45227             {
45228                 synchronized (monitor())
45229                 {
45230                     check_orphaned();
45231                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
45232                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(GYMNOPHIONA$340, 0);
45233                     return target;
45234                 }
45235             }
45236             
45237             
45238 
45239 
45240             public boolean isSetGymnophiona()
45241             {
45242                 synchronized (monitor())
45243                 {
45244                     check_orphaned();
45245                     return get_store().count_elements(GYMNOPHIONA$340) != 0;
45246                 }
45247             }
45248             
45249             
45250 
45251 
45252             public void setGymnophiona(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum gymnophiona)
45253             {
45254                 synchronized (monitor())
45255                 {
45256                     check_orphaned();
45257                     org.apache.xmlbeans.SimpleValue target = null;
45258                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(GYMNOPHIONA$340, 0);
45259                     if (target == null)
45260                     {
45261                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(GYMNOPHIONA$340);
45262                     }
45263                     target.setEnumValue(gymnophiona);
45264                 }
45265             }
45266             
45267             
45268 
45269 
45270             public void xsetGymnophiona(gov.grants.apply.system.globalLibraryV20.YesNoDataType gymnophiona)
45271             {
45272                 synchronized (monitor())
45273                 {
45274                     check_orphaned();
45275                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
45276                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(GYMNOPHIONA$340, 0);
45277                     if (target == null)
45278                     {
45279                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(GYMNOPHIONA$340);
45280                     }
45281                     target.set(gymnophiona);
45282                 }
45283             }
45284             
45285             
45286 
45287 
45288             public void unsetGymnophiona()
45289             {
45290                 synchronized (monitor())
45291                 {
45292                     check_orphaned();
45293                     get_store().remove_element(GYMNOPHIONA$340, 0);
45294                 }
45295             }
45296             
45297             
45298 
45299 
45300             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getREPTILIA()
45301             {
45302                 synchronized (monitor())
45303                 {
45304                     check_orphaned();
45305                     org.apache.xmlbeans.SimpleValue target = null;
45306                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(REPTILIA$342, 0);
45307                     if (target == null)
45308                     {
45309                       return null;
45310                     }
45311                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
45312                 }
45313             }
45314             
45315             
45316 
45317 
45318             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetREPTILIA()
45319             {
45320                 synchronized (monitor())
45321                 {
45322                     check_orphaned();
45323                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
45324                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(REPTILIA$342, 0);
45325                     return target;
45326                 }
45327             }
45328             
45329             
45330 
45331 
45332             public boolean isSetREPTILIA()
45333             {
45334                 synchronized (monitor())
45335                 {
45336                     check_orphaned();
45337                     return get_store().count_elements(REPTILIA$342) != 0;
45338                 }
45339             }
45340             
45341             
45342 
45343 
45344             public void setREPTILIA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum reptilia)
45345             {
45346                 synchronized (monitor())
45347                 {
45348                     check_orphaned();
45349                     org.apache.xmlbeans.SimpleValue target = null;
45350                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(REPTILIA$342, 0);
45351                     if (target == null)
45352                     {
45353                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(REPTILIA$342);
45354                     }
45355                     target.setEnumValue(reptilia);
45356                 }
45357             }
45358             
45359             
45360 
45361 
45362             public void xsetREPTILIA(gov.grants.apply.system.globalLibraryV20.YesNoDataType reptilia)
45363             {
45364                 synchronized (monitor())
45365                 {
45366                     check_orphaned();
45367                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
45368                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(REPTILIA$342, 0);
45369                     if (target == null)
45370                     {
45371                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(REPTILIA$342);
45372                     }
45373                     target.set(reptilia);
45374                 }
45375             }
45376             
45377             
45378 
45379 
45380             public void unsetREPTILIA()
45381             {
45382                 synchronized (monitor())
45383                 {
45384                     check_orphaned();
45385                     get_store().remove_element(REPTILIA$342, 0);
45386                 }
45387             }
45388             
45389             
45390 
45391 
45392             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getChelonia()
45393             {
45394                 synchronized (monitor())
45395                 {
45396                     check_orphaned();
45397                     org.apache.xmlbeans.SimpleValue target = null;
45398                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CHELONIA$344, 0);
45399                     if (target == null)
45400                     {
45401                       return null;
45402                     }
45403                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
45404                 }
45405             }
45406             
45407             
45408 
45409 
45410             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetChelonia()
45411             {
45412                 synchronized (monitor())
45413                 {
45414                     check_orphaned();
45415                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
45416                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CHELONIA$344, 0);
45417                     return target;
45418                 }
45419             }
45420             
45421             
45422 
45423 
45424             public boolean isSetChelonia()
45425             {
45426                 synchronized (monitor())
45427                 {
45428                     check_orphaned();
45429                     return get_store().count_elements(CHELONIA$344) != 0;
45430                 }
45431             }
45432             
45433             
45434 
45435 
45436             public void setChelonia(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum chelonia)
45437             {
45438                 synchronized (monitor())
45439                 {
45440                     check_orphaned();
45441                     org.apache.xmlbeans.SimpleValue target = null;
45442                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CHELONIA$344, 0);
45443                     if (target == null)
45444                     {
45445                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CHELONIA$344);
45446                     }
45447                     target.setEnumValue(chelonia);
45448                 }
45449             }
45450             
45451             
45452 
45453 
45454             public void xsetChelonia(gov.grants.apply.system.globalLibraryV20.YesNoDataType chelonia)
45455             {
45456                 synchronized (monitor())
45457                 {
45458                     check_orphaned();
45459                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
45460                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CHELONIA$344, 0);
45461                     if (target == null)
45462                     {
45463                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CHELONIA$344);
45464                     }
45465                     target.set(chelonia);
45466                 }
45467             }
45468             
45469             
45470 
45471 
45472             public void unsetChelonia()
45473             {
45474                 synchronized (monitor())
45475                 {
45476                     check_orphaned();
45477                     get_store().remove_element(CHELONIA$344, 0);
45478                 }
45479             }
45480             
45481             
45482 
45483 
45484             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSerpentes()
45485             {
45486                 synchronized (monitor())
45487                 {
45488                     check_orphaned();
45489                     org.apache.xmlbeans.SimpleValue target = null;
45490                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SERPENTES$346, 0);
45491                     if (target == null)
45492                     {
45493                       return null;
45494                     }
45495                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
45496                 }
45497             }
45498             
45499             
45500 
45501 
45502             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSerpentes()
45503             {
45504                 synchronized (monitor())
45505                 {
45506                     check_orphaned();
45507                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
45508                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SERPENTES$346, 0);
45509                     return target;
45510                 }
45511             }
45512             
45513             
45514 
45515 
45516             public boolean isSetSerpentes()
45517             {
45518                 synchronized (monitor())
45519                 {
45520                     check_orphaned();
45521                     return get_store().count_elements(SERPENTES$346) != 0;
45522                 }
45523             }
45524             
45525             
45526 
45527 
45528             public void setSerpentes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum serpentes)
45529             {
45530                 synchronized (monitor())
45531                 {
45532                     check_orphaned();
45533                     org.apache.xmlbeans.SimpleValue target = null;
45534                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SERPENTES$346, 0);
45535                     if (target == null)
45536                     {
45537                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SERPENTES$346);
45538                     }
45539                     target.setEnumValue(serpentes);
45540                 }
45541             }
45542             
45543             
45544 
45545 
45546             public void xsetSerpentes(gov.grants.apply.system.globalLibraryV20.YesNoDataType serpentes)
45547             {
45548                 synchronized (monitor())
45549                 {
45550                     check_orphaned();
45551                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
45552                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SERPENTES$346, 0);
45553                     if (target == null)
45554                     {
45555                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SERPENTES$346);
45556                     }
45557                     target.set(serpentes);
45558                 }
45559             }
45560             
45561             
45562 
45563 
45564             public void unsetSerpentes()
45565             {
45566                 synchronized (monitor())
45567                 {
45568                     check_orphaned();
45569                     get_store().remove_element(SERPENTES$346, 0);
45570                 }
45571             }
45572             
45573             
45574 
45575 
45576             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSauria()
45577             {
45578                 synchronized (monitor())
45579                 {
45580                     check_orphaned();
45581                     org.apache.xmlbeans.SimpleValue target = null;
45582                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SAURIA$348, 0);
45583                     if (target == null)
45584                     {
45585                       return null;
45586                     }
45587                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
45588                 }
45589             }
45590             
45591             
45592 
45593 
45594             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSauria()
45595             {
45596                 synchronized (monitor())
45597                 {
45598                     check_orphaned();
45599                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
45600                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SAURIA$348, 0);
45601                     return target;
45602                 }
45603             }
45604             
45605             
45606 
45607 
45608             public boolean isSetSauria()
45609             {
45610                 synchronized (monitor())
45611                 {
45612                     check_orphaned();
45613                     return get_store().count_elements(SAURIA$348) != 0;
45614                 }
45615             }
45616             
45617             
45618 
45619 
45620             public void setSauria(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum sauria)
45621             {
45622                 synchronized (monitor())
45623                 {
45624                     check_orphaned();
45625                     org.apache.xmlbeans.SimpleValue target = null;
45626                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SAURIA$348, 0);
45627                     if (target == null)
45628                     {
45629                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SAURIA$348);
45630                     }
45631                     target.setEnumValue(sauria);
45632                 }
45633             }
45634             
45635             
45636 
45637 
45638             public void xsetSauria(gov.grants.apply.system.globalLibraryV20.YesNoDataType sauria)
45639             {
45640                 synchronized (monitor())
45641                 {
45642                     check_orphaned();
45643                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
45644                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SAURIA$348, 0);
45645                     if (target == null)
45646                     {
45647                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SAURIA$348);
45648                     }
45649                     target.set(sauria);
45650                 }
45651             }
45652             
45653             
45654 
45655 
45656             public void unsetSauria()
45657             {
45658                 synchronized (monitor())
45659                 {
45660                     check_orphaned();
45661                     get_store().remove_element(SAURIA$348, 0);
45662                 }
45663             }
45664             
45665             
45666 
45667 
45668             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCrocodylia()
45669             {
45670                 synchronized (monitor())
45671                 {
45672                     check_orphaned();
45673                     org.apache.xmlbeans.SimpleValue target = null;
45674                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CROCODYLIA$350, 0);
45675                     if (target == null)
45676                     {
45677                       return null;
45678                     }
45679                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
45680                 }
45681             }
45682             
45683             
45684 
45685 
45686             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCrocodylia()
45687             {
45688                 synchronized (monitor())
45689                 {
45690                     check_orphaned();
45691                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
45692                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CROCODYLIA$350, 0);
45693                     return target;
45694                 }
45695             }
45696             
45697             
45698 
45699 
45700             public boolean isSetCrocodylia()
45701             {
45702                 synchronized (monitor())
45703                 {
45704                     check_orphaned();
45705                     return get_store().count_elements(CROCODYLIA$350) != 0;
45706                 }
45707             }
45708             
45709             
45710 
45711 
45712             public void setCrocodylia(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum crocodylia)
45713             {
45714                 synchronized (monitor())
45715                 {
45716                     check_orphaned();
45717                     org.apache.xmlbeans.SimpleValue target = null;
45718                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CROCODYLIA$350, 0);
45719                     if (target == null)
45720                     {
45721                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CROCODYLIA$350);
45722                     }
45723                     target.setEnumValue(crocodylia);
45724                 }
45725             }
45726             
45727             
45728 
45729 
45730             public void xsetCrocodylia(gov.grants.apply.system.globalLibraryV20.YesNoDataType crocodylia)
45731             {
45732                 synchronized (monitor())
45733                 {
45734                     check_orphaned();
45735                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
45736                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CROCODYLIA$350, 0);
45737                     if (target == null)
45738                     {
45739                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CROCODYLIA$350);
45740                     }
45741                     target.set(crocodylia);
45742                 }
45743             }
45744             
45745             
45746 
45747 
45748             public void unsetCrocodylia()
45749             {
45750                 synchronized (monitor())
45751                 {
45752                     check_orphaned();
45753                     get_store().remove_element(CROCODYLIA$350, 0);
45754                 }
45755             }
45756             
45757             
45758 
45759 
45760             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getRhyncocephalia()
45761             {
45762                 synchronized (monitor())
45763                 {
45764                     check_orphaned();
45765                     org.apache.xmlbeans.SimpleValue target = null;
45766                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(RHYNCOCEPHALIA$352, 0);
45767                     if (target == null)
45768                     {
45769                       return null;
45770                     }
45771                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
45772                 }
45773             }
45774             
45775             
45776 
45777 
45778             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetRhyncocephalia()
45779             {
45780                 synchronized (monitor())
45781                 {
45782                     check_orphaned();
45783                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
45784                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(RHYNCOCEPHALIA$352, 0);
45785                     return target;
45786                 }
45787             }
45788             
45789             
45790 
45791 
45792             public boolean isSetRhyncocephalia()
45793             {
45794                 synchronized (monitor())
45795                 {
45796                     check_orphaned();
45797                     return get_store().count_elements(RHYNCOCEPHALIA$352) != 0;
45798                 }
45799             }
45800             
45801             
45802 
45803 
45804             public void setRhyncocephalia(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum rhyncocephalia)
45805             {
45806                 synchronized (monitor())
45807                 {
45808                     check_orphaned();
45809                     org.apache.xmlbeans.SimpleValue target = null;
45810                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(RHYNCOCEPHALIA$352, 0);
45811                     if (target == null)
45812                     {
45813                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(RHYNCOCEPHALIA$352);
45814                     }
45815                     target.setEnumValue(rhyncocephalia);
45816                 }
45817             }
45818             
45819             
45820 
45821 
45822             public void xsetRhyncocephalia(gov.grants.apply.system.globalLibraryV20.YesNoDataType rhyncocephalia)
45823             {
45824                 synchronized (monitor())
45825                 {
45826                     check_orphaned();
45827                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
45828                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(RHYNCOCEPHALIA$352, 0);
45829                     if (target == null)
45830                     {
45831                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(RHYNCOCEPHALIA$352);
45832                     }
45833                     target.set(rhyncocephalia);
45834                 }
45835             }
45836             
45837             
45838 
45839 
45840             public void unsetRhyncocephalia()
45841             {
45842                 synchronized (monitor())
45843                 {
45844                     check_orphaned();
45845                     get_store().remove_element(RHYNCOCEPHALIA$352, 0);
45846                 }
45847             }
45848             
45849             
45850 
45851 
45852             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAVES()
45853             {
45854                 synchronized (monitor())
45855                 {
45856                     check_orphaned();
45857                     org.apache.xmlbeans.SimpleValue target = null;
45858                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(AVES$354, 0);
45859                     if (target == null)
45860                     {
45861                       return null;
45862                     }
45863                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
45864                 }
45865             }
45866             
45867             
45868 
45869 
45870             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAVES()
45871             {
45872                 synchronized (monitor())
45873                 {
45874                     check_orphaned();
45875                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
45876                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(AVES$354, 0);
45877                     return target;
45878                 }
45879             }
45880             
45881             
45882 
45883 
45884             public boolean isSetAVES()
45885             {
45886                 synchronized (monitor())
45887                 {
45888                     check_orphaned();
45889                     return get_store().count_elements(AVES$354) != 0;
45890                 }
45891             }
45892             
45893             
45894 
45895 
45896             public void setAVES(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum aves)
45897             {
45898                 synchronized (monitor())
45899                 {
45900                     check_orphaned();
45901                     org.apache.xmlbeans.SimpleValue target = null;
45902                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(AVES$354, 0);
45903                     if (target == null)
45904                     {
45905                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(AVES$354);
45906                     }
45907                     target.setEnumValue(aves);
45908                 }
45909             }
45910             
45911             
45912 
45913 
45914             public void xsetAVES(gov.grants.apply.system.globalLibraryV20.YesNoDataType aves)
45915             {
45916                 synchronized (monitor())
45917                 {
45918                     check_orphaned();
45919                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
45920                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(AVES$354, 0);
45921                     if (target == null)
45922                     {
45923                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(AVES$354);
45924                     }
45925                     target.set(aves);
45926                 }
45927             }
45928             
45929             
45930 
45931 
45932             public void unsetAVES()
45933             {
45934                 synchronized (monitor())
45935                 {
45936                     check_orphaned();
45937                     get_store().remove_element(AVES$354, 0);
45938                 }
45939             }
45940             
45941             
45942 
45943 
45944             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPaleognathae()
45945             {
45946                 synchronized (monitor())
45947                 {
45948                     check_orphaned();
45949                     org.apache.xmlbeans.SimpleValue target = null;
45950                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PALEOGNATHAE$356, 0);
45951                     if (target == null)
45952                     {
45953                       return null;
45954                     }
45955                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
45956                 }
45957             }
45958             
45959             
45960 
45961 
45962             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPaleognathae()
45963             {
45964                 synchronized (monitor())
45965                 {
45966                     check_orphaned();
45967                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
45968                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PALEOGNATHAE$356, 0);
45969                     return target;
45970                 }
45971             }
45972             
45973             
45974 
45975 
45976             public boolean isSetPaleognathae()
45977             {
45978                 synchronized (monitor())
45979                 {
45980                     check_orphaned();
45981                     return get_store().count_elements(PALEOGNATHAE$356) != 0;
45982                 }
45983             }
45984             
45985             
45986 
45987 
45988             public void setPaleognathae(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum paleognathae)
45989             {
45990                 synchronized (monitor())
45991                 {
45992                     check_orphaned();
45993                     org.apache.xmlbeans.SimpleValue target = null;
45994                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PALEOGNATHAE$356, 0);
45995                     if (target == null)
45996                     {
45997                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PALEOGNATHAE$356);
45998                     }
45999                     target.setEnumValue(paleognathae);
46000                 }
46001             }
46002             
46003             
46004 
46005 
46006             public void xsetPaleognathae(gov.grants.apply.system.globalLibraryV20.YesNoDataType paleognathae)
46007             {
46008                 synchronized (monitor())
46009                 {
46010                     check_orphaned();
46011                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
46012                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PALEOGNATHAE$356, 0);
46013                     if (target == null)
46014                     {
46015                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PALEOGNATHAE$356);
46016                     }
46017                     target.set(paleognathae);
46018                 }
46019             }
46020             
46021             
46022 
46023 
46024             public void unsetPaleognathae()
46025             {
46026                 synchronized (monitor())
46027                 {
46028                     check_orphaned();
46029                     get_store().remove_element(PALEOGNATHAE$356, 0);
46030                 }
46031             }
46032             
46033             
46034 
46035 
46036             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSphenisciformes()
46037             {
46038                 synchronized (monitor())
46039                 {
46040                     check_orphaned();
46041                     org.apache.xmlbeans.SimpleValue target = null;
46042                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SPHENISCIFORMES$358, 0);
46043                     if (target == null)
46044                     {
46045                       return null;
46046                     }
46047                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
46048                 }
46049             }
46050             
46051             
46052 
46053 
46054             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSphenisciformes()
46055             {
46056                 synchronized (monitor())
46057                 {
46058                     check_orphaned();
46059                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
46060                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SPHENISCIFORMES$358, 0);
46061                     return target;
46062                 }
46063             }
46064             
46065             
46066 
46067 
46068             public boolean isSetSphenisciformes()
46069             {
46070                 synchronized (monitor())
46071                 {
46072                     check_orphaned();
46073                     return get_store().count_elements(SPHENISCIFORMES$358) != 0;
46074                 }
46075             }
46076             
46077             
46078 
46079 
46080             public void setSphenisciformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum sphenisciformes)
46081             {
46082                 synchronized (monitor())
46083                 {
46084                     check_orphaned();
46085                     org.apache.xmlbeans.SimpleValue target = null;
46086                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SPHENISCIFORMES$358, 0);
46087                     if (target == null)
46088                     {
46089                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SPHENISCIFORMES$358);
46090                     }
46091                     target.setEnumValue(sphenisciformes);
46092                 }
46093             }
46094             
46095             
46096 
46097 
46098             public void xsetSphenisciformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType sphenisciformes)
46099             {
46100                 synchronized (monitor())
46101                 {
46102                     check_orphaned();
46103                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
46104                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SPHENISCIFORMES$358, 0);
46105                     if (target == null)
46106                     {
46107                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SPHENISCIFORMES$358);
46108                     }
46109                     target.set(sphenisciformes);
46110                 }
46111             }
46112             
46113             
46114 
46115 
46116             public void unsetSphenisciformes()
46117             {
46118                 synchronized (monitor())
46119                 {
46120                     check_orphaned();
46121                     get_store().remove_element(SPHENISCIFORMES$358, 0);
46122                 }
46123             }
46124             
46125             
46126 
46127 
46128             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getProcellariiformes()
46129             {
46130                 synchronized (monitor())
46131                 {
46132                     check_orphaned();
46133                     org.apache.xmlbeans.SimpleValue target = null;
46134                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PROCELLARIIFORMES$360, 0);
46135                     if (target == null)
46136                     {
46137                       return null;
46138                     }
46139                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
46140                 }
46141             }
46142             
46143             
46144 
46145 
46146             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetProcellariiformes()
46147             {
46148                 synchronized (monitor())
46149                 {
46150                     check_orphaned();
46151                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
46152                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PROCELLARIIFORMES$360, 0);
46153                     return target;
46154                 }
46155             }
46156             
46157             
46158 
46159 
46160             public boolean isSetProcellariiformes()
46161             {
46162                 synchronized (monitor())
46163                 {
46164                     check_orphaned();
46165                     return get_store().count_elements(PROCELLARIIFORMES$360) != 0;
46166                 }
46167             }
46168             
46169             
46170 
46171 
46172             public void setProcellariiformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum procellariiformes)
46173             {
46174                 synchronized (monitor())
46175                 {
46176                     check_orphaned();
46177                     org.apache.xmlbeans.SimpleValue target = null;
46178                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PROCELLARIIFORMES$360, 0);
46179                     if (target == null)
46180                     {
46181                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PROCELLARIIFORMES$360);
46182                     }
46183                     target.setEnumValue(procellariiformes);
46184                 }
46185             }
46186             
46187             
46188 
46189 
46190             public void xsetProcellariiformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType procellariiformes)
46191             {
46192                 synchronized (monitor())
46193                 {
46194                     check_orphaned();
46195                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
46196                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PROCELLARIIFORMES$360, 0);
46197                     if (target == null)
46198                     {
46199                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PROCELLARIIFORMES$360);
46200                     }
46201                     target.set(procellariiformes);
46202                 }
46203             }
46204             
46205             
46206 
46207 
46208             public void unsetProcellariiformes()
46209             {
46210                 synchronized (monitor())
46211                 {
46212                     check_orphaned();
46213                     get_store().remove_element(PROCELLARIIFORMES$360, 0);
46214                 }
46215             }
46216             
46217             
46218 
46219 
46220             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPelecaniformes()
46221             {
46222                 synchronized (monitor())
46223                 {
46224                     check_orphaned();
46225                     org.apache.xmlbeans.SimpleValue target = null;
46226                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PELECANIFORMES$362, 0);
46227                     if (target == null)
46228                     {
46229                       return null;
46230                     }
46231                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
46232                 }
46233             }
46234             
46235             
46236 
46237 
46238             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPelecaniformes()
46239             {
46240                 synchronized (monitor())
46241                 {
46242                     check_orphaned();
46243                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
46244                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PELECANIFORMES$362, 0);
46245                     return target;
46246                 }
46247             }
46248             
46249             
46250 
46251 
46252             public boolean isSetPelecaniformes()
46253             {
46254                 synchronized (monitor())
46255                 {
46256                     check_orphaned();
46257                     return get_store().count_elements(PELECANIFORMES$362) != 0;
46258                 }
46259             }
46260             
46261             
46262 
46263 
46264             public void setPelecaniformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum pelecaniformes)
46265             {
46266                 synchronized (monitor())
46267                 {
46268                     check_orphaned();
46269                     org.apache.xmlbeans.SimpleValue target = null;
46270                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PELECANIFORMES$362, 0);
46271                     if (target == null)
46272                     {
46273                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PELECANIFORMES$362);
46274                     }
46275                     target.setEnumValue(pelecaniformes);
46276                 }
46277             }
46278             
46279             
46280 
46281 
46282             public void xsetPelecaniformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType pelecaniformes)
46283             {
46284                 synchronized (monitor())
46285                 {
46286                     check_orphaned();
46287                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
46288                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PELECANIFORMES$362, 0);
46289                     if (target == null)
46290                     {
46291                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PELECANIFORMES$362);
46292                     }
46293                     target.set(pelecaniformes);
46294                 }
46295             }
46296             
46297             
46298 
46299 
46300             public void unsetPelecaniformes()
46301             {
46302                 synchronized (monitor())
46303                 {
46304                     check_orphaned();
46305                     get_store().remove_element(PELECANIFORMES$362, 0);
46306                 }
46307             }
46308             
46309             
46310 
46311 
46312             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCiconiiformes()
46313             {
46314                 synchronized (monitor())
46315                 {
46316                     check_orphaned();
46317                     org.apache.xmlbeans.SimpleValue target = null;
46318                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CICONIIFORMES$364, 0);
46319                     if (target == null)
46320                     {
46321                       return null;
46322                     }
46323                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
46324                 }
46325             }
46326             
46327             
46328 
46329 
46330             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCiconiiformes()
46331             {
46332                 synchronized (monitor())
46333                 {
46334                     check_orphaned();
46335                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
46336                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CICONIIFORMES$364, 0);
46337                     return target;
46338                 }
46339             }
46340             
46341             
46342 
46343 
46344             public boolean isSetCiconiiformes()
46345             {
46346                 synchronized (monitor())
46347                 {
46348                     check_orphaned();
46349                     return get_store().count_elements(CICONIIFORMES$364) != 0;
46350                 }
46351             }
46352             
46353             
46354 
46355 
46356             public void setCiconiiformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum ciconiiformes)
46357             {
46358                 synchronized (monitor())
46359                 {
46360                     check_orphaned();
46361                     org.apache.xmlbeans.SimpleValue target = null;
46362                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CICONIIFORMES$364, 0);
46363                     if (target == null)
46364                     {
46365                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CICONIIFORMES$364);
46366                     }
46367                     target.setEnumValue(ciconiiformes);
46368                 }
46369             }
46370             
46371             
46372 
46373 
46374             public void xsetCiconiiformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType ciconiiformes)
46375             {
46376                 synchronized (monitor())
46377                 {
46378                     check_orphaned();
46379                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
46380                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CICONIIFORMES$364, 0);
46381                     if (target == null)
46382                     {
46383                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CICONIIFORMES$364);
46384                     }
46385                     target.set(ciconiiformes);
46386                 }
46387             }
46388             
46389             
46390 
46391 
46392             public void unsetCiconiiformes()
46393             {
46394                 synchronized (monitor())
46395                 {
46396                     check_orphaned();
46397                     get_store().remove_element(CICONIIFORMES$364, 0);
46398                 }
46399             }
46400             
46401             
46402 
46403 
46404             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAnseriformes()
46405             {
46406                 synchronized (monitor())
46407                 {
46408                     check_orphaned();
46409                     org.apache.xmlbeans.SimpleValue target = null;
46410                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ANSERIFORMES$366, 0);
46411                     if (target == null)
46412                     {
46413                       return null;
46414                     }
46415                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
46416                 }
46417             }
46418             
46419             
46420 
46421 
46422             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAnseriformes()
46423             {
46424                 synchronized (monitor())
46425                 {
46426                     check_orphaned();
46427                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
46428                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ANSERIFORMES$366, 0);
46429                     return target;
46430                 }
46431             }
46432             
46433             
46434 
46435 
46436             public boolean isSetAnseriformes()
46437             {
46438                 synchronized (monitor())
46439                 {
46440                     check_orphaned();
46441                     return get_store().count_elements(ANSERIFORMES$366) != 0;
46442                 }
46443             }
46444             
46445             
46446 
46447 
46448             public void setAnseriformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum anseriformes)
46449             {
46450                 synchronized (monitor())
46451                 {
46452                     check_orphaned();
46453                     org.apache.xmlbeans.SimpleValue target = null;
46454                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ANSERIFORMES$366, 0);
46455                     if (target == null)
46456                     {
46457                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ANSERIFORMES$366);
46458                     }
46459                     target.setEnumValue(anseriformes);
46460                 }
46461             }
46462             
46463             
46464 
46465 
46466             public void xsetAnseriformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType anseriformes)
46467             {
46468                 synchronized (monitor())
46469                 {
46470                     check_orphaned();
46471                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
46472                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ANSERIFORMES$366, 0);
46473                     if (target == null)
46474                     {
46475                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ANSERIFORMES$366);
46476                     }
46477                     target.set(anseriformes);
46478                 }
46479             }
46480             
46481             
46482 
46483 
46484             public void unsetAnseriformes()
46485             {
46486                 synchronized (monitor())
46487                 {
46488                     check_orphaned();
46489                     get_store().remove_element(ANSERIFORMES$366, 0);
46490                 }
46491             }
46492             
46493             
46494 
46495 
46496             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFalconiformes()
46497             {
46498                 synchronized (monitor())
46499                 {
46500                     check_orphaned();
46501                     org.apache.xmlbeans.SimpleValue target = null;
46502                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FALCONIFORMES$368, 0);
46503                     if (target == null)
46504                     {
46505                       return null;
46506                     }
46507                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
46508                 }
46509             }
46510             
46511             
46512 
46513 
46514             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFalconiformes()
46515             {
46516                 synchronized (monitor())
46517                 {
46518                     check_orphaned();
46519                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
46520                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(FALCONIFORMES$368, 0);
46521                     return target;
46522                 }
46523             }
46524             
46525             
46526 
46527 
46528             public boolean isSetFalconiformes()
46529             {
46530                 synchronized (monitor())
46531                 {
46532                     check_orphaned();
46533                     return get_store().count_elements(FALCONIFORMES$368) != 0;
46534                 }
46535             }
46536             
46537             
46538 
46539 
46540             public void setFalconiformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum falconiformes)
46541             {
46542                 synchronized (monitor())
46543                 {
46544                     check_orphaned();
46545                     org.apache.xmlbeans.SimpleValue target = null;
46546                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FALCONIFORMES$368, 0);
46547                     if (target == null)
46548                     {
46549                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(FALCONIFORMES$368);
46550                     }
46551                     target.setEnumValue(falconiformes);
46552                 }
46553             }
46554             
46555             
46556 
46557 
46558             public void xsetFalconiformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType falconiformes)
46559             {
46560                 synchronized (monitor())
46561                 {
46562                     check_orphaned();
46563                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
46564                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(FALCONIFORMES$368, 0);
46565                     if (target == null)
46566                     {
46567                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(FALCONIFORMES$368);
46568                     }
46569                     target.set(falconiformes);
46570                 }
46571             }
46572             
46573             
46574 
46575 
46576             public void unsetFalconiformes()
46577             {
46578                 synchronized (monitor())
46579                 {
46580                     check_orphaned();
46581                     get_store().remove_element(FALCONIFORMES$368, 0);
46582                 }
46583             }
46584             
46585             
46586 
46587 
46588             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getGalliformes()
46589             {
46590                 synchronized (monitor())
46591                 {
46592                     check_orphaned();
46593                     org.apache.xmlbeans.SimpleValue target = null;
46594                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(GALLIFORMES$370, 0);
46595                     if (target == null)
46596                     {
46597                       return null;
46598                     }
46599                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
46600                 }
46601             }
46602             
46603             
46604 
46605 
46606             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetGalliformes()
46607             {
46608                 synchronized (monitor())
46609                 {
46610                     check_orphaned();
46611                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
46612                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(GALLIFORMES$370, 0);
46613                     return target;
46614                 }
46615             }
46616             
46617             
46618 
46619 
46620             public boolean isSetGalliformes()
46621             {
46622                 synchronized (monitor())
46623                 {
46624                     check_orphaned();
46625                     return get_store().count_elements(GALLIFORMES$370) != 0;
46626                 }
46627             }
46628             
46629             
46630 
46631 
46632             public void setGalliformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum galliformes)
46633             {
46634                 synchronized (monitor())
46635                 {
46636                     check_orphaned();
46637                     org.apache.xmlbeans.SimpleValue target = null;
46638                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(GALLIFORMES$370, 0);
46639                     if (target == null)
46640                     {
46641                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(GALLIFORMES$370);
46642                     }
46643                     target.setEnumValue(galliformes);
46644                 }
46645             }
46646             
46647             
46648 
46649 
46650             public void xsetGalliformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType galliformes)
46651             {
46652                 synchronized (monitor())
46653                 {
46654                     check_orphaned();
46655                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
46656                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(GALLIFORMES$370, 0);
46657                     if (target == null)
46658                     {
46659                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(GALLIFORMES$370);
46660                     }
46661                     target.set(galliformes);
46662                 }
46663             }
46664             
46665             
46666 
46667 
46668             public void unsetGalliformes()
46669             {
46670                 synchronized (monitor())
46671                 {
46672                     check_orphaned();
46673                     get_store().remove_element(GALLIFORMES$370, 0);
46674                 }
46675             }
46676             
46677             
46678 
46679 
46680             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getGruiformes()
46681             {
46682                 synchronized (monitor())
46683                 {
46684                     check_orphaned();
46685                     org.apache.xmlbeans.SimpleValue target = null;
46686                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(GRUIFORMES$372, 0);
46687                     if (target == null)
46688                     {
46689                       return null;
46690                     }
46691                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
46692                 }
46693             }
46694             
46695             
46696 
46697 
46698             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetGruiformes()
46699             {
46700                 synchronized (monitor())
46701                 {
46702                     check_orphaned();
46703                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
46704                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(GRUIFORMES$372, 0);
46705                     return target;
46706                 }
46707             }
46708             
46709             
46710 
46711 
46712             public boolean isSetGruiformes()
46713             {
46714                 synchronized (monitor())
46715                 {
46716                     check_orphaned();
46717                     return get_store().count_elements(GRUIFORMES$372) != 0;
46718                 }
46719             }
46720             
46721             
46722 
46723 
46724             public void setGruiformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum gruiformes)
46725             {
46726                 synchronized (monitor())
46727                 {
46728                     check_orphaned();
46729                     org.apache.xmlbeans.SimpleValue target = null;
46730                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(GRUIFORMES$372, 0);
46731                     if (target == null)
46732                     {
46733                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(GRUIFORMES$372);
46734                     }
46735                     target.setEnumValue(gruiformes);
46736                 }
46737             }
46738             
46739             
46740 
46741 
46742             public void xsetGruiformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType gruiformes)
46743             {
46744                 synchronized (monitor())
46745                 {
46746                     check_orphaned();
46747                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
46748                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(GRUIFORMES$372, 0);
46749                     if (target == null)
46750                     {
46751                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(GRUIFORMES$372);
46752                     }
46753                     target.set(gruiformes);
46754                 }
46755             }
46756             
46757             
46758 
46759 
46760             public void unsetGruiformes()
46761             {
46762                 synchronized (monitor())
46763                 {
46764                     check_orphaned();
46765                     get_store().remove_element(GRUIFORMES$372, 0);
46766                 }
46767             }
46768             
46769             
46770 
46771 
46772             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCharadriiformes()
46773             {
46774                 synchronized (monitor())
46775                 {
46776                     check_orphaned();
46777                     org.apache.xmlbeans.SimpleValue target = null;
46778                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CHARADRIIFORMES$374, 0);
46779                     if (target == null)
46780                     {
46781                       return null;
46782                     }
46783                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
46784                 }
46785             }
46786             
46787             
46788 
46789 
46790             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCharadriiformes()
46791             {
46792                 synchronized (monitor())
46793                 {
46794                     check_orphaned();
46795                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
46796                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CHARADRIIFORMES$374, 0);
46797                     return target;
46798                 }
46799             }
46800             
46801             
46802 
46803 
46804             public boolean isSetCharadriiformes()
46805             {
46806                 synchronized (monitor())
46807                 {
46808                     check_orphaned();
46809                     return get_store().count_elements(CHARADRIIFORMES$374) != 0;
46810                 }
46811             }
46812             
46813             
46814 
46815 
46816             public void setCharadriiformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum charadriiformes)
46817             {
46818                 synchronized (monitor())
46819                 {
46820                     check_orphaned();
46821                     org.apache.xmlbeans.SimpleValue target = null;
46822                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CHARADRIIFORMES$374, 0);
46823                     if (target == null)
46824                     {
46825                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CHARADRIIFORMES$374);
46826                     }
46827                     target.setEnumValue(charadriiformes);
46828                 }
46829             }
46830             
46831             
46832 
46833 
46834             public void xsetCharadriiformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType charadriiformes)
46835             {
46836                 synchronized (monitor())
46837                 {
46838                     check_orphaned();
46839                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
46840                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CHARADRIIFORMES$374, 0);
46841                     if (target == null)
46842                     {
46843                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CHARADRIIFORMES$374);
46844                     }
46845                     target.set(charadriiformes);
46846                 }
46847             }
46848             
46849             
46850 
46851 
46852             public void unsetCharadriiformes()
46853             {
46854                 synchronized (monitor())
46855                 {
46856                     check_orphaned();
46857                     get_store().remove_element(CHARADRIIFORMES$374, 0);
46858                 }
46859             }
46860             
46861             
46862 
46863 
46864             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getColumbiformes()
46865             {
46866                 synchronized (monitor())
46867                 {
46868                     check_orphaned();
46869                     org.apache.xmlbeans.SimpleValue target = null;
46870                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(COLUMBIFORMES$376, 0);
46871                     if (target == null)
46872                     {
46873                       return null;
46874                     }
46875                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
46876                 }
46877             }
46878             
46879             
46880 
46881 
46882             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetColumbiformes()
46883             {
46884                 synchronized (monitor())
46885                 {
46886                     check_orphaned();
46887                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
46888                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(COLUMBIFORMES$376, 0);
46889                     return target;
46890                 }
46891             }
46892             
46893             
46894 
46895 
46896             public boolean isSetColumbiformes()
46897             {
46898                 synchronized (monitor())
46899                 {
46900                     check_orphaned();
46901                     return get_store().count_elements(COLUMBIFORMES$376) != 0;
46902                 }
46903             }
46904             
46905             
46906 
46907 
46908             public void setColumbiformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum columbiformes)
46909             {
46910                 synchronized (monitor())
46911                 {
46912                     check_orphaned();
46913                     org.apache.xmlbeans.SimpleValue target = null;
46914                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(COLUMBIFORMES$376, 0);
46915                     if (target == null)
46916                     {
46917                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(COLUMBIFORMES$376);
46918                     }
46919                     target.setEnumValue(columbiformes);
46920                 }
46921             }
46922             
46923             
46924 
46925 
46926             public void xsetColumbiformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType columbiformes)
46927             {
46928                 synchronized (monitor())
46929                 {
46930                     check_orphaned();
46931                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
46932                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(COLUMBIFORMES$376, 0);
46933                     if (target == null)
46934                     {
46935                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(COLUMBIFORMES$376);
46936                     }
46937                     target.set(columbiformes);
46938                 }
46939             }
46940             
46941             
46942 
46943 
46944             public void unsetColumbiformes()
46945             {
46946                 synchronized (monitor())
46947                 {
46948                     check_orphaned();
46949                     get_store().remove_element(COLUMBIFORMES$376, 0);
46950                 }
46951             }
46952             
46953             
46954 
46955 
46956             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPsittaciformes()
46957             {
46958                 synchronized (monitor())
46959                 {
46960                     check_orphaned();
46961                     org.apache.xmlbeans.SimpleValue target = null;
46962                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PSITTACIFORMES$378, 0);
46963                     if (target == null)
46964                     {
46965                       return null;
46966                     }
46967                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
46968                 }
46969             }
46970             
46971             
46972 
46973 
46974             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPsittaciformes()
46975             {
46976                 synchronized (monitor())
46977                 {
46978                     check_orphaned();
46979                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
46980                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PSITTACIFORMES$378, 0);
46981                     return target;
46982                 }
46983             }
46984             
46985             
46986 
46987 
46988             public boolean isSetPsittaciformes()
46989             {
46990                 synchronized (monitor())
46991                 {
46992                     check_orphaned();
46993                     return get_store().count_elements(PSITTACIFORMES$378) != 0;
46994                 }
46995             }
46996             
46997             
46998 
46999 
47000             public void setPsittaciformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum psittaciformes)
47001             {
47002                 synchronized (monitor())
47003                 {
47004                     check_orphaned();
47005                     org.apache.xmlbeans.SimpleValue target = null;
47006                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PSITTACIFORMES$378, 0);
47007                     if (target == null)
47008                     {
47009                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PSITTACIFORMES$378);
47010                     }
47011                     target.setEnumValue(psittaciformes);
47012                 }
47013             }
47014             
47015             
47016 
47017 
47018             public void xsetPsittaciformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType psittaciformes)
47019             {
47020                 synchronized (monitor())
47021                 {
47022                     check_orphaned();
47023                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
47024                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PSITTACIFORMES$378, 0);
47025                     if (target == null)
47026                     {
47027                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PSITTACIFORMES$378);
47028                     }
47029                     target.set(psittaciformes);
47030                 }
47031             }
47032             
47033             
47034 
47035 
47036             public void unsetPsittaciformes()
47037             {
47038                 synchronized (monitor())
47039                 {
47040                     check_orphaned();
47041                     get_store().remove_element(PSITTACIFORMES$378, 0);
47042                 }
47043             }
47044             
47045             
47046 
47047 
47048             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCuculiformes()
47049             {
47050                 synchronized (monitor())
47051                 {
47052                     check_orphaned();
47053                     org.apache.xmlbeans.SimpleValue target = null;
47054                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CUCULIFORMES$380, 0);
47055                     if (target == null)
47056                     {
47057                       return null;
47058                     }
47059                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
47060                 }
47061             }
47062             
47063             
47064 
47065 
47066             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCuculiformes()
47067             {
47068                 synchronized (monitor())
47069                 {
47070                     check_orphaned();
47071                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
47072                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CUCULIFORMES$380, 0);
47073                     return target;
47074                 }
47075             }
47076             
47077             
47078 
47079 
47080             public boolean isSetCuculiformes()
47081             {
47082                 synchronized (monitor())
47083                 {
47084                     check_orphaned();
47085                     return get_store().count_elements(CUCULIFORMES$380) != 0;
47086                 }
47087             }
47088             
47089             
47090 
47091 
47092             public void setCuculiformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum cuculiformes)
47093             {
47094                 synchronized (monitor())
47095                 {
47096                     check_orphaned();
47097                     org.apache.xmlbeans.SimpleValue target = null;
47098                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CUCULIFORMES$380, 0);
47099                     if (target == null)
47100                     {
47101                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CUCULIFORMES$380);
47102                     }
47103                     target.setEnumValue(cuculiformes);
47104                 }
47105             }
47106             
47107             
47108 
47109 
47110             public void xsetCuculiformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType cuculiformes)
47111             {
47112                 synchronized (monitor())
47113                 {
47114                     check_orphaned();
47115                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
47116                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CUCULIFORMES$380, 0);
47117                     if (target == null)
47118                     {
47119                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CUCULIFORMES$380);
47120                     }
47121                     target.set(cuculiformes);
47122                 }
47123             }
47124             
47125             
47126 
47127 
47128             public void unsetCuculiformes()
47129             {
47130                 synchronized (monitor())
47131                 {
47132                     check_orphaned();
47133                     get_store().remove_element(CUCULIFORMES$380, 0);
47134                 }
47135             }
47136             
47137             
47138 
47139 
47140             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getStrigiformes()
47141             {
47142                 synchronized (monitor())
47143                 {
47144                     check_orphaned();
47145                     org.apache.xmlbeans.SimpleValue target = null;
47146                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(STRIGIFORMES$382, 0);
47147                     if (target == null)
47148                     {
47149                       return null;
47150                     }
47151                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
47152                 }
47153             }
47154             
47155             
47156 
47157 
47158             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetStrigiformes()
47159             {
47160                 synchronized (monitor())
47161                 {
47162                     check_orphaned();
47163                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
47164                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(STRIGIFORMES$382, 0);
47165                     return target;
47166                 }
47167             }
47168             
47169             
47170 
47171 
47172             public boolean isSetStrigiformes()
47173             {
47174                 synchronized (monitor())
47175                 {
47176                     check_orphaned();
47177                     return get_store().count_elements(STRIGIFORMES$382) != 0;
47178                 }
47179             }
47180             
47181             
47182 
47183 
47184             public void setStrigiformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum strigiformes)
47185             {
47186                 synchronized (monitor())
47187                 {
47188                     check_orphaned();
47189                     org.apache.xmlbeans.SimpleValue target = null;
47190                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(STRIGIFORMES$382, 0);
47191                     if (target == null)
47192                     {
47193                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(STRIGIFORMES$382);
47194                     }
47195                     target.setEnumValue(strigiformes);
47196                 }
47197             }
47198             
47199             
47200 
47201 
47202             public void xsetStrigiformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType strigiformes)
47203             {
47204                 synchronized (monitor())
47205                 {
47206                     check_orphaned();
47207                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
47208                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(STRIGIFORMES$382, 0);
47209                     if (target == null)
47210                     {
47211                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(STRIGIFORMES$382);
47212                     }
47213                     target.set(strigiformes);
47214                 }
47215             }
47216             
47217             
47218 
47219 
47220             public void unsetStrigiformes()
47221             {
47222                 synchronized (monitor())
47223                 {
47224                     check_orphaned();
47225                     get_store().remove_element(STRIGIFORMES$382, 0);
47226                 }
47227             }
47228             
47229             
47230 
47231 
47232             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getApodiformes()
47233             {
47234                 synchronized (monitor())
47235                 {
47236                     check_orphaned();
47237                     org.apache.xmlbeans.SimpleValue target = null;
47238                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(APODIFORMES$384, 0);
47239                     if (target == null)
47240                     {
47241                       return null;
47242                     }
47243                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
47244                 }
47245             }
47246             
47247             
47248 
47249 
47250             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetApodiformes()
47251             {
47252                 synchronized (monitor())
47253                 {
47254                     check_orphaned();
47255                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
47256                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(APODIFORMES$384, 0);
47257                     return target;
47258                 }
47259             }
47260             
47261             
47262 
47263 
47264             public boolean isSetApodiformes()
47265             {
47266                 synchronized (monitor())
47267                 {
47268                     check_orphaned();
47269                     return get_store().count_elements(APODIFORMES$384) != 0;
47270                 }
47271             }
47272             
47273             
47274 
47275 
47276             public void setApodiformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum apodiformes)
47277             {
47278                 synchronized (monitor())
47279                 {
47280                     check_orphaned();
47281                     org.apache.xmlbeans.SimpleValue target = null;
47282                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(APODIFORMES$384, 0);
47283                     if (target == null)
47284                     {
47285                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(APODIFORMES$384);
47286                     }
47287                     target.setEnumValue(apodiformes);
47288                 }
47289             }
47290             
47291             
47292 
47293 
47294             public void xsetApodiformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType apodiformes)
47295             {
47296                 synchronized (monitor())
47297                 {
47298                     check_orphaned();
47299                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
47300                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(APODIFORMES$384, 0);
47301                     if (target == null)
47302                     {
47303                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(APODIFORMES$384);
47304                     }
47305                     target.set(apodiformes);
47306                 }
47307             }
47308             
47309             
47310 
47311 
47312             public void unsetApodiformes()
47313             {
47314                 synchronized (monitor())
47315                 {
47316                     check_orphaned();
47317                     get_store().remove_element(APODIFORMES$384, 0);
47318                 }
47319             }
47320             
47321             
47322 
47323 
47324             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCoraciformes()
47325             {
47326                 synchronized (monitor())
47327                 {
47328                     check_orphaned();
47329                     org.apache.xmlbeans.SimpleValue target = null;
47330                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CORACIFORMES$386, 0);
47331                     if (target == null)
47332                     {
47333                       return null;
47334                     }
47335                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
47336                 }
47337             }
47338             
47339             
47340 
47341 
47342             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCoraciformes()
47343             {
47344                 synchronized (monitor())
47345                 {
47346                     check_orphaned();
47347                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
47348                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CORACIFORMES$386, 0);
47349                     return target;
47350                 }
47351             }
47352             
47353             
47354 
47355 
47356             public boolean isSetCoraciformes()
47357             {
47358                 synchronized (monitor())
47359                 {
47360                     check_orphaned();
47361                     return get_store().count_elements(CORACIFORMES$386) != 0;
47362                 }
47363             }
47364             
47365             
47366 
47367 
47368             public void setCoraciformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum coraciformes)
47369             {
47370                 synchronized (monitor())
47371                 {
47372                     check_orphaned();
47373                     org.apache.xmlbeans.SimpleValue target = null;
47374                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CORACIFORMES$386, 0);
47375                     if (target == null)
47376                     {
47377                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CORACIFORMES$386);
47378                     }
47379                     target.setEnumValue(coraciformes);
47380                 }
47381             }
47382             
47383             
47384 
47385 
47386             public void xsetCoraciformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType coraciformes)
47387             {
47388                 synchronized (monitor())
47389                 {
47390                     check_orphaned();
47391                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
47392                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CORACIFORMES$386, 0);
47393                     if (target == null)
47394                     {
47395                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CORACIFORMES$386);
47396                     }
47397                     target.set(coraciformes);
47398                 }
47399             }
47400             
47401             
47402 
47403 
47404             public void unsetCoraciformes()
47405             {
47406                 synchronized (monitor())
47407                 {
47408                     check_orphaned();
47409                     get_store().remove_element(CORACIFORMES$386, 0);
47410                 }
47411             }
47412             
47413             
47414 
47415 
47416             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPiciformes()
47417             {
47418                 synchronized (monitor())
47419                 {
47420                     check_orphaned();
47421                     org.apache.xmlbeans.SimpleValue target = null;
47422                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PICIFORMES$388, 0);
47423                     if (target == null)
47424                     {
47425                       return null;
47426                     }
47427                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
47428                 }
47429             }
47430             
47431             
47432 
47433 
47434             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPiciformes()
47435             {
47436                 synchronized (monitor())
47437                 {
47438                     check_orphaned();
47439                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
47440                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PICIFORMES$388, 0);
47441                     return target;
47442                 }
47443             }
47444             
47445             
47446 
47447 
47448             public boolean isSetPiciformes()
47449             {
47450                 synchronized (monitor())
47451                 {
47452                     check_orphaned();
47453                     return get_store().count_elements(PICIFORMES$388) != 0;
47454                 }
47455             }
47456             
47457             
47458 
47459 
47460             public void setPiciformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum piciformes)
47461             {
47462                 synchronized (monitor())
47463                 {
47464                     check_orphaned();
47465                     org.apache.xmlbeans.SimpleValue target = null;
47466                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PICIFORMES$388, 0);
47467                     if (target == null)
47468                     {
47469                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PICIFORMES$388);
47470                     }
47471                     target.setEnumValue(piciformes);
47472                 }
47473             }
47474             
47475             
47476 
47477 
47478             public void xsetPiciformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType piciformes)
47479             {
47480                 synchronized (monitor())
47481                 {
47482                     check_orphaned();
47483                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
47484                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PICIFORMES$388, 0);
47485                     if (target == null)
47486                     {
47487                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PICIFORMES$388);
47488                     }
47489                     target.set(piciformes);
47490                 }
47491             }
47492             
47493             
47494 
47495 
47496             public void unsetPiciformes()
47497             {
47498                 synchronized (monitor())
47499                 {
47500                     check_orphaned();
47501                     get_store().remove_element(PICIFORMES$388, 0);
47502                 }
47503             }
47504             
47505             
47506 
47507 
47508             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPasseriformes()
47509             {
47510                 synchronized (monitor())
47511                 {
47512                     check_orphaned();
47513                     org.apache.xmlbeans.SimpleValue target = null;
47514                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PASSERIFORMES$390, 0);
47515                     if (target == null)
47516                     {
47517                       return null;
47518                     }
47519                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
47520                 }
47521             }
47522             
47523             
47524 
47525 
47526             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPasseriformes()
47527             {
47528                 synchronized (monitor())
47529                 {
47530                     check_orphaned();
47531                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
47532                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PASSERIFORMES$390, 0);
47533                     return target;
47534                 }
47535             }
47536             
47537             
47538 
47539 
47540             public boolean isSetPasseriformes()
47541             {
47542                 synchronized (monitor())
47543                 {
47544                     check_orphaned();
47545                     return get_store().count_elements(PASSERIFORMES$390) != 0;
47546                 }
47547             }
47548             
47549             
47550 
47551 
47552             public void setPasseriformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum passeriformes)
47553             {
47554                 synchronized (monitor())
47555                 {
47556                     check_orphaned();
47557                     org.apache.xmlbeans.SimpleValue target = null;
47558                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PASSERIFORMES$390, 0);
47559                     if (target == null)
47560                     {
47561                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PASSERIFORMES$390);
47562                     }
47563                     target.setEnumValue(passeriformes);
47564                 }
47565             }
47566             
47567             
47568 
47569 
47570             public void xsetPasseriformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType passeriformes)
47571             {
47572                 synchronized (monitor())
47573                 {
47574                     check_orphaned();
47575                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
47576                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PASSERIFORMES$390, 0);
47577                     if (target == null)
47578                     {
47579                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PASSERIFORMES$390);
47580                     }
47581                     target.set(passeriformes);
47582                 }
47583             }
47584             
47585             
47586 
47587 
47588             public void unsetPasseriformes()
47589             {
47590                 synchronized (monitor())
47591                 {
47592                     check_orphaned();
47593                     get_store().remove_element(PASSERIFORMES$390, 0);
47594                 }
47595             }
47596             
47597             
47598 
47599 
47600             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMAMMALIA()
47601             {
47602                 synchronized (monitor())
47603                 {
47604                     check_orphaned();
47605                     org.apache.xmlbeans.SimpleValue target = null;
47606                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MAMMALIA$392, 0);
47607                     if (target == null)
47608                     {
47609                       return null;
47610                     }
47611                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
47612                 }
47613             }
47614             
47615             
47616 
47617 
47618             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMAMMALIA()
47619             {
47620                 synchronized (monitor())
47621                 {
47622                     check_orphaned();
47623                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
47624                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MAMMALIA$392, 0);
47625                     return target;
47626                 }
47627             }
47628             
47629             
47630 
47631 
47632             public boolean isSetMAMMALIA()
47633             {
47634                 synchronized (monitor())
47635                 {
47636                     check_orphaned();
47637                     return get_store().count_elements(MAMMALIA$392) != 0;
47638                 }
47639             }
47640             
47641             
47642 
47643 
47644             public void setMAMMALIA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum mammalia)
47645             {
47646                 synchronized (monitor())
47647                 {
47648                     check_orphaned();
47649                     org.apache.xmlbeans.SimpleValue target = null;
47650                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MAMMALIA$392, 0);
47651                     if (target == null)
47652                     {
47653                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(MAMMALIA$392);
47654                     }
47655                     target.setEnumValue(mammalia);
47656                 }
47657             }
47658             
47659             
47660 
47661 
47662             public void xsetMAMMALIA(gov.grants.apply.system.globalLibraryV20.YesNoDataType mammalia)
47663             {
47664                 synchronized (monitor())
47665                 {
47666                     check_orphaned();
47667                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
47668                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MAMMALIA$392, 0);
47669                     if (target == null)
47670                     {
47671                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(MAMMALIA$392);
47672                     }
47673                     target.set(mammalia);
47674                 }
47675             }
47676             
47677             
47678 
47679 
47680             public void unsetMAMMALIA()
47681             {
47682                 synchronized (monitor())
47683                 {
47684                     check_orphaned();
47685                     get_store().remove_element(MAMMALIA$392, 0);
47686                 }
47687             }
47688             
47689             
47690 
47691 
47692             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMonotremata()
47693             {
47694                 synchronized (monitor())
47695                 {
47696                     check_orphaned();
47697                     org.apache.xmlbeans.SimpleValue target = null;
47698                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MONOTREMATA$394, 0);
47699                     if (target == null)
47700                     {
47701                       return null;
47702                     }
47703                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
47704                 }
47705             }
47706             
47707             
47708 
47709 
47710             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMonotremata()
47711             {
47712                 synchronized (monitor())
47713                 {
47714                     check_orphaned();
47715                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
47716                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MONOTREMATA$394, 0);
47717                     return target;
47718                 }
47719             }
47720             
47721             
47722 
47723 
47724             public boolean isSetMonotremata()
47725             {
47726                 synchronized (monitor())
47727                 {
47728                     check_orphaned();
47729                     return get_store().count_elements(MONOTREMATA$394) != 0;
47730                 }
47731             }
47732             
47733             
47734 
47735 
47736             public void setMonotremata(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum monotremata)
47737             {
47738                 synchronized (monitor())
47739                 {
47740                     check_orphaned();
47741                     org.apache.xmlbeans.SimpleValue target = null;
47742                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MONOTREMATA$394, 0);
47743                     if (target == null)
47744                     {
47745                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(MONOTREMATA$394);
47746                     }
47747                     target.setEnumValue(monotremata);
47748                 }
47749             }
47750             
47751             
47752 
47753 
47754             public void xsetMonotremata(gov.grants.apply.system.globalLibraryV20.YesNoDataType monotremata)
47755             {
47756                 synchronized (monitor())
47757                 {
47758                     check_orphaned();
47759                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
47760                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MONOTREMATA$394, 0);
47761                     if (target == null)
47762                     {
47763                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(MONOTREMATA$394);
47764                     }
47765                     target.set(monotremata);
47766                 }
47767             }
47768             
47769             
47770 
47771 
47772             public void unsetMonotremata()
47773             {
47774                 synchronized (monitor())
47775                 {
47776                     check_orphaned();
47777                     get_store().remove_element(MONOTREMATA$394, 0);
47778                 }
47779             }
47780             
47781             
47782 
47783 
47784             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMarsupalia()
47785             {
47786                 synchronized (monitor())
47787                 {
47788                     check_orphaned();
47789                     org.apache.xmlbeans.SimpleValue target = null;
47790                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MARSUPALIA$396, 0);
47791                     if (target == null)
47792                     {
47793                       return null;
47794                     }
47795                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
47796                 }
47797             }
47798             
47799             
47800 
47801 
47802             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMarsupalia()
47803             {
47804                 synchronized (monitor())
47805                 {
47806                     check_orphaned();
47807                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
47808                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MARSUPALIA$396, 0);
47809                     return target;
47810                 }
47811             }
47812             
47813             
47814 
47815 
47816             public boolean isSetMarsupalia()
47817             {
47818                 synchronized (monitor())
47819                 {
47820                     check_orphaned();
47821                     return get_store().count_elements(MARSUPALIA$396) != 0;
47822                 }
47823             }
47824             
47825             
47826 
47827 
47828             public void setMarsupalia(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum marsupalia)
47829             {
47830                 synchronized (monitor())
47831                 {
47832                     check_orphaned();
47833                     org.apache.xmlbeans.SimpleValue target = null;
47834                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MARSUPALIA$396, 0);
47835                     if (target == null)
47836                     {
47837                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(MARSUPALIA$396);
47838                     }
47839                     target.setEnumValue(marsupalia);
47840                 }
47841             }
47842             
47843             
47844 
47845 
47846             public void xsetMarsupalia(gov.grants.apply.system.globalLibraryV20.YesNoDataType marsupalia)
47847             {
47848                 synchronized (monitor())
47849                 {
47850                     check_orphaned();
47851                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
47852                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MARSUPALIA$396, 0);
47853                     if (target == null)
47854                     {
47855                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(MARSUPALIA$396);
47856                     }
47857                     target.set(marsupalia);
47858                 }
47859             }
47860             
47861             
47862 
47863 
47864             public void unsetMarsupalia()
47865             {
47866                 synchronized (monitor())
47867                 {
47868                     check_orphaned();
47869                     get_store().remove_element(MARSUPALIA$396, 0);
47870                 }
47871             }
47872             
47873             
47874 
47875 
47876             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getEutheria()
47877             {
47878                 synchronized (monitor())
47879                 {
47880                     check_orphaned();
47881                     org.apache.xmlbeans.SimpleValue target = null;
47882                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(EUTHERIA$398, 0);
47883                     if (target == null)
47884                     {
47885                       return null;
47886                     }
47887                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
47888                 }
47889             }
47890             
47891             
47892 
47893 
47894             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetEutheria()
47895             {
47896                 synchronized (monitor())
47897                 {
47898                     check_orphaned();
47899                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
47900                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(EUTHERIA$398, 0);
47901                     return target;
47902                 }
47903             }
47904             
47905             
47906 
47907 
47908             public boolean isSetEutheria()
47909             {
47910                 synchronized (monitor())
47911                 {
47912                     check_orphaned();
47913                     return get_store().count_elements(EUTHERIA$398) != 0;
47914                 }
47915             }
47916             
47917             
47918 
47919 
47920             public void setEutheria(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum eutheria)
47921             {
47922                 synchronized (monitor())
47923                 {
47924                     check_orphaned();
47925                     org.apache.xmlbeans.SimpleValue target = null;
47926                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(EUTHERIA$398, 0);
47927                     if (target == null)
47928                     {
47929                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(EUTHERIA$398);
47930                     }
47931                     target.setEnumValue(eutheria);
47932                 }
47933             }
47934             
47935             
47936 
47937 
47938             public void xsetEutheria(gov.grants.apply.system.globalLibraryV20.YesNoDataType eutheria)
47939             {
47940                 synchronized (monitor())
47941                 {
47942                     check_orphaned();
47943                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
47944                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(EUTHERIA$398, 0);
47945                     if (target == null)
47946                     {
47947                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(EUTHERIA$398);
47948                     }
47949                     target.set(eutheria);
47950                 }
47951             }
47952             
47953             
47954 
47955 
47956             public void unsetEutheria()
47957             {
47958                 synchronized (monitor())
47959                 {
47960                     check_orphaned();
47961                     get_store().remove_element(EUTHERIA$398, 0);
47962                 }
47963             }
47964             
47965             
47966 
47967 
47968             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getInsectivora()
47969             {
47970                 synchronized (monitor())
47971                 {
47972                     check_orphaned();
47973                     org.apache.xmlbeans.SimpleValue target = null;
47974                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(INSECTIVORA$400, 0);
47975                     if (target == null)
47976                     {
47977                       return null;
47978                     }
47979                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
47980                 }
47981             }
47982             
47983             
47984 
47985 
47986             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetInsectivora()
47987             {
47988                 synchronized (monitor())
47989                 {
47990                     check_orphaned();
47991                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
47992                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(INSECTIVORA$400, 0);
47993                     return target;
47994                 }
47995             }
47996             
47997             
47998 
47999 
48000             public boolean isSetInsectivora()
48001             {
48002                 synchronized (monitor())
48003                 {
48004                     check_orphaned();
48005                     return get_store().count_elements(INSECTIVORA$400) != 0;
48006                 }
48007             }
48008             
48009             
48010 
48011 
48012             public void setInsectivora(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum insectivora)
48013             {
48014                 synchronized (monitor())
48015                 {
48016                     check_orphaned();
48017                     org.apache.xmlbeans.SimpleValue target = null;
48018                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(INSECTIVORA$400, 0);
48019                     if (target == null)
48020                     {
48021                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(INSECTIVORA$400);
48022                     }
48023                     target.setEnumValue(insectivora);
48024                 }
48025             }
48026             
48027             
48028 
48029 
48030             public void xsetInsectivora(gov.grants.apply.system.globalLibraryV20.YesNoDataType insectivora)
48031             {
48032                 synchronized (monitor())
48033                 {
48034                     check_orphaned();
48035                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
48036                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(INSECTIVORA$400, 0);
48037                     if (target == null)
48038                     {
48039                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(INSECTIVORA$400);
48040                     }
48041                     target.set(insectivora);
48042                 }
48043             }
48044             
48045             
48046 
48047 
48048             public void unsetInsectivora()
48049             {
48050                 synchronized (monitor())
48051                 {
48052                     check_orphaned();
48053                     get_store().remove_element(INSECTIVORA$400, 0);
48054                 }
48055             }
48056             
48057             
48058 
48059 
48060             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getChiroptera()
48061             {
48062                 synchronized (monitor())
48063                 {
48064                     check_orphaned();
48065                     org.apache.xmlbeans.SimpleValue target = null;
48066                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CHIROPTERA$402, 0);
48067                     if (target == null)
48068                     {
48069                       return null;
48070                     }
48071                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
48072                 }
48073             }
48074             
48075             
48076 
48077 
48078             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetChiroptera()
48079             {
48080                 synchronized (monitor())
48081                 {
48082                     check_orphaned();
48083                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
48084                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CHIROPTERA$402, 0);
48085                     return target;
48086                 }
48087             }
48088             
48089             
48090 
48091 
48092             public boolean isSetChiroptera()
48093             {
48094                 synchronized (monitor())
48095                 {
48096                     check_orphaned();
48097                     return get_store().count_elements(CHIROPTERA$402) != 0;
48098                 }
48099             }
48100             
48101             
48102 
48103 
48104             public void setChiroptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum chiroptera)
48105             {
48106                 synchronized (monitor())
48107                 {
48108                     check_orphaned();
48109                     org.apache.xmlbeans.SimpleValue target = null;
48110                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CHIROPTERA$402, 0);
48111                     if (target == null)
48112                     {
48113                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CHIROPTERA$402);
48114                     }
48115                     target.setEnumValue(chiroptera);
48116                 }
48117             }
48118             
48119             
48120 
48121 
48122             public void xsetChiroptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType chiroptera)
48123             {
48124                 synchronized (monitor())
48125                 {
48126                     check_orphaned();
48127                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
48128                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CHIROPTERA$402, 0);
48129                     if (target == null)
48130                     {
48131                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CHIROPTERA$402);
48132                     }
48133                     target.set(chiroptera);
48134                 }
48135             }
48136             
48137             
48138 
48139 
48140             public void unsetChiroptera()
48141             {
48142                 synchronized (monitor())
48143                 {
48144                     check_orphaned();
48145                     get_store().remove_element(CHIROPTERA$402, 0);
48146                 }
48147             }
48148             
48149             
48150 
48151 
48152             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getEdentata()
48153             {
48154                 synchronized (monitor())
48155                 {
48156                     check_orphaned();
48157                     org.apache.xmlbeans.SimpleValue target = null;
48158                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(EDENTATA$404, 0);
48159                     if (target == null)
48160                     {
48161                       return null;
48162                     }
48163                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
48164                 }
48165             }
48166             
48167             
48168 
48169 
48170             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetEdentata()
48171             {
48172                 synchronized (monitor())
48173                 {
48174                     check_orphaned();
48175                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
48176                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(EDENTATA$404, 0);
48177                     return target;
48178                 }
48179             }
48180             
48181             
48182 
48183 
48184             public boolean isSetEdentata()
48185             {
48186                 synchronized (monitor())
48187                 {
48188                     check_orphaned();
48189                     return get_store().count_elements(EDENTATA$404) != 0;
48190                 }
48191             }
48192             
48193             
48194 
48195 
48196             public void setEdentata(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum edentata)
48197             {
48198                 synchronized (monitor())
48199                 {
48200                     check_orphaned();
48201                     org.apache.xmlbeans.SimpleValue target = null;
48202                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(EDENTATA$404, 0);
48203                     if (target == null)
48204                     {
48205                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(EDENTATA$404);
48206                     }
48207                     target.setEnumValue(edentata);
48208                 }
48209             }
48210             
48211             
48212 
48213 
48214             public void xsetEdentata(gov.grants.apply.system.globalLibraryV20.YesNoDataType edentata)
48215             {
48216                 synchronized (monitor())
48217                 {
48218                     check_orphaned();
48219                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
48220                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(EDENTATA$404, 0);
48221                     if (target == null)
48222                     {
48223                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(EDENTATA$404);
48224                     }
48225                     target.set(edentata);
48226                 }
48227             }
48228             
48229             
48230 
48231 
48232             public void unsetEdentata()
48233             {
48234                 synchronized (monitor())
48235                 {
48236                     check_orphaned();
48237                     get_store().remove_element(EDENTATA$404, 0);
48238                 }
48239             }
48240             
48241             
48242 
48243 
48244             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPrimates()
48245             {
48246                 synchronized (monitor())
48247                 {
48248                     check_orphaned();
48249                     org.apache.xmlbeans.SimpleValue target = null;
48250                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PRIMATES$406, 0);
48251                     if (target == null)
48252                     {
48253                       return null;
48254                     }
48255                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
48256                 }
48257             }
48258             
48259             
48260 
48261 
48262             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPrimates()
48263             {
48264                 synchronized (monitor())
48265                 {
48266                     check_orphaned();
48267                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
48268                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PRIMATES$406, 0);
48269                     return target;
48270                 }
48271             }
48272             
48273             
48274 
48275 
48276             public boolean isSetPrimates()
48277             {
48278                 synchronized (monitor())
48279                 {
48280                     check_orphaned();
48281                     return get_store().count_elements(PRIMATES$406) != 0;
48282                 }
48283             }
48284             
48285             
48286 
48287 
48288             public void setPrimates(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum primates)
48289             {
48290                 synchronized (monitor())
48291                 {
48292                     check_orphaned();
48293                     org.apache.xmlbeans.SimpleValue target = null;
48294                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PRIMATES$406, 0);
48295                     if (target == null)
48296                     {
48297                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PRIMATES$406);
48298                     }
48299                     target.setEnumValue(primates);
48300                 }
48301             }
48302             
48303             
48304 
48305 
48306             public void xsetPrimates(gov.grants.apply.system.globalLibraryV20.YesNoDataType primates)
48307             {
48308                 synchronized (monitor())
48309                 {
48310                     check_orphaned();
48311                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
48312                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PRIMATES$406, 0);
48313                     if (target == null)
48314                     {
48315                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PRIMATES$406);
48316                     }
48317                     target.set(primates);
48318                 }
48319             }
48320             
48321             
48322 
48323 
48324             public void unsetPrimates()
48325             {
48326                 synchronized (monitor())
48327                 {
48328                     check_orphaned();
48329                     get_store().remove_element(PRIMATES$406, 0);
48330                 }
48331             }
48332             
48333             
48334 
48335 
48336             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMonkeys()
48337             {
48338                 synchronized (monitor())
48339                 {
48340                     check_orphaned();
48341                     org.apache.xmlbeans.SimpleValue target = null;
48342                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MONKEYS$408, 0);
48343                     if (target == null)
48344                     {
48345                       return null;
48346                     }
48347                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
48348                 }
48349             }
48350             
48351             
48352 
48353 
48354             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMonkeys()
48355             {
48356                 synchronized (monitor())
48357                 {
48358                     check_orphaned();
48359                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
48360                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MONKEYS$408, 0);
48361                     return target;
48362                 }
48363             }
48364             
48365             
48366 
48367 
48368             public boolean isSetMonkeys()
48369             {
48370                 synchronized (monitor())
48371                 {
48372                     check_orphaned();
48373                     return get_store().count_elements(MONKEYS$408) != 0;
48374                 }
48375             }
48376             
48377             
48378 
48379 
48380             public void setMonkeys(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum monkeys)
48381             {
48382                 synchronized (monitor())
48383                 {
48384                     check_orphaned();
48385                     org.apache.xmlbeans.SimpleValue target = null;
48386                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MONKEYS$408, 0);
48387                     if (target == null)
48388                     {
48389                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(MONKEYS$408);
48390                     }
48391                     target.setEnumValue(monkeys);
48392                 }
48393             }
48394             
48395             
48396 
48397 
48398             public void xsetMonkeys(gov.grants.apply.system.globalLibraryV20.YesNoDataType monkeys)
48399             {
48400                 synchronized (monitor())
48401                 {
48402                     check_orphaned();
48403                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
48404                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MONKEYS$408, 0);
48405                     if (target == null)
48406                     {
48407                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(MONKEYS$408);
48408                     }
48409                     target.set(monkeys);
48410                 }
48411             }
48412             
48413             
48414 
48415 
48416             public void unsetMonkeys()
48417             {
48418                 synchronized (monitor())
48419                 {
48420                     check_orphaned();
48421                     get_store().remove_element(MONKEYS$408, 0);
48422                 }
48423             }
48424             
48425             
48426 
48427 
48428             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getApes()
48429             {
48430                 synchronized (monitor())
48431                 {
48432                     check_orphaned();
48433                     org.apache.xmlbeans.SimpleValue target = null;
48434                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(APES$410, 0);
48435                     if (target == null)
48436                     {
48437                       return null;
48438                     }
48439                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
48440                 }
48441             }
48442             
48443             
48444 
48445 
48446             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetApes()
48447             {
48448                 synchronized (monitor())
48449                 {
48450                     check_orphaned();
48451                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
48452                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(APES$410, 0);
48453                     return target;
48454                 }
48455             }
48456             
48457             
48458 
48459 
48460             public boolean isSetApes()
48461             {
48462                 synchronized (monitor())
48463                 {
48464                     check_orphaned();
48465                     return get_store().count_elements(APES$410) != 0;
48466                 }
48467             }
48468             
48469             
48470 
48471 
48472             public void setApes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum apes)
48473             {
48474                 synchronized (monitor())
48475                 {
48476                     check_orphaned();
48477                     org.apache.xmlbeans.SimpleValue target = null;
48478                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(APES$410, 0);
48479                     if (target == null)
48480                     {
48481                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(APES$410);
48482                     }
48483                     target.setEnumValue(apes);
48484                 }
48485             }
48486             
48487             
48488 
48489 
48490             public void xsetApes(gov.grants.apply.system.globalLibraryV20.YesNoDataType apes)
48491             {
48492                 synchronized (monitor())
48493                 {
48494                     check_orphaned();
48495                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
48496                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(APES$410, 0);
48497                     if (target == null)
48498                     {
48499                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(APES$410);
48500                     }
48501                     target.set(apes);
48502                 }
48503             }
48504             
48505             
48506 
48507 
48508             public void unsetApes()
48509             {
48510                 synchronized (monitor())
48511                 {
48512                     check_orphaned();
48513                     get_store().remove_element(APES$410, 0);
48514                 }
48515             }
48516             
48517             
48518 
48519 
48520             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getHumans()
48521             {
48522                 synchronized (monitor())
48523                 {
48524                     check_orphaned();
48525                     org.apache.xmlbeans.SimpleValue target = null;
48526                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(HUMANS$412, 0);
48527                     if (target == null)
48528                     {
48529                       return null;
48530                     }
48531                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
48532                 }
48533             }
48534             
48535             
48536 
48537 
48538             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetHumans()
48539             {
48540                 synchronized (monitor())
48541                 {
48542                     check_orphaned();
48543                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
48544                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(HUMANS$412, 0);
48545                     return target;
48546                 }
48547             }
48548             
48549             
48550 
48551 
48552             public boolean isSetHumans()
48553             {
48554                 synchronized (monitor())
48555                 {
48556                     check_orphaned();
48557                     return get_store().count_elements(HUMANS$412) != 0;
48558                 }
48559             }
48560             
48561             
48562 
48563 
48564             public void setHumans(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum humans)
48565             {
48566                 synchronized (monitor())
48567                 {
48568                     check_orphaned();
48569                     org.apache.xmlbeans.SimpleValue target = null;
48570                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(HUMANS$412, 0);
48571                     if (target == null)
48572                     {
48573                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(HUMANS$412);
48574                     }
48575                     target.setEnumValue(humans);
48576                 }
48577             }
48578             
48579             
48580 
48581 
48582             public void xsetHumans(gov.grants.apply.system.globalLibraryV20.YesNoDataType humans)
48583             {
48584                 synchronized (monitor())
48585                 {
48586                     check_orphaned();
48587                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
48588                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(HUMANS$412, 0);
48589                     if (target == null)
48590                     {
48591                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(HUMANS$412);
48592                     }
48593                     target.set(humans);
48594                 }
48595             }
48596             
48597             
48598 
48599 
48600             public void unsetHumans()
48601             {
48602                 synchronized (monitor())
48603                 {
48604                     check_orphaned();
48605                     get_store().remove_element(HUMANS$412, 0);
48606                 }
48607             }
48608             
48609             
48610 
48611 
48612             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getRodentia()
48613             {
48614                 synchronized (monitor())
48615                 {
48616                     check_orphaned();
48617                     org.apache.xmlbeans.SimpleValue target = null;
48618                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(RODENTIA$414, 0);
48619                     if (target == null)
48620                     {
48621                       return null;
48622                     }
48623                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
48624                 }
48625             }
48626             
48627             
48628 
48629 
48630             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetRodentia()
48631             {
48632                 synchronized (monitor())
48633                 {
48634                     check_orphaned();
48635                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
48636                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(RODENTIA$414, 0);
48637                     return target;
48638                 }
48639             }
48640             
48641             
48642 
48643 
48644             public boolean isSetRodentia()
48645             {
48646                 synchronized (monitor())
48647                 {
48648                     check_orphaned();
48649                     return get_store().count_elements(RODENTIA$414) != 0;
48650                 }
48651             }
48652             
48653             
48654 
48655 
48656             public void setRodentia(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum rodentia)
48657             {
48658                 synchronized (monitor())
48659                 {
48660                     check_orphaned();
48661                     org.apache.xmlbeans.SimpleValue target = null;
48662                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(RODENTIA$414, 0);
48663                     if (target == null)
48664                     {
48665                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(RODENTIA$414);
48666                     }
48667                     target.setEnumValue(rodentia);
48668                 }
48669             }
48670             
48671             
48672 
48673 
48674             public void xsetRodentia(gov.grants.apply.system.globalLibraryV20.YesNoDataType rodentia)
48675             {
48676                 synchronized (monitor())
48677                 {
48678                     check_orphaned();
48679                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
48680                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(RODENTIA$414, 0);
48681                     if (target == null)
48682                     {
48683                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(RODENTIA$414);
48684                     }
48685                     target.set(rodentia);
48686                 }
48687             }
48688             
48689             
48690 
48691 
48692             public void unsetRodentia()
48693             {
48694                 synchronized (monitor())
48695                 {
48696                     check_orphaned();
48697                     get_store().remove_element(RODENTIA$414, 0);
48698                 }
48699             }
48700             
48701             
48702 
48703 
48704             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getLaboratoryRodents()
48705             {
48706                 synchronized (monitor())
48707                 {
48708                     check_orphaned();
48709                     org.apache.xmlbeans.SimpleValue target = null;
48710                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(LABORATORYRODENTS$416, 0);
48711                     if (target == null)
48712                     {
48713                       return null;
48714                     }
48715                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
48716                 }
48717             }
48718             
48719             
48720 
48721 
48722             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetLaboratoryRodents()
48723             {
48724                 synchronized (monitor())
48725                 {
48726                     check_orphaned();
48727                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
48728                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(LABORATORYRODENTS$416, 0);
48729                     return target;
48730                 }
48731             }
48732             
48733             
48734 
48735 
48736             public boolean isSetLaboratoryRodents()
48737             {
48738                 synchronized (monitor())
48739                 {
48740                     check_orphaned();
48741                     return get_store().count_elements(LABORATORYRODENTS$416) != 0;
48742                 }
48743             }
48744             
48745             
48746 
48747 
48748             public void setLaboratoryRodents(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum laboratoryRodents)
48749             {
48750                 synchronized (monitor())
48751                 {
48752                     check_orphaned();
48753                     org.apache.xmlbeans.SimpleValue target = null;
48754                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(LABORATORYRODENTS$416, 0);
48755                     if (target == null)
48756                     {
48757                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(LABORATORYRODENTS$416);
48758                     }
48759                     target.setEnumValue(laboratoryRodents);
48760                 }
48761             }
48762             
48763             
48764 
48765 
48766             public void xsetLaboratoryRodents(gov.grants.apply.system.globalLibraryV20.YesNoDataType laboratoryRodents)
48767             {
48768                 synchronized (monitor())
48769                 {
48770                     check_orphaned();
48771                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
48772                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(LABORATORYRODENTS$416, 0);
48773                     if (target == null)
48774                     {
48775                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(LABORATORYRODENTS$416);
48776                     }
48777                     target.set(laboratoryRodents);
48778                 }
48779             }
48780             
48781             
48782 
48783 
48784             public void unsetLaboratoryRodents()
48785             {
48786                 synchronized (monitor())
48787                 {
48788                     check_orphaned();
48789                     get_store().remove_element(LABORATORYRODENTS$416, 0);
48790                 }
48791             }
48792             
48793             
48794 
48795 
48796             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNonLaboratoryRodents()
48797             {
48798                 synchronized (monitor())
48799                 {
48800                     check_orphaned();
48801                     org.apache.xmlbeans.SimpleValue target = null;
48802                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NONLABORATORYRODENTS$418, 0);
48803                     if (target == null)
48804                     {
48805                       return null;
48806                     }
48807                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
48808                 }
48809             }
48810             
48811             
48812 
48813 
48814             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNonLaboratoryRodents()
48815             {
48816                 synchronized (monitor())
48817                 {
48818                     check_orphaned();
48819                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
48820                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(NONLABORATORYRODENTS$418, 0);
48821                     return target;
48822                 }
48823             }
48824             
48825             
48826 
48827 
48828             public boolean isSetNonLaboratoryRodents()
48829             {
48830                 synchronized (monitor())
48831                 {
48832                     check_orphaned();
48833                     return get_store().count_elements(NONLABORATORYRODENTS$418) != 0;
48834                 }
48835             }
48836             
48837             
48838 
48839 
48840             public void setNonLaboratoryRodents(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum nonLaboratoryRodents)
48841             {
48842                 synchronized (monitor())
48843                 {
48844                     check_orphaned();
48845                     org.apache.xmlbeans.SimpleValue target = null;
48846                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NONLABORATORYRODENTS$418, 0);
48847                     if (target == null)
48848                     {
48849                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(NONLABORATORYRODENTS$418);
48850                     }
48851                     target.setEnumValue(nonLaboratoryRodents);
48852                 }
48853             }
48854             
48855             
48856 
48857 
48858             public void xsetNonLaboratoryRodents(gov.grants.apply.system.globalLibraryV20.YesNoDataType nonLaboratoryRodents)
48859             {
48860                 synchronized (monitor())
48861                 {
48862                     check_orphaned();
48863                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
48864                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(NONLABORATORYRODENTS$418, 0);
48865                     if (target == null)
48866                     {
48867                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(NONLABORATORYRODENTS$418);
48868                     }
48869                     target.set(nonLaboratoryRodents);
48870                 }
48871             }
48872             
48873             
48874 
48875 
48876             public void unsetNonLaboratoryRodents()
48877             {
48878                 synchronized (monitor())
48879                 {
48880                     check_orphaned();
48881                     get_store().remove_element(NONLABORATORYRODENTS$418, 0);
48882                 }
48883             }
48884             
48885             
48886 
48887 
48888             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getLagomorphs()
48889             {
48890                 synchronized (monitor())
48891                 {
48892                     check_orphaned();
48893                     org.apache.xmlbeans.SimpleValue target = null;
48894                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(LAGOMORPHS$420, 0);
48895                     if (target == null)
48896                     {
48897                       return null;
48898                     }
48899                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
48900                 }
48901             }
48902             
48903             
48904 
48905 
48906             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetLagomorphs()
48907             {
48908                 synchronized (monitor())
48909                 {
48910                     check_orphaned();
48911                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
48912                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(LAGOMORPHS$420, 0);
48913                     return target;
48914                 }
48915             }
48916             
48917             
48918 
48919 
48920             public boolean isSetLagomorphs()
48921             {
48922                 synchronized (monitor())
48923                 {
48924                     check_orphaned();
48925                     return get_store().count_elements(LAGOMORPHS$420) != 0;
48926                 }
48927             }
48928             
48929             
48930 
48931 
48932             public void setLagomorphs(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum lagomorphs)
48933             {
48934                 synchronized (monitor())
48935                 {
48936                     check_orphaned();
48937                     org.apache.xmlbeans.SimpleValue target = null;
48938                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(LAGOMORPHS$420, 0);
48939                     if (target == null)
48940                     {
48941                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(LAGOMORPHS$420);
48942                     }
48943                     target.setEnumValue(lagomorphs);
48944                 }
48945             }
48946             
48947             
48948 
48949 
48950             public void xsetLagomorphs(gov.grants.apply.system.globalLibraryV20.YesNoDataType lagomorphs)
48951             {
48952                 synchronized (monitor())
48953                 {
48954                     check_orphaned();
48955                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
48956                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(LAGOMORPHS$420, 0);
48957                     if (target == null)
48958                     {
48959                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(LAGOMORPHS$420);
48960                     }
48961                     target.set(lagomorphs);
48962                 }
48963             }
48964             
48965             
48966 
48967 
48968             public void unsetLagomorphs()
48969             {
48970                 synchronized (monitor())
48971                 {
48972                     check_orphaned();
48973                     get_store().remove_element(LAGOMORPHS$420, 0);
48974                 }
48975             }
48976             
48977             
48978 
48979 
48980             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getTubulidenata()
48981             {
48982                 synchronized (monitor())
48983                 {
48984                     check_orphaned();
48985                     org.apache.xmlbeans.SimpleValue target = null;
48986                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TUBULIDENATA$422, 0);
48987                     if (target == null)
48988                     {
48989                       return null;
48990                     }
48991                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
48992                 }
48993             }
48994             
48995             
48996 
48997 
48998             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetTubulidenata()
48999             {
49000                 synchronized (monitor())
49001                 {
49002                     check_orphaned();
49003                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
49004                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TUBULIDENATA$422, 0);
49005                     return target;
49006                 }
49007             }
49008             
49009             
49010 
49011 
49012             public boolean isSetTubulidenata()
49013             {
49014                 synchronized (monitor())
49015                 {
49016                     check_orphaned();
49017                     return get_store().count_elements(TUBULIDENATA$422) != 0;
49018                 }
49019             }
49020             
49021             
49022 
49023 
49024             public void setTubulidenata(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum tubulidenata)
49025             {
49026                 synchronized (monitor())
49027                 {
49028                     check_orphaned();
49029                     org.apache.xmlbeans.SimpleValue target = null;
49030                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TUBULIDENATA$422, 0);
49031                     if (target == null)
49032                     {
49033                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(TUBULIDENATA$422);
49034                     }
49035                     target.setEnumValue(tubulidenata);
49036                 }
49037             }
49038             
49039             
49040 
49041 
49042             public void xsetTubulidenata(gov.grants.apply.system.globalLibraryV20.YesNoDataType tubulidenata)
49043             {
49044                 synchronized (monitor())
49045                 {
49046                     check_orphaned();
49047                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
49048                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TUBULIDENATA$422, 0);
49049                     if (target == null)
49050                     {
49051                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(TUBULIDENATA$422);
49052                     }
49053                     target.set(tubulidenata);
49054                 }
49055             }
49056             
49057             
49058 
49059 
49060             public void unsetTubulidenata()
49061             {
49062                 synchronized (monitor())
49063                 {
49064                     check_orphaned();
49065                     get_store().remove_element(TUBULIDENATA$422, 0);
49066                 }
49067             }
49068             
49069             
49070 
49071 
49072             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCarnivora()
49073             {
49074                 synchronized (monitor())
49075                 {
49076                     check_orphaned();
49077                     org.apache.xmlbeans.SimpleValue target = null;
49078                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CARNIVORA$424, 0);
49079                     if (target == null)
49080                     {
49081                       return null;
49082                     }
49083                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
49084                 }
49085             }
49086             
49087             
49088 
49089 
49090             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCarnivora()
49091             {
49092                 synchronized (monitor())
49093                 {
49094                     check_orphaned();
49095                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
49096                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CARNIVORA$424, 0);
49097                     return target;
49098                 }
49099             }
49100             
49101             
49102 
49103 
49104             public boolean isSetCarnivora()
49105             {
49106                 synchronized (monitor())
49107                 {
49108                     check_orphaned();
49109                     return get_store().count_elements(CARNIVORA$424) != 0;
49110                 }
49111             }
49112             
49113             
49114 
49115 
49116             public void setCarnivora(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum carnivora)
49117             {
49118                 synchronized (monitor())
49119                 {
49120                     check_orphaned();
49121                     org.apache.xmlbeans.SimpleValue target = null;
49122                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CARNIVORA$424, 0);
49123                     if (target == null)
49124                     {
49125                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CARNIVORA$424);
49126                     }
49127                     target.setEnumValue(carnivora);
49128                 }
49129             }
49130             
49131             
49132 
49133 
49134             public void xsetCarnivora(gov.grants.apply.system.globalLibraryV20.YesNoDataType carnivora)
49135             {
49136                 synchronized (monitor())
49137                 {
49138                     check_orphaned();
49139                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
49140                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CARNIVORA$424, 0);
49141                     if (target == null)
49142                     {
49143                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CARNIVORA$424);
49144                     }
49145                     target.set(carnivora);
49146                 }
49147             }
49148             
49149             
49150 
49151 
49152             public void unsetCarnivora()
49153             {
49154                 synchronized (monitor())
49155                 {
49156                     check_orphaned();
49157                     get_store().remove_element(CARNIVORA$424, 0);
49158                 }
49159             }
49160             
49161             
49162 
49163 
49164             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getUngulates()
49165             {
49166                 synchronized (monitor())
49167                 {
49168                     check_orphaned();
49169                     org.apache.xmlbeans.SimpleValue target = null;
49170                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(UNGULATES$426, 0);
49171                     if (target == null)
49172                     {
49173                       return null;
49174                     }
49175                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
49176                 }
49177             }
49178             
49179             
49180 
49181 
49182             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetUngulates()
49183             {
49184                 synchronized (monitor())
49185                 {
49186                     check_orphaned();
49187                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
49188                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(UNGULATES$426, 0);
49189                     return target;
49190                 }
49191             }
49192             
49193             
49194 
49195 
49196             public boolean isSetUngulates()
49197             {
49198                 synchronized (monitor())
49199                 {
49200                     check_orphaned();
49201                     return get_store().count_elements(UNGULATES$426) != 0;
49202                 }
49203             }
49204             
49205             
49206 
49207 
49208             public void setUngulates(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum ungulates)
49209             {
49210                 synchronized (monitor())
49211                 {
49212                     check_orphaned();
49213                     org.apache.xmlbeans.SimpleValue target = null;
49214                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(UNGULATES$426, 0);
49215                     if (target == null)
49216                     {
49217                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(UNGULATES$426);
49218                     }
49219                     target.setEnumValue(ungulates);
49220                 }
49221             }
49222             
49223             
49224 
49225 
49226             public void xsetUngulates(gov.grants.apply.system.globalLibraryV20.YesNoDataType ungulates)
49227             {
49228                 synchronized (monitor())
49229                 {
49230                     check_orphaned();
49231                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
49232                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(UNGULATES$426, 0);
49233                     if (target == null)
49234                     {
49235                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(UNGULATES$426);
49236                     }
49237                     target.set(ungulates);
49238                 }
49239             }
49240             
49241             
49242 
49243 
49244             public void unsetUngulates()
49245             {
49246                 synchronized (monitor())
49247                 {
49248                     check_orphaned();
49249                     get_store().remove_element(UNGULATES$426, 0);
49250                 }
49251             }
49252             
49253             
49254 
49255 
49256             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPerissodactyla()
49257             {
49258                 synchronized (monitor())
49259                 {
49260                     check_orphaned();
49261                     org.apache.xmlbeans.SimpleValue target = null;
49262                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PERISSODACTYLA$428, 0);
49263                     if (target == null)
49264                     {
49265                       return null;
49266                     }
49267                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
49268                 }
49269             }
49270             
49271             
49272 
49273 
49274             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPerissodactyla()
49275             {
49276                 synchronized (monitor())
49277                 {
49278                     check_orphaned();
49279                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
49280                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PERISSODACTYLA$428, 0);
49281                     return target;
49282                 }
49283             }
49284             
49285             
49286 
49287 
49288             public boolean isSetPerissodactyla()
49289             {
49290                 synchronized (monitor())
49291                 {
49292                     check_orphaned();
49293                     return get_store().count_elements(PERISSODACTYLA$428) != 0;
49294                 }
49295             }
49296             
49297             
49298 
49299 
49300             public void setPerissodactyla(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum perissodactyla)
49301             {
49302                 synchronized (monitor())
49303                 {
49304                     check_orphaned();
49305                     org.apache.xmlbeans.SimpleValue target = null;
49306                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PERISSODACTYLA$428, 0);
49307                     if (target == null)
49308                     {
49309                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PERISSODACTYLA$428);
49310                     }
49311                     target.setEnumValue(perissodactyla);
49312                 }
49313             }
49314             
49315             
49316 
49317 
49318             public void xsetPerissodactyla(gov.grants.apply.system.globalLibraryV20.YesNoDataType perissodactyla)
49319             {
49320                 synchronized (monitor())
49321                 {
49322                     check_orphaned();
49323                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
49324                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PERISSODACTYLA$428, 0);
49325                     if (target == null)
49326                     {
49327                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PERISSODACTYLA$428);
49328                     }
49329                     target.set(perissodactyla);
49330                 }
49331             }
49332             
49333             
49334 
49335 
49336             public void unsetPerissodactyla()
49337             {
49338                 synchronized (monitor())
49339                 {
49340                     check_orphaned();
49341                     get_store().remove_element(PERISSODACTYLA$428, 0);
49342                 }
49343             }
49344             
49345             
49346 
49347 
49348             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getArtiodactyla()
49349             {
49350                 synchronized (monitor())
49351                 {
49352                     check_orphaned();
49353                     org.apache.xmlbeans.SimpleValue target = null;
49354                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ARTIODACTYLA$430, 0);
49355                     if (target == null)
49356                     {
49357                       return null;
49358                     }
49359                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
49360                 }
49361             }
49362             
49363             
49364 
49365 
49366             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetArtiodactyla()
49367             {
49368                 synchronized (monitor())
49369                 {
49370                     check_orphaned();
49371                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
49372                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ARTIODACTYLA$430, 0);
49373                     return target;
49374                 }
49375             }
49376             
49377             
49378 
49379 
49380             public boolean isSetArtiodactyla()
49381             {
49382                 synchronized (monitor())
49383                 {
49384                     check_orphaned();
49385                     return get_store().count_elements(ARTIODACTYLA$430) != 0;
49386                 }
49387             }
49388             
49389             
49390 
49391 
49392             public void setArtiodactyla(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum artiodactyla)
49393             {
49394                 synchronized (monitor())
49395                 {
49396                     check_orphaned();
49397                     org.apache.xmlbeans.SimpleValue target = null;
49398                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ARTIODACTYLA$430, 0);
49399                     if (target == null)
49400                     {
49401                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ARTIODACTYLA$430);
49402                     }
49403                     target.setEnumValue(artiodactyla);
49404                 }
49405             }
49406             
49407             
49408 
49409 
49410             public void xsetArtiodactyla(gov.grants.apply.system.globalLibraryV20.YesNoDataType artiodactyla)
49411             {
49412                 synchronized (monitor())
49413                 {
49414                     check_orphaned();
49415                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
49416                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ARTIODACTYLA$430, 0);
49417                     if (target == null)
49418                     {
49419                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ARTIODACTYLA$430);
49420                     }
49421                     target.set(artiodactyla);
49422                 }
49423             }
49424             
49425             
49426 
49427 
49428             public void unsetArtiodactyla()
49429             {
49430                 synchronized (monitor())
49431                 {
49432                     check_orphaned();
49433                     get_store().remove_element(ARTIODACTYLA$430, 0);
49434                 }
49435             }
49436             
49437             
49438 
49439 
49440             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSirenia()
49441             {
49442                 synchronized (monitor())
49443                 {
49444                     check_orphaned();
49445                     org.apache.xmlbeans.SimpleValue target = null;
49446                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SIRENIA$432, 0);
49447                     if (target == null)
49448                     {
49449                       return null;
49450                     }
49451                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
49452                 }
49453             }
49454             
49455             
49456 
49457 
49458             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSirenia()
49459             {
49460                 synchronized (monitor())
49461                 {
49462                     check_orphaned();
49463                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
49464                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SIRENIA$432, 0);
49465                     return target;
49466                 }
49467             }
49468             
49469             
49470 
49471 
49472             public boolean isSetSirenia()
49473             {
49474                 synchronized (monitor())
49475                 {
49476                     check_orphaned();
49477                     return get_store().count_elements(SIRENIA$432) != 0;
49478                 }
49479             }
49480             
49481             
49482 
49483 
49484             public void setSirenia(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum sirenia)
49485             {
49486                 synchronized (monitor())
49487                 {
49488                     check_orphaned();
49489                     org.apache.xmlbeans.SimpleValue target = null;
49490                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SIRENIA$432, 0);
49491                     if (target == null)
49492                     {
49493                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SIRENIA$432);
49494                     }
49495                     target.setEnumValue(sirenia);
49496                 }
49497             }
49498             
49499             
49500 
49501 
49502             public void xsetSirenia(gov.grants.apply.system.globalLibraryV20.YesNoDataType sirenia)
49503             {
49504                 synchronized (monitor())
49505                 {
49506                     check_orphaned();
49507                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
49508                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SIRENIA$432, 0);
49509                     if (target == null)
49510                     {
49511                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SIRENIA$432);
49512                     }
49513                     target.set(sirenia);
49514                 }
49515             }
49516             
49517             
49518 
49519 
49520             public void unsetSirenia()
49521             {
49522                 synchronized (monitor())
49523                 {
49524                     check_orphaned();
49525                     get_store().remove_element(SIRENIA$432, 0);
49526                 }
49527             }
49528             
49529             
49530 
49531 
49532             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getProboscidea()
49533             {
49534                 synchronized (monitor())
49535                 {
49536                     check_orphaned();
49537                     org.apache.xmlbeans.SimpleValue target = null;
49538                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PROBOSCIDEA$434, 0);
49539                     if (target == null)
49540                     {
49541                       return null;
49542                     }
49543                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
49544                 }
49545             }
49546             
49547             
49548 
49549 
49550             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetProboscidea()
49551             {
49552                 synchronized (monitor())
49553                 {
49554                     check_orphaned();
49555                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
49556                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PROBOSCIDEA$434, 0);
49557                     return target;
49558                 }
49559             }
49560             
49561             
49562 
49563 
49564             public boolean isSetProboscidea()
49565             {
49566                 synchronized (monitor())
49567                 {
49568                     check_orphaned();
49569                     return get_store().count_elements(PROBOSCIDEA$434) != 0;
49570                 }
49571             }
49572             
49573             
49574 
49575 
49576             public void setProboscidea(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum proboscidea)
49577             {
49578                 synchronized (monitor())
49579                 {
49580                     check_orphaned();
49581                     org.apache.xmlbeans.SimpleValue target = null;
49582                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PROBOSCIDEA$434, 0);
49583                     if (target == null)
49584                     {
49585                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PROBOSCIDEA$434);
49586                     }
49587                     target.setEnumValue(proboscidea);
49588                 }
49589             }
49590             
49591             
49592 
49593 
49594             public void xsetProboscidea(gov.grants.apply.system.globalLibraryV20.YesNoDataType proboscidea)
49595             {
49596                 synchronized (monitor())
49597                 {
49598                     check_orphaned();
49599                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
49600                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PROBOSCIDEA$434, 0);
49601                     if (target == null)
49602                     {
49603                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PROBOSCIDEA$434);
49604                     }
49605                     target.set(proboscidea);
49606                 }
49607             }
49608             
49609             
49610 
49611 
49612             public void unsetProboscidea()
49613             {
49614                 synchronized (monitor())
49615                 {
49616                     check_orphaned();
49617                     get_store().remove_element(PROBOSCIDEA$434, 0);
49618                 }
49619             }
49620             
49621             
49622 
49623 
49624             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCLASSIFICATIONORGANISMSMarineMammals()
49625             {
49626                 synchronized (monitor())
49627                 {
49628                     check_orphaned();
49629                     org.apache.xmlbeans.SimpleValue target = null;
49630                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CLASSIFICATIONORGANISMSMARINEMAMMALS$436, 0);
49631                     if (target == null)
49632                     {
49633                       return null;
49634                     }
49635                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
49636                 }
49637             }
49638             
49639             
49640 
49641 
49642             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCLASSIFICATIONORGANISMSMarineMammals()
49643             {
49644                 synchronized (monitor())
49645                 {
49646                     check_orphaned();
49647                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
49648                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CLASSIFICATIONORGANISMSMARINEMAMMALS$436, 0);
49649                     return target;
49650                 }
49651             }
49652             
49653             
49654 
49655 
49656             public boolean isSetCLASSIFICATIONORGANISMSMarineMammals()
49657             {
49658                 synchronized (monitor())
49659                 {
49660                     check_orphaned();
49661                     return get_store().count_elements(CLASSIFICATIONORGANISMSMARINEMAMMALS$436) != 0;
49662                 }
49663             }
49664             
49665             
49666 
49667 
49668             public void setCLASSIFICATIONORGANISMSMarineMammals(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum classificationorganismsMarineMammals)
49669             {
49670                 synchronized (monitor())
49671                 {
49672                     check_orphaned();
49673                     org.apache.xmlbeans.SimpleValue target = null;
49674                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CLASSIFICATIONORGANISMSMARINEMAMMALS$436, 0);
49675                     if (target == null)
49676                     {
49677                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CLASSIFICATIONORGANISMSMARINEMAMMALS$436);
49678                     }
49679                     target.setEnumValue(classificationorganismsMarineMammals);
49680                 }
49681             }
49682             
49683             
49684 
49685 
49686             public void xsetCLASSIFICATIONORGANISMSMarineMammals(gov.grants.apply.system.globalLibraryV20.YesNoDataType classificationorganismsMarineMammals)
49687             {
49688                 synchronized (monitor())
49689                 {
49690                     check_orphaned();
49691                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
49692                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CLASSIFICATIONORGANISMSMARINEMAMMALS$436, 0);
49693                     if (target == null)
49694                     {
49695                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CLASSIFICATIONORGANISMSMARINEMAMMALS$436);
49696                     }
49697                     target.set(classificationorganismsMarineMammals);
49698                 }
49699             }
49700             
49701             
49702 
49703 
49704             public void unsetCLASSIFICATIONORGANISMSMarineMammals()
49705             {
49706                 synchronized (monitor())
49707                 {
49708                     check_orphaned();
49709                     get_store().remove_element(CLASSIFICATIONORGANISMSMARINEMAMMALS$436, 0);
49710                 }
49711             }
49712             
49713             
49714 
49715 
49716             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getTRANSGENICORGANISMS()
49717             {
49718                 synchronized (monitor())
49719                 {
49720                     check_orphaned();
49721                     org.apache.xmlbeans.SimpleValue target = null;
49722                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TRANSGENICORGANISMS$438, 0);
49723                     if (target == null)
49724                     {
49725                       return null;
49726                     }
49727                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
49728                 }
49729             }
49730             
49731             
49732 
49733 
49734             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetTRANSGENICORGANISMS()
49735             {
49736                 synchronized (monitor())
49737                 {
49738                     check_orphaned();
49739                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
49740                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TRANSGENICORGANISMS$438, 0);
49741                     return target;
49742                 }
49743             }
49744             
49745             
49746 
49747 
49748             public boolean isSetTRANSGENICORGANISMS()
49749             {
49750                 synchronized (monitor())
49751                 {
49752                     check_orphaned();
49753                     return get_store().count_elements(TRANSGENICORGANISMS$438) != 0;
49754                 }
49755             }
49756             
49757             
49758 
49759 
49760             public void setTRANSGENICORGANISMS(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum transgenicorganisms)
49761             {
49762                 synchronized (monitor())
49763                 {
49764                     check_orphaned();
49765                     org.apache.xmlbeans.SimpleValue target = null;
49766                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TRANSGENICORGANISMS$438, 0);
49767                     if (target == null)
49768                     {
49769                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(TRANSGENICORGANISMS$438);
49770                     }
49771                     target.setEnumValue(transgenicorganisms);
49772                 }
49773             }
49774             
49775             
49776 
49777 
49778             public void xsetTRANSGENICORGANISMS(gov.grants.apply.system.globalLibraryV20.YesNoDataType transgenicorganisms)
49779             {
49780                 synchronized (monitor())
49781                 {
49782                     check_orphaned();
49783                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
49784                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TRANSGENICORGANISMS$438, 0);
49785                     if (target == null)
49786                     {
49787                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(TRANSGENICORGANISMS$438);
49788                     }
49789                     target.set(transgenicorganisms);
49790                 }
49791             }
49792             
49793             
49794 
49795 
49796             public void unsetTRANSGENICORGANISMS()
49797             {
49798                 synchronized (monitor())
49799                 {
49800                     check_orphaned();
49801                     get_store().remove_element(TRANSGENICORGANISMS$438, 0);
49802                 }
49803             }
49804             
49805             
49806 
49807 
49808             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFOSSILEXTINCTORGANISMS()
49809             {
49810                 synchronized (monitor())
49811                 {
49812                     check_orphaned();
49813                     org.apache.xmlbeans.SimpleValue target = null;
49814                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FOSSILEXTINCTORGANISMS$440, 0);
49815                     if (target == null)
49816                     {
49817                       return null;
49818                     }
49819                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
49820                 }
49821             }
49822             
49823             
49824 
49825 
49826             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFOSSILEXTINCTORGANISMS()
49827             {
49828                 synchronized (monitor())
49829                 {
49830                     check_orphaned();
49831                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
49832                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(FOSSILEXTINCTORGANISMS$440, 0);
49833                     return target;
49834                 }
49835             }
49836             
49837             
49838 
49839 
49840             public boolean isSetFOSSILEXTINCTORGANISMS()
49841             {
49842                 synchronized (monitor())
49843                 {
49844                     check_orphaned();
49845                     return get_store().count_elements(FOSSILEXTINCTORGANISMS$440) != 0;
49846                 }
49847             }
49848             
49849             
49850 
49851 
49852             public void setFOSSILEXTINCTORGANISMS(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum fossilextinctorganisms)
49853             {
49854                 synchronized (monitor())
49855                 {
49856                     check_orphaned();
49857                     org.apache.xmlbeans.SimpleValue target = null;
49858                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FOSSILEXTINCTORGANISMS$440, 0);
49859                     if (target == null)
49860                     {
49861                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(FOSSILEXTINCTORGANISMS$440);
49862                     }
49863                     target.setEnumValue(fossilextinctorganisms);
49864                 }
49865             }
49866             
49867             
49868 
49869 
49870             public void xsetFOSSILEXTINCTORGANISMS(gov.grants.apply.system.globalLibraryV20.YesNoDataType fossilextinctorganisms)
49871             {
49872                 synchronized (monitor())
49873                 {
49874                     check_orphaned();
49875                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
49876                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(FOSSILEXTINCTORGANISMS$440, 0);
49877                     if (target == null)
49878                     {
49879                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(FOSSILEXTINCTORGANISMS$440);
49880                     }
49881                     target.set(fossilextinctorganisms);
49882                 }
49883             }
49884             
49885             
49886 
49887 
49888             public void unsetFOSSILEXTINCTORGANISMS()
49889             {
49890                 synchronized (monitor())
49891                 {
49892                     check_orphaned();
49893                     get_store().remove_element(FOSSILEXTINCTORGANISMS$440, 0);
49894                 }
49895             }
49896             
49897             
49898 
49899 
49900             public org.apache.xmlbeans.XmlObject getNOORGANISMS()
49901             {
49902                 synchronized (monitor())
49903                 {
49904                     check_orphaned();
49905                     org.apache.xmlbeans.XmlObject target = null;
49906                     target = (org.apache.xmlbeans.XmlObject)get_store().find_element_user(NOORGANISMS$442, 0);
49907                     if (target == null)
49908                     {
49909                       return null;
49910                     }
49911                     return target;
49912                 }
49913             }
49914             
49915             
49916 
49917 
49918             public boolean isSetNOORGANISMS()
49919             {
49920                 synchronized (monitor())
49921                 {
49922                     check_orphaned();
49923                     return get_store().count_elements(NOORGANISMS$442) != 0;
49924                 }
49925             }
49926             
49927             
49928 
49929 
49930             public void setNOORGANISMS(org.apache.xmlbeans.XmlObject noorganisms)
49931             {
49932                 generatedSetterHelperImpl(noorganisms, NOORGANISMS$442, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
49933             }
49934             
49935             
49936 
49937 
49938             public org.apache.xmlbeans.XmlObject addNewNOORGANISMS()
49939             {
49940                 synchronized (monitor())
49941                 {
49942                     check_orphaned();
49943                     org.apache.xmlbeans.XmlObject target = null;
49944                     target = (org.apache.xmlbeans.XmlObject)get_store().add_element_user(NOORGANISMS$442);
49945                     return target;
49946                 }
49947             }
49948             
49949             
49950 
49951 
49952             public void unsetNOORGANISMS()
49953             {
49954                 synchronized (monitor())
49955                 {
49956                     check_orphaned();
49957                     get_store().remove_element(NOORGANISMS$442, 0);
49958                 }
49959             }
49960         }
49961         
49962 
49963 
49964 
49965 
49966         public static class MODELORGANISMImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.MODELORGANISM
49967         {
49968             private static final long serialVersionUID = 1L;
49969             
49970             public MODELORGANISMImpl(org.apache.xmlbeans.SchemaType sType)
49971             {
49972                 super(sType);
49973             }
49974             
49975             private static final javax.xml.namespace.QName NOMODELORGANISM$0 = 
49976                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "NOMODELORGANISM");
49977             private static final javax.xml.namespace.QName LAMBDAPHAGE$2 = 
49978                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "LambdaPhage");
49979             private static final javax.xml.namespace.QName RHIZOBACTERIUM$4 = 
49980                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Rhizobacterium");
49981             private static final javax.xml.namespace.QName ESCHERICHIACOLI$6 = 
49982                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Escherichiacoli");
49983             private static final javax.xml.namespace.QName BACILLUSSUBTILIS$8 = 
49984                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Bacillussubtilis");
49985             private static final javax.xml.namespace.QName MODELORGANISMCYANOBACTERIA$10 = 
49986                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "MODELORGANISMCyanobacteria");
49987             private static final javax.xml.namespace.QName ACETABULARIAACETABULUM$12 = 
49988                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Acetabulariaacetabulum");
49989             private static final javax.xml.namespace.QName CHLAMYDOMONASREINHARDTII$14 = 
49990                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Chlamydomonasreinhardtii");
49991             private static final javax.xml.namespace.QName PARAMECIUM$16 = 
49992                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Paramecium");
49993             private static final javax.xml.namespace.QName TETRAHYMENA$18 = 
49994                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Tetrahymena");
49995             private static final javax.xml.namespace.QName DICTYOSTELIUM$20 = 
49996                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Dictyostelium");
49997             private static final javax.xml.namespace.QName NEUROSPORA$22 = 
49998                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Neurospora");
49999             private static final javax.xml.namespace.QName SACCHAROMYCESCEREVISEAE$24 = 
50000                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Saccharomycescereviseae");
50001             private static final javax.xml.namespace.QName SACCHAROMYCESPOMBE$26 = 
50002                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Saccharomycespombe");
50003             private static final javax.xml.namespace.QName MOUSEEARCRESS$28 = 
50004                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "MouseEarCress");
50005             private static final javax.xml.namespace.QName ICEPLANT$30 = 
50006                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "IcePlant");
50007             private static final javax.xml.namespace.QName BARLEY$32 = 
50008                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Barley");
50009             private static final javax.xml.namespace.QName CORN$34 = 
50010                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Corn");
50011             private static final javax.xml.namespace.QName PEA$36 = 
50012                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Pea");
50013             private static final javax.xml.namespace.QName TOBACCO$38 = 
50014                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Tobacco");
50015             private static final javax.xml.namespace.QName SPINACH$40 = 
50016                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Spinach");
50017             private static final javax.xml.namespace.QName ALFALFA$42 = 
50018                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Alfalfa");
50019             private static final javax.xml.namespace.QName TOMATO$44 = 
50020                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Tomato");
50021             private static final javax.xml.namespace.QName NEMATODE$46 = 
50022                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Nematode");
50023             private static final javax.xml.namespace.QName SEASLUGAPLYSIA$48 = 
50024                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "SeaSlugAplysia");
50025             private static final javax.xml.namespace.QName SEASLUGHERMISSENDA$50 = 
50026                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "SeaSlugHermissenda");
50027             private static final javax.xml.namespace.QName PONDSNAIL$52 = 
50028                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "PondSnail");
50029             private static final javax.xml.namespace.QName TERRESTRIALSNAIL$54 = 
50030                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "TerrestrialSnail");
50031             private static final javax.xml.namespace.QName SQUIDCUTTLEFISH$56 = 
50032                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "SquidCuttlefish");
50033             private static final javax.xml.namespace.QName OCTOPUS$58 = 
50034                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Octopus");
50035             private static final javax.xml.namespace.QName LEECH$60 = 
50036                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Leech");
50037             private static final javax.xml.namespace.QName HORSESHOECRAB$62 = 
50038                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "HorseshoeCrab");
50039             private static final javax.xml.namespace.QName BRINESHRIMP$64 = 
50040                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "BrineShrimp");
50041             private static final javax.xml.namespace.QName LOBSTER$66 = 
50042                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Lobster");
50043             private static final javax.xml.namespace.QName CRAYFISH$68 = 
50044                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Crayfish");
50045             private static final javax.xml.namespace.QName DRAGONFLY$70 = 
50046                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Dragonfly");
50047             private static final javax.xml.namespace.QName GRASSHOPPERLOCUST$72 = 
50048                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "GrasshopperLocust");
50049             private static final javax.xml.namespace.QName COCKROACH$74 = 
50050                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Cockroach");
50051             private static final javax.xml.namespace.QName MANTIS$76 = 
50052                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Mantis");
50053             private static final javax.xml.namespace.QName SIXLINEDHAWKMOTH$78 = 
50054                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "SixLinedHawkMoth");
50055             private static final javax.xml.namespace.QName FRUITFLY$80 = 
50056                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Fruitfly");
50057             private static final javax.xml.namespace.QName SYRPHIDFLY$82 = 
50058                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "SyrphidFly");
50059             private static final javax.xml.namespace.QName APPLEMAGGOT$84 = 
50060                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "AppleMaggot");
50061             private static final javax.xml.namespace.QName MOSQUITO$86 = 
50062                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Mosquito");
50063             private static final javax.xml.namespace.QName FLOURBEETLE$88 = 
50064                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "FlourBeetle");
50065             private static final javax.xml.namespace.QName HONEYBEE$90 = 
50066                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Honeybee");
50067             private static final javax.xml.namespace.QName PARASITICWASP$92 = 
50068                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Parasiticwasp");
50069             private static final javax.xml.namespace.QName SEAURCHIN$94 = 
50070                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "SeaUrchin");
50071             private static final javax.xml.namespace.QName ASCIDIAN$96 = 
50072                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Ascidian");
50073             private static final javax.xml.namespace.QName LANCELET$98 = 
50074                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Lancelet");
50075             private static final javax.xml.namespace.QName LAMPREY$100 = 
50076                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Lamprey");
50077             private static final javax.xml.namespace.QName SKATE$102 = 
50078                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Skate");
50079             private static final javax.xml.namespace.QName CROAKER$104 = 
50080                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Croaker");
50081             private static final javax.xml.namespace.QName ELECTRICFISH$106 = 
50082                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "ElectricFish");
50083             private static final javax.xml.namespace.QName GOLDFISH$108 = 
50084                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Goldfish");
50085             private static final javax.xml.namespace.QName PERCH$110 = 
50086                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Perch");
50087             private static final javax.xml.namespace.QName ZEBRAFISH$112 = 
50088                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Zebrafish");
50089             private static final javax.xml.namespace.QName AXOLOTL$114 = 
50090                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Axolotl");
50091             private static final javax.xml.namespace.QName MUDPUPPY$116 = 
50092                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Mudpuppy");
50093             private static final javax.xml.namespace.QName AFRICANCLAWEDFROG$118 = 
50094                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "AfricanClawedFrog");
50095             private static final javax.xml.namespace.QName BULLFROG$120 = 
50096                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Bullfrog");
50097             private static final javax.xml.namespace.QName GRASSFROG$122 = 
50098                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "GrassFrog");
50099             private static final javax.xml.namespace.QName MARINETOAD$124 = 
50100                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "MarineToad");
50101             private static final javax.xml.namespace.QName TURTLE$126 = 
50102                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Turtle");
50103             private static final javax.xml.namespace.QName QUAIL$128 = 
50104                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Quail");
50105             private static final javax.xml.namespace.QName CHICKENEMBRYO$130 = 
50106                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "ChickenEmbryo");
50107             private static final javax.xml.namespace.QName HOUSESPARROW$132 = 
50108                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "HouseSparrow");
50109             private static final javax.xml.namespace.QName WHITECROWNEDSPARROW$134 = 
50110                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "WhiteCrownedSparrow");
50111             private static final javax.xml.namespace.QName ZEBRAFINCH$136 = 
50112                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "ZebraFinch");
50113             private static final javax.xml.namespace.QName OPOSSUM$138 = 
50114                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Opossum");
50115             private static final javax.xml.namespace.QName BAT$140 = 
50116                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Bat");
50117             private static final javax.xml.namespace.QName OWLMONKEY$142 = 
50118                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "OwlMonkey");
50119             private static final javax.xml.namespace.QName RHESUSMONKEY$144 = 
50120                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "RhesusMonkey");
50121             private static final javax.xml.namespace.QName TAMARIN$146 = 
50122                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Tamarin");
50123             private static final javax.xml.namespace.QName CHIMPANZEE$148 = 
50124                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Chimpanzee");
50125             private static final javax.xml.namespace.QName HUMAN$150 = 
50126                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Human");
50127             private static final javax.xml.namespace.QName CHINCHILLA$152 = 
50128                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Chinchilla");
50129             private static final javax.xml.namespace.QName DEERMOUSE$154 = 
50130                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "DeerMouse");
50131             private static final javax.xml.namespace.QName GUINEAPIG$156 = 
50132                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "GuineaPig");
50133             private static final javax.xml.namespace.QName HAMSTER$158 = 
50134                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Hamster");
50135             private static final javax.xml.namespace.QName KANGAROORAT$160 = 
50136                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "KangarooRat");
50137             private static final javax.xml.namespace.QName MOUSELABORATORY$162 = 
50138                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "MouseLaboratory");
50139             private static final javax.xml.namespace.QName RATLABORATORY$164 = 
50140                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "RatLaboratory");
50141             private static final javax.xml.namespace.QName VOLE$166 = 
50142                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Vole");
50143             private static final javax.xml.namespace.QName DOMESTICDOG$168 = 
50144                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "DomesticDog");
50145             private static final javax.xml.namespace.QName DOMESTICCAT$170 = 
50146                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "DomesticCat");
50147             private static final javax.xml.namespace.QName FERRET$172 = 
50148                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "Ferret");
50149             private static final javax.xml.namespace.QName FARMANIMALS$174 = 
50150                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "FarmAnimals");
50151             private static final javax.xml.namespace.QName OWNMODELORGANISM$176 = 
50152                 new javax.xml.namespace.QName("http://apply.grants.gov/forms/NSF_IOB-V1.0", "ownmodelorganism");
50153             
50154             
50155             
50156 
50157 
50158             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNOMODELORGANISM()
50159             {
50160                 synchronized (monitor())
50161                 {
50162                     check_orphaned();
50163                     org.apache.xmlbeans.SimpleValue target = null;
50164                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NOMODELORGANISM$0, 0);
50165                     if (target == null)
50166                     {
50167                       return null;
50168                     }
50169                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
50170                 }
50171             }
50172             
50173             
50174 
50175 
50176             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNOMODELORGANISM()
50177             {
50178                 synchronized (monitor())
50179                 {
50180                     check_orphaned();
50181                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
50182                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(NOMODELORGANISM$0, 0);
50183                     return target;
50184                 }
50185             }
50186             
50187             
50188 
50189 
50190             public boolean isSetNOMODELORGANISM()
50191             {
50192                 synchronized (monitor())
50193                 {
50194                     check_orphaned();
50195                     return get_store().count_elements(NOMODELORGANISM$0) != 0;
50196                 }
50197             }
50198             
50199             
50200 
50201 
50202             public void setNOMODELORGANISM(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum nomodelorganism)
50203             {
50204                 synchronized (monitor())
50205                 {
50206                     check_orphaned();
50207                     org.apache.xmlbeans.SimpleValue target = null;
50208                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NOMODELORGANISM$0, 0);
50209                     if (target == null)
50210                     {
50211                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(NOMODELORGANISM$0);
50212                     }
50213                     target.setEnumValue(nomodelorganism);
50214                 }
50215             }
50216             
50217             
50218 
50219 
50220             public void xsetNOMODELORGANISM(gov.grants.apply.system.globalLibraryV20.YesNoDataType nomodelorganism)
50221             {
50222                 synchronized (monitor())
50223                 {
50224                     check_orphaned();
50225                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
50226                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(NOMODELORGANISM$0, 0);
50227                     if (target == null)
50228                     {
50229                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(NOMODELORGANISM$0);
50230                     }
50231                     target.set(nomodelorganism);
50232                 }
50233             }
50234             
50235             
50236 
50237 
50238             public void unsetNOMODELORGANISM()
50239             {
50240                 synchronized (monitor())
50241                 {
50242                     check_orphaned();
50243                     get_store().remove_element(NOMODELORGANISM$0, 0);
50244                 }
50245             }
50246             
50247             
50248 
50249 
50250             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getLambdaPhage()
50251             {
50252                 synchronized (monitor())
50253                 {
50254                     check_orphaned();
50255                     org.apache.xmlbeans.SimpleValue target = null;
50256                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(LAMBDAPHAGE$2, 0);
50257                     if (target == null)
50258                     {
50259                       return null;
50260                     }
50261                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
50262                 }
50263             }
50264             
50265             
50266 
50267 
50268             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetLambdaPhage()
50269             {
50270                 synchronized (monitor())
50271                 {
50272                     check_orphaned();
50273                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
50274                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(LAMBDAPHAGE$2, 0);
50275                     return target;
50276                 }
50277             }
50278             
50279             
50280 
50281 
50282             public boolean isSetLambdaPhage()
50283             {
50284                 synchronized (monitor())
50285                 {
50286                     check_orphaned();
50287                     return get_store().count_elements(LAMBDAPHAGE$2) != 0;
50288                 }
50289             }
50290             
50291             
50292 
50293 
50294             public void setLambdaPhage(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum lambdaPhage)
50295             {
50296                 synchronized (monitor())
50297                 {
50298                     check_orphaned();
50299                     org.apache.xmlbeans.SimpleValue target = null;
50300                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(LAMBDAPHAGE$2, 0);
50301                     if (target == null)
50302                     {
50303                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(LAMBDAPHAGE$2);
50304                     }
50305                     target.setEnumValue(lambdaPhage);
50306                 }
50307             }
50308             
50309             
50310 
50311 
50312             public void xsetLambdaPhage(gov.grants.apply.system.globalLibraryV20.YesNoDataType lambdaPhage)
50313             {
50314                 synchronized (monitor())
50315                 {
50316                     check_orphaned();
50317                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
50318                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(LAMBDAPHAGE$2, 0);
50319                     if (target == null)
50320                     {
50321                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(LAMBDAPHAGE$2);
50322                     }
50323                     target.set(lambdaPhage);
50324                 }
50325             }
50326             
50327             
50328 
50329 
50330             public void unsetLambdaPhage()
50331             {
50332                 synchronized (monitor())
50333                 {
50334                     check_orphaned();
50335                     get_store().remove_element(LAMBDAPHAGE$2, 0);
50336                 }
50337             }
50338             
50339             
50340 
50341 
50342             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getRhizobacterium()
50343             {
50344                 synchronized (monitor())
50345                 {
50346                     check_orphaned();
50347                     org.apache.xmlbeans.SimpleValue target = null;
50348                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(RHIZOBACTERIUM$4, 0);
50349                     if (target == null)
50350                     {
50351                       return null;
50352                     }
50353                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
50354                 }
50355             }
50356             
50357             
50358 
50359 
50360             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetRhizobacterium()
50361             {
50362                 synchronized (monitor())
50363                 {
50364                     check_orphaned();
50365                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
50366                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(RHIZOBACTERIUM$4, 0);
50367                     return target;
50368                 }
50369             }
50370             
50371             
50372 
50373 
50374             public boolean isSetRhizobacterium()
50375             {
50376                 synchronized (monitor())
50377                 {
50378                     check_orphaned();
50379                     return get_store().count_elements(RHIZOBACTERIUM$4) != 0;
50380                 }
50381             }
50382             
50383             
50384 
50385 
50386             public void setRhizobacterium(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum rhizobacterium)
50387             {
50388                 synchronized (monitor())
50389                 {
50390                     check_orphaned();
50391                     org.apache.xmlbeans.SimpleValue target = null;
50392                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(RHIZOBACTERIUM$4, 0);
50393                     if (target == null)
50394                     {
50395                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(RHIZOBACTERIUM$4);
50396                     }
50397                     target.setEnumValue(rhizobacterium);
50398                 }
50399             }
50400             
50401             
50402 
50403 
50404             public void xsetRhizobacterium(gov.grants.apply.system.globalLibraryV20.YesNoDataType rhizobacterium)
50405             {
50406                 synchronized (monitor())
50407                 {
50408                     check_orphaned();
50409                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
50410                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(RHIZOBACTERIUM$4, 0);
50411                     if (target == null)
50412                     {
50413                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(RHIZOBACTERIUM$4);
50414                     }
50415                     target.set(rhizobacterium);
50416                 }
50417             }
50418             
50419             
50420 
50421 
50422             public void unsetRhizobacterium()
50423             {
50424                 synchronized (monitor())
50425                 {
50426                     check_orphaned();
50427                     get_store().remove_element(RHIZOBACTERIUM$4, 0);
50428                 }
50429             }
50430             
50431             
50432 
50433 
50434             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getEscherichiacoli()
50435             {
50436                 synchronized (monitor())
50437                 {
50438                     check_orphaned();
50439                     org.apache.xmlbeans.SimpleValue target = null;
50440                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ESCHERICHIACOLI$6, 0);
50441                     if (target == null)
50442                     {
50443                       return null;
50444                     }
50445                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
50446                 }
50447             }
50448             
50449             
50450 
50451 
50452             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetEscherichiacoli()
50453             {
50454                 synchronized (monitor())
50455                 {
50456                     check_orphaned();
50457                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
50458                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ESCHERICHIACOLI$6, 0);
50459                     return target;
50460                 }
50461             }
50462             
50463             
50464 
50465 
50466             public boolean isSetEscherichiacoli()
50467             {
50468                 synchronized (monitor())
50469                 {
50470                     check_orphaned();
50471                     return get_store().count_elements(ESCHERICHIACOLI$6) != 0;
50472                 }
50473             }
50474             
50475             
50476 
50477 
50478             public void setEscherichiacoli(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum escherichiacoli)
50479             {
50480                 synchronized (monitor())
50481                 {
50482                     check_orphaned();
50483                     org.apache.xmlbeans.SimpleValue target = null;
50484                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ESCHERICHIACOLI$6, 0);
50485                     if (target == null)
50486                     {
50487                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ESCHERICHIACOLI$6);
50488                     }
50489                     target.setEnumValue(escherichiacoli);
50490                 }
50491             }
50492             
50493             
50494 
50495 
50496             public void xsetEscherichiacoli(gov.grants.apply.system.globalLibraryV20.YesNoDataType escherichiacoli)
50497             {
50498                 synchronized (monitor())
50499                 {
50500                     check_orphaned();
50501                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
50502                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ESCHERICHIACOLI$6, 0);
50503                     if (target == null)
50504                     {
50505                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ESCHERICHIACOLI$6);
50506                     }
50507                     target.set(escherichiacoli);
50508                 }
50509             }
50510             
50511             
50512 
50513 
50514             public void unsetEscherichiacoli()
50515             {
50516                 synchronized (monitor())
50517                 {
50518                     check_orphaned();
50519                     get_store().remove_element(ESCHERICHIACOLI$6, 0);
50520                 }
50521             }
50522             
50523             
50524 
50525 
50526             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBacillussubtilis()
50527             {
50528                 synchronized (monitor())
50529                 {
50530                     check_orphaned();
50531                     org.apache.xmlbeans.SimpleValue target = null;
50532                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(BACILLUSSUBTILIS$8, 0);
50533                     if (target == null)
50534                     {
50535                       return null;
50536                     }
50537                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
50538                 }
50539             }
50540             
50541             
50542 
50543 
50544             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBacillussubtilis()
50545             {
50546                 synchronized (monitor())
50547                 {
50548                     check_orphaned();
50549                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
50550                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(BACILLUSSUBTILIS$8, 0);
50551                     return target;
50552                 }
50553             }
50554             
50555             
50556 
50557 
50558             public boolean isSetBacillussubtilis()
50559             {
50560                 synchronized (monitor())
50561                 {
50562                     check_orphaned();
50563                     return get_store().count_elements(BACILLUSSUBTILIS$8) != 0;
50564                 }
50565             }
50566             
50567             
50568 
50569 
50570             public void setBacillussubtilis(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum bacillussubtilis)
50571             {
50572                 synchronized (monitor())
50573                 {
50574                     check_orphaned();
50575                     org.apache.xmlbeans.SimpleValue target = null;
50576                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(BACILLUSSUBTILIS$8, 0);
50577                     if (target == null)
50578                     {
50579                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(BACILLUSSUBTILIS$8);
50580                     }
50581                     target.setEnumValue(bacillussubtilis);
50582                 }
50583             }
50584             
50585             
50586 
50587 
50588             public void xsetBacillussubtilis(gov.grants.apply.system.globalLibraryV20.YesNoDataType bacillussubtilis)
50589             {
50590                 synchronized (monitor())
50591                 {
50592                     check_orphaned();
50593                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
50594                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(BACILLUSSUBTILIS$8, 0);
50595                     if (target == null)
50596                     {
50597                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(BACILLUSSUBTILIS$8);
50598                     }
50599                     target.set(bacillussubtilis);
50600                 }
50601             }
50602             
50603             
50604 
50605 
50606             public void unsetBacillussubtilis()
50607             {
50608                 synchronized (monitor())
50609                 {
50610                     check_orphaned();
50611                     get_store().remove_element(BACILLUSSUBTILIS$8, 0);
50612                 }
50613             }
50614             
50615             
50616 
50617 
50618             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMODELORGANISMCyanobacteria()
50619             {
50620                 synchronized (monitor())
50621                 {
50622                     check_orphaned();
50623                     org.apache.xmlbeans.SimpleValue target = null;
50624                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MODELORGANISMCYANOBACTERIA$10, 0);
50625                     if (target == null)
50626                     {
50627                       return null;
50628                     }
50629                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
50630                 }
50631             }
50632             
50633             
50634 
50635 
50636             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMODELORGANISMCyanobacteria()
50637             {
50638                 synchronized (monitor())
50639                 {
50640                     check_orphaned();
50641                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
50642                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MODELORGANISMCYANOBACTERIA$10, 0);
50643                     return target;
50644                 }
50645             }
50646             
50647             
50648 
50649 
50650             public boolean isSetMODELORGANISMCyanobacteria()
50651             {
50652                 synchronized (monitor())
50653                 {
50654                     check_orphaned();
50655                     return get_store().count_elements(MODELORGANISMCYANOBACTERIA$10) != 0;
50656                 }
50657             }
50658             
50659             
50660 
50661 
50662             public void setMODELORGANISMCyanobacteria(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum modelorganismCyanobacteria)
50663             {
50664                 synchronized (monitor())
50665                 {
50666                     check_orphaned();
50667                     org.apache.xmlbeans.SimpleValue target = null;
50668                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MODELORGANISMCYANOBACTERIA$10, 0);
50669                     if (target == null)
50670                     {
50671                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(MODELORGANISMCYANOBACTERIA$10);
50672                     }
50673                     target.setEnumValue(modelorganismCyanobacteria);
50674                 }
50675             }
50676             
50677             
50678 
50679 
50680             public void xsetMODELORGANISMCyanobacteria(gov.grants.apply.system.globalLibraryV20.YesNoDataType modelorganismCyanobacteria)
50681             {
50682                 synchronized (monitor())
50683                 {
50684                     check_orphaned();
50685                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
50686                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MODELORGANISMCYANOBACTERIA$10, 0);
50687                     if (target == null)
50688                     {
50689                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(MODELORGANISMCYANOBACTERIA$10);
50690                     }
50691                     target.set(modelorganismCyanobacteria);
50692                 }
50693             }
50694             
50695             
50696 
50697 
50698             public void unsetMODELORGANISMCyanobacteria()
50699             {
50700                 synchronized (monitor())
50701                 {
50702                     check_orphaned();
50703                     get_store().remove_element(MODELORGANISMCYANOBACTERIA$10, 0);
50704                 }
50705             }
50706             
50707             
50708 
50709 
50710             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAcetabulariaacetabulum()
50711             {
50712                 synchronized (monitor())
50713                 {
50714                     check_orphaned();
50715                     org.apache.xmlbeans.SimpleValue target = null;
50716                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ACETABULARIAACETABULUM$12, 0);
50717                     if (target == null)
50718                     {
50719                       return null;
50720                     }
50721                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
50722                 }
50723             }
50724             
50725             
50726 
50727 
50728             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAcetabulariaacetabulum()
50729             {
50730                 synchronized (monitor())
50731                 {
50732                     check_orphaned();
50733                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
50734                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ACETABULARIAACETABULUM$12, 0);
50735                     return target;
50736                 }
50737             }
50738             
50739             
50740 
50741 
50742             public boolean isSetAcetabulariaacetabulum()
50743             {
50744                 synchronized (monitor())
50745                 {
50746                     check_orphaned();
50747                     return get_store().count_elements(ACETABULARIAACETABULUM$12) != 0;
50748                 }
50749             }
50750             
50751             
50752 
50753 
50754             public void setAcetabulariaacetabulum(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum acetabulariaacetabulum)
50755             {
50756                 synchronized (monitor())
50757                 {
50758                     check_orphaned();
50759                     org.apache.xmlbeans.SimpleValue target = null;
50760                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ACETABULARIAACETABULUM$12, 0);
50761                     if (target == null)
50762                     {
50763                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ACETABULARIAACETABULUM$12);
50764                     }
50765                     target.setEnumValue(acetabulariaacetabulum);
50766                 }
50767             }
50768             
50769             
50770 
50771 
50772             public void xsetAcetabulariaacetabulum(gov.grants.apply.system.globalLibraryV20.YesNoDataType acetabulariaacetabulum)
50773             {
50774                 synchronized (monitor())
50775                 {
50776                     check_orphaned();
50777                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
50778                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ACETABULARIAACETABULUM$12, 0);
50779                     if (target == null)
50780                     {
50781                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ACETABULARIAACETABULUM$12);
50782                     }
50783                     target.set(acetabulariaacetabulum);
50784                 }
50785             }
50786             
50787             
50788 
50789 
50790             public void unsetAcetabulariaacetabulum()
50791             {
50792                 synchronized (monitor())
50793                 {
50794                     check_orphaned();
50795                     get_store().remove_element(ACETABULARIAACETABULUM$12, 0);
50796                 }
50797             }
50798             
50799             
50800 
50801 
50802             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getChlamydomonasreinhardtii()
50803             {
50804                 synchronized (monitor())
50805                 {
50806                     check_orphaned();
50807                     org.apache.xmlbeans.SimpleValue target = null;
50808                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CHLAMYDOMONASREINHARDTII$14, 0);
50809                     if (target == null)
50810                     {
50811                       return null;
50812                     }
50813                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
50814                 }
50815             }
50816             
50817             
50818 
50819 
50820             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetChlamydomonasreinhardtii()
50821             {
50822                 synchronized (monitor())
50823                 {
50824                     check_orphaned();
50825                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
50826                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CHLAMYDOMONASREINHARDTII$14, 0);
50827                     return target;
50828                 }
50829             }
50830             
50831             
50832 
50833 
50834             public boolean isSetChlamydomonasreinhardtii()
50835             {
50836                 synchronized (monitor())
50837                 {
50838                     check_orphaned();
50839                     return get_store().count_elements(CHLAMYDOMONASREINHARDTII$14) != 0;
50840                 }
50841             }
50842             
50843             
50844 
50845 
50846             public void setChlamydomonasreinhardtii(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum chlamydomonasreinhardtii)
50847             {
50848                 synchronized (monitor())
50849                 {
50850                     check_orphaned();
50851                     org.apache.xmlbeans.SimpleValue target = null;
50852                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CHLAMYDOMONASREINHARDTII$14, 0);
50853                     if (target == null)
50854                     {
50855                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CHLAMYDOMONASREINHARDTII$14);
50856                     }
50857                     target.setEnumValue(chlamydomonasreinhardtii);
50858                 }
50859             }
50860             
50861             
50862 
50863 
50864             public void xsetChlamydomonasreinhardtii(gov.grants.apply.system.globalLibraryV20.YesNoDataType chlamydomonasreinhardtii)
50865             {
50866                 synchronized (monitor())
50867                 {
50868                     check_orphaned();
50869                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
50870                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CHLAMYDOMONASREINHARDTII$14, 0);
50871                     if (target == null)
50872                     {
50873                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CHLAMYDOMONASREINHARDTII$14);
50874                     }
50875                     target.set(chlamydomonasreinhardtii);
50876                 }
50877             }
50878             
50879             
50880 
50881 
50882             public void unsetChlamydomonasreinhardtii()
50883             {
50884                 synchronized (monitor())
50885                 {
50886                     check_orphaned();
50887                     get_store().remove_element(CHLAMYDOMONASREINHARDTII$14, 0);
50888                 }
50889             }
50890             
50891             
50892 
50893 
50894             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getParamecium()
50895             {
50896                 synchronized (monitor())
50897                 {
50898                     check_orphaned();
50899                     org.apache.xmlbeans.SimpleValue target = null;
50900                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PARAMECIUM$16, 0);
50901                     if (target == null)
50902                     {
50903                       return null;
50904                     }
50905                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
50906                 }
50907             }
50908             
50909             
50910 
50911 
50912             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetParamecium()
50913             {
50914                 synchronized (monitor())
50915                 {
50916                     check_orphaned();
50917                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
50918                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PARAMECIUM$16, 0);
50919                     return target;
50920                 }
50921             }
50922             
50923             
50924 
50925 
50926             public boolean isSetParamecium()
50927             {
50928                 synchronized (monitor())
50929                 {
50930                     check_orphaned();
50931                     return get_store().count_elements(PARAMECIUM$16) != 0;
50932                 }
50933             }
50934             
50935             
50936 
50937 
50938             public void setParamecium(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum paramecium)
50939             {
50940                 synchronized (monitor())
50941                 {
50942                     check_orphaned();
50943                     org.apache.xmlbeans.SimpleValue target = null;
50944                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PARAMECIUM$16, 0);
50945                     if (target == null)
50946                     {
50947                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PARAMECIUM$16);
50948                     }
50949                     target.setEnumValue(paramecium);
50950                 }
50951             }
50952             
50953             
50954 
50955 
50956             public void xsetParamecium(gov.grants.apply.system.globalLibraryV20.YesNoDataType paramecium)
50957             {
50958                 synchronized (monitor())
50959                 {
50960                     check_orphaned();
50961                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
50962                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PARAMECIUM$16, 0);
50963                     if (target == null)
50964                     {
50965                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PARAMECIUM$16);
50966                     }
50967                     target.set(paramecium);
50968                 }
50969             }
50970             
50971             
50972 
50973 
50974             public void unsetParamecium()
50975             {
50976                 synchronized (monitor())
50977                 {
50978                     check_orphaned();
50979                     get_store().remove_element(PARAMECIUM$16, 0);
50980                 }
50981             }
50982             
50983             
50984 
50985 
50986             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getTetrahymena()
50987             {
50988                 synchronized (monitor())
50989                 {
50990                     check_orphaned();
50991                     org.apache.xmlbeans.SimpleValue target = null;
50992                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TETRAHYMENA$18, 0);
50993                     if (target == null)
50994                     {
50995                       return null;
50996                     }
50997                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
50998                 }
50999             }
51000             
51001             
51002 
51003 
51004             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetTetrahymena()
51005             {
51006                 synchronized (monitor())
51007                 {
51008                     check_orphaned();
51009                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
51010                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TETRAHYMENA$18, 0);
51011                     return target;
51012                 }
51013             }
51014             
51015             
51016 
51017 
51018             public boolean isSetTetrahymena()
51019             {
51020                 synchronized (monitor())
51021                 {
51022                     check_orphaned();
51023                     return get_store().count_elements(TETRAHYMENA$18) != 0;
51024                 }
51025             }
51026             
51027             
51028 
51029 
51030             public void setTetrahymena(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum tetrahymena)
51031             {
51032                 synchronized (monitor())
51033                 {
51034                     check_orphaned();
51035                     org.apache.xmlbeans.SimpleValue target = null;
51036                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TETRAHYMENA$18, 0);
51037                     if (target == null)
51038                     {
51039                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(TETRAHYMENA$18);
51040                     }
51041                     target.setEnumValue(tetrahymena);
51042                 }
51043             }
51044             
51045             
51046 
51047 
51048             public void xsetTetrahymena(gov.grants.apply.system.globalLibraryV20.YesNoDataType tetrahymena)
51049             {
51050                 synchronized (monitor())
51051                 {
51052                     check_orphaned();
51053                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
51054                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TETRAHYMENA$18, 0);
51055                     if (target == null)
51056                     {
51057                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(TETRAHYMENA$18);
51058                     }
51059                     target.set(tetrahymena);
51060                 }
51061             }
51062             
51063             
51064 
51065 
51066             public void unsetTetrahymena()
51067             {
51068                 synchronized (monitor())
51069                 {
51070                     check_orphaned();
51071                     get_store().remove_element(TETRAHYMENA$18, 0);
51072                 }
51073             }
51074             
51075             
51076 
51077 
51078             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getDictyostelium()
51079             {
51080                 synchronized (monitor())
51081                 {
51082                     check_orphaned();
51083                     org.apache.xmlbeans.SimpleValue target = null;
51084                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DICTYOSTELIUM$20, 0);
51085                     if (target == null)
51086                     {
51087                       return null;
51088                     }
51089                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
51090                 }
51091             }
51092             
51093             
51094 
51095 
51096             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetDictyostelium()
51097             {
51098                 synchronized (monitor())
51099                 {
51100                     check_orphaned();
51101                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
51102                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(DICTYOSTELIUM$20, 0);
51103                     return target;
51104                 }
51105             }
51106             
51107             
51108 
51109 
51110             public boolean isSetDictyostelium()
51111             {
51112                 synchronized (monitor())
51113                 {
51114                     check_orphaned();
51115                     return get_store().count_elements(DICTYOSTELIUM$20) != 0;
51116                 }
51117             }
51118             
51119             
51120 
51121 
51122             public void setDictyostelium(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum dictyostelium)
51123             {
51124                 synchronized (monitor())
51125                 {
51126                     check_orphaned();
51127                     org.apache.xmlbeans.SimpleValue target = null;
51128                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DICTYOSTELIUM$20, 0);
51129                     if (target == null)
51130                     {
51131                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(DICTYOSTELIUM$20);
51132                     }
51133                     target.setEnumValue(dictyostelium);
51134                 }
51135             }
51136             
51137             
51138 
51139 
51140             public void xsetDictyostelium(gov.grants.apply.system.globalLibraryV20.YesNoDataType dictyostelium)
51141             {
51142                 synchronized (monitor())
51143                 {
51144                     check_orphaned();
51145                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
51146                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(DICTYOSTELIUM$20, 0);
51147                     if (target == null)
51148                     {
51149                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(DICTYOSTELIUM$20);
51150                     }
51151                     target.set(dictyostelium);
51152                 }
51153             }
51154             
51155             
51156 
51157 
51158             public void unsetDictyostelium()
51159             {
51160                 synchronized (monitor())
51161                 {
51162                     check_orphaned();
51163                     get_store().remove_element(DICTYOSTELIUM$20, 0);
51164                 }
51165             }
51166             
51167             
51168 
51169 
51170             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNeurospora()
51171             {
51172                 synchronized (monitor())
51173                 {
51174                     check_orphaned();
51175                     org.apache.xmlbeans.SimpleValue target = null;
51176                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NEUROSPORA$22, 0);
51177                     if (target == null)
51178                     {
51179                       return null;
51180                     }
51181                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
51182                 }
51183             }
51184             
51185             
51186 
51187 
51188             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNeurospora()
51189             {
51190                 synchronized (monitor())
51191                 {
51192                     check_orphaned();
51193                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
51194                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(NEUROSPORA$22, 0);
51195                     return target;
51196                 }
51197             }
51198             
51199             
51200 
51201 
51202             public boolean isSetNeurospora()
51203             {
51204                 synchronized (monitor())
51205                 {
51206                     check_orphaned();
51207                     return get_store().count_elements(NEUROSPORA$22) != 0;
51208                 }
51209             }
51210             
51211             
51212 
51213 
51214             public void setNeurospora(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum neurospora)
51215             {
51216                 synchronized (monitor())
51217                 {
51218                     check_orphaned();
51219                     org.apache.xmlbeans.SimpleValue target = null;
51220                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NEUROSPORA$22, 0);
51221                     if (target == null)
51222                     {
51223                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(NEUROSPORA$22);
51224                     }
51225                     target.setEnumValue(neurospora);
51226                 }
51227             }
51228             
51229             
51230 
51231 
51232             public void xsetNeurospora(gov.grants.apply.system.globalLibraryV20.YesNoDataType neurospora)
51233             {
51234                 synchronized (monitor())
51235                 {
51236                     check_orphaned();
51237                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
51238                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(NEUROSPORA$22, 0);
51239                     if (target == null)
51240                     {
51241                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(NEUROSPORA$22);
51242                     }
51243                     target.set(neurospora);
51244                 }
51245             }
51246             
51247             
51248 
51249 
51250             public void unsetNeurospora()
51251             {
51252                 synchronized (monitor())
51253                 {
51254                     check_orphaned();
51255                     get_store().remove_element(NEUROSPORA$22, 0);
51256                 }
51257             }
51258             
51259             
51260 
51261 
51262             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSaccharomycescereviseae()
51263             {
51264                 synchronized (monitor())
51265                 {
51266                     check_orphaned();
51267                     org.apache.xmlbeans.SimpleValue target = null;
51268                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SACCHAROMYCESCEREVISEAE$24, 0);
51269                     if (target == null)
51270                     {
51271                       return null;
51272                     }
51273                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
51274                 }
51275             }
51276             
51277             
51278 
51279 
51280             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSaccharomycescereviseae()
51281             {
51282                 synchronized (monitor())
51283                 {
51284                     check_orphaned();
51285                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
51286                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SACCHAROMYCESCEREVISEAE$24, 0);
51287                     return target;
51288                 }
51289             }
51290             
51291             
51292 
51293 
51294             public boolean isSetSaccharomycescereviseae()
51295             {
51296                 synchronized (monitor())
51297                 {
51298                     check_orphaned();
51299                     return get_store().count_elements(SACCHAROMYCESCEREVISEAE$24) != 0;
51300                 }
51301             }
51302             
51303             
51304 
51305 
51306             public void setSaccharomycescereviseae(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum saccharomycescereviseae)
51307             {
51308                 synchronized (monitor())
51309                 {
51310                     check_orphaned();
51311                     org.apache.xmlbeans.SimpleValue target = null;
51312                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SACCHAROMYCESCEREVISEAE$24, 0);
51313                     if (target == null)
51314                     {
51315                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SACCHAROMYCESCEREVISEAE$24);
51316                     }
51317                     target.setEnumValue(saccharomycescereviseae);
51318                 }
51319             }
51320             
51321             
51322 
51323 
51324             public void xsetSaccharomycescereviseae(gov.grants.apply.system.globalLibraryV20.YesNoDataType saccharomycescereviseae)
51325             {
51326                 synchronized (monitor())
51327                 {
51328                     check_orphaned();
51329                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
51330                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SACCHAROMYCESCEREVISEAE$24, 0);
51331                     if (target == null)
51332                     {
51333                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SACCHAROMYCESCEREVISEAE$24);
51334                     }
51335                     target.set(saccharomycescereviseae);
51336                 }
51337             }
51338             
51339             
51340 
51341 
51342             public void unsetSaccharomycescereviseae()
51343             {
51344                 synchronized (monitor())
51345                 {
51346                     check_orphaned();
51347                     get_store().remove_element(SACCHAROMYCESCEREVISEAE$24, 0);
51348                 }
51349             }
51350             
51351             
51352 
51353 
51354             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSaccharomycespombe()
51355             {
51356                 synchronized (monitor())
51357                 {
51358                     check_orphaned();
51359                     org.apache.xmlbeans.SimpleValue target = null;
51360                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SACCHAROMYCESPOMBE$26, 0);
51361                     if (target == null)
51362                     {
51363                       return null;
51364                     }
51365                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
51366                 }
51367             }
51368             
51369             
51370 
51371 
51372             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSaccharomycespombe()
51373             {
51374                 synchronized (monitor())
51375                 {
51376                     check_orphaned();
51377                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
51378                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SACCHAROMYCESPOMBE$26, 0);
51379                     return target;
51380                 }
51381             }
51382             
51383             
51384 
51385 
51386             public boolean isSetSaccharomycespombe()
51387             {
51388                 synchronized (monitor())
51389                 {
51390                     check_orphaned();
51391                     return get_store().count_elements(SACCHAROMYCESPOMBE$26) != 0;
51392                 }
51393             }
51394             
51395             
51396 
51397 
51398             public void setSaccharomycespombe(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum saccharomycespombe)
51399             {
51400                 synchronized (monitor())
51401                 {
51402                     check_orphaned();
51403                     org.apache.xmlbeans.SimpleValue target = null;
51404                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SACCHAROMYCESPOMBE$26, 0);
51405                     if (target == null)
51406                     {
51407                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SACCHAROMYCESPOMBE$26);
51408                     }
51409                     target.setEnumValue(saccharomycespombe);
51410                 }
51411             }
51412             
51413             
51414 
51415 
51416             public void xsetSaccharomycespombe(gov.grants.apply.system.globalLibraryV20.YesNoDataType saccharomycespombe)
51417             {
51418                 synchronized (monitor())
51419                 {
51420                     check_orphaned();
51421                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
51422                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SACCHAROMYCESPOMBE$26, 0);
51423                     if (target == null)
51424                     {
51425                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SACCHAROMYCESPOMBE$26);
51426                     }
51427                     target.set(saccharomycespombe);
51428                 }
51429             }
51430             
51431             
51432 
51433 
51434             public void unsetSaccharomycespombe()
51435             {
51436                 synchronized (monitor())
51437                 {
51438                     check_orphaned();
51439                     get_store().remove_element(SACCHAROMYCESPOMBE$26, 0);
51440                 }
51441             }
51442             
51443             
51444 
51445 
51446             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMouseEarCress()
51447             {
51448                 synchronized (monitor())
51449                 {
51450                     check_orphaned();
51451                     org.apache.xmlbeans.SimpleValue target = null;
51452                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MOUSEEARCRESS$28, 0);
51453                     if (target == null)
51454                     {
51455                       return null;
51456                     }
51457                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
51458                 }
51459             }
51460             
51461             
51462 
51463 
51464             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMouseEarCress()
51465             {
51466                 synchronized (monitor())
51467                 {
51468                     check_orphaned();
51469                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
51470                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MOUSEEARCRESS$28, 0);
51471                     return target;
51472                 }
51473             }
51474             
51475             
51476 
51477 
51478             public boolean isSetMouseEarCress()
51479             {
51480                 synchronized (monitor())
51481                 {
51482                     check_orphaned();
51483                     return get_store().count_elements(MOUSEEARCRESS$28) != 0;
51484                 }
51485             }
51486             
51487             
51488 
51489 
51490             public void setMouseEarCress(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum mouseEarCress)
51491             {
51492                 synchronized (monitor())
51493                 {
51494                     check_orphaned();
51495                     org.apache.xmlbeans.SimpleValue target = null;
51496                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MOUSEEARCRESS$28, 0);
51497                     if (target == null)
51498                     {
51499                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(MOUSEEARCRESS$28);
51500                     }
51501                     target.setEnumValue(mouseEarCress);
51502                 }
51503             }
51504             
51505             
51506 
51507 
51508             public void xsetMouseEarCress(gov.grants.apply.system.globalLibraryV20.YesNoDataType mouseEarCress)
51509             {
51510                 synchronized (monitor())
51511                 {
51512                     check_orphaned();
51513                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
51514                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MOUSEEARCRESS$28, 0);
51515                     if (target == null)
51516                     {
51517                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(MOUSEEARCRESS$28);
51518                     }
51519                     target.set(mouseEarCress);
51520                 }
51521             }
51522             
51523             
51524 
51525 
51526             public void unsetMouseEarCress()
51527             {
51528                 synchronized (monitor())
51529                 {
51530                     check_orphaned();
51531                     get_store().remove_element(MOUSEEARCRESS$28, 0);
51532                 }
51533             }
51534             
51535             
51536 
51537 
51538             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getIcePlant()
51539             {
51540                 synchronized (monitor())
51541                 {
51542                     check_orphaned();
51543                     org.apache.xmlbeans.SimpleValue target = null;
51544                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ICEPLANT$30, 0);
51545                     if (target == null)
51546                     {
51547                       return null;
51548                     }
51549                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
51550                 }
51551             }
51552             
51553             
51554 
51555 
51556             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetIcePlant()
51557             {
51558                 synchronized (monitor())
51559                 {
51560                     check_orphaned();
51561                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
51562                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ICEPLANT$30, 0);
51563                     return target;
51564                 }
51565             }
51566             
51567             
51568 
51569 
51570             public boolean isSetIcePlant()
51571             {
51572                 synchronized (monitor())
51573                 {
51574                     check_orphaned();
51575                     return get_store().count_elements(ICEPLANT$30) != 0;
51576                 }
51577             }
51578             
51579             
51580 
51581 
51582             public void setIcePlant(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum icePlant)
51583             {
51584                 synchronized (monitor())
51585                 {
51586                     check_orphaned();
51587                     org.apache.xmlbeans.SimpleValue target = null;
51588                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ICEPLANT$30, 0);
51589                     if (target == null)
51590                     {
51591                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ICEPLANT$30);
51592                     }
51593                     target.setEnumValue(icePlant);
51594                 }
51595             }
51596             
51597             
51598 
51599 
51600             public void xsetIcePlant(gov.grants.apply.system.globalLibraryV20.YesNoDataType icePlant)
51601             {
51602                 synchronized (monitor())
51603                 {
51604                     check_orphaned();
51605                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
51606                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ICEPLANT$30, 0);
51607                     if (target == null)
51608                     {
51609                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ICEPLANT$30);
51610                     }
51611                     target.set(icePlant);
51612                 }
51613             }
51614             
51615             
51616 
51617 
51618             public void unsetIcePlant()
51619             {
51620                 synchronized (monitor())
51621                 {
51622                     check_orphaned();
51623                     get_store().remove_element(ICEPLANT$30, 0);
51624                 }
51625             }
51626             
51627             
51628 
51629 
51630             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBarley()
51631             {
51632                 synchronized (monitor())
51633                 {
51634                     check_orphaned();
51635                     org.apache.xmlbeans.SimpleValue target = null;
51636                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(BARLEY$32, 0);
51637                     if (target == null)
51638                     {
51639                       return null;
51640                     }
51641                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
51642                 }
51643             }
51644             
51645             
51646 
51647 
51648             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBarley()
51649             {
51650                 synchronized (monitor())
51651                 {
51652                     check_orphaned();
51653                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
51654                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(BARLEY$32, 0);
51655                     return target;
51656                 }
51657             }
51658             
51659             
51660 
51661 
51662             public boolean isSetBarley()
51663             {
51664                 synchronized (monitor())
51665                 {
51666                     check_orphaned();
51667                     return get_store().count_elements(BARLEY$32) != 0;
51668                 }
51669             }
51670             
51671             
51672 
51673 
51674             public void setBarley(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum barley)
51675             {
51676                 synchronized (monitor())
51677                 {
51678                     check_orphaned();
51679                     org.apache.xmlbeans.SimpleValue target = null;
51680                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(BARLEY$32, 0);
51681                     if (target == null)
51682                     {
51683                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(BARLEY$32);
51684                     }
51685                     target.setEnumValue(barley);
51686                 }
51687             }
51688             
51689             
51690 
51691 
51692             public void xsetBarley(gov.grants.apply.system.globalLibraryV20.YesNoDataType barley)
51693             {
51694                 synchronized (monitor())
51695                 {
51696                     check_orphaned();
51697                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
51698                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(BARLEY$32, 0);
51699                     if (target == null)
51700                     {
51701                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(BARLEY$32);
51702                     }
51703                     target.set(barley);
51704                 }
51705             }
51706             
51707             
51708 
51709 
51710             public void unsetBarley()
51711             {
51712                 synchronized (monitor())
51713                 {
51714                     check_orphaned();
51715                     get_store().remove_element(BARLEY$32, 0);
51716                 }
51717             }
51718             
51719             
51720 
51721 
51722             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCorn()
51723             {
51724                 synchronized (monitor())
51725                 {
51726                     check_orphaned();
51727                     org.apache.xmlbeans.SimpleValue target = null;
51728                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CORN$34, 0);
51729                     if (target == null)
51730                     {
51731                       return null;
51732                     }
51733                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
51734                 }
51735             }
51736             
51737             
51738 
51739 
51740             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCorn()
51741             {
51742                 synchronized (monitor())
51743                 {
51744                     check_orphaned();
51745                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
51746                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CORN$34, 0);
51747                     return target;
51748                 }
51749             }
51750             
51751             
51752 
51753 
51754             public boolean isSetCorn()
51755             {
51756                 synchronized (monitor())
51757                 {
51758                     check_orphaned();
51759                     return get_store().count_elements(CORN$34) != 0;
51760                 }
51761             }
51762             
51763             
51764 
51765 
51766             public void setCorn(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum corn)
51767             {
51768                 synchronized (monitor())
51769                 {
51770                     check_orphaned();
51771                     org.apache.xmlbeans.SimpleValue target = null;
51772                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CORN$34, 0);
51773                     if (target == null)
51774                     {
51775                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CORN$34);
51776                     }
51777                     target.setEnumValue(corn);
51778                 }
51779             }
51780             
51781             
51782 
51783 
51784             public void xsetCorn(gov.grants.apply.system.globalLibraryV20.YesNoDataType corn)
51785             {
51786                 synchronized (monitor())
51787                 {
51788                     check_orphaned();
51789                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
51790                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CORN$34, 0);
51791                     if (target == null)
51792                     {
51793                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CORN$34);
51794                     }
51795                     target.set(corn);
51796                 }
51797             }
51798             
51799             
51800 
51801 
51802             public void unsetCorn()
51803             {
51804                 synchronized (monitor())
51805                 {
51806                     check_orphaned();
51807                     get_store().remove_element(CORN$34, 0);
51808                 }
51809             }
51810             
51811             
51812 
51813 
51814             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPea()
51815             {
51816                 synchronized (monitor())
51817                 {
51818                     check_orphaned();
51819                     org.apache.xmlbeans.SimpleValue target = null;
51820                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PEA$36, 0);
51821                     if (target == null)
51822                     {
51823                       return null;
51824                     }
51825                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
51826                 }
51827             }
51828             
51829             
51830 
51831 
51832             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPea()
51833             {
51834                 synchronized (monitor())
51835                 {
51836                     check_orphaned();
51837                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
51838                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PEA$36, 0);
51839                     return target;
51840                 }
51841             }
51842             
51843             
51844 
51845 
51846             public boolean isSetPea()
51847             {
51848                 synchronized (monitor())
51849                 {
51850                     check_orphaned();
51851                     return get_store().count_elements(PEA$36) != 0;
51852                 }
51853             }
51854             
51855             
51856 
51857 
51858             public void setPea(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum pea)
51859             {
51860                 synchronized (monitor())
51861                 {
51862                     check_orphaned();
51863                     org.apache.xmlbeans.SimpleValue target = null;
51864                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PEA$36, 0);
51865                     if (target == null)
51866                     {
51867                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PEA$36);
51868                     }
51869                     target.setEnumValue(pea);
51870                 }
51871             }
51872             
51873             
51874 
51875 
51876             public void xsetPea(gov.grants.apply.system.globalLibraryV20.YesNoDataType pea)
51877             {
51878                 synchronized (monitor())
51879                 {
51880                     check_orphaned();
51881                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
51882                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PEA$36, 0);
51883                     if (target == null)
51884                     {
51885                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PEA$36);
51886                     }
51887                     target.set(pea);
51888                 }
51889             }
51890             
51891             
51892 
51893 
51894             public void unsetPea()
51895             {
51896                 synchronized (monitor())
51897                 {
51898                     check_orphaned();
51899                     get_store().remove_element(PEA$36, 0);
51900                 }
51901             }
51902             
51903             
51904 
51905 
51906             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getTobacco()
51907             {
51908                 synchronized (monitor())
51909                 {
51910                     check_orphaned();
51911                     org.apache.xmlbeans.SimpleValue target = null;
51912                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TOBACCO$38, 0);
51913                     if (target == null)
51914                     {
51915                       return null;
51916                     }
51917                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
51918                 }
51919             }
51920             
51921             
51922 
51923 
51924             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetTobacco()
51925             {
51926                 synchronized (monitor())
51927                 {
51928                     check_orphaned();
51929                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
51930                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TOBACCO$38, 0);
51931                     return target;
51932                 }
51933             }
51934             
51935             
51936 
51937 
51938             public boolean isSetTobacco()
51939             {
51940                 synchronized (monitor())
51941                 {
51942                     check_orphaned();
51943                     return get_store().count_elements(TOBACCO$38) != 0;
51944                 }
51945             }
51946             
51947             
51948 
51949 
51950             public void setTobacco(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum tobacco)
51951             {
51952                 synchronized (monitor())
51953                 {
51954                     check_orphaned();
51955                     org.apache.xmlbeans.SimpleValue target = null;
51956                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TOBACCO$38, 0);
51957                     if (target == null)
51958                     {
51959                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(TOBACCO$38);
51960                     }
51961                     target.setEnumValue(tobacco);
51962                 }
51963             }
51964             
51965             
51966 
51967 
51968             public void xsetTobacco(gov.grants.apply.system.globalLibraryV20.YesNoDataType tobacco)
51969             {
51970                 synchronized (monitor())
51971                 {
51972                     check_orphaned();
51973                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
51974                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TOBACCO$38, 0);
51975                     if (target == null)
51976                     {
51977                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(TOBACCO$38);
51978                     }
51979                     target.set(tobacco);
51980                 }
51981             }
51982             
51983             
51984 
51985 
51986             public void unsetTobacco()
51987             {
51988                 synchronized (monitor())
51989                 {
51990                     check_orphaned();
51991                     get_store().remove_element(TOBACCO$38, 0);
51992                 }
51993             }
51994             
51995             
51996 
51997 
51998             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSpinach()
51999             {
52000                 synchronized (monitor())
52001                 {
52002                     check_orphaned();
52003                     org.apache.xmlbeans.SimpleValue target = null;
52004                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SPINACH$40, 0);
52005                     if (target == null)
52006                     {
52007                       return null;
52008                     }
52009                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
52010                 }
52011             }
52012             
52013             
52014 
52015 
52016             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSpinach()
52017             {
52018                 synchronized (monitor())
52019                 {
52020                     check_orphaned();
52021                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
52022                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SPINACH$40, 0);
52023                     return target;
52024                 }
52025             }
52026             
52027             
52028 
52029 
52030             public boolean isSetSpinach()
52031             {
52032                 synchronized (monitor())
52033                 {
52034                     check_orphaned();
52035                     return get_store().count_elements(SPINACH$40) != 0;
52036                 }
52037             }
52038             
52039             
52040 
52041 
52042             public void setSpinach(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum spinach)
52043             {
52044                 synchronized (monitor())
52045                 {
52046                     check_orphaned();
52047                     org.apache.xmlbeans.SimpleValue target = null;
52048                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SPINACH$40, 0);
52049                     if (target == null)
52050                     {
52051                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SPINACH$40);
52052                     }
52053                     target.setEnumValue(spinach);
52054                 }
52055             }
52056             
52057             
52058 
52059 
52060             public void xsetSpinach(gov.grants.apply.system.globalLibraryV20.YesNoDataType spinach)
52061             {
52062                 synchronized (monitor())
52063                 {
52064                     check_orphaned();
52065                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
52066                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SPINACH$40, 0);
52067                     if (target == null)
52068                     {
52069                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SPINACH$40);
52070                     }
52071                     target.set(spinach);
52072                 }
52073             }
52074             
52075             
52076 
52077 
52078             public void unsetSpinach()
52079             {
52080                 synchronized (monitor())
52081                 {
52082                     check_orphaned();
52083                     get_store().remove_element(SPINACH$40, 0);
52084                 }
52085             }
52086             
52087             
52088 
52089 
52090             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAlfalfa()
52091             {
52092                 synchronized (monitor())
52093                 {
52094                     check_orphaned();
52095                     org.apache.xmlbeans.SimpleValue target = null;
52096                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ALFALFA$42, 0);
52097                     if (target == null)
52098                     {
52099                       return null;
52100                     }
52101                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
52102                 }
52103             }
52104             
52105             
52106 
52107 
52108             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAlfalfa()
52109             {
52110                 synchronized (monitor())
52111                 {
52112                     check_orphaned();
52113                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
52114                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ALFALFA$42, 0);
52115                     return target;
52116                 }
52117             }
52118             
52119             
52120 
52121 
52122             public boolean isSetAlfalfa()
52123             {
52124                 synchronized (monitor())
52125                 {
52126                     check_orphaned();
52127                     return get_store().count_elements(ALFALFA$42) != 0;
52128                 }
52129             }
52130             
52131             
52132 
52133 
52134             public void setAlfalfa(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum alfalfa)
52135             {
52136                 synchronized (monitor())
52137                 {
52138                     check_orphaned();
52139                     org.apache.xmlbeans.SimpleValue target = null;
52140                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ALFALFA$42, 0);
52141                     if (target == null)
52142                     {
52143                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ALFALFA$42);
52144                     }
52145                     target.setEnumValue(alfalfa);
52146                 }
52147             }
52148             
52149             
52150 
52151 
52152             public void xsetAlfalfa(gov.grants.apply.system.globalLibraryV20.YesNoDataType alfalfa)
52153             {
52154                 synchronized (monitor())
52155                 {
52156                     check_orphaned();
52157                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
52158                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ALFALFA$42, 0);
52159                     if (target == null)
52160                     {
52161                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ALFALFA$42);
52162                     }
52163                     target.set(alfalfa);
52164                 }
52165             }
52166             
52167             
52168 
52169 
52170             public void unsetAlfalfa()
52171             {
52172                 synchronized (monitor())
52173                 {
52174                     check_orphaned();
52175                     get_store().remove_element(ALFALFA$42, 0);
52176                 }
52177             }
52178             
52179             
52180 
52181 
52182             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getTomato()
52183             {
52184                 synchronized (monitor())
52185                 {
52186                     check_orphaned();
52187                     org.apache.xmlbeans.SimpleValue target = null;
52188                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TOMATO$44, 0);
52189                     if (target == null)
52190                     {
52191                       return null;
52192                     }
52193                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
52194                 }
52195             }
52196             
52197             
52198 
52199 
52200             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetTomato()
52201             {
52202                 synchronized (monitor())
52203                 {
52204                     check_orphaned();
52205                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
52206                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TOMATO$44, 0);
52207                     return target;
52208                 }
52209             }
52210             
52211             
52212 
52213 
52214             public boolean isSetTomato()
52215             {
52216                 synchronized (monitor())
52217                 {
52218                     check_orphaned();
52219                     return get_store().count_elements(TOMATO$44) != 0;
52220                 }
52221             }
52222             
52223             
52224 
52225 
52226             public void setTomato(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum tomato)
52227             {
52228                 synchronized (monitor())
52229                 {
52230                     check_orphaned();
52231                     org.apache.xmlbeans.SimpleValue target = null;
52232                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TOMATO$44, 0);
52233                     if (target == null)
52234                     {
52235                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(TOMATO$44);
52236                     }
52237                     target.setEnumValue(tomato);
52238                 }
52239             }
52240             
52241             
52242 
52243 
52244             public void xsetTomato(gov.grants.apply.system.globalLibraryV20.YesNoDataType tomato)
52245             {
52246                 synchronized (monitor())
52247                 {
52248                     check_orphaned();
52249                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
52250                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TOMATO$44, 0);
52251                     if (target == null)
52252                     {
52253                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(TOMATO$44);
52254                     }
52255                     target.set(tomato);
52256                 }
52257             }
52258             
52259             
52260 
52261 
52262             public void unsetTomato()
52263             {
52264                 synchronized (monitor())
52265                 {
52266                     check_orphaned();
52267                     get_store().remove_element(TOMATO$44, 0);
52268                 }
52269             }
52270             
52271             
52272 
52273 
52274             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNematode()
52275             {
52276                 synchronized (monitor())
52277                 {
52278                     check_orphaned();
52279                     org.apache.xmlbeans.SimpleValue target = null;
52280                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NEMATODE$46, 0);
52281                     if (target == null)
52282                     {
52283                       return null;
52284                     }
52285                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
52286                 }
52287             }
52288             
52289             
52290 
52291 
52292             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNematode()
52293             {
52294                 synchronized (monitor())
52295                 {
52296                     check_orphaned();
52297                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
52298                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(NEMATODE$46, 0);
52299                     return target;
52300                 }
52301             }
52302             
52303             
52304 
52305 
52306             public boolean isSetNematode()
52307             {
52308                 synchronized (monitor())
52309                 {
52310                     check_orphaned();
52311                     return get_store().count_elements(NEMATODE$46) != 0;
52312                 }
52313             }
52314             
52315             
52316 
52317 
52318             public void setNematode(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum nematode)
52319             {
52320                 synchronized (monitor())
52321                 {
52322                     check_orphaned();
52323                     org.apache.xmlbeans.SimpleValue target = null;
52324                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NEMATODE$46, 0);
52325                     if (target == null)
52326                     {
52327                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(NEMATODE$46);
52328                     }
52329                     target.setEnumValue(nematode);
52330                 }
52331             }
52332             
52333             
52334 
52335 
52336             public void xsetNematode(gov.grants.apply.system.globalLibraryV20.YesNoDataType nematode)
52337             {
52338                 synchronized (monitor())
52339                 {
52340                     check_orphaned();
52341                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
52342                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(NEMATODE$46, 0);
52343                     if (target == null)
52344                     {
52345                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(NEMATODE$46);
52346                     }
52347                     target.set(nematode);
52348                 }
52349             }
52350             
52351             
52352 
52353 
52354             public void unsetNematode()
52355             {
52356                 synchronized (monitor())
52357                 {
52358                     check_orphaned();
52359                     get_store().remove_element(NEMATODE$46, 0);
52360                 }
52361             }
52362             
52363             
52364 
52365 
52366             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSeaSlugAplysia()
52367             {
52368                 synchronized (monitor())
52369                 {
52370                     check_orphaned();
52371                     org.apache.xmlbeans.SimpleValue target = null;
52372                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SEASLUGAPLYSIA$48, 0);
52373                     if (target == null)
52374                     {
52375                       return null;
52376                     }
52377                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
52378                 }
52379             }
52380             
52381             
52382 
52383 
52384             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSeaSlugAplysia()
52385             {
52386                 synchronized (monitor())
52387                 {
52388                     check_orphaned();
52389                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
52390                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SEASLUGAPLYSIA$48, 0);
52391                     return target;
52392                 }
52393             }
52394             
52395             
52396 
52397 
52398             public boolean isSetSeaSlugAplysia()
52399             {
52400                 synchronized (monitor())
52401                 {
52402                     check_orphaned();
52403                     return get_store().count_elements(SEASLUGAPLYSIA$48) != 0;
52404                 }
52405             }
52406             
52407             
52408 
52409 
52410             public void setSeaSlugAplysia(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum seaSlugAplysia)
52411             {
52412                 synchronized (monitor())
52413                 {
52414                     check_orphaned();
52415                     org.apache.xmlbeans.SimpleValue target = null;
52416                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SEASLUGAPLYSIA$48, 0);
52417                     if (target == null)
52418                     {
52419                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SEASLUGAPLYSIA$48);
52420                     }
52421                     target.setEnumValue(seaSlugAplysia);
52422                 }
52423             }
52424             
52425             
52426 
52427 
52428             public void xsetSeaSlugAplysia(gov.grants.apply.system.globalLibraryV20.YesNoDataType seaSlugAplysia)
52429             {
52430                 synchronized (monitor())
52431                 {
52432                     check_orphaned();
52433                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
52434                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SEASLUGAPLYSIA$48, 0);
52435                     if (target == null)
52436                     {
52437                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SEASLUGAPLYSIA$48);
52438                     }
52439                     target.set(seaSlugAplysia);
52440                 }
52441             }
52442             
52443             
52444 
52445 
52446             public void unsetSeaSlugAplysia()
52447             {
52448                 synchronized (monitor())
52449                 {
52450                     check_orphaned();
52451                     get_store().remove_element(SEASLUGAPLYSIA$48, 0);
52452                 }
52453             }
52454             
52455             
52456 
52457 
52458             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSeaSlugHermissenda()
52459             {
52460                 synchronized (monitor())
52461                 {
52462                     check_orphaned();
52463                     org.apache.xmlbeans.SimpleValue target = null;
52464                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SEASLUGHERMISSENDA$50, 0);
52465                     if (target == null)
52466                     {
52467                       return null;
52468                     }
52469                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
52470                 }
52471             }
52472             
52473             
52474 
52475 
52476             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSeaSlugHermissenda()
52477             {
52478                 synchronized (monitor())
52479                 {
52480                     check_orphaned();
52481                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
52482                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SEASLUGHERMISSENDA$50, 0);
52483                     return target;
52484                 }
52485             }
52486             
52487             
52488 
52489 
52490             public boolean isSetSeaSlugHermissenda()
52491             {
52492                 synchronized (monitor())
52493                 {
52494                     check_orphaned();
52495                     return get_store().count_elements(SEASLUGHERMISSENDA$50) != 0;
52496                 }
52497             }
52498             
52499             
52500 
52501 
52502             public void setSeaSlugHermissenda(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum seaSlugHermissenda)
52503             {
52504                 synchronized (monitor())
52505                 {
52506                     check_orphaned();
52507                     org.apache.xmlbeans.SimpleValue target = null;
52508                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SEASLUGHERMISSENDA$50, 0);
52509                     if (target == null)
52510                     {
52511                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SEASLUGHERMISSENDA$50);
52512                     }
52513                     target.setEnumValue(seaSlugHermissenda);
52514                 }
52515             }
52516             
52517             
52518 
52519 
52520             public void xsetSeaSlugHermissenda(gov.grants.apply.system.globalLibraryV20.YesNoDataType seaSlugHermissenda)
52521             {
52522                 synchronized (monitor())
52523                 {
52524                     check_orphaned();
52525                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
52526                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SEASLUGHERMISSENDA$50, 0);
52527                     if (target == null)
52528                     {
52529                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SEASLUGHERMISSENDA$50);
52530                     }
52531                     target.set(seaSlugHermissenda);
52532                 }
52533             }
52534             
52535             
52536 
52537 
52538             public void unsetSeaSlugHermissenda()
52539             {
52540                 synchronized (monitor())
52541                 {
52542                     check_orphaned();
52543                     get_store().remove_element(SEASLUGHERMISSENDA$50, 0);
52544                 }
52545             }
52546             
52547             
52548 
52549 
52550             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPondSnail()
52551             {
52552                 synchronized (monitor())
52553                 {
52554                     check_orphaned();
52555                     org.apache.xmlbeans.SimpleValue target = null;
52556                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PONDSNAIL$52, 0);
52557                     if (target == null)
52558                     {
52559                       return null;
52560                     }
52561                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
52562                 }
52563             }
52564             
52565             
52566 
52567 
52568             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPondSnail()
52569             {
52570                 synchronized (monitor())
52571                 {
52572                     check_orphaned();
52573                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
52574                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PONDSNAIL$52, 0);
52575                     return target;
52576                 }
52577             }
52578             
52579             
52580 
52581 
52582             public boolean isSetPondSnail()
52583             {
52584                 synchronized (monitor())
52585                 {
52586                     check_orphaned();
52587                     return get_store().count_elements(PONDSNAIL$52) != 0;
52588                 }
52589             }
52590             
52591             
52592 
52593 
52594             public void setPondSnail(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum pondSnail)
52595             {
52596                 synchronized (monitor())
52597                 {
52598                     check_orphaned();
52599                     org.apache.xmlbeans.SimpleValue target = null;
52600                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PONDSNAIL$52, 0);
52601                     if (target == null)
52602                     {
52603                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PONDSNAIL$52);
52604                     }
52605                     target.setEnumValue(pondSnail);
52606                 }
52607             }
52608             
52609             
52610 
52611 
52612             public void xsetPondSnail(gov.grants.apply.system.globalLibraryV20.YesNoDataType pondSnail)
52613             {
52614                 synchronized (monitor())
52615                 {
52616                     check_orphaned();
52617                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
52618                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PONDSNAIL$52, 0);
52619                     if (target == null)
52620                     {
52621                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PONDSNAIL$52);
52622                     }
52623                     target.set(pondSnail);
52624                 }
52625             }
52626             
52627             
52628 
52629 
52630             public void unsetPondSnail()
52631             {
52632                 synchronized (monitor())
52633                 {
52634                     check_orphaned();
52635                     get_store().remove_element(PONDSNAIL$52, 0);
52636                 }
52637             }
52638             
52639             
52640 
52641 
52642             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getTerrestrialSnail()
52643             {
52644                 synchronized (monitor())
52645                 {
52646                     check_orphaned();
52647                     org.apache.xmlbeans.SimpleValue target = null;
52648                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TERRESTRIALSNAIL$54, 0);
52649                     if (target == null)
52650                     {
52651                       return null;
52652                     }
52653                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
52654                 }
52655             }
52656             
52657             
52658 
52659 
52660             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetTerrestrialSnail()
52661             {
52662                 synchronized (monitor())
52663                 {
52664                     check_orphaned();
52665                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
52666                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TERRESTRIALSNAIL$54, 0);
52667                     return target;
52668                 }
52669             }
52670             
52671             
52672 
52673 
52674             public boolean isSetTerrestrialSnail()
52675             {
52676                 synchronized (monitor())
52677                 {
52678                     check_orphaned();
52679                     return get_store().count_elements(TERRESTRIALSNAIL$54) != 0;
52680                 }
52681             }
52682             
52683             
52684 
52685 
52686             public void setTerrestrialSnail(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum terrestrialSnail)
52687             {
52688                 synchronized (monitor())
52689                 {
52690                     check_orphaned();
52691                     org.apache.xmlbeans.SimpleValue target = null;
52692                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TERRESTRIALSNAIL$54, 0);
52693                     if (target == null)
52694                     {
52695                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(TERRESTRIALSNAIL$54);
52696                     }
52697                     target.setEnumValue(terrestrialSnail);
52698                 }
52699             }
52700             
52701             
52702 
52703 
52704             public void xsetTerrestrialSnail(gov.grants.apply.system.globalLibraryV20.YesNoDataType terrestrialSnail)
52705             {
52706                 synchronized (monitor())
52707                 {
52708                     check_orphaned();
52709                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
52710                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TERRESTRIALSNAIL$54, 0);
52711                     if (target == null)
52712                     {
52713                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(TERRESTRIALSNAIL$54);
52714                     }
52715                     target.set(terrestrialSnail);
52716                 }
52717             }
52718             
52719             
52720 
52721 
52722             public void unsetTerrestrialSnail()
52723             {
52724                 synchronized (monitor())
52725                 {
52726                     check_orphaned();
52727                     get_store().remove_element(TERRESTRIALSNAIL$54, 0);
52728                 }
52729             }
52730             
52731             
52732 
52733 
52734             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSquidCuttlefish()
52735             {
52736                 synchronized (monitor())
52737                 {
52738                     check_orphaned();
52739                     org.apache.xmlbeans.SimpleValue target = null;
52740                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SQUIDCUTTLEFISH$56, 0);
52741                     if (target == null)
52742                     {
52743                       return null;
52744                     }
52745                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
52746                 }
52747             }
52748             
52749             
52750 
52751 
52752             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSquidCuttlefish()
52753             {
52754                 synchronized (monitor())
52755                 {
52756                     check_orphaned();
52757                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
52758                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SQUIDCUTTLEFISH$56, 0);
52759                     return target;
52760                 }
52761             }
52762             
52763             
52764 
52765 
52766             public boolean isSetSquidCuttlefish()
52767             {
52768                 synchronized (monitor())
52769                 {
52770                     check_orphaned();
52771                     return get_store().count_elements(SQUIDCUTTLEFISH$56) != 0;
52772                 }
52773             }
52774             
52775             
52776 
52777 
52778             public void setSquidCuttlefish(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum squidCuttlefish)
52779             {
52780                 synchronized (monitor())
52781                 {
52782                     check_orphaned();
52783                     org.apache.xmlbeans.SimpleValue target = null;
52784                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SQUIDCUTTLEFISH$56, 0);
52785                     if (target == null)
52786                     {
52787                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SQUIDCUTTLEFISH$56);
52788                     }
52789                     target.setEnumValue(squidCuttlefish);
52790                 }
52791             }
52792             
52793             
52794 
52795 
52796             public void xsetSquidCuttlefish(gov.grants.apply.system.globalLibraryV20.YesNoDataType squidCuttlefish)
52797             {
52798                 synchronized (monitor())
52799                 {
52800                     check_orphaned();
52801                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
52802                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SQUIDCUTTLEFISH$56, 0);
52803                     if (target == null)
52804                     {
52805                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SQUIDCUTTLEFISH$56);
52806                     }
52807                     target.set(squidCuttlefish);
52808                 }
52809             }
52810             
52811             
52812 
52813 
52814             public void unsetSquidCuttlefish()
52815             {
52816                 synchronized (monitor())
52817                 {
52818                     check_orphaned();
52819                     get_store().remove_element(SQUIDCUTTLEFISH$56, 0);
52820                 }
52821             }
52822             
52823             
52824 
52825 
52826             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getOctopus()
52827             {
52828                 synchronized (monitor())
52829                 {
52830                     check_orphaned();
52831                     org.apache.xmlbeans.SimpleValue target = null;
52832                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(OCTOPUS$58, 0);
52833                     if (target == null)
52834                     {
52835                       return null;
52836                     }
52837                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
52838                 }
52839             }
52840             
52841             
52842 
52843 
52844             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetOctopus()
52845             {
52846                 synchronized (monitor())
52847                 {
52848                     check_orphaned();
52849                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
52850                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(OCTOPUS$58, 0);
52851                     return target;
52852                 }
52853             }
52854             
52855             
52856 
52857 
52858             public boolean isSetOctopus()
52859             {
52860                 synchronized (monitor())
52861                 {
52862                     check_orphaned();
52863                     return get_store().count_elements(OCTOPUS$58) != 0;
52864                 }
52865             }
52866             
52867             
52868 
52869 
52870             public void setOctopus(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum octopus)
52871             {
52872                 synchronized (monitor())
52873                 {
52874                     check_orphaned();
52875                     org.apache.xmlbeans.SimpleValue target = null;
52876                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(OCTOPUS$58, 0);
52877                     if (target == null)
52878                     {
52879                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(OCTOPUS$58);
52880                     }
52881                     target.setEnumValue(octopus);
52882                 }
52883             }
52884             
52885             
52886 
52887 
52888             public void xsetOctopus(gov.grants.apply.system.globalLibraryV20.YesNoDataType octopus)
52889             {
52890                 synchronized (monitor())
52891                 {
52892                     check_orphaned();
52893                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
52894                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(OCTOPUS$58, 0);
52895                     if (target == null)
52896                     {
52897                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(OCTOPUS$58);
52898                     }
52899                     target.set(octopus);
52900                 }
52901             }
52902             
52903             
52904 
52905 
52906             public void unsetOctopus()
52907             {
52908                 synchronized (monitor())
52909                 {
52910                     check_orphaned();
52911                     get_store().remove_element(OCTOPUS$58, 0);
52912                 }
52913             }
52914             
52915             
52916 
52917 
52918             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getLeech()
52919             {
52920                 synchronized (monitor())
52921                 {
52922                     check_orphaned();
52923                     org.apache.xmlbeans.SimpleValue target = null;
52924                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(LEECH$60, 0);
52925                     if (target == null)
52926                     {
52927                       return null;
52928                     }
52929                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
52930                 }
52931             }
52932             
52933             
52934 
52935 
52936             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetLeech()
52937             {
52938                 synchronized (monitor())
52939                 {
52940                     check_orphaned();
52941                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
52942                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(LEECH$60, 0);
52943                     return target;
52944                 }
52945             }
52946             
52947             
52948 
52949 
52950             public boolean isSetLeech()
52951             {
52952                 synchronized (monitor())
52953                 {
52954                     check_orphaned();
52955                     return get_store().count_elements(LEECH$60) != 0;
52956                 }
52957             }
52958             
52959             
52960 
52961 
52962             public void setLeech(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum leech)
52963             {
52964                 synchronized (monitor())
52965                 {
52966                     check_orphaned();
52967                     org.apache.xmlbeans.SimpleValue target = null;
52968                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(LEECH$60, 0);
52969                     if (target == null)
52970                     {
52971                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(LEECH$60);
52972                     }
52973                     target.setEnumValue(leech);
52974                 }
52975             }
52976             
52977             
52978 
52979 
52980             public void xsetLeech(gov.grants.apply.system.globalLibraryV20.YesNoDataType leech)
52981             {
52982                 synchronized (monitor())
52983                 {
52984                     check_orphaned();
52985                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
52986                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(LEECH$60, 0);
52987                     if (target == null)
52988                     {
52989                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(LEECH$60);
52990                     }
52991                     target.set(leech);
52992                 }
52993             }
52994             
52995             
52996 
52997 
52998             public void unsetLeech()
52999             {
53000                 synchronized (monitor())
53001                 {
53002                     check_orphaned();
53003                     get_store().remove_element(LEECH$60, 0);
53004                 }
53005             }
53006             
53007             
53008 
53009 
53010             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getHorseshoeCrab()
53011             {
53012                 synchronized (monitor())
53013                 {
53014                     check_orphaned();
53015                     org.apache.xmlbeans.SimpleValue target = null;
53016                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(HORSESHOECRAB$62, 0);
53017                     if (target == null)
53018                     {
53019                       return null;
53020                     }
53021                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
53022                 }
53023             }
53024             
53025             
53026 
53027 
53028             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetHorseshoeCrab()
53029             {
53030                 synchronized (monitor())
53031                 {
53032                     check_orphaned();
53033                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
53034                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(HORSESHOECRAB$62, 0);
53035                     return target;
53036                 }
53037             }
53038             
53039             
53040 
53041 
53042             public boolean isSetHorseshoeCrab()
53043             {
53044                 synchronized (monitor())
53045                 {
53046                     check_orphaned();
53047                     return get_store().count_elements(HORSESHOECRAB$62) != 0;
53048                 }
53049             }
53050             
53051             
53052 
53053 
53054             public void setHorseshoeCrab(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum horseshoeCrab)
53055             {
53056                 synchronized (monitor())
53057                 {
53058                     check_orphaned();
53059                     org.apache.xmlbeans.SimpleValue target = null;
53060                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(HORSESHOECRAB$62, 0);
53061                     if (target == null)
53062                     {
53063                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(HORSESHOECRAB$62);
53064                     }
53065                     target.setEnumValue(horseshoeCrab);
53066                 }
53067             }
53068             
53069             
53070 
53071 
53072             public void xsetHorseshoeCrab(gov.grants.apply.system.globalLibraryV20.YesNoDataType horseshoeCrab)
53073             {
53074                 synchronized (monitor())
53075                 {
53076                     check_orphaned();
53077                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
53078                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(HORSESHOECRAB$62, 0);
53079                     if (target == null)
53080                     {
53081                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(HORSESHOECRAB$62);
53082                     }
53083                     target.set(horseshoeCrab);
53084                 }
53085             }
53086             
53087             
53088 
53089 
53090             public void unsetHorseshoeCrab()
53091             {
53092                 synchronized (monitor())
53093                 {
53094                     check_orphaned();
53095                     get_store().remove_element(HORSESHOECRAB$62, 0);
53096                 }
53097             }
53098             
53099             
53100 
53101 
53102             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBrineShrimp()
53103             {
53104                 synchronized (monitor())
53105                 {
53106                     check_orphaned();
53107                     org.apache.xmlbeans.SimpleValue target = null;
53108                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(BRINESHRIMP$64, 0);
53109                     if (target == null)
53110                     {
53111                       return null;
53112                     }
53113                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
53114                 }
53115             }
53116             
53117             
53118 
53119 
53120             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBrineShrimp()
53121             {
53122                 synchronized (monitor())
53123                 {
53124                     check_orphaned();
53125                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
53126                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(BRINESHRIMP$64, 0);
53127                     return target;
53128                 }
53129             }
53130             
53131             
53132 
53133 
53134             public boolean isSetBrineShrimp()
53135             {
53136                 synchronized (monitor())
53137                 {
53138                     check_orphaned();
53139                     return get_store().count_elements(BRINESHRIMP$64) != 0;
53140                 }
53141             }
53142             
53143             
53144 
53145 
53146             public void setBrineShrimp(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum brineShrimp)
53147             {
53148                 synchronized (monitor())
53149                 {
53150                     check_orphaned();
53151                     org.apache.xmlbeans.SimpleValue target = null;
53152                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(BRINESHRIMP$64, 0);
53153                     if (target == null)
53154                     {
53155                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(BRINESHRIMP$64);
53156                     }
53157                     target.setEnumValue(brineShrimp);
53158                 }
53159             }
53160             
53161             
53162 
53163 
53164             public void xsetBrineShrimp(gov.grants.apply.system.globalLibraryV20.YesNoDataType brineShrimp)
53165             {
53166                 synchronized (monitor())
53167                 {
53168                     check_orphaned();
53169                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
53170                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(BRINESHRIMP$64, 0);
53171                     if (target == null)
53172                     {
53173                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(BRINESHRIMP$64);
53174                     }
53175                     target.set(brineShrimp);
53176                 }
53177             }
53178             
53179             
53180 
53181 
53182             public void unsetBrineShrimp()
53183             {
53184                 synchronized (monitor())
53185                 {
53186                     check_orphaned();
53187                     get_store().remove_element(BRINESHRIMP$64, 0);
53188                 }
53189             }
53190             
53191             
53192 
53193 
53194             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getLobster()
53195             {
53196                 synchronized (monitor())
53197                 {
53198                     check_orphaned();
53199                     org.apache.xmlbeans.SimpleValue target = null;
53200                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(LOBSTER$66, 0);
53201                     if (target == null)
53202                     {
53203                       return null;
53204                     }
53205                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
53206                 }
53207             }
53208             
53209             
53210 
53211 
53212             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetLobster()
53213             {
53214                 synchronized (monitor())
53215                 {
53216                     check_orphaned();
53217                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
53218                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(LOBSTER$66, 0);
53219                     return target;
53220                 }
53221             }
53222             
53223             
53224 
53225 
53226             public boolean isSetLobster()
53227             {
53228                 synchronized (monitor())
53229                 {
53230                     check_orphaned();
53231                     return get_store().count_elements(LOBSTER$66) != 0;
53232                 }
53233             }
53234             
53235             
53236 
53237 
53238             public void setLobster(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum lobster)
53239             {
53240                 synchronized (monitor())
53241                 {
53242                     check_orphaned();
53243                     org.apache.xmlbeans.SimpleValue target = null;
53244                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(LOBSTER$66, 0);
53245                     if (target == null)
53246                     {
53247                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(LOBSTER$66);
53248                     }
53249                     target.setEnumValue(lobster);
53250                 }
53251             }
53252             
53253             
53254 
53255 
53256             public void xsetLobster(gov.grants.apply.system.globalLibraryV20.YesNoDataType lobster)
53257             {
53258                 synchronized (monitor())
53259                 {
53260                     check_orphaned();
53261                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
53262                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(LOBSTER$66, 0);
53263                     if (target == null)
53264                     {
53265                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(LOBSTER$66);
53266                     }
53267                     target.set(lobster);
53268                 }
53269             }
53270             
53271             
53272 
53273 
53274             public void unsetLobster()
53275             {
53276                 synchronized (monitor())
53277                 {
53278                     check_orphaned();
53279                     get_store().remove_element(LOBSTER$66, 0);
53280                 }
53281             }
53282             
53283             
53284 
53285 
53286             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCrayfish()
53287             {
53288                 synchronized (monitor())
53289                 {
53290                     check_orphaned();
53291                     org.apache.xmlbeans.SimpleValue target = null;
53292                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CRAYFISH$68, 0);
53293                     if (target == null)
53294                     {
53295                       return null;
53296                     }
53297                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
53298                 }
53299             }
53300             
53301             
53302 
53303 
53304             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCrayfish()
53305             {
53306                 synchronized (monitor())
53307                 {
53308                     check_orphaned();
53309                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
53310                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CRAYFISH$68, 0);
53311                     return target;
53312                 }
53313             }
53314             
53315             
53316 
53317 
53318             public boolean isSetCrayfish()
53319             {
53320                 synchronized (monitor())
53321                 {
53322                     check_orphaned();
53323                     return get_store().count_elements(CRAYFISH$68) != 0;
53324                 }
53325             }
53326             
53327             
53328 
53329 
53330             public void setCrayfish(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum crayfish)
53331             {
53332                 synchronized (monitor())
53333                 {
53334                     check_orphaned();
53335                     org.apache.xmlbeans.SimpleValue target = null;
53336                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CRAYFISH$68, 0);
53337                     if (target == null)
53338                     {
53339                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CRAYFISH$68);
53340                     }
53341                     target.setEnumValue(crayfish);
53342                 }
53343             }
53344             
53345             
53346 
53347 
53348             public void xsetCrayfish(gov.grants.apply.system.globalLibraryV20.YesNoDataType crayfish)
53349             {
53350                 synchronized (monitor())
53351                 {
53352                     check_orphaned();
53353                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
53354                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CRAYFISH$68, 0);
53355                     if (target == null)
53356                     {
53357                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CRAYFISH$68);
53358                     }
53359                     target.set(crayfish);
53360                 }
53361             }
53362             
53363             
53364 
53365 
53366             public void unsetCrayfish()
53367             {
53368                 synchronized (monitor())
53369                 {
53370                     check_orphaned();
53371                     get_store().remove_element(CRAYFISH$68, 0);
53372                 }
53373             }
53374             
53375             
53376 
53377 
53378             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getDragonfly()
53379             {
53380                 synchronized (monitor())
53381                 {
53382                     check_orphaned();
53383                     org.apache.xmlbeans.SimpleValue target = null;
53384                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DRAGONFLY$70, 0);
53385                     if (target == null)
53386                     {
53387                       return null;
53388                     }
53389                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
53390                 }
53391             }
53392             
53393             
53394 
53395 
53396             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetDragonfly()
53397             {
53398                 synchronized (monitor())
53399                 {
53400                     check_orphaned();
53401                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
53402                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(DRAGONFLY$70, 0);
53403                     return target;
53404                 }
53405             }
53406             
53407             
53408 
53409 
53410             public boolean isSetDragonfly()
53411             {
53412                 synchronized (monitor())
53413                 {
53414                     check_orphaned();
53415                     return get_store().count_elements(DRAGONFLY$70) != 0;
53416                 }
53417             }
53418             
53419             
53420 
53421 
53422             public void setDragonfly(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum dragonfly)
53423             {
53424                 synchronized (monitor())
53425                 {
53426                     check_orphaned();
53427                     org.apache.xmlbeans.SimpleValue target = null;
53428                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DRAGONFLY$70, 0);
53429                     if (target == null)
53430                     {
53431                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(DRAGONFLY$70);
53432                     }
53433                     target.setEnumValue(dragonfly);
53434                 }
53435             }
53436             
53437             
53438 
53439 
53440             public void xsetDragonfly(gov.grants.apply.system.globalLibraryV20.YesNoDataType dragonfly)
53441             {
53442                 synchronized (monitor())
53443                 {
53444                     check_orphaned();
53445                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
53446                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(DRAGONFLY$70, 0);
53447                     if (target == null)
53448                     {
53449                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(DRAGONFLY$70);
53450                     }
53451                     target.set(dragonfly);
53452                 }
53453             }
53454             
53455             
53456 
53457 
53458             public void unsetDragonfly()
53459             {
53460                 synchronized (monitor())
53461                 {
53462                     check_orphaned();
53463                     get_store().remove_element(DRAGONFLY$70, 0);
53464                 }
53465             }
53466             
53467             
53468 
53469 
53470             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getGrasshopperLocust()
53471             {
53472                 synchronized (monitor())
53473                 {
53474                     check_orphaned();
53475                     org.apache.xmlbeans.SimpleValue target = null;
53476                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(GRASSHOPPERLOCUST$72, 0);
53477                     if (target == null)
53478                     {
53479                       return null;
53480                     }
53481                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
53482                 }
53483             }
53484             
53485             
53486 
53487 
53488             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetGrasshopperLocust()
53489             {
53490                 synchronized (monitor())
53491                 {
53492                     check_orphaned();
53493                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
53494                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(GRASSHOPPERLOCUST$72, 0);
53495                     return target;
53496                 }
53497             }
53498             
53499             
53500 
53501 
53502             public boolean isSetGrasshopperLocust()
53503             {
53504                 synchronized (monitor())
53505                 {
53506                     check_orphaned();
53507                     return get_store().count_elements(GRASSHOPPERLOCUST$72) != 0;
53508                 }
53509             }
53510             
53511             
53512 
53513 
53514             public void setGrasshopperLocust(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum grasshopperLocust)
53515             {
53516                 synchronized (monitor())
53517                 {
53518                     check_orphaned();
53519                     org.apache.xmlbeans.SimpleValue target = null;
53520                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(GRASSHOPPERLOCUST$72, 0);
53521                     if (target == null)
53522                     {
53523                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(GRASSHOPPERLOCUST$72);
53524                     }
53525                     target.setEnumValue(grasshopperLocust);
53526                 }
53527             }
53528             
53529             
53530 
53531 
53532             public void xsetGrasshopperLocust(gov.grants.apply.system.globalLibraryV20.YesNoDataType grasshopperLocust)
53533             {
53534                 synchronized (monitor())
53535                 {
53536                     check_orphaned();
53537                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
53538                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(GRASSHOPPERLOCUST$72, 0);
53539                     if (target == null)
53540                     {
53541                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(GRASSHOPPERLOCUST$72);
53542                     }
53543                     target.set(grasshopperLocust);
53544                 }
53545             }
53546             
53547             
53548 
53549 
53550             public void unsetGrasshopperLocust()
53551             {
53552                 synchronized (monitor())
53553                 {
53554                     check_orphaned();
53555                     get_store().remove_element(GRASSHOPPERLOCUST$72, 0);
53556                 }
53557             }
53558             
53559             
53560 
53561 
53562             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCockroach()
53563             {
53564                 synchronized (monitor())
53565                 {
53566                     check_orphaned();
53567                     org.apache.xmlbeans.SimpleValue target = null;
53568                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(COCKROACH$74, 0);
53569                     if (target == null)
53570                     {
53571                       return null;
53572                     }
53573                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
53574                 }
53575             }
53576             
53577             
53578 
53579 
53580             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCockroach()
53581             {
53582                 synchronized (monitor())
53583                 {
53584                     check_orphaned();
53585                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
53586                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(COCKROACH$74, 0);
53587                     return target;
53588                 }
53589             }
53590             
53591             
53592 
53593 
53594             public boolean isSetCockroach()
53595             {
53596                 synchronized (monitor())
53597                 {
53598                     check_orphaned();
53599                     return get_store().count_elements(COCKROACH$74) != 0;
53600                 }
53601             }
53602             
53603             
53604 
53605 
53606             public void setCockroach(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum cockroach)
53607             {
53608                 synchronized (monitor())
53609                 {
53610                     check_orphaned();
53611                     org.apache.xmlbeans.SimpleValue target = null;
53612                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(COCKROACH$74, 0);
53613                     if (target == null)
53614                     {
53615                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(COCKROACH$74);
53616                     }
53617                     target.setEnumValue(cockroach);
53618                 }
53619             }
53620             
53621             
53622 
53623 
53624             public void xsetCockroach(gov.grants.apply.system.globalLibraryV20.YesNoDataType cockroach)
53625             {
53626                 synchronized (monitor())
53627                 {
53628                     check_orphaned();
53629                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
53630                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(COCKROACH$74, 0);
53631                     if (target == null)
53632                     {
53633                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(COCKROACH$74);
53634                     }
53635                     target.set(cockroach);
53636                 }
53637             }
53638             
53639             
53640 
53641 
53642             public void unsetCockroach()
53643             {
53644                 synchronized (monitor())
53645                 {
53646                     check_orphaned();
53647                     get_store().remove_element(COCKROACH$74, 0);
53648                 }
53649             }
53650             
53651             
53652 
53653 
53654             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMantis()
53655             {
53656                 synchronized (monitor())
53657                 {
53658                     check_orphaned();
53659                     org.apache.xmlbeans.SimpleValue target = null;
53660                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MANTIS$76, 0);
53661                     if (target == null)
53662                     {
53663                       return null;
53664                     }
53665                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
53666                 }
53667             }
53668             
53669             
53670 
53671 
53672             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMantis()
53673             {
53674                 synchronized (monitor())
53675                 {
53676                     check_orphaned();
53677                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
53678                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MANTIS$76, 0);
53679                     return target;
53680                 }
53681             }
53682             
53683             
53684 
53685 
53686             public boolean isSetMantis()
53687             {
53688                 synchronized (monitor())
53689                 {
53690                     check_orphaned();
53691                     return get_store().count_elements(MANTIS$76) != 0;
53692                 }
53693             }
53694             
53695             
53696 
53697 
53698             public void setMantis(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum mantis)
53699             {
53700                 synchronized (monitor())
53701                 {
53702                     check_orphaned();
53703                     org.apache.xmlbeans.SimpleValue target = null;
53704                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MANTIS$76, 0);
53705                     if (target == null)
53706                     {
53707                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(MANTIS$76);
53708                     }
53709                     target.setEnumValue(mantis);
53710                 }
53711             }
53712             
53713             
53714 
53715 
53716             public void xsetMantis(gov.grants.apply.system.globalLibraryV20.YesNoDataType mantis)
53717             {
53718                 synchronized (monitor())
53719                 {
53720                     check_orphaned();
53721                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
53722                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MANTIS$76, 0);
53723                     if (target == null)
53724                     {
53725                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(MANTIS$76);
53726                     }
53727                     target.set(mantis);
53728                 }
53729             }
53730             
53731             
53732 
53733 
53734             public void unsetMantis()
53735             {
53736                 synchronized (monitor())
53737                 {
53738                     check_orphaned();
53739                     get_store().remove_element(MANTIS$76, 0);
53740                 }
53741             }
53742             
53743             
53744 
53745 
53746             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSixLinedHawkMoth()
53747             {
53748                 synchronized (monitor())
53749                 {
53750                     check_orphaned();
53751                     org.apache.xmlbeans.SimpleValue target = null;
53752                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SIXLINEDHAWKMOTH$78, 0);
53753                     if (target == null)
53754                     {
53755                       return null;
53756                     }
53757                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
53758                 }
53759             }
53760             
53761             
53762 
53763 
53764             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSixLinedHawkMoth()
53765             {
53766                 synchronized (monitor())
53767                 {
53768                     check_orphaned();
53769                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
53770                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SIXLINEDHAWKMOTH$78, 0);
53771                     return target;
53772                 }
53773             }
53774             
53775             
53776 
53777 
53778             public boolean isSetSixLinedHawkMoth()
53779             {
53780                 synchronized (monitor())
53781                 {
53782                     check_orphaned();
53783                     return get_store().count_elements(SIXLINEDHAWKMOTH$78) != 0;
53784                 }
53785             }
53786             
53787             
53788 
53789 
53790             public void setSixLinedHawkMoth(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum sixLinedHawkMoth)
53791             {
53792                 synchronized (monitor())
53793                 {
53794                     check_orphaned();
53795                     org.apache.xmlbeans.SimpleValue target = null;
53796                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SIXLINEDHAWKMOTH$78, 0);
53797                     if (target == null)
53798                     {
53799                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SIXLINEDHAWKMOTH$78);
53800                     }
53801                     target.setEnumValue(sixLinedHawkMoth);
53802                 }
53803             }
53804             
53805             
53806 
53807 
53808             public void xsetSixLinedHawkMoth(gov.grants.apply.system.globalLibraryV20.YesNoDataType sixLinedHawkMoth)
53809             {
53810                 synchronized (monitor())
53811                 {
53812                     check_orphaned();
53813                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
53814                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SIXLINEDHAWKMOTH$78, 0);
53815                     if (target == null)
53816                     {
53817                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SIXLINEDHAWKMOTH$78);
53818                     }
53819                     target.set(sixLinedHawkMoth);
53820                 }
53821             }
53822             
53823             
53824 
53825 
53826             public void unsetSixLinedHawkMoth()
53827             {
53828                 synchronized (monitor())
53829                 {
53830                     check_orphaned();
53831                     get_store().remove_element(SIXLINEDHAWKMOTH$78, 0);
53832                 }
53833             }
53834             
53835             
53836 
53837 
53838             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFruitfly()
53839             {
53840                 synchronized (monitor())
53841                 {
53842                     check_orphaned();
53843                     org.apache.xmlbeans.SimpleValue target = null;
53844                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FRUITFLY$80, 0);
53845                     if (target == null)
53846                     {
53847                       return null;
53848                     }
53849                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
53850                 }
53851             }
53852             
53853             
53854 
53855 
53856             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFruitfly()
53857             {
53858                 synchronized (monitor())
53859                 {
53860                     check_orphaned();
53861                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
53862                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(FRUITFLY$80, 0);
53863                     return target;
53864                 }
53865             }
53866             
53867             
53868 
53869 
53870             public boolean isSetFruitfly()
53871             {
53872                 synchronized (monitor())
53873                 {
53874                     check_orphaned();
53875                     return get_store().count_elements(FRUITFLY$80) != 0;
53876                 }
53877             }
53878             
53879             
53880 
53881 
53882             public void setFruitfly(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum fruitfly)
53883             {
53884                 synchronized (monitor())
53885                 {
53886                     check_orphaned();
53887                     org.apache.xmlbeans.SimpleValue target = null;
53888                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FRUITFLY$80, 0);
53889                     if (target == null)
53890                     {
53891                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(FRUITFLY$80);
53892                     }
53893                     target.setEnumValue(fruitfly);
53894                 }
53895             }
53896             
53897             
53898 
53899 
53900             public void xsetFruitfly(gov.grants.apply.system.globalLibraryV20.YesNoDataType fruitfly)
53901             {
53902                 synchronized (monitor())
53903                 {
53904                     check_orphaned();
53905                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
53906                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(FRUITFLY$80, 0);
53907                     if (target == null)
53908                     {
53909                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(FRUITFLY$80);
53910                     }
53911                     target.set(fruitfly);
53912                 }
53913             }
53914             
53915             
53916 
53917 
53918             public void unsetFruitfly()
53919             {
53920                 synchronized (monitor())
53921                 {
53922                     check_orphaned();
53923                     get_store().remove_element(FRUITFLY$80, 0);
53924                 }
53925             }
53926             
53927             
53928 
53929 
53930             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSyrphidFly()
53931             {
53932                 synchronized (monitor())
53933                 {
53934                     check_orphaned();
53935                     org.apache.xmlbeans.SimpleValue target = null;
53936                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SYRPHIDFLY$82, 0);
53937                     if (target == null)
53938                     {
53939                       return null;
53940                     }
53941                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
53942                 }
53943             }
53944             
53945             
53946 
53947 
53948             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSyrphidFly()
53949             {
53950                 synchronized (monitor())
53951                 {
53952                     check_orphaned();
53953                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
53954                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SYRPHIDFLY$82, 0);
53955                     return target;
53956                 }
53957             }
53958             
53959             
53960 
53961 
53962             public boolean isSetSyrphidFly()
53963             {
53964                 synchronized (monitor())
53965                 {
53966                     check_orphaned();
53967                     return get_store().count_elements(SYRPHIDFLY$82) != 0;
53968                 }
53969             }
53970             
53971             
53972 
53973 
53974             public void setSyrphidFly(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum syrphidFly)
53975             {
53976                 synchronized (monitor())
53977                 {
53978                     check_orphaned();
53979                     org.apache.xmlbeans.SimpleValue target = null;
53980                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SYRPHIDFLY$82, 0);
53981                     if (target == null)
53982                     {
53983                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SYRPHIDFLY$82);
53984                     }
53985                     target.setEnumValue(syrphidFly);
53986                 }
53987             }
53988             
53989             
53990 
53991 
53992             public void xsetSyrphidFly(gov.grants.apply.system.globalLibraryV20.YesNoDataType syrphidFly)
53993             {
53994                 synchronized (monitor())
53995                 {
53996                     check_orphaned();
53997                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
53998                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SYRPHIDFLY$82, 0);
53999                     if (target == null)
54000                     {
54001                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SYRPHIDFLY$82);
54002                     }
54003                     target.set(syrphidFly);
54004                 }
54005             }
54006             
54007             
54008 
54009 
54010             public void unsetSyrphidFly()
54011             {
54012                 synchronized (monitor())
54013                 {
54014                     check_orphaned();
54015                     get_store().remove_element(SYRPHIDFLY$82, 0);
54016                 }
54017             }
54018             
54019             
54020 
54021 
54022             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAppleMaggot()
54023             {
54024                 synchronized (monitor())
54025                 {
54026                     check_orphaned();
54027                     org.apache.xmlbeans.SimpleValue target = null;
54028                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(APPLEMAGGOT$84, 0);
54029                     if (target == null)
54030                     {
54031                       return null;
54032                     }
54033                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
54034                 }
54035             }
54036             
54037             
54038 
54039 
54040             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAppleMaggot()
54041             {
54042                 synchronized (monitor())
54043                 {
54044                     check_orphaned();
54045                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
54046                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(APPLEMAGGOT$84, 0);
54047                     return target;
54048                 }
54049             }
54050             
54051             
54052 
54053 
54054             public boolean isSetAppleMaggot()
54055             {
54056                 synchronized (monitor())
54057                 {
54058                     check_orphaned();
54059                     return get_store().count_elements(APPLEMAGGOT$84) != 0;
54060                 }
54061             }
54062             
54063             
54064 
54065 
54066             public void setAppleMaggot(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum appleMaggot)
54067             {
54068                 synchronized (monitor())
54069                 {
54070                     check_orphaned();
54071                     org.apache.xmlbeans.SimpleValue target = null;
54072                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(APPLEMAGGOT$84, 0);
54073                     if (target == null)
54074                     {
54075                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(APPLEMAGGOT$84);
54076                     }
54077                     target.setEnumValue(appleMaggot);
54078                 }
54079             }
54080             
54081             
54082 
54083 
54084             public void xsetAppleMaggot(gov.grants.apply.system.globalLibraryV20.YesNoDataType appleMaggot)
54085             {
54086                 synchronized (monitor())
54087                 {
54088                     check_orphaned();
54089                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
54090                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(APPLEMAGGOT$84, 0);
54091                     if (target == null)
54092                     {
54093                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(APPLEMAGGOT$84);
54094                     }
54095                     target.set(appleMaggot);
54096                 }
54097             }
54098             
54099             
54100 
54101 
54102             public void unsetAppleMaggot()
54103             {
54104                 synchronized (monitor())
54105                 {
54106                     check_orphaned();
54107                     get_store().remove_element(APPLEMAGGOT$84, 0);
54108                 }
54109             }
54110             
54111             
54112 
54113 
54114             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMosquito()
54115             {
54116                 synchronized (monitor())
54117                 {
54118                     check_orphaned();
54119                     org.apache.xmlbeans.SimpleValue target = null;
54120                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MOSQUITO$86, 0);
54121                     if (target == null)
54122                     {
54123                       return null;
54124                     }
54125                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
54126                 }
54127             }
54128             
54129             
54130 
54131 
54132             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMosquito()
54133             {
54134                 synchronized (monitor())
54135                 {
54136                     check_orphaned();
54137                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
54138                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MOSQUITO$86, 0);
54139                     return target;
54140                 }
54141             }
54142             
54143             
54144 
54145 
54146             public boolean isSetMosquito()
54147             {
54148                 synchronized (monitor())
54149                 {
54150                     check_orphaned();
54151                     return get_store().count_elements(MOSQUITO$86) != 0;
54152                 }
54153             }
54154             
54155             
54156 
54157 
54158             public void setMosquito(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum mosquito)
54159             {
54160                 synchronized (monitor())
54161                 {
54162                     check_orphaned();
54163                     org.apache.xmlbeans.SimpleValue target = null;
54164                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MOSQUITO$86, 0);
54165                     if (target == null)
54166                     {
54167                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(MOSQUITO$86);
54168                     }
54169                     target.setEnumValue(mosquito);
54170                 }
54171             }
54172             
54173             
54174 
54175 
54176             public void xsetMosquito(gov.grants.apply.system.globalLibraryV20.YesNoDataType mosquito)
54177             {
54178                 synchronized (monitor())
54179                 {
54180                     check_orphaned();
54181                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
54182                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MOSQUITO$86, 0);
54183                     if (target == null)
54184                     {
54185                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(MOSQUITO$86);
54186                     }
54187                     target.set(mosquito);
54188                 }
54189             }
54190             
54191             
54192 
54193 
54194             public void unsetMosquito()
54195             {
54196                 synchronized (monitor())
54197                 {
54198                     check_orphaned();
54199                     get_store().remove_element(MOSQUITO$86, 0);
54200                 }
54201             }
54202             
54203             
54204 
54205 
54206             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFlourBeetle()
54207             {
54208                 synchronized (monitor())
54209                 {
54210                     check_orphaned();
54211                     org.apache.xmlbeans.SimpleValue target = null;
54212                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FLOURBEETLE$88, 0);
54213                     if (target == null)
54214                     {
54215                       return null;
54216                     }
54217                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
54218                 }
54219             }
54220             
54221             
54222 
54223 
54224             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFlourBeetle()
54225             {
54226                 synchronized (monitor())
54227                 {
54228                     check_orphaned();
54229                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
54230                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(FLOURBEETLE$88, 0);
54231                     return target;
54232                 }
54233             }
54234             
54235             
54236 
54237 
54238             public boolean isSetFlourBeetle()
54239             {
54240                 synchronized (monitor())
54241                 {
54242                     check_orphaned();
54243                     return get_store().count_elements(FLOURBEETLE$88) != 0;
54244                 }
54245             }
54246             
54247             
54248 
54249 
54250             public void setFlourBeetle(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum flourBeetle)
54251             {
54252                 synchronized (monitor())
54253                 {
54254                     check_orphaned();
54255                     org.apache.xmlbeans.SimpleValue target = null;
54256                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FLOURBEETLE$88, 0);
54257                     if (target == null)
54258                     {
54259                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(FLOURBEETLE$88);
54260                     }
54261                     target.setEnumValue(flourBeetle);
54262                 }
54263             }
54264             
54265             
54266 
54267 
54268             public void xsetFlourBeetle(gov.grants.apply.system.globalLibraryV20.YesNoDataType flourBeetle)
54269             {
54270                 synchronized (monitor())
54271                 {
54272                     check_orphaned();
54273                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
54274                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(FLOURBEETLE$88, 0);
54275                     if (target == null)
54276                     {
54277                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(FLOURBEETLE$88);
54278                     }
54279                     target.set(flourBeetle);
54280                 }
54281             }
54282             
54283             
54284 
54285 
54286             public void unsetFlourBeetle()
54287             {
54288                 synchronized (monitor())
54289                 {
54290                     check_orphaned();
54291                     get_store().remove_element(FLOURBEETLE$88, 0);
54292                 }
54293             }
54294             
54295             
54296 
54297 
54298             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getHoneybee()
54299             {
54300                 synchronized (monitor())
54301                 {
54302                     check_orphaned();
54303                     org.apache.xmlbeans.SimpleValue target = null;
54304                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(HONEYBEE$90, 0);
54305                     if (target == null)
54306                     {
54307                       return null;
54308                     }
54309                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
54310                 }
54311             }
54312             
54313             
54314 
54315 
54316             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetHoneybee()
54317             {
54318                 synchronized (monitor())
54319                 {
54320                     check_orphaned();
54321                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
54322                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(HONEYBEE$90, 0);
54323                     return target;
54324                 }
54325             }
54326             
54327             
54328 
54329 
54330             public boolean isSetHoneybee()
54331             {
54332                 synchronized (monitor())
54333                 {
54334                     check_orphaned();
54335                     return get_store().count_elements(HONEYBEE$90) != 0;
54336                 }
54337             }
54338             
54339             
54340 
54341 
54342             public void setHoneybee(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum honeybee)
54343             {
54344                 synchronized (monitor())
54345                 {
54346                     check_orphaned();
54347                     org.apache.xmlbeans.SimpleValue target = null;
54348                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(HONEYBEE$90, 0);
54349                     if (target == null)
54350                     {
54351                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(HONEYBEE$90);
54352                     }
54353                     target.setEnumValue(honeybee);
54354                 }
54355             }
54356             
54357             
54358 
54359 
54360             public void xsetHoneybee(gov.grants.apply.system.globalLibraryV20.YesNoDataType honeybee)
54361             {
54362                 synchronized (monitor())
54363                 {
54364                     check_orphaned();
54365                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
54366                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(HONEYBEE$90, 0);
54367                     if (target == null)
54368                     {
54369                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(HONEYBEE$90);
54370                     }
54371                     target.set(honeybee);
54372                 }
54373             }
54374             
54375             
54376 
54377 
54378             public void unsetHoneybee()
54379             {
54380                 synchronized (monitor())
54381                 {
54382                     check_orphaned();
54383                     get_store().remove_element(HONEYBEE$90, 0);
54384                 }
54385             }
54386             
54387             
54388 
54389 
54390             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getParasiticwasp()
54391             {
54392                 synchronized (monitor())
54393                 {
54394                     check_orphaned();
54395                     org.apache.xmlbeans.SimpleValue target = null;
54396                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PARASITICWASP$92, 0);
54397                     if (target == null)
54398                     {
54399                       return null;
54400                     }
54401                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
54402                 }
54403             }
54404             
54405             
54406 
54407 
54408             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetParasiticwasp()
54409             {
54410                 synchronized (monitor())
54411                 {
54412                     check_orphaned();
54413                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
54414                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PARASITICWASP$92, 0);
54415                     return target;
54416                 }
54417             }
54418             
54419             
54420 
54421 
54422             public boolean isSetParasiticwasp()
54423             {
54424                 synchronized (monitor())
54425                 {
54426                     check_orphaned();
54427                     return get_store().count_elements(PARASITICWASP$92) != 0;
54428                 }
54429             }
54430             
54431             
54432 
54433 
54434             public void setParasiticwasp(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum parasiticwasp)
54435             {
54436                 synchronized (monitor())
54437                 {
54438                     check_orphaned();
54439                     org.apache.xmlbeans.SimpleValue target = null;
54440                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PARASITICWASP$92, 0);
54441                     if (target == null)
54442                     {
54443                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PARASITICWASP$92);
54444                     }
54445                     target.setEnumValue(parasiticwasp);
54446                 }
54447             }
54448             
54449             
54450 
54451 
54452             public void xsetParasiticwasp(gov.grants.apply.system.globalLibraryV20.YesNoDataType parasiticwasp)
54453             {
54454                 synchronized (monitor())
54455                 {
54456                     check_orphaned();
54457                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
54458                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PARASITICWASP$92, 0);
54459                     if (target == null)
54460                     {
54461                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PARASITICWASP$92);
54462                     }
54463                     target.set(parasiticwasp);
54464                 }
54465             }
54466             
54467             
54468 
54469 
54470             public void unsetParasiticwasp()
54471             {
54472                 synchronized (monitor())
54473                 {
54474                     check_orphaned();
54475                     get_store().remove_element(PARASITICWASP$92, 0);
54476                 }
54477             }
54478             
54479             
54480 
54481 
54482             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSeaUrchin()
54483             {
54484                 synchronized (monitor())
54485                 {
54486                     check_orphaned();
54487                     org.apache.xmlbeans.SimpleValue target = null;
54488                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SEAURCHIN$94, 0);
54489                     if (target == null)
54490                     {
54491                       return null;
54492                     }
54493                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
54494                 }
54495             }
54496             
54497             
54498 
54499 
54500             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSeaUrchin()
54501             {
54502                 synchronized (monitor())
54503                 {
54504                     check_orphaned();
54505                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
54506                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SEAURCHIN$94, 0);
54507                     return target;
54508                 }
54509             }
54510             
54511             
54512 
54513 
54514             public boolean isSetSeaUrchin()
54515             {
54516                 synchronized (monitor())
54517                 {
54518                     check_orphaned();
54519                     return get_store().count_elements(SEAURCHIN$94) != 0;
54520                 }
54521             }
54522             
54523             
54524 
54525 
54526             public void setSeaUrchin(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum seaUrchin)
54527             {
54528                 synchronized (monitor())
54529                 {
54530                     check_orphaned();
54531                     org.apache.xmlbeans.SimpleValue target = null;
54532                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SEAURCHIN$94, 0);
54533                     if (target == null)
54534                     {
54535                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SEAURCHIN$94);
54536                     }
54537                     target.setEnumValue(seaUrchin);
54538                 }
54539             }
54540             
54541             
54542 
54543 
54544             public void xsetSeaUrchin(gov.grants.apply.system.globalLibraryV20.YesNoDataType seaUrchin)
54545             {
54546                 synchronized (monitor())
54547                 {
54548                     check_orphaned();
54549                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
54550                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SEAURCHIN$94, 0);
54551                     if (target == null)
54552                     {
54553                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SEAURCHIN$94);
54554                     }
54555                     target.set(seaUrchin);
54556                 }
54557             }
54558             
54559             
54560 
54561 
54562             public void unsetSeaUrchin()
54563             {
54564                 synchronized (monitor())
54565                 {
54566                     check_orphaned();
54567                     get_store().remove_element(SEAURCHIN$94, 0);
54568                 }
54569             }
54570             
54571             
54572 
54573 
54574             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAscidian()
54575             {
54576                 synchronized (monitor())
54577                 {
54578                     check_orphaned();
54579                     org.apache.xmlbeans.SimpleValue target = null;
54580                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ASCIDIAN$96, 0);
54581                     if (target == null)
54582                     {
54583                       return null;
54584                     }
54585                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
54586                 }
54587             }
54588             
54589             
54590 
54591 
54592             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAscidian()
54593             {
54594                 synchronized (monitor())
54595                 {
54596                     check_orphaned();
54597                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
54598                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ASCIDIAN$96, 0);
54599                     return target;
54600                 }
54601             }
54602             
54603             
54604 
54605 
54606             public boolean isSetAscidian()
54607             {
54608                 synchronized (monitor())
54609                 {
54610                     check_orphaned();
54611                     return get_store().count_elements(ASCIDIAN$96) != 0;
54612                 }
54613             }
54614             
54615             
54616 
54617 
54618             public void setAscidian(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum ascidian)
54619             {
54620                 synchronized (monitor())
54621                 {
54622                     check_orphaned();
54623                     org.apache.xmlbeans.SimpleValue target = null;
54624                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ASCIDIAN$96, 0);
54625                     if (target == null)
54626                     {
54627                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ASCIDIAN$96);
54628                     }
54629                     target.setEnumValue(ascidian);
54630                 }
54631             }
54632             
54633             
54634 
54635 
54636             public void xsetAscidian(gov.grants.apply.system.globalLibraryV20.YesNoDataType ascidian)
54637             {
54638                 synchronized (monitor())
54639                 {
54640                     check_orphaned();
54641                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
54642                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ASCIDIAN$96, 0);
54643                     if (target == null)
54644                     {
54645                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ASCIDIAN$96);
54646                     }
54647                     target.set(ascidian);
54648                 }
54649             }
54650             
54651             
54652 
54653 
54654             public void unsetAscidian()
54655             {
54656                 synchronized (monitor())
54657                 {
54658                     check_orphaned();
54659                     get_store().remove_element(ASCIDIAN$96, 0);
54660                 }
54661             }
54662             
54663             
54664 
54665 
54666             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getLancelet()
54667             {
54668                 synchronized (monitor())
54669                 {
54670                     check_orphaned();
54671                     org.apache.xmlbeans.SimpleValue target = null;
54672                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(LANCELET$98, 0);
54673                     if (target == null)
54674                     {
54675                       return null;
54676                     }
54677                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
54678                 }
54679             }
54680             
54681             
54682 
54683 
54684             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetLancelet()
54685             {
54686                 synchronized (monitor())
54687                 {
54688                     check_orphaned();
54689                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
54690                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(LANCELET$98, 0);
54691                     return target;
54692                 }
54693             }
54694             
54695             
54696 
54697 
54698             public boolean isSetLancelet()
54699             {
54700                 synchronized (monitor())
54701                 {
54702                     check_orphaned();
54703                     return get_store().count_elements(LANCELET$98) != 0;
54704                 }
54705             }
54706             
54707             
54708 
54709 
54710             public void setLancelet(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum lancelet)
54711             {
54712                 synchronized (monitor())
54713                 {
54714                     check_orphaned();
54715                     org.apache.xmlbeans.SimpleValue target = null;
54716                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(LANCELET$98, 0);
54717                     if (target == null)
54718                     {
54719                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(LANCELET$98);
54720                     }
54721                     target.setEnumValue(lancelet);
54722                 }
54723             }
54724             
54725             
54726 
54727 
54728             public void xsetLancelet(gov.grants.apply.system.globalLibraryV20.YesNoDataType lancelet)
54729             {
54730                 synchronized (monitor())
54731                 {
54732                     check_orphaned();
54733                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
54734                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(LANCELET$98, 0);
54735                     if (target == null)
54736                     {
54737                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(LANCELET$98);
54738                     }
54739                     target.set(lancelet);
54740                 }
54741             }
54742             
54743             
54744 
54745 
54746             public void unsetLancelet()
54747             {
54748                 synchronized (monitor())
54749                 {
54750                     check_orphaned();
54751                     get_store().remove_element(LANCELET$98, 0);
54752                 }
54753             }
54754             
54755             
54756 
54757 
54758             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getLamprey()
54759             {
54760                 synchronized (monitor())
54761                 {
54762                     check_orphaned();
54763                     org.apache.xmlbeans.SimpleValue target = null;
54764                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(LAMPREY$100, 0);
54765                     if (target == null)
54766                     {
54767                       return null;
54768                     }
54769                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
54770                 }
54771             }
54772             
54773             
54774 
54775 
54776             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetLamprey()
54777             {
54778                 synchronized (monitor())
54779                 {
54780                     check_orphaned();
54781                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
54782                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(LAMPREY$100, 0);
54783                     return target;
54784                 }
54785             }
54786             
54787             
54788 
54789 
54790             public boolean isSetLamprey()
54791             {
54792                 synchronized (monitor())
54793                 {
54794                     check_orphaned();
54795                     return get_store().count_elements(LAMPREY$100) != 0;
54796                 }
54797             }
54798             
54799             
54800 
54801 
54802             public void setLamprey(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum lamprey)
54803             {
54804                 synchronized (monitor())
54805                 {
54806                     check_orphaned();
54807                     org.apache.xmlbeans.SimpleValue target = null;
54808                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(LAMPREY$100, 0);
54809                     if (target == null)
54810                     {
54811                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(LAMPREY$100);
54812                     }
54813                     target.setEnumValue(lamprey);
54814                 }
54815             }
54816             
54817             
54818 
54819 
54820             public void xsetLamprey(gov.grants.apply.system.globalLibraryV20.YesNoDataType lamprey)
54821             {
54822                 synchronized (monitor())
54823                 {
54824                     check_orphaned();
54825                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
54826                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(LAMPREY$100, 0);
54827                     if (target == null)
54828                     {
54829                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(LAMPREY$100);
54830                     }
54831                     target.set(lamprey);
54832                 }
54833             }
54834             
54835             
54836 
54837 
54838             public void unsetLamprey()
54839             {
54840                 synchronized (monitor())
54841                 {
54842                     check_orphaned();
54843                     get_store().remove_element(LAMPREY$100, 0);
54844                 }
54845             }
54846             
54847             
54848 
54849 
54850             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSkate()
54851             {
54852                 synchronized (monitor())
54853                 {
54854                     check_orphaned();
54855                     org.apache.xmlbeans.SimpleValue target = null;
54856                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SKATE$102, 0);
54857                     if (target == null)
54858                     {
54859                       return null;
54860                     }
54861                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
54862                 }
54863             }
54864             
54865             
54866 
54867 
54868             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSkate()
54869             {
54870                 synchronized (monitor())
54871                 {
54872                     check_orphaned();
54873                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
54874                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SKATE$102, 0);
54875                     return target;
54876                 }
54877             }
54878             
54879             
54880 
54881 
54882             public boolean isSetSkate()
54883             {
54884                 synchronized (monitor())
54885                 {
54886                     check_orphaned();
54887                     return get_store().count_elements(SKATE$102) != 0;
54888                 }
54889             }
54890             
54891             
54892 
54893 
54894             public void setSkate(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum skate)
54895             {
54896                 synchronized (monitor())
54897                 {
54898                     check_orphaned();
54899                     org.apache.xmlbeans.SimpleValue target = null;
54900                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SKATE$102, 0);
54901                     if (target == null)
54902                     {
54903                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SKATE$102);
54904                     }
54905                     target.setEnumValue(skate);
54906                 }
54907             }
54908             
54909             
54910 
54911 
54912             public void xsetSkate(gov.grants.apply.system.globalLibraryV20.YesNoDataType skate)
54913             {
54914                 synchronized (monitor())
54915                 {
54916                     check_orphaned();
54917                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
54918                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(SKATE$102, 0);
54919                     if (target == null)
54920                     {
54921                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(SKATE$102);
54922                     }
54923                     target.set(skate);
54924                 }
54925             }
54926             
54927             
54928 
54929 
54930             public void unsetSkate()
54931             {
54932                 synchronized (monitor())
54933                 {
54934                     check_orphaned();
54935                     get_store().remove_element(SKATE$102, 0);
54936                 }
54937             }
54938             
54939             
54940 
54941 
54942             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCroaker()
54943             {
54944                 synchronized (monitor())
54945                 {
54946                     check_orphaned();
54947                     org.apache.xmlbeans.SimpleValue target = null;
54948                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CROAKER$104, 0);
54949                     if (target == null)
54950                     {
54951                       return null;
54952                     }
54953                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
54954                 }
54955             }
54956             
54957             
54958 
54959 
54960             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCroaker()
54961             {
54962                 synchronized (monitor())
54963                 {
54964                     check_orphaned();
54965                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
54966                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CROAKER$104, 0);
54967                     return target;
54968                 }
54969             }
54970             
54971             
54972 
54973 
54974             public boolean isSetCroaker()
54975             {
54976                 synchronized (monitor())
54977                 {
54978                     check_orphaned();
54979                     return get_store().count_elements(CROAKER$104) != 0;
54980                 }
54981             }
54982             
54983             
54984 
54985 
54986             public void setCroaker(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum croaker)
54987             {
54988                 synchronized (monitor())
54989                 {
54990                     check_orphaned();
54991                     org.apache.xmlbeans.SimpleValue target = null;
54992                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CROAKER$104, 0);
54993                     if (target == null)
54994                     {
54995                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CROAKER$104);
54996                     }
54997                     target.setEnumValue(croaker);
54998                 }
54999             }
55000             
55001             
55002 
55003 
55004             public void xsetCroaker(gov.grants.apply.system.globalLibraryV20.YesNoDataType croaker)
55005             {
55006                 synchronized (monitor())
55007                 {
55008                     check_orphaned();
55009                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
55010                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CROAKER$104, 0);
55011                     if (target == null)
55012                     {
55013                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CROAKER$104);
55014                     }
55015                     target.set(croaker);
55016                 }
55017             }
55018             
55019             
55020 
55021 
55022             public void unsetCroaker()
55023             {
55024                 synchronized (monitor())
55025                 {
55026                     check_orphaned();
55027                     get_store().remove_element(CROAKER$104, 0);
55028                 }
55029             }
55030             
55031             
55032 
55033 
55034             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getElectricFish()
55035             {
55036                 synchronized (monitor())
55037                 {
55038                     check_orphaned();
55039                     org.apache.xmlbeans.SimpleValue target = null;
55040                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ELECTRICFISH$106, 0);
55041                     if (target == null)
55042                     {
55043                       return null;
55044                     }
55045                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
55046                 }
55047             }
55048             
55049             
55050 
55051 
55052             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetElectricFish()
55053             {
55054                 synchronized (monitor())
55055                 {
55056                     check_orphaned();
55057                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
55058                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ELECTRICFISH$106, 0);
55059                     return target;
55060                 }
55061             }
55062             
55063             
55064 
55065 
55066             public boolean isSetElectricFish()
55067             {
55068                 synchronized (monitor())
55069                 {
55070                     check_orphaned();
55071                     return get_store().count_elements(ELECTRICFISH$106) != 0;
55072                 }
55073             }
55074             
55075             
55076 
55077 
55078             public void setElectricFish(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum electricFish)
55079             {
55080                 synchronized (monitor())
55081                 {
55082                     check_orphaned();
55083                     org.apache.xmlbeans.SimpleValue target = null;
55084                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ELECTRICFISH$106, 0);
55085                     if (target == null)
55086                     {
55087                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ELECTRICFISH$106);
55088                     }
55089                     target.setEnumValue(electricFish);
55090                 }
55091             }
55092             
55093             
55094 
55095 
55096             public void xsetElectricFish(gov.grants.apply.system.globalLibraryV20.YesNoDataType electricFish)
55097             {
55098                 synchronized (monitor())
55099                 {
55100                     check_orphaned();
55101                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
55102                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ELECTRICFISH$106, 0);
55103                     if (target == null)
55104                     {
55105                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ELECTRICFISH$106);
55106                     }
55107                     target.set(electricFish);
55108                 }
55109             }
55110             
55111             
55112 
55113 
55114             public void unsetElectricFish()
55115             {
55116                 synchronized (monitor())
55117                 {
55118                     check_orphaned();
55119                     get_store().remove_element(ELECTRICFISH$106, 0);
55120                 }
55121             }
55122             
55123             
55124 
55125 
55126             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getGoldfish()
55127             {
55128                 synchronized (monitor())
55129                 {
55130                     check_orphaned();
55131                     org.apache.xmlbeans.SimpleValue target = null;
55132                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(GOLDFISH$108, 0);
55133                     if (target == null)
55134                     {
55135                       return null;
55136                     }
55137                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
55138                 }
55139             }
55140             
55141             
55142 
55143 
55144             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetGoldfish()
55145             {
55146                 synchronized (monitor())
55147                 {
55148                     check_orphaned();
55149                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
55150                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(GOLDFISH$108, 0);
55151                     return target;
55152                 }
55153             }
55154             
55155             
55156 
55157 
55158             public boolean isSetGoldfish()
55159             {
55160                 synchronized (monitor())
55161                 {
55162                     check_orphaned();
55163                     return get_store().count_elements(GOLDFISH$108) != 0;
55164                 }
55165             }
55166             
55167             
55168 
55169 
55170             public void setGoldfish(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum goldfish)
55171             {
55172                 synchronized (monitor())
55173                 {
55174                     check_orphaned();
55175                     org.apache.xmlbeans.SimpleValue target = null;
55176                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(GOLDFISH$108, 0);
55177                     if (target == null)
55178                     {
55179                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(GOLDFISH$108);
55180                     }
55181                     target.setEnumValue(goldfish);
55182                 }
55183             }
55184             
55185             
55186 
55187 
55188             public void xsetGoldfish(gov.grants.apply.system.globalLibraryV20.YesNoDataType goldfish)
55189             {
55190                 synchronized (monitor())
55191                 {
55192                     check_orphaned();
55193                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
55194                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(GOLDFISH$108, 0);
55195                     if (target == null)
55196                     {
55197                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(GOLDFISH$108);
55198                     }
55199                     target.set(goldfish);
55200                 }
55201             }
55202             
55203             
55204 
55205 
55206             public void unsetGoldfish()
55207             {
55208                 synchronized (monitor())
55209                 {
55210                     check_orphaned();
55211                     get_store().remove_element(GOLDFISH$108, 0);
55212                 }
55213             }
55214             
55215             
55216 
55217 
55218             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPerch()
55219             {
55220                 synchronized (monitor())
55221                 {
55222                     check_orphaned();
55223                     org.apache.xmlbeans.SimpleValue target = null;
55224                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PERCH$110, 0);
55225                     if (target == null)
55226                     {
55227                       return null;
55228                     }
55229                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
55230                 }
55231             }
55232             
55233             
55234 
55235 
55236             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPerch()
55237             {
55238                 synchronized (monitor())
55239                 {
55240                     check_orphaned();
55241                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
55242                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PERCH$110, 0);
55243                     return target;
55244                 }
55245             }
55246             
55247             
55248 
55249 
55250             public boolean isSetPerch()
55251             {
55252                 synchronized (monitor())
55253                 {
55254                     check_orphaned();
55255                     return get_store().count_elements(PERCH$110) != 0;
55256                 }
55257             }
55258             
55259             
55260 
55261 
55262             public void setPerch(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum perch)
55263             {
55264                 synchronized (monitor())
55265                 {
55266                     check_orphaned();
55267                     org.apache.xmlbeans.SimpleValue target = null;
55268                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PERCH$110, 0);
55269                     if (target == null)
55270                     {
55271                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PERCH$110);
55272                     }
55273                     target.setEnumValue(perch);
55274                 }
55275             }
55276             
55277             
55278 
55279 
55280             public void xsetPerch(gov.grants.apply.system.globalLibraryV20.YesNoDataType perch)
55281             {
55282                 synchronized (monitor())
55283                 {
55284                     check_orphaned();
55285                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
55286                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(PERCH$110, 0);
55287                     if (target == null)
55288                     {
55289                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(PERCH$110);
55290                     }
55291                     target.set(perch);
55292                 }
55293             }
55294             
55295             
55296 
55297 
55298             public void unsetPerch()
55299             {
55300                 synchronized (monitor())
55301                 {
55302                     check_orphaned();
55303                     get_store().remove_element(PERCH$110, 0);
55304                 }
55305             }
55306             
55307             
55308 
55309 
55310             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getZebrafish()
55311             {
55312                 synchronized (monitor())
55313                 {
55314                     check_orphaned();
55315                     org.apache.xmlbeans.SimpleValue target = null;
55316                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ZEBRAFISH$112, 0);
55317                     if (target == null)
55318                     {
55319                       return null;
55320                     }
55321                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
55322                 }
55323             }
55324             
55325             
55326 
55327 
55328             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetZebrafish()
55329             {
55330                 synchronized (monitor())
55331                 {
55332                     check_orphaned();
55333                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
55334                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ZEBRAFISH$112, 0);
55335                     return target;
55336                 }
55337             }
55338             
55339             
55340 
55341 
55342             public boolean isSetZebrafish()
55343             {
55344                 synchronized (monitor())
55345                 {
55346                     check_orphaned();
55347                     return get_store().count_elements(ZEBRAFISH$112) != 0;
55348                 }
55349             }
55350             
55351             
55352 
55353 
55354             public void setZebrafish(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum zebrafish)
55355             {
55356                 synchronized (monitor())
55357                 {
55358                     check_orphaned();
55359                     org.apache.xmlbeans.SimpleValue target = null;
55360                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ZEBRAFISH$112, 0);
55361                     if (target == null)
55362                     {
55363                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ZEBRAFISH$112);
55364                     }
55365                     target.setEnumValue(zebrafish);
55366                 }
55367             }
55368             
55369             
55370 
55371 
55372             public void xsetZebrafish(gov.grants.apply.system.globalLibraryV20.YesNoDataType zebrafish)
55373             {
55374                 synchronized (monitor())
55375                 {
55376                     check_orphaned();
55377                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
55378                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ZEBRAFISH$112, 0);
55379                     if (target == null)
55380                     {
55381                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ZEBRAFISH$112);
55382                     }
55383                     target.set(zebrafish);
55384                 }
55385             }
55386             
55387             
55388 
55389 
55390             public void unsetZebrafish()
55391             {
55392                 synchronized (monitor())
55393                 {
55394                     check_orphaned();
55395                     get_store().remove_element(ZEBRAFISH$112, 0);
55396                 }
55397             }
55398             
55399             
55400 
55401 
55402             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAxolotl()
55403             {
55404                 synchronized (monitor())
55405                 {
55406                     check_orphaned();
55407                     org.apache.xmlbeans.SimpleValue target = null;
55408                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(AXOLOTL$114, 0);
55409                     if (target == null)
55410                     {
55411                       return null;
55412                     }
55413                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
55414                 }
55415             }
55416             
55417             
55418 
55419 
55420             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAxolotl()
55421             {
55422                 synchronized (monitor())
55423                 {
55424                     check_orphaned();
55425                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
55426                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(AXOLOTL$114, 0);
55427                     return target;
55428                 }
55429             }
55430             
55431             
55432 
55433 
55434             public boolean isSetAxolotl()
55435             {
55436                 synchronized (monitor())
55437                 {
55438                     check_orphaned();
55439                     return get_store().count_elements(AXOLOTL$114) != 0;
55440                 }
55441             }
55442             
55443             
55444 
55445 
55446             public void setAxolotl(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum axolotl)
55447             {
55448                 synchronized (monitor())
55449                 {
55450                     check_orphaned();
55451                     org.apache.xmlbeans.SimpleValue target = null;
55452                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(AXOLOTL$114, 0);
55453                     if (target == null)
55454                     {
55455                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(AXOLOTL$114);
55456                     }
55457                     target.setEnumValue(axolotl);
55458                 }
55459             }
55460             
55461             
55462 
55463 
55464             public void xsetAxolotl(gov.grants.apply.system.globalLibraryV20.YesNoDataType axolotl)
55465             {
55466                 synchronized (monitor())
55467                 {
55468                     check_orphaned();
55469                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
55470                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(AXOLOTL$114, 0);
55471                     if (target == null)
55472                     {
55473                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(AXOLOTL$114);
55474                     }
55475                     target.set(axolotl);
55476                 }
55477             }
55478             
55479             
55480 
55481 
55482             public void unsetAxolotl()
55483             {
55484                 synchronized (monitor())
55485                 {
55486                     check_orphaned();
55487                     get_store().remove_element(AXOLOTL$114, 0);
55488                 }
55489             }
55490             
55491             
55492 
55493 
55494             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMudpuppy()
55495             {
55496                 synchronized (monitor())
55497                 {
55498                     check_orphaned();
55499                     org.apache.xmlbeans.SimpleValue target = null;
55500                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MUDPUPPY$116, 0);
55501                     if (target == null)
55502                     {
55503                       return null;
55504                     }
55505                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
55506                 }
55507             }
55508             
55509             
55510 
55511 
55512             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMudpuppy()
55513             {
55514                 synchronized (monitor())
55515                 {
55516                     check_orphaned();
55517                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
55518                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MUDPUPPY$116, 0);
55519                     return target;
55520                 }
55521             }
55522             
55523             
55524 
55525 
55526             public boolean isSetMudpuppy()
55527             {
55528                 synchronized (monitor())
55529                 {
55530                     check_orphaned();
55531                     return get_store().count_elements(MUDPUPPY$116) != 0;
55532                 }
55533             }
55534             
55535             
55536 
55537 
55538             public void setMudpuppy(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum mudpuppy)
55539             {
55540                 synchronized (monitor())
55541                 {
55542                     check_orphaned();
55543                     org.apache.xmlbeans.SimpleValue target = null;
55544                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MUDPUPPY$116, 0);
55545                     if (target == null)
55546                     {
55547                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(MUDPUPPY$116);
55548                     }
55549                     target.setEnumValue(mudpuppy);
55550                 }
55551             }
55552             
55553             
55554 
55555 
55556             public void xsetMudpuppy(gov.grants.apply.system.globalLibraryV20.YesNoDataType mudpuppy)
55557             {
55558                 synchronized (monitor())
55559                 {
55560                     check_orphaned();
55561                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
55562                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MUDPUPPY$116, 0);
55563                     if (target == null)
55564                     {
55565                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(MUDPUPPY$116);
55566                     }
55567                     target.set(mudpuppy);
55568                 }
55569             }
55570             
55571             
55572 
55573 
55574             public void unsetMudpuppy()
55575             {
55576                 synchronized (monitor())
55577                 {
55578                     check_orphaned();
55579                     get_store().remove_element(MUDPUPPY$116, 0);
55580                 }
55581             }
55582             
55583             
55584 
55585 
55586             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAfricanClawedFrog()
55587             {
55588                 synchronized (monitor())
55589                 {
55590                     check_orphaned();
55591                     org.apache.xmlbeans.SimpleValue target = null;
55592                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(AFRICANCLAWEDFROG$118, 0);
55593                     if (target == null)
55594                     {
55595                       return null;
55596                     }
55597                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
55598                 }
55599             }
55600             
55601             
55602 
55603 
55604             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAfricanClawedFrog()
55605             {
55606                 synchronized (monitor())
55607                 {
55608                     check_orphaned();
55609                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
55610                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(AFRICANCLAWEDFROG$118, 0);
55611                     return target;
55612                 }
55613             }
55614             
55615             
55616 
55617 
55618             public boolean isSetAfricanClawedFrog()
55619             {
55620                 synchronized (monitor())
55621                 {
55622                     check_orphaned();
55623                     return get_store().count_elements(AFRICANCLAWEDFROG$118) != 0;
55624                 }
55625             }
55626             
55627             
55628 
55629 
55630             public void setAfricanClawedFrog(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum africanClawedFrog)
55631             {
55632                 synchronized (monitor())
55633                 {
55634                     check_orphaned();
55635                     org.apache.xmlbeans.SimpleValue target = null;
55636                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(AFRICANCLAWEDFROG$118, 0);
55637                     if (target == null)
55638                     {
55639                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(AFRICANCLAWEDFROG$118);
55640                     }
55641                     target.setEnumValue(africanClawedFrog);
55642                 }
55643             }
55644             
55645             
55646 
55647 
55648             public void xsetAfricanClawedFrog(gov.grants.apply.system.globalLibraryV20.YesNoDataType africanClawedFrog)
55649             {
55650                 synchronized (monitor())
55651                 {
55652                     check_orphaned();
55653                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
55654                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(AFRICANCLAWEDFROG$118, 0);
55655                     if (target == null)
55656                     {
55657                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(AFRICANCLAWEDFROG$118);
55658                     }
55659                     target.set(africanClawedFrog);
55660                 }
55661             }
55662             
55663             
55664 
55665 
55666             public void unsetAfricanClawedFrog()
55667             {
55668                 synchronized (monitor())
55669                 {
55670                     check_orphaned();
55671                     get_store().remove_element(AFRICANCLAWEDFROG$118, 0);
55672                 }
55673             }
55674             
55675             
55676 
55677 
55678             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBullfrog()
55679             {
55680                 synchronized (monitor())
55681                 {
55682                     check_orphaned();
55683                     org.apache.xmlbeans.SimpleValue target = null;
55684                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(BULLFROG$120, 0);
55685                     if (target == null)
55686                     {
55687                       return null;
55688                     }
55689                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
55690                 }
55691             }
55692             
55693             
55694 
55695 
55696             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBullfrog()
55697             {
55698                 synchronized (monitor())
55699                 {
55700                     check_orphaned();
55701                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
55702                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(BULLFROG$120, 0);
55703                     return target;
55704                 }
55705             }
55706             
55707             
55708 
55709 
55710             public boolean isSetBullfrog()
55711             {
55712                 synchronized (monitor())
55713                 {
55714                     check_orphaned();
55715                     return get_store().count_elements(BULLFROG$120) != 0;
55716                 }
55717             }
55718             
55719             
55720 
55721 
55722             public void setBullfrog(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum bullfrog)
55723             {
55724                 synchronized (monitor())
55725                 {
55726                     check_orphaned();
55727                     org.apache.xmlbeans.SimpleValue target = null;
55728                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(BULLFROG$120, 0);
55729                     if (target == null)
55730                     {
55731                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(BULLFROG$120);
55732                     }
55733                     target.setEnumValue(bullfrog);
55734                 }
55735             }
55736             
55737             
55738 
55739 
55740             public void xsetBullfrog(gov.grants.apply.system.globalLibraryV20.YesNoDataType bullfrog)
55741             {
55742                 synchronized (monitor())
55743                 {
55744                     check_orphaned();
55745                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
55746                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(BULLFROG$120, 0);
55747                     if (target == null)
55748                     {
55749                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(BULLFROG$120);
55750                     }
55751                     target.set(bullfrog);
55752                 }
55753             }
55754             
55755             
55756 
55757 
55758             public void unsetBullfrog()
55759             {
55760                 synchronized (monitor())
55761                 {
55762                     check_orphaned();
55763                     get_store().remove_element(BULLFROG$120, 0);
55764                 }
55765             }
55766             
55767             
55768 
55769 
55770             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getGrassFrog()
55771             {
55772                 synchronized (monitor())
55773                 {
55774                     check_orphaned();
55775                     org.apache.xmlbeans.SimpleValue target = null;
55776                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(GRASSFROG$122, 0);
55777                     if (target == null)
55778                     {
55779                       return null;
55780                     }
55781                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
55782                 }
55783             }
55784             
55785             
55786 
55787 
55788             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetGrassFrog()
55789             {
55790                 synchronized (monitor())
55791                 {
55792                     check_orphaned();
55793                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
55794                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(GRASSFROG$122, 0);
55795                     return target;
55796                 }
55797             }
55798             
55799             
55800 
55801 
55802             public boolean isSetGrassFrog()
55803             {
55804                 synchronized (monitor())
55805                 {
55806                     check_orphaned();
55807                     return get_store().count_elements(GRASSFROG$122) != 0;
55808                 }
55809             }
55810             
55811             
55812 
55813 
55814             public void setGrassFrog(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum grassFrog)
55815             {
55816                 synchronized (monitor())
55817                 {
55818                     check_orphaned();
55819                     org.apache.xmlbeans.SimpleValue target = null;
55820                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(GRASSFROG$122, 0);
55821                     if (target == null)
55822                     {
55823                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(GRASSFROG$122);
55824                     }
55825                     target.setEnumValue(grassFrog);
55826                 }
55827             }
55828             
55829             
55830 
55831 
55832             public void xsetGrassFrog(gov.grants.apply.system.globalLibraryV20.YesNoDataType grassFrog)
55833             {
55834                 synchronized (monitor())
55835                 {
55836                     check_orphaned();
55837                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
55838                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(GRASSFROG$122, 0);
55839                     if (target == null)
55840                     {
55841                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(GRASSFROG$122);
55842                     }
55843                     target.set(grassFrog);
55844                 }
55845             }
55846             
55847             
55848 
55849 
55850             public void unsetGrassFrog()
55851             {
55852                 synchronized (monitor())
55853                 {
55854                     check_orphaned();
55855                     get_store().remove_element(GRASSFROG$122, 0);
55856                 }
55857             }
55858             
55859             
55860 
55861 
55862             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMarineToad()
55863             {
55864                 synchronized (monitor())
55865                 {
55866                     check_orphaned();
55867                     org.apache.xmlbeans.SimpleValue target = null;
55868                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MARINETOAD$124, 0);
55869                     if (target == null)
55870                     {
55871                       return null;
55872                     }
55873                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
55874                 }
55875             }
55876             
55877             
55878 
55879 
55880             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMarineToad()
55881             {
55882                 synchronized (monitor())
55883                 {
55884                     check_orphaned();
55885                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
55886                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MARINETOAD$124, 0);
55887                     return target;
55888                 }
55889             }
55890             
55891             
55892 
55893 
55894             public boolean isSetMarineToad()
55895             {
55896                 synchronized (monitor())
55897                 {
55898                     check_orphaned();
55899                     return get_store().count_elements(MARINETOAD$124) != 0;
55900                 }
55901             }
55902             
55903             
55904 
55905 
55906             public void setMarineToad(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum marineToad)
55907             {
55908                 synchronized (monitor())
55909                 {
55910                     check_orphaned();
55911                     org.apache.xmlbeans.SimpleValue target = null;
55912                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MARINETOAD$124, 0);
55913                     if (target == null)
55914                     {
55915                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(MARINETOAD$124);
55916                     }
55917                     target.setEnumValue(marineToad);
55918                 }
55919             }
55920             
55921             
55922 
55923 
55924             public void xsetMarineToad(gov.grants.apply.system.globalLibraryV20.YesNoDataType marineToad)
55925             {
55926                 synchronized (monitor())
55927                 {
55928                     check_orphaned();
55929                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
55930                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MARINETOAD$124, 0);
55931                     if (target == null)
55932                     {
55933                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(MARINETOAD$124);
55934                     }
55935                     target.set(marineToad);
55936                 }
55937             }
55938             
55939             
55940 
55941 
55942             public void unsetMarineToad()
55943             {
55944                 synchronized (monitor())
55945                 {
55946                     check_orphaned();
55947                     get_store().remove_element(MARINETOAD$124, 0);
55948                 }
55949             }
55950             
55951             
55952 
55953 
55954             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getTurtle()
55955             {
55956                 synchronized (monitor())
55957                 {
55958                     check_orphaned();
55959                     org.apache.xmlbeans.SimpleValue target = null;
55960                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TURTLE$126, 0);
55961                     if (target == null)
55962                     {
55963                       return null;
55964                     }
55965                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
55966                 }
55967             }
55968             
55969             
55970 
55971 
55972             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetTurtle()
55973             {
55974                 synchronized (monitor())
55975                 {
55976                     check_orphaned();
55977                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
55978                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TURTLE$126, 0);
55979                     return target;
55980                 }
55981             }
55982             
55983             
55984 
55985 
55986             public boolean isSetTurtle()
55987             {
55988                 synchronized (monitor())
55989                 {
55990                     check_orphaned();
55991                     return get_store().count_elements(TURTLE$126) != 0;
55992                 }
55993             }
55994             
55995             
55996 
55997 
55998             public void setTurtle(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum turtle)
55999             {
56000                 synchronized (monitor())
56001                 {
56002                     check_orphaned();
56003                     org.apache.xmlbeans.SimpleValue target = null;
56004                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TURTLE$126, 0);
56005                     if (target == null)
56006                     {
56007                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(TURTLE$126);
56008                     }
56009                     target.setEnumValue(turtle);
56010                 }
56011             }
56012             
56013             
56014 
56015 
56016             public void xsetTurtle(gov.grants.apply.system.globalLibraryV20.YesNoDataType turtle)
56017             {
56018                 synchronized (monitor())
56019                 {
56020                     check_orphaned();
56021                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
56022                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TURTLE$126, 0);
56023                     if (target == null)
56024                     {
56025                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(TURTLE$126);
56026                     }
56027                     target.set(turtle);
56028                 }
56029             }
56030             
56031             
56032 
56033 
56034             public void unsetTurtle()
56035             {
56036                 synchronized (monitor())
56037                 {
56038                     check_orphaned();
56039                     get_store().remove_element(TURTLE$126, 0);
56040                 }
56041             }
56042             
56043             
56044 
56045 
56046             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getQuail()
56047             {
56048                 synchronized (monitor())
56049                 {
56050                     check_orphaned();
56051                     org.apache.xmlbeans.SimpleValue target = null;
56052                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(QUAIL$128, 0);
56053                     if (target == null)
56054                     {
56055                       return null;
56056                     }
56057                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
56058                 }
56059             }
56060             
56061             
56062 
56063 
56064             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetQuail()
56065             {
56066                 synchronized (monitor())
56067                 {
56068                     check_orphaned();
56069                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
56070                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(QUAIL$128, 0);
56071                     return target;
56072                 }
56073             }
56074             
56075             
56076 
56077 
56078             public boolean isSetQuail()
56079             {
56080                 synchronized (monitor())
56081                 {
56082                     check_orphaned();
56083                     return get_store().count_elements(QUAIL$128) != 0;
56084                 }
56085             }
56086             
56087             
56088 
56089 
56090             public void setQuail(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum quail)
56091             {
56092                 synchronized (monitor())
56093                 {
56094                     check_orphaned();
56095                     org.apache.xmlbeans.SimpleValue target = null;
56096                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(QUAIL$128, 0);
56097                     if (target == null)
56098                     {
56099                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(QUAIL$128);
56100                     }
56101                     target.setEnumValue(quail);
56102                 }
56103             }
56104             
56105             
56106 
56107 
56108             public void xsetQuail(gov.grants.apply.system.globalLibraryV20.YesNoDataType quail)
56109             {
56110                 synchronized (monitor())
56111                 {
56112                     check_orphaned();
56113                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
56114                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(QUAIL$128, 0);
56115                     if (target == null)
56116                     {
56117                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(QUAIL$128);
56118                     }
56119                     target.set(quail);
56120                 }
56121             }
56122             
56123             
56124 
56125 
56126             public void unsetQuail()
56127             {
56128                 synchronized (monitor())
56129                 {
56130                     check_orphaned();
56131                     get_store().remove_element(QUAIL$128, 0);
56132                 }
56133             }
56134             
56135             
56136 
56137 
56138             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getChickenEmbryo()
56139             {
56140                 synchronized (monitor())
56141                 {
56142                     check_orphaned();
56143                     org.apache.xmlbeans.SimpleValue target = null;
56144                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CHICKENEMBRYO$130, 0);
56145                     if (target == null)
56146                     {
56147                       return null;
56148                     }
56149                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
56150                 }
56151             }
56152             
56153             
56154 
56155 
56156             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetChickenEmbryo()
56157             {
56158                 synchronized (monitor())
56159                 {
56160                     check_orphaned();
56161                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
56162                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CHICKENEMBRYO$130, 0);
56163                     return target;
56164                 }
56165             }
56166             
56167             
56168 
56169 
56170             public boolean isSetChickenEmbryo()
56171             {
56172                 synchronized (monitor())
56173                 {
56174                     check_orphaned();
56175                     return get_store().count_elements(CHICKENEMBRYO$130) != 0;
56176                 }
56177             }
56178             
56179             
56180 
56181 
56182             public void setChickenEmbryo(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum chickenEmbryo)
56183             {
56184                 synchronized (monitor())
56185                 {
56186                     check_orphaned();
56187                     org.apache.xmlbeans.SimpleValue target = null;
56188                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CHICKENEMBRYO$130, 0);
56189                     if (target == null)
56190                     {
56191                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CHICKENEMBRYO$130);
56192                     }
56193                     target.setEnumValue(chickenEmbryo);
56194                 }
56195             }
56196             
56197             
56198 
56199 
56200             public void xsetChickenEmbryo(gov.grants.apply.system.globalLibraryV20.YesNoDataType chickenEmbryo)
56201             {
56202                 synchronized (monitor())
56203                 {
56204                     check_orphaned();
56205                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
56206                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CHICKENEMBRYO$130, 0);
56207                     if (target == null)
56208                     {
56209                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CHICKENEMBRYO$130);
56210                     }
56211                     target.set(chickenEmbryo);
56212                 }
56213             }
56214             
56215             
56216 
56217 
56218             public void unsetChickenEmbryo()
56219             {
56220                 synchronized (monitor())
56221                 {
56222                     check_orphaned();
56223                     get_store().remove_element(CHICKENEMBRYO$130, 0);
56224                 }
56225             }
56226             
56227             
56228 
56229 
56230             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getHouseSparrow()
56231             {
56232                 synchronized (monitor())
56233                 {
56234                     check_orphaned();
56235                     org.apache.xmlbeans.SimpleValue target = null;
56236                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(HOUSESPARROW$132, 0);
56237                     if (target == null)
56238                     {
56239                       return null;
56240                     }
56241                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
56242                 }
56243             }
56244             
56245             
56246 
56247 
56248             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetHouseSparrow()
56249             {
56250                 synchronized (monitor())
56251                 {
56252                     check_orphaned();
56253                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
56254                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(HOUSESPARROW$132, 0);
56255                     return target;
56256                 }
56257             }
56258             
56259             
56260 
56261 
56262             public boolean isSetHouseSparrow()
56263             {
56264                 synchronized (monitor())
56265                 {
56266                     check_orphaned();
56267                     return get_store().count_elements(HOUSESPARROW$132) != 0;
56268                 }
56269             }
56270             
56271             
56272 
56273 
56274             public void setHouseSparrow(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum houseSparrow)
56275             {
56276                 synchronized (monitor())
56277                 {
56278                     check_orphaned();
56279                     org.apache.xmlbeans.SimpleValue target = null;
56280                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(HOUSESPARROW$132, 0);
56281                     if (target == null)
56282                     {
56283                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(HOUSESPARROW$132);
56284                     }
56285                     target.setEnumValue(houseSparrow);
56286                 }
56287             }
56288             
56289             
56290 
56291 
56292             public void xsetHouseSparrow(gov.grants.apply.system.globalLibraryV20.YesNoDataType houseSparrow)
56293             {
56294                 synchronized (monitor())
56295                 {
56296                     check_orphaned();
56297                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
56298                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(HOUSESPARROW$132, 0);
56299                     if (target == null)
56300                     {
56301                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(HOUSESPARROW$132);
56302                     }
56303                     target.set(houseSparrow);
56304                 }
56305             }
56306             
56307             
56308 
56309 
56310             public void unsetHouseSparrow()
56311             {
56312                 synchronized (monitor())
56313                 {
56314                     check_orphaned();
56315                     get_store().remove_element(HOUSESPARROW$132, 0);
56316                 }
56317             }
56318             
56319             
56320 
56321 
56322             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getWhiteCrownedSparrow()
56323             {
56324                 synchronized (monitor())
56325                 {
56326                     check_orphaned();
56327                     org.apache.xmlbeans.SimpleValue target = null;
56328                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(WHITECROWNEDSPARROW$134, 0);
56329                     if (target == null)
56330                     {
56331                       return null;
56332                     }
56333                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
56334                 }
56335             }
56336             
56337             
56338 
56339 
56340             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetWhiteCrownedSparrow()
56341             {
56342                 synchronized (monitor())
56343                 {
56344                     check_orphaned();
56345                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
56346                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(WHITECROWNEDSPARROW$134, 0);
56347                     return target;
56348                 }
56349             }
56350             
56351             
56352 
56353 
56354             public boolean isSetWhiteCrownedSparrow()
56355             {
56356                 synchronized (monitor())
56357                 {
56358                     check_orphaned();
56359                     return get_store().count_elements(WHITECROWNEDSPARROW$134) != 0;
56360                 }
56361             }
56362             
56363             
56364 
56365 
56366             public void setWhiteCrownedSparrow(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum whiteCrownedSparrow)
56367             {
56368                 synchronized (monitor())
56369                 {
56370                     check_orphaned();
56371                     org.apache.xmlbeans.SimpleValue target = null;
56372                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(WHITECROWNEDSPARROW$134, 0);
56373                     if (target == null)
56374                     {
56375                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(WHITECROWNEDSPARROW$134);
56376                     }
56377                     target.setEnumValue(whiteCrownedSparrow);
56378                 }
56379             }
56380             
56381             
56382 
56383 
56384             public void xsetWhiteCrownedSparrow(gov.grants.apply.system.globalLibraryV20.YesNoDataType whiteCrownedSparrow)
56385             {
56386                 synchronized (monitor())
56387                 {
56388                     check_orphaned();
56389                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
56390                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(WHITECROWNEDSPARROW$134, 0);
56391                     if (target == null)
56392                     {
56393                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(WHITECROWNEDSPARROW$134);
56394                     }
56395                     target.set(whiteCrownedSparrow);
56396                 }
56397             }
56398             
56399             
56400 
56401 
56402             public void unsetWhiteCrownedSparrow()
56403             {
56404                 synchronized (monitor())
56405                 {
56406                     check_orphaned();
56407                     get_store().remove_element(WHITECROWNEDSPARROW$134, 0);
56408                 }
56409             }
56410             
56411             
56412 
56413 
56414             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getZebraFinch()
56415             {
56416                 synchronized (monitor())
56417                 {
56418                     check_orphaned();
56419                     org.apache.xmlbeans.SimpleValue target = null;
56420                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ZEBRAFINCH$136, 0);
56421                     if (target == null)
56422                     {
56423                       return null;
56424                     }
56425                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
56426                 }
56427             }
56428             
56429             
56430 
56431 
56432             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetZebraFinch()
56433             {
56434                 synchronized (monitor())
56435                 {
56436                     check_orphaned();
56437                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
56438                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ZEBRAFINCH$136, 0);
56439                     return target;
56440                 }
56441             }
56442             
56443             
56444 
56445 
56446             public boolean isSetZebraFinch()
56447             {
56448                 synchronized (monitor())
56449                 {
56450                     check_orphaned();
56451                     return get_store().count_elements(ZEBRAFINCH$136) != 0;
56452                 }
56453             }
56454             
56455             
56456 
56457 
56458             public void setZebraFinch(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum zebraFinch)
56459             {
56460                 synchronized (monitor())
56461                 {
56462                     check_orphaned();
56463                     org.apache.xmlbeans.SimpleValue target = null;
56464                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ZEBRAFINCH$136, 0);
56465                     if (target == null)
56466                     {
56467                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ZEBRAFINCH$136);
56468                     }
56469                     target.setEnumValue(zebraFinch);
56470                 }
56471             }
56472             
56473             
56474 
56475 
56476             public void xsetZebraFinch(gov.grants.apply.system.globalLibraryV20.YesNoDataType zebraFinch)
56477             {
56478                 synchronized (monitor())
56479                 {
56480                     check_orphaned();
56481                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
56482                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(ZEBRAFINCH$136, 0);
56483                     if (target == null)
56484                     {
56485                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(ZEBRAFINCH$136);
56486                     }
56487                     target.set(zebraFinch);
56488                 }
56489             }
56490             
56491             
56492 
56493 
56494             public void unsetZebraFinch()
56495             {
56496                 synchronized (monitor())
56497                 {
56498                     check_orphaned();
56499                     get_store().remove_element(ZEBRAFINCH$136, 0);
56500                 }
56501             }
56502             
56503             
56504 
56505 
56506             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getOpossum()
56507             {
56508                 synchronized (monitor())
56509                 {
56510                     check_orphaned();
56511                     org.apache.xmlbeans.SimpleValue target = null;
56512                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(OPOSSUM$138, 0);
56513                     if (target == null)
56514                     {
56515                       return null;
56516                     }
56517                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
56518                 }
56519             }
56520             
56521             
56522 
56523 
56524             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetOpossum()
56525             {
56526                 synchronized (monitor())
56527                 {
56528                     check_orphaned();
56529                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
56530                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(OPOSSUM$138, 0);
56531                     return target;
56532                 }
56533             }
56534             
56535             
56536 
56537 
56538             public boolean isSetOpossum()
56539             {
56540                 synchronized (monitor())
56541                 {
56542                     check_orphaned();
56543                     return get_store().count_elements(OPOSSUM$138) != 0;
56544                 }
56545             }
56546             
56547             
56548 
56549 
56550             public void setOpossum(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum opossum)
56551             {
56552                 synchronized (monitor())
56553                 {
56554                     check_orphaned();
56555                     org.apache.xmlbeans.SimpleValue target = null;
56556                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(OPOSSUM$138, 0);
56557                     if (target == null)
56558                     {
56559                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(OPOSSUM$138);
56560                     }
56561                     target.setEnumValue(opossum);
56562                 }
56563             }
56564             
56565             
56566 
56567 
56568             public void xsetOpossum(gov.grants.apply.system.globalLibraryV20.YesNoDataType opossum)
56569             {
56570                 synchronized (monitor())
56571                 {
56572                     check_orphaned();
56573                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
56574                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(OPOSSUM$138, 0);
56575                     if (target == null)
56576                     {
56577                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(OPOSSUM$138);
56578                     }
56579                     target.set(opossum);
56580                 }
56581             }
56582             
56583             
56584 
56585 
56586             public void unsetOpossum()
56587             {
56588                 synchronized (monitor())
56589                 {
56590                     check_orphaned();
56591                     get_store().remove_element(OPOSSUM$138, 0);
56592                 }
56593             }
56594             
56595             
56596 
56597 
56598             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBat()
56599             {
56600                 synchronized (monitor())
56601                 {
56602                     check_orphaned();
56603                     org.apache.xmlbeans.SimpleValue target = null;
56604                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(BAT$140, 0);
56605                     if (target == null)
56606                     {
56607                       return null;
56608                     }
56609                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
56610                 }
56611             }
56612             
56613             
56614 
56615 
56616             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBat()
56617             {
56618                 synchronized (monitor())
56619                 {
56620                     check_orphaned();
56621                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
56622                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(BAT$140, 0);
56623                     return target;
56624                 }
56625             }
56626             
56627             
56628 
56629 
56630             public boolean isSetBat()
56631             {
56632                 synchronized (monitor())
56633                 {
56634                     check_orphaned();
56635                     return get_store().count_elements(BAT$140) != 0;
56636                 }
56637             }
56638             
56639             
56640 
56641 
56642             public void setBat(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum bat)
56643             {
56644                 synchronized (monitor())
56645                 {
56646                     check_orphaned();
56647                     org.apache.xmlbeans.SimpleValue target = null;
56648                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(BAT$140, 0);
56649                     if (target == null)
56650                     {
56651                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(BAT$140);
56652                     }
56653                     target.setEnumValue(bat);
56654                 }
56655             }
56656             
56657             
56658 
56659 
56660             public void xsetBat(gov.grants.apply.system.globalLibraryV20.YesNoDataType bat)
56661             {
56662                 synchronized (monitor())
56663                 {
56664                     check_orphaned();
56665                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
56666                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(BAT$140, 0);
56667                     if (target == null)
56668                     {
56669                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(BAT$140);
56670                     }
56671                     target.set(bat);
56672                 }
56673             }
56674             
56675             
56676 
56677 
56678             public void unsetBat()
56679             {
56680                 synchronized (monitor())
56681                 {
56682                     check_orphaned();
56683                     get_store().remove_element(BAT$140, 0);
56684                 }
56685             }
56686             
56687             
56688 
56689 
56690             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getOwlMonkey()
56691             {
56692                 synchronized (monitor())
56693                 {
56694                     check_orphaned();
56695                     org.apache.xmlbeans.SimpleValue target = null;
56696                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(OWLMONKEY$142, 0);
56697                     if (target == null)
56698                     {
56699                       return null;
56700                     }
56701                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
56702                 }
56703             }
56704             
56705             
56706 
56707 
56708             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetOwlMonkey()
56709             {
56710                 synchronized (monitor())
56711                 {
56712                     check_orphaned();
56713                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
56714                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(OWLMONKEY$142, 0);
56715                     return target;
56716                 }
56717             }
56718             
56719             
56720 
56721 
56722             public boolean isSetOwlMonkey()
56723             {
56724                 synchronized (monitor())
56725                 {
56726                     check_orphaned();
56727                     return get_store().count_elements(OWLMONKEY$142) != 0;
56728                 }
56729             }
56730             
56731             
56732 
56733 
56734             public void setOwlMonkey(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum owlMonkey)
56735             {
56736                 synchronized (monitor())
56737                 {
56738                     check_orphaned();
56739                     org.apache.xmlbeans.SimpleValue target = null;
56740                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(OWLMONKEY$142, 0);
56741                     if (target == null)
56742                     {
56743                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(OWLMONKEY$142);
56744                     }
56745                     target.setEnumValue(owlMonkey);
56746                 }
56747             }
56748             
56749             
56750 
56751 
56752             public void xsetOwlMonkey(gov.grants.apply.system.globalLibraryV20.YesNoDataType owlMonkey)
56753             {
56754                 synchronized (monitor())
56755                 {
56756                     check_orphaned();
56757                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
56758                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(OWLMONKEY$142, 0);
56759                     if (target == null)
56760                     {
56761                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(OWLMONKEY$142);
56762                     }
56763                     target.set(owlMonkey);
56764                 }
56765             }
56766             
56767             
56768 
56769 
56770             public void unsetOwlMonkey()
56771             {
56772                 synchronized (monitor())
56773                 {
56774                     check_orphaned();
56775                     get_store().remove_element(OWLMONKEY$142, 0);
56776                 }
56777             }
56778             
56779             
56780 
56781 
56782             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getRhesusMonkey()
56783             {
56784                 synchronized (monitor())
56785                 {
56786                     check_orphaned();
56787                     org.apache.xmlbeans.SimpleValue target = null;
56788                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(RHESUSMONKEY$144, 0);
56789                     if (target == null)
56790                     {
56791                       return null;
56792                     }
56793                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
56794                 }
56795             }
56796             
56797             
56798 
56799 
56800             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetRhesusMonkey()
56801             {
56802                 synchronized (monitor())
56803                 {
56804                     check_orphaned();
56805                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
56806                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(RHESUSMONKEY$144, 0);
56807                     return target;
56808                 }
56809             }
56810             
56811             
56812 
56813 
56814             public boolean isSetRhesusMonkey()
56815             {
56816                 synchronized (monitor())
56817                 {
56818                     check_orphaned();
56819                     return get_store().count_elements(RHESUSMONKEY$144) != 0;
56820                 }
56821             }
56822             
56823             
56824 
56825 
56826             public void setRhesusMonkey(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum rhesusMonkey)
56827             {
56828                 synchronized (monitor())
56829                 {
56830                     check_orphaned();
56831                     org.apache.xmlbeans.SimpleValue target = null;
56832                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(RHESUSMONKEY$144, 0);
56833                     if (target == null)
56834                     {
56835                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(RHESUSMONKEY$144);
56836                     }
56837                     target.setEnumValue(rhesusMonkey);
56838                 }
56839             }
56840             
56841             
56842 
56843 
56844             public void xsetRhesusMonkey(gov.grants.apply.system.globalLibraryV20.YesNoDataType rhesusMonkey)
56845             {
56846                 synchronized (monitor())
56847                 {
56848                     check_orphaned();
56849                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
56850                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(RHESUSMONKEY$144, 0);
56851                     if (target == null)
56852                     {
56853                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(RHESUSMONKEY$144);
56854                     }
56855                     target.set(rhesusMonkey);
56856                 }
56857             }
56858             
56859             
56860 
56861 
56862             public void unsetRhesusMonkey()
56863             {
56864                 synchronized (monitor())
56865                 {
56866                     check_orphaned();
56867                     get_store().remove_element(RHESUSMONKEY$144, 0);
56868                 }
56869             }
56870             
56871             
56872 
56873 
56874             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getTamarin()
56875             {
56876                 synchronized (monitor())
56877                 {
56878                     check_orphaned();
56879                     org.apache.xmlbeans.SimpleValue target = null;
56880                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TAMARIN$146, 0);
56881                     if (target == null)
56882                     {
56883                       return null;
56884                     }
56885                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
56886                 }
56887             }
56888             
56889             
56890 
56891 
56892             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetTamarin()
56893             {
56894                 synchronized (monitor())
56895                 {
56896                     check_orphaned();
56897                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
56898                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TAMARIN$146, 0);
56899                     return target;
56900                 }
56901             }
56902             
56903             
56904 
56905 
56906             public boolean isSetTamarin()
56907             {
56908                 synchronized (monitor())
56909                 {
56910                     check_orphaned();
56911                     return get_store().count_elements(TAMARIN$146) != 0;
56912                 }
56913             }
56914             
56915             
56916 
56917 
56918             public void setTamarin(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum tamarin)
56919             {
56920                 synchronized (monitor())
56921                 {
56922                     check_orphaned();
56923                     org.apache.xmlbeans.SimpleValue target = null;
56924                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TAMARIN$146, 0);
56925                     if (target == null)
56926                     {
56927                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(TAMARIN$146);
56928                     }
56929                     target.setEnumValue(tamarin);
56930                 }
56931             }
56932             
56933             
56934 
56935 
56936             public void xsetTamarin(gov.grants.apply.system.globalLibraryV20.YesNoDataType tamarin)
56937             {
56938                 synchronized (monitor())
56939                 {
56940                     check_orphaned();
56941                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
56942                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(TAMARIN$146, 0);
56943                     if (target == null)
56944                     {
56945                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(TAMARIN$146);
56946                     }
56947                     target.set(tamarin);
56948                 }
56949             }
56950             
56951             
56952 
56953 
56954             public void unsetTamarin()
56955             {
56956                 synchronized (monitor())
56957                 {
56958                     check_orphaned();
56959                     get_store().remove_element(TAMARIN$146, 0);
56960                 }
56961             }
56962             
56963             
56964 
56965 
56966             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getChimpanzee()
56967             {
56968                 synchronized (monitor())
56969                 {
56970                     check_orphaned();
56971                     org.apache.xmlbeans.SimpleValue target = null;
56972                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CHIMPANZEE$148, 0);
56973                     if (target == null)
56974                     {
56975                       return null;
56976                     }
56977                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
56978                 }
56979             }
56980             
56981             
56982 
56983 
56984             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetChimpanzee()
56985             {
56986                 synchronized (monitor())
56987                 {
56988                     check_orphaned();
56989                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
56990                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CHIMPANZEE$148, 0);
56991                     return target;
56992                 }
56993             }
56994             
56995             
56996 
56997 
56998             public boolean isSetChimpanzee()
56999             {
57000                 synchronized (monitor())
57001                 {
57002                     check_orphaned();
57003                     return get_store().count_elements(CHIMPANZEE$148) != 0;
57004                 }
57005             }
57006             
57007             
57008 
57009 
57010             public void setChimpanzee(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum chimpanzee)
57011             {
57012                 synchronized (monitor())
57013                 {
57014                     check_orphaned();
57015                     org.apache.xmlbeans.SimpleValue target = null;
57016                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CHIMPANZEE$148, 0);
57017                     if (target == null)
57018                     {
57019                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CHIMPANZEE$148);
57020                     }
57021                     target.setEnumValue(chimpanzee);
57022                 }
57023             }
57024             
57025             
57026 
57027 
57028             public void xsetChimpanzee(gov.grants.apply.system.globalLibraryV20.YesNoDataType chimpanzee)
57029             {
57030                 synchronized (monitor())
57031                 {
57032                     check_orphaned();
57033                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
57034                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CHIMPANZEE$148, 0);
57035                     if (target == null)
57036                     {
57037                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CHIMPANZEE$148);
57038                     }
57039                     target.set(chimpanzee);
57040                 }
57041             }
57042             
57043             
57044 
57045 
57046             public void unsetChimpanzee()
57047             {
57048                 synchronized (monitor())
57049                 {
57050                     check_orphaned();
57051                     get_store().remove_element(CHIMPANZEE$148, 0);
57052                 }
57053             }
57054             
57055             
57056 
57057 
57058             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getHuman()
57059             {
57060                 synchronized (monitor())
57061                 {
57062                     check_orphaned();
57063                     org.apache.xmlbeans.SimpleValue target = null;
57064                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(HUMAN$150, 0);
57065                     if (target == null)
57066                     {
57067                       return null;
57068                     }
57069                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
57070                 }
57071             }
57072             
57073             
57074 
57075 
57076             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetHuman()
57077             {
57078                 synchronized (monitor())
57079                 {
57080                     check_orphaned();
57081                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
57082                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(HUMAN$150, 0);
57083                     return target;
57084                 }
57085             }
57086             
57087             
57088 
57089 
57090             public boolean isSetHuman()
57091             {
57092                 synchronized (monitor())
57093                 {
57094                     check_orphaned();
57095                     return get_store().count_elements(HUMAN$150) != 0;
57096                 }
57097             }
57098             
57099             
57100 
57101 
57102             public void setHuman(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum human)
57103             {
57104                 synchronized (monitor())
57105                 {
57106                     check_orphaned();
57107                     org.apache.xmlbeans.SimpleValue target = null;
57108                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(HUMAN$150, 0);
57109                     if (target == null)
57110                     {
57111                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(HUMAN$150);
57112                     }
57113                     target.setEnumValue(human);
57114                 }
57115             }
57116             
57117             
57118 
57119 
57120             public void xsetHuman(gov.grants.apply.system.globalLibraryV20.YesNoDataType human)
57121             {
57122                 synchronized (monitor())
57123                 {
57124                     check_orphaned();
57125                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
57126                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(HUMAN$150, 0);
57127                     if (target == null)
57128                     {
57129                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(HUMAN$150);
57130                     }
57131                     target.set(human);
57132                 }
57133             }
57134             
57135             
57136 
57137 
57138             public void unsetHuman()
57139             {
57140                 synchronized (monitor())
57141                 {
57142                     check_orphaned();
57143                     get_store().remove_element(HUMAN$150, 0);
57144                 }
57145             }
57146             
57147             
57148 
57149 
57150             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getChinchilla()
57151             {
57152                 synchronized (monitor())
57153                 {
57154                     check_orphaned();
57155                     org.apache.xmlbeans.SimpleValue target = null;
57156                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CHINCHILLA$152, 0);
57157                     if (target == null)
57158                     {
57159                       return null;
57160                     }
57161                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
57162                 }
57163             }
57164             
57165             
57166 
57167 
57168             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetChinchilla()
57169             {
57170                 synchronized (monitor())
57171                 {
57172                     check_orphaned();
57173                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
57174                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CHINCHILLA$152, 0);
57175                     return target;
57176                 }
57177             }
57178             
57179             
57180 
57181 
57182             public boolean isSetChinchilla()
57183             {
57184                 synchronized (monitor())
57185                 {
57186                     check_orphaned();
57187                     return get_store().count_elements(CHINCHILLA$152) != 0;
57188                 }
57189             }
57190             
57191             
57192 
57193 
57194             public void setChinchilla(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum chinchilla)
57195             {
57196                 synchronized (monitor())
57197                 {
57198                     check_orphaned();
57199                     org.apache.xmlbeans.SimpleValue target = null;
57200                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CHINCHILLA$152, 0);
57201                     if (target == null)
57202                     {
57203                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CHINCHILLA$152);
57204                     }
57205                     target.setEnumValue(chinchilla);
57206                 }
57207             }
57208             
57209             
57210 
57211 
57212             public void xsetChinchilla(gov.grants.apply.system.globalLibraryV20.YesNoDataType chinchilla)
57213             {
57214                 synchronized (monitor())
57215                 {
57216                     check_orphaned();
57217                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
57218                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CHINCHILLA$152, 0);
57219                     if (target == null)
57220                     {
57221                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CHINCHILLA$152);
57222                     }
57223                     target.set(chinchilla);
57224                 }
57225             }
57226             
57227             
57228 
57229 
57230             public void unsetChinchilla()
57231             {
57232                 synchronized (monitor())
57233                 {
57234                     check_orphaned();
57235                     get_store().remove_element(CHINCHILLA$152, 0);
57236                 }
57237             }
57238             
57239             
57240 
57241 
57242             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getDeerMouse()
57243             {
57244                 synchronized (monitor())
57245                 {
57246                     check_orphaned();
57247                     org.apache.xmlbeans.SimpleValue target = null;
57248                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DEERMOUSE$154, 0);
57249                     if (target == null)
57250                     {
57251                       return null;
57252                     }
57253                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
57254                 }
57255             }
57256             
57257             
57258 
57259 
57260             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetDeerMouse()
57261             {
57262                 synchronized (monitor())
57263                 {
57264                     check_orphaned();
57265                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
57266                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(DEERMOUSE$154, 0);
57267                     return target;
57268                 }
57269             }
57270             
57271             
57272 
57273 
57274             public boolean isSetDeerMouse()
57275             {
57276                 synchronized (monitor())
57277                 {
57278                     check_orphaned();
57279                     return get_store().count_elements(DEERMOUSE$154) != 0;
57280                 }
57281             }
57282             
57283             
57284 
57285 
57286             public void setDeerMouse(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum deerMouse)
57287             {
57288                 synchronized (monitor())
57289                 {
57290                     check_orphaned();
57291                     org.apache.xmlbeans.SimpleValue target = null;
57292                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DEERMOUSE$154, 0);
57293                     if (target == null)
57294                     {
57295                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(DEERMOUSE$154);
57296                     }
57297                     target.setEnumValue(deerMouse);
57298                 }
57299             }
57300             
57301             
57302 
57303 
57304             public void xsetDeerMouse(gov.grants.apply.system.globalLibraryV20.YesNoDataType deerMouse)
57305             {
57306                 synchronized (monitor())
57307                 {
57308                     check_orphaned();
57309                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
57310                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(DEERMOUSE$154, 0);
57311                     if (target == null)
57312                     {
57313                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(DEERMOUSE$154);
57314                     }
57315                     target.set(deerMouse);
57316                 }
57317             }
57318             
57319             
57320 
57321 
57322             public void unsetDeerMouse()
57323             {
57324                 synchronized (monitor())
57325                 {
57326                     check_orphaned();
57327                     get_store().remove_element(DEERMOUSE$154, 0);
57328                 }
57329             }
57330             
57331             
57332 
57333 
57334             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getGuineaPig()
57335             {
57336                 synchronized (monitor())
57337                 {
57338                     check_orphaned();
57339                     org.apache.xmlbeans.SimpleValue target = null;
57340                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(GUINEAPIG$156, 0);
57341                     if (target == null)
57342                     {
57343                       return null;
57344                     }
57345                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
57346                 }
57347             }
57348             
57349             
57350 
57351 
57352             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetGuineaPig()
57353             {
57354                 synchronized (monitor())
57355                 {
57356                     check_orphaned();
57357                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
57358                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(GUINEAPIG$156, 0);
57359                     return target;
57360                 }
57361             }
57362             
57363             
57364 
57365 
57366             public boolean isSetGuineaPig()
57367             {
57368                 synchronized (monitor())
57369                 {
57370                     check_orphaned();
57371                     return get_store().count_elements(GUINEAPIG$156) != 0;
57372                 }
57373             }
57374             
57375             
57376 
57377 
57378             public void setGuineaPig(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum guineaPig)
57379             {
57380                 synchronized (monitor())
57381                 {
57382                     check_orphaned();
57383                     org.apache.xmlbeans.SimpleValue target = null;
57384                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(GUINEAPIG$156, 0);
57385                     if (target == null)
57386                     {
57387                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(GUINEAPIG$156);
57388                     }
57389                     target.setEnumValue(guineaPig);
57390                 }
57391             }
57392             
57393             
57394 
57395 
57396             public void xsetGuineaPig(gov.grants.apply.system.globalLibraryV20.YesNoDataType guineaPig)
57397             {
57398                 synchronized (monitor())
57399                 {
57400                     check_orphaned();
57401                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
57402                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(GUINEAPIG$156, 0);
57403                     if (target == null)
57404                     {
57405                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(GUINEAPIG$156);
57406                     }
57407                     target.set(guineaPig);
57408                 }
57409             }
57410             
57411             
57412 
57413 
57414             public void unsetGuineaPig()
57415             {
57416                 synchronized (monitor())
57417                 {
57418                     check_orphaned();
57419                     get_store().remove_element(GUINEAPIG$156, 0);
57420                 }
57421             }
57422             
57423             
57424 
57425 
57426             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getHamster()
57427             {
57428                 synchronized (monitor())
57429                 {
57430                     check_orphaned();
57431                     org.apache.xmlbeans.SimpleValue target = null;
57432                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(HAMSTER$158, 0);
57433                     if (target == null)
57434                     {
57435                       return null;
57436                     }
57437                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
57438                 }
57439             }
57440             
57441             
57442 
57443 
57444             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetHamster()
57445             {
57446                 synchronized (monitor())
57447                 {
57448                     check_orphaned();
57449                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
57450                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(HAMSTER$158, 0);
57451                     return target;
57452                 }
57453             }
57454             
57455             
57456 
57457 
57458             public boolean isSetHamster()
57459             {
57460                 synchronized (monitor())
57461                 {
57462                     check_orphaned();
57463                     return get_store().count_elements(HAMSTER$158) != 0;
57464                 }
57465             }
57466             
57467             
57468 
57469 
57470             public void setHamster(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum hamster)
57471             {
57472                 synchronized (monitor())
57473                 {
57474                     check_orphaned();
57475                     org.apache.xmlbeans.SimpleValue target = null;
57476                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(HAMSTER$158, 0);
57477                     if (target == null)
57478                     {
57479                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(HAMSTER$158);
57480                     }
57481                     target.setEnumValue(hamster);
57482                 }
57483             }
57484             
57485             
57486 
57487 
57488             public void xsetHamster(gov.grants.apply.system.globalLibraryV20.YesNoDataType hamster)
57489             {
57490                 synchronized (monitor())
57491                 {
57492                     check_orphaned();
57493                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
57494                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(HAMSTER$158, 0);
57495                     if (target == null)
57496                     {
57497                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(HAMSTER$158);
57498                     }
57499                     target.set(hamster);
57500                 }
57501             }
57502             
57503             
57504 
57505 
57506             public void unsetHamster()
57507             {
57508                 synchronized (monitor())
57509                 {
57510                     check_orphaned();
57511                     get_store().remove_element(HAMSTER$158, 0);
57512                 }
57513             }
57514             
57515             
57516 
57517 
57518             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getKangarooRat()
57519             {
57520                 synchronized (monitor())
57521                 {
57522                     check_orphaned();
57523                     org.apache.xmlbeans.SimpleValue target = null;
57524                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(KANGAROORAT$160, 0);
57525                     if (target == null)
57526                     {
57527                       return null;
57528                     }
57529                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
57530                 }
57531             }
57532             
57533             
57534 
57535 
57536             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetKangarooRat()
57537             {
57538                 synchronized (monitor())
57539                 {
57540                     check_orphaned();
57541                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
57542                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(KANGAROORAT$160, 0);
57543                     return target;
57544                 }
57545             }
57546             
57547             
57548 
57549 
57550             public boolean isSetKangarooRat()
57551             {
57552                 synchronized (monitor())
57553                 {
57554                     check_orphaned();
57555                     return get_store().count_elements(KANGAROORAT$160) != 0;
57556                 }
57557             }
57558             
57559             
57560 
57561 
57562             public void setKangarooRat(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum kangarooRat)
57563             {
57564                 synchronized (monitor())
57565                 {
57566                     check_orphaned();
57567                     org.apache.xmlbeans.SimpleValue target = null;
57568                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(KANGAROORAT$160, 0);
57569                     if (target == null)
57570                     {
57571                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(KANGAROORAT$160);
57572                     }
57573                     target.setEnumValue(kangarooRat);
57574                 }
57575             }
57576             
57577             
57578 
57579 
57580             public void xsetKangarooRat(gov.grants.apply.system.globalLibraryV20.YesNoDataType kangarooRat)
57581             {
57582                 synchronized (monitor())
57583                 {
57584                     check_orphaned();
57585                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
57586                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(KANGAROORAT$160, 0);
57587                     if (target == null)
57588                     {
57589                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(KANGAROORAT$160);
57590                     }
57591                     target.set(kangarooRat);
57592                 }
57593             }
57594             
57595             
57596 
57597 
57598             public void unsetKangarooRat()
57599             {
57600                 synchronized (monitor())
57601                 {
57602                     check_orphaned();
57603                     get_store().remove_element(KANGAROORAT$160, 0);
57604                 }
57605             }
57606             
57607             
57608 
57609 
57610             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMouseLaboratory()
57611             {
57612                 synchronized (monitor())
57613                 {
57614                     check_orphaned();
57615                     org.apache.xmlbeans.SimpleValue target = null;
57616                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MOUSELABORATORY$162, 0);
57617                     if (target == null)
57618                     {
57619                       return null;
57620                     }
57621                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
57622                 }
57623             }
57624             
57625             
57626 
57627 
57628             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMouseLaboratory()
57629             {
57630                 synchronized (monitor())
57631                 {
57632                     check_orphaned();
57633                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
57634                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MOUSELABORATORY$162, 0);
57635                     return target;
57636                 }
57637             }
57638             
57639             
57640 
57641 
57642             public boolean isSetMouseLaboratory()
57643             {
57644                 synchronized (monitor())
57645                 {
57646                     check_orphaned();
57647                     return get_store().count_elements(MOUSELABORATORY$162) != 0;
57648                 }
57649             }
57650             
57651             
57652 
57653 
57654             public void setMouseLaboratory(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum mouseLaboratory)
57655             {
57656                 synchronized (monitor())
57657                 {
57658                     check_orphaned();
57659                     org.apache.xmlbeans.SimpleValue target = null;
57660                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MOUSELABORATORY$162, 0);
57661                     if (target == null)
57662                     {
57663                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(MOUSELABORATORY$162);
57664                     }
57665                     target.setEnumValue(mouseLaboratory);
57666                 }
57667             }
57668             
57669             
57670 
57671 
57672             public void xsetMouseLaboratory(gov.grants.apply.system.globalLibraryV20.YesNoDataType mouseLaboratory)
57673             {
57674                 synchronized (monitor())
57675                 {
57676                     check_orphaned();
57677                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
57678                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(MOUSELABORATORY$162, 0);
57679                     if (target == null)
57680                     {
57681                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(MOUSELABORATORY$162);
57682                     }
57683                     target.set(mouseLaboratory);
57684                 }
57685             }
57686             
57687             
57688 
57689 
57690             public void unsetMouseLaboratory()
57691             {
57692                 synchronized (monitor())
57693                 {
57694                     check_orphaned();
57695                     get_store().remove_element(MOUSELABORATORY$162, 0);
57696                 }
57697             }
57698             
57699             
57700 
57701 
57702             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getRatLaboratory()
57703             {
57704                 synchronized (monitor())
57705                 {
57706                     check_orphaned();
57707                     org.apache.xmlbeans.SimpleValue target = null;
57708                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(RATLABORATORY$164, 0);
57709                     if (target == null)
57710                     {
57711                       return null;
57712                     }
57713                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
57714                 }
57715             }
57716             
57717             
57718 
57719 
57720             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetRatLaboratory()
57721             {
57722                 synchronized (monitor())
57723                 {
57724                     check_orphaned();
57725                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
57726                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(RATLABORATORY$164, 0);
57727                     return target;
57728                 }
57729             }
57730             
57731             
57732 
57733 
57734             public boolean isSetRatLaboratory()
57735             {
57736                 synchronized (monitor())
57737                 {
57738                     check_orphaned();
57739                     return get_store().count_elements(RATLABORATORY$164) != 0;
57740                 }
57741             }
57742             
57743             
57744 
57745 
57746             public void setRatLaboratory(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum ratLaboratory)
57747             {
57748                 synchronized (monitor())
57749                 {
57750                     check_orphaned();
57751                     org.apache.xmlbeans.SimpleValue target = null;
57752                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(RATLABORATORY$164, 0);
57753                     if (target == null)
57754                     {
57755                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(RATLABORATORY$164);
57756                     }
57757                     target.setEnumValue(ratLaboratory);
57758                 }
57759             }
57760             
57761             
57762 
57763 
57764             public void xsetRatLaboratory(gov.grants.apply.system.globalLibraryV20.YesNoDataType ratLaboratory)
57765             {
57766                 synchronized (monitor())
57767                 {
57768                     check_orphaned();
57769                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
57770                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(RATLABORATORY$164, 0);
57771                     if (target == null)
57772                     {
57773                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(RATLABORATORY$164);
57774                     }
57775                     target.set(ratLaboratory);
57776                 }
57777             }
57778             
57779             
57780 
57781 
57782             public void unsetRatLaboratory()
57783             {
57784                 synchronized (monitor())
57785                 {
57786                     check_orphaned();
57787                     get_store().remove_element(RATLABORATORY$164, 0);
57788                 }
57789             }
57790             
57791             
57792 
57793 
57794             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getVole()
57795             {
57796                 synchronized (monitor())
57797                 {
57798                     check_orphaned();
57799                     org.apache.xmlbeans.SimpleValue target = null;
57800                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(VOLE$166, 0);
57801                     if (target == null)
57802                     {
57803                       return null;
57804                     }
57805                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
57806                 }
57807             }
57808             
57809             
57810 
57811 
57812             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetVole()
57813             {
57814                 synchronized (monitor())
57815                 {
57816                     check_orphaned();
57817                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
57818                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(VOLE$166, 0);
57819                     return target;
57820                 }
57821             }
57822             
57823             
57824 
57825 
57826             public boolean isSetVole()
57827             {
57828                 synchronized (monitor())
57829                 {
57830                     check_orphaned();
57831                     return get_store().count_elements(VOLE$166) != 0;
57832                 }
57833             }
57834             
57835             
57836 
57837 
57838             public void setVole(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum vole)
57839             {
57840                 synchronized (monitor())
57841                 {
57842                     check_orphaned();
57843                     org.apache.xmlbeans.SimpleValue target = null;
57844                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(VOLE$166, 0);
57845                     if (target == null)
57846                     {
57847                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(VOLE$166);
57848                     }
57849                     target.setEnumValue(vole);
57850                 }
57851             }
57852             
57853             
57854 
57855 
57856             public void xsetVole(gov.grants.apply.system.globalLibraryV20.YesNoDataType vole)
57857             {
57858                 synchronized (monitor())
57859                 {
57860                     check_orphaned();
57861                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
57862                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(VOLE$166, 0);
57863                     if (target == null)
57864                     {
57865                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(VOLE$166);
57866                     }
57867                     target.set(vole);
57868                 }
57869             }
57870             
57871             
57872 
57873 
57874             public void unsetVole()
57875             {
57876                 synchronized (monitor())
57877                 {
57878                     check_orphaned();
57879                     get_store().remove_element(VOLE$166, 0);
57880                 }
57881             }
57882             
57883             
57884 
57885 
57886             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getDomesticDog()
57887             {
57888                 synchronized (monitor())
57889                 {
57890                     check_orphaned();
57891                     org.apache.xmlbeans.SimpleValue target = null;
57892                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DOMESTICDOG$168, 0);
57893                     if (target == null)
57894                     {
57895                       return null;
57896                     }
57897                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
57898                 }
57899             }
57900             
57901             
57902 
57903 
57904             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetDomesticDog()
57905             {
57906                 synchronized (monitor())
57907                 {
57908                     check_orphaned();
57909                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
57910                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(DOMESTICDOG$168, 0);
57911                     return target;
57912                 }
57913             }
57914             
57915             
57916 
57917 
57918             public boolean isSetDomesticDog()
57919             {
57920                 synchronized (monitor())
57921                 {
57922                     check_orphaned();
57923                     return get_store().count_elements(DOMESTICDOG$168) != 0;
57924                 }
57925             }
57926             
57927             
57928 
57929 
57930             public void setDomesticDog(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum domesticDog)
57931             {
57932                 synchronized (monitor())
57933                 {
57934                     check_orphaned();
57935                     org.apache.xmlbeans.SimpleValue target = null;
57936                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DOMESTICDOG$168, 0);
57937                     if (target == null)
57938                     {
57939                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(DOMESTICDOG$168);
57940                     }
57941                     target.setEnumValue(domesticDog);
57942                 }
57943             }
57944             
57945             
57946 
57947 
57948             public void xsetDomesticDog(gov.grants.apply.system.globalLibraryV20.YesNoDataType domesticDog)
57949             {
57950                 synchronized (monitor())
57951                 {
57952                     check_orphaned();
57953                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
57954                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(DOMESTICDOG$168, 0);
57955                     if (target == null)
57956                     {
57957                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(DOMESTICDOG$168);
57958                     }
57959                     target.set(domesticDog);
57960                 }
57961             }
57962             
57963             
57964 
57965 
57966             public void unsetDomesticDog()
57967             {
57968                 synchronized (monitor())
57969                 {
57970                     check_orphaned();
57971                     get_store().remove_element(DOMESTICDOG$168, 0);
57972                 }
57973             }
57974             
57975             
57976 
57977 
57978             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getDomesticCat()
57979             {
57980                 synchronized (monitor())
57981                 {
57982                     check_orphaned();
57983                     org.apache.xmlbeans.SimpleValue target = null;
57984                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DOMESTICCAT$170, 0);
57985                     if (target == null)
57986                     {
57987                       return null;
57988                     }
57989                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
57990                 }
57991             }
57992             
57993             
57994 
57995 
57996             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetDomesticCat()
57997             {
57998                 synchronized (monitor())
57999                 {
58000                     check_orphaned();
58001                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
58002                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(DOMESTICCAT$170, 0);
58003                     return target;
58004                 }
58005             }
58006             
58007             
58008 
58009 
58010             public boolean isSetDomesticCat()
58011             {
58012                 synchronized (monitor())
58013                 {
58014                     check_orphaned();
58015                     return get_store().count_elements(DOMESTICCAT$170) != 0;
58016                 }
58017             }
58018             
58019             
58020 
58021 
58022             public void setDomesticCat(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum domesticCat)
58023             {
58024                 synchronized (monitor())
58025                 {
58026                     check_orphaned();
58027                     org.apache.xmlbeans.SimpleValue target = null;
58028                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DOMESTICCAT$170, 0);
58029                     if (target == null)
58030                     {
58031                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(DOMESTICCAT$170);
58032                     }
58033                     target.setEnumValue(domesticCat);
58034                 }
58035             }
58036             
58037             
58038 
58039 
58040             public void xsetDomesticCat(gov.grants.apply.system.globalLibraryV20.YesNoDataType domesticCat)
58041             {
58042                 synchronized (monitor())
58043                 {
58044                     check_orphaned();
58045                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
58046                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(DOMESTICCAT$170, 0);
58047                     if (target == null)
58048                     {
58049                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(DOMESTICCAT$170);
58050                     }
58051                     target.set(domesticCat);
58052                 }
58053             }
58054             
58055             
58056 
58057 
58058             public void unsetDomesticCat()
58059             {
58060                 synchronized (monitor())
58061                 {
58062                     check_orphaned();
58063                     get_store().remove_element(DOMESTICCAT$170, 0);
58064                 }
58065             }
58066             
58067             
58068 
58069 
58070             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFerret()
58071             {
58072                 synchronized (monitor())
58073                 {
58074                     check_orphaned();
58075                     org.apache.xmlbeans.SimpleValue target = null;
58076                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FERRET$172, 0);
58077                     if (target == null)
58078                     {
58079                       return null;
58080                     }
58081                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
58082                 }
58083             }
58084             
58085             
58086 
58087 
58088             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFerret()
58089             {
58090                 synchronized (monitor())
58091                 {
58092                     check_orphaned();
58093                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
58094                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(FERRET$172, 0);
58095                     return target;
58096                 }
58097             }
58098             
58099             
58100 
58101 
58102             public boolean isSetFerret()
58103             {
58104                 synchronized (monitor())
58105                 {
58106                     check_orphaned();
58107                     return get_store().count_elements(FERRET$172) != 0;
58108                 }
58109             }
58110             
58111             
58112 
58113 
58114             public void setFerret(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum ferret)
58115             {
58116                 synchronized (monitor())
58117                 {
58118                     check_orphaned();
58119                     org.apache.xmlbeans.SimpleValue target = null;
58120                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FERRET$172, 0);
58121                     if (target == null)
58122                     {
58123                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(FERRET$172);
58124                     }
58125                     target.setEnumValue(ferret);
58126                 }
58127             }
58128             
58129             
58130 
58131 
58132             public void xsetFerret(gov.grants.apply.system.globalLibraryV20.YesNoDataType ferret)
58133             {
58134                 synchronized (monitor())
58135                 {
58136                     check_orphaned();
58137                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
58138                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(FERRET$172, 0);
58139                     if (target == null)
58140                     {
58141                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(FERRET$172);
58142                     }
58143                     target.set(ferret);
58144                 }
58145             }
58146             
58147             
58148 
58149 
58150             public void unsetFerret()
58151             {
58152                 synchronized (monitor())
58153                 {
58154                     check_orphaned();
58155                     get_store().remove_element(FERRET$172, 0);
58156                 }
58157             }
58158             
58159             
58160 
58161 
58162             public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFarmAnimals()
58163             {
58164                 synchronized (monitor())
58165                 {
58166                     check_orphaned();
58167                     org.apache.xmlbeans.SimpleValue target = null;
58168                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FARMANIMALS$174, 0);
58169                     if (target == null)
58170                     {
58171                       return null;
58172                     }
58173                     return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
58174                 }
58175             }
58176             
58177             
58178 
58179 
58180             public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFarmAnimals()
58181             {
58182                 synchronized (monitor())
58183                 {
58184                     check_orphaned();
58185                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
58186                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(FARMANIMALS$174, 0);
58187                     return target;
58188                 }
58189             }
58190             
58191             
58192 
58193 
58194             public boolean isSetFarmAnimals()
58195             {
58196                 synchronized (monitor())
58197                 {
58198                     check_orphaned();
58199                     return get_store().count_elements(FARMANIMALS$174) != 0;
58200                 }
58201             }
58202             
58203             
58204 
58205 
58206             public void setFarmAnimals(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum farmAnimals)
58207             {
58208                 synchronized (monitor())
58209                 {
58210                     check_orphaned();
58211                     org.apache.xmlbeans.SimpleValue target = null;
58212                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FARMANIMALS$174, 0);
58213                     if (target == null)
58214                     {
58215                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(FARMANIMALS$174);
58216                     }
58217                     target.setEnumValue(farmAnimals);
58218                 }
58219             }
58220             
58221             
58222 
58223 
58224             public void xsetFarmAnimals(gov.grants.apply.system.globalLibraryV20.YesNoDataType farmAnimals)
58225             {
58226                 synchronized (monitor())
58227                 {
58228                     check_orphaned();
58229                     gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
58230                     target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(FARMANIMALS$174, 0);
58231                     if (target == null)
58232                     {
58233                       target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(FARMANIMALS$174);
58234                     }
58235                     target.set(farmAnimals);
58236                 }
58237             }
58238             
58239             
58240 
58241 
58242             public void unsetFarmAnimals()
58243             {
58244                 synchronized (monitor())
58245                 {
58246                     check_orphaned();
58247                     get_store().remove_element(FARMANIMALS$174, 0);
58248                 }
58249             }
58250             
58251             
58252 
58253 
58254             public java.lang.String getOwnmodelorganism()
58255             {
58256                 synchronized (monitor())
58257                 {
58258                     check_orphaned();
58259                     org.apache.xmlbeans.SimpleValue target = null;
58260                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(OWNMODELORGANISM$176, 0);
58261                     if (target == null)
58262                     {
58263                       return null;
58264                     }
58265                     return target.getStringValue();
58266                 }
58267             }
58268             
58269             
58270 
58271 
58272             public gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.MODELORGANISM.Ownmodelorganism xgetOwnmodelorganism()
58273             {
58274                 synchronized (monitor())
58275                 {
58276                     check_orphaned();
58277                     gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.MODELORGANISM.Ownmodelorganism target = null;
58278                     target = (gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.MODELORGANISM.Ownmodelorganism)get_store().find_element_user(OWNMODELORGANISM$176, 0);
58279                     return target;
58280                 }
58281             }
58282             
58283             
58284 
58285 
58286             public boolean isSetOwnmodelorganism()
58287             {
58288                 synchronized (monitor())
58289                 {
58290                     check_orphaned();
58291                     return get_store().count_elements(OWNMODELORGANISM$176) != 0;
58292                 }
58293             }
58294             
58295             
58296 
58297 
58298             public void setOwnmodelorganism(java.lang.String ownmodelorganism)
58299             {
58300                 synchronized (monitor())
58301                 {
58302                     check_orphaned();
58303                     org.apache.xmlbeans.SimpleValue target = null;
58304                     target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(OWNMODELORGANISM$176, 0);
58305                     if (target == null)
58306                     {
58307                       target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(OWNMODELORGANISM$176);
58308                     }
58309                     target.setStringValue(ownmodelorganism);
58310                 }
58311             }
58312             
58313             
58314 
58315 
58316             public void xsetOwnmodelorganism(gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.MODELORGANISM.Ownmodelorganism ownmodelorganism)
58317             {
58318                 synchronized (monitor())
58319                 {
58320                     check_orphaned();
58321                     gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.MODELORGANISM.Ownmodelorganism target = null;
58322                     target = (gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.MODELORGANISM.Ownmodelorganism)get_store().find_element_user(OWNMODELORGANISM$176, 0);
58323                     if (target == null)
58324                     {
58325                       target = (gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.MODELORGANISM.Ownmodelorganism)get_store().add_element_user(OWNMODELORGANISM$176);
58326                     }
58327                     target.set(ownmodelorganism);
58328                 }
58329             }
58330             
58331             
58332 
58333 
58334             public void unsetOwnmodelorganism()
58335             {
58336                 synchronized (monitor())
58337                 {
58338                     check_orphaned();
58339                     get_store().remove_element(OWNMODELORGANISM$176, 0);
58340                 }
58341             }
58342             
58343 
58344 
58345 
58346 
58347             public static class OwnmodelorganismImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements gov.grants.apply.forms.nsfIOBV10.NSFIOBDocument.NSFIOB.MODELORGANISM.Ownmodelorganism
58348             {
58349                 private static final long serialVersionUID = 1L;
58350                 
58351                 public OwnmodelorganismImpl(org.apache.xmlbeans.SchemaType sType)
58352                 {
58353                     super(sType, false);
58354                 }
58355                 
58356                 protected OwnmodelorganismImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
58357                 {
58358                     super(sType, b);
58359                 }
58360             }
58361         }
58362     }
58363 }