View Javadoc
1   /*
2    * An XML document type.
3    * Localname: LobbyingActivitiesDisclosure
4    * Namespace: http://apply.grants.gov/forms/SFLLL-V1.0
5    * Java type: gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.sflllV10;
10  
11  
12  /**
13   * A document containing one LobbyingActivitiesDisclosure(@http://apply.grants.gov/forms/SFLLL-V1.0) element.
14   *
15   * This is a complex type.
16   */
17  public interface LobbyingActivitiesDisclosureDocument extends org.apache.xmlbeans.XmlObject
18  {
19      public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
20          org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(LobbyingActivitiesDisclosureDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("lobbyingactivitiesdisclosure72d8doctype");
21      
22      /**
23       * Gets the "LobbyingActivitiesDisclosure" element
24       */
25      gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure getLobbyingActivitiesDisclosure();
26      
27      /**
28       * Sets the "LobbyingActivitiesDisclosure" element
29       */
30      void setLobbyingActivitiesDisclosure(gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure lobbyingActivitiesDisclosure);
31      
32      /**
33       * Appends and returns a new empty "LobbyingActivitiesDisclosure" element
34       */
35      gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure addNewLobbyingActivitiesDisclosure();
36      
37      /**
38       * An XML LobbyingActivitiesDisclosure(@http://apply.grants.gov/forms/SFLLL-V1.0).
39       *
40       * This is a complex type.
41       */
42      public interface LobbyingActivitiesDisclosure extends org.apache.xmlbeans.XmlObject
43      {
44          public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
45              org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(LobbyingActivitiesDisclosure.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("lobbyingactivitiesdisclosurea1baelemtype");
46          
47          /**
48           * Gets the "FederalActionType" element
49           */
50          gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionType.Enum getFederalActionType();
51          
52          /**
53           * Gets (as xml) the "FederalActionType" element
54           */
55          gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionType xgetFederalActionType();
56          
57          /**
58           * Sets the "FederalActionType" element
59           */
60          void setFederalActionType(gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionType.Enum federalActionType);
61          
62          /**
63           * Sets (as xml) the "FederalActionType" element
64           */
65          void xsetFederalActionType(gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionType federalActionType);
66          
67          /**
68           * Gets the "FederalActionStatus" element
69           */
70          gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionStatus.Enum getFederalActionStatus();
71          
72          /**
73           * Gets (as xml) the "FederalActionStatus" element
74           */
75          gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionStatus xgetFederalActionStatus();
76          
77          /**
78           * Sets the "FederalActionStatus" element
79           */
80          void setFederalActionStatus(gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionStatus.Enum federalActionStatus);
81          
82          /**
83           * Sets (as xml) the "FederalActionStatus" element
84           */
85          void xsetFederalActionStatus(gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionStatus federalActionStatus);
86          
87          /**
88           * Gets the "ReportType" element
89           */
90          gov.grants.apply.forms.sflllV10.ReportDataType.Enum getReportType();
91          
92          /**
93           * Gets (as xml) the "ReportType" element
94           */
95          gov.grants.apply.forms.sflllV10.ReportDataType xgetReportType();
96          
97          /**
98           * Sets the "ReportType" element
99           */
100         void setReportType(gov.grants.apply.forms.sflllV10.ReportDataType.Enum reportType);
101         
102         /**
103          * Sets (as xml) the "ReportType" element
104          */
105         void xsetReportType(gov.grants.apply.forms.sflllV10.ReportDataType reportType);
106         
107         /**
108          * Gets the "MaterialChangeSupplement" element
109          */
110         gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.MaterialChangeSupplement getMaterialChangeSupplement();
111         
112         /**
113          * True if has "MaterialChangeSupplement" element
114          */
115         boolean isSetMaterialChangeSupplement();
116         
117         /**
118          * Sets the "MaterialChangeSupplement" element
119          */
120         void setMaterialChangeSupplement(gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.MaterialChangeSupplement materialChangeSupplement);
121         
122         /**
123          * Appends and returns a new empty "MaterialChangeSupplement" element
124          */
125         gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.MaterialChangeSupplement addNewMaterialChangeSupplement();
126         
127         /**
128          * Unsets the "MaterialChangeSupplement" element
129          */
130         void unsetMaterialChangeSupplement();
131         
132         /**
133          * Gets the "ReportEntity" element
134          */
135         gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity getReportEntity();
136         
137         /**
138          * Sets the "ReportEntity" element
139          */
140         void setReportEntity(gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity reportEntity);
141         
142         /**
143          * Appends and returns a new empty "ReportEntity" element
144          */
145         gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity addNewReportEntity();
146         
147         /**
148          * Gets the "FederalAgencyDepartment" element
149          */
150         java.lang.String getFederalAgencyDepartment();
151         
152         /**
153          * Gets (as xml) the "FederalAgencyDepartment" element
154          */
155         gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalAgencyDepartment xgetFederalAgencyDepartment();
156         
157         /**
158          * Sets the "FederalAgencyDepartment" element
159          */
160         void setFederalAgencyDepartment(java.lang.String federalAgencyDepartment);
161         
162         /**
163          * Sets (as xml) the "FederalAgencyDepartment" element
164          */
165         void xsetFederalAgencyDepartment(gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalAgencyDepartment federalAgencyDepartment);
166         
167         /**
168          * Gets the "FederalProgramName" element
169          */
170         gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalProgramName getFederalProgramName();
171         
172         /**
173          * Sets the "FederalProgramName" element
174          */
175         void setFederalProgramName(gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalProgramName federalProgramName);
176         
177         /**
178          * Appends and returns a new empty "FederalProgramName" element
179          */
180         gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalProgramName addNewFederalProgramName();
181         
182         /**
183          * Gets the "FederalActionNumber" element
184          */
185         java.lang.String getFederalActionNumber();
186         
187         /**
188          * Gets (as xml) the "FederalActionNumber" element
189          */
190         gov.grants.apply.system.globalV10.StringMin1Max110Type xgetFederalActionNumber();
191         
192         /**
193          * True if has "FederalActionNumber" element
194          */
195         boolean isSetFederalActionNumber();
196         
197         /**
198          * Sets the "FederalActionNumber" element
199          */
200         void setFederalActionNumber(java.lang.String federalActionNumber);
201         
202         /**
203          * Sets (as xml) the "FederalActionNumber" element
204          */
205         void xsetFederalActionNumber(gov.grants.apply.system.globalV10.StringMin1Max110Type federalActionNumber);
206         
207         /**
208          * Unsets the "FederalActionNumber" element
209          */
210         void unsetFederalActionNumber();
211         
212         /**
213          * Gets the "AwardAmount" element
214          */
215         java.math.BigDecimal getAwardAmount();
216         
217         /**
218          * Gets (as xml) the "AwardAmount" element
219          */
220         gov.grants.apply.system.globalV10.DecimalMin1Max15Places2Type xgetAwardAmount();
221         
222         /**
223          * True if has "AwardAmount" element
224          */
225         boolean isSetAwardAmount();
226         
227         /**
228          * Sets the "AwardAmount" element
229          */
230         void setAwardAmount(java.math.BigDecimal awardAmount);
231         
232         /**
233          * Sets (as xml) the "AwardAmount" element
234          */
235         void xsetAwardAmount(gov.grants.apply.system.globalV10.DecimalMin1Max15Places2Type awardAmount);
236         
237         /**
238          * Unsets the "AwardAmount" element
239          */
240         void unsetAwardAmount();
241         
242         /**
243          * Gets the "LobbyingRegistrant" element
244          */
245         gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.LobbyingRegistrant getLobbyingRegistrant();
246         
247         /**
248          * Sets the "LobbyingRegistrant" element
249          */
250         void setLobbyingRegistrant(gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.LobbyingRegistrant lobbyingRegistrant);
251         
252         /**
253          * Appends and returns a new empty "LobbyingRegistrant" element
254          */
255         gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.LobbyingRegistrant addNewLobbyingRegistrant();
256         
257         /**
258          * Gets the "IndividualsPerformingServices" element
259          */
260         gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices getIndividualsPerformingServices();
261         
262         /**
263          * Sets the "IndividualsPerformingServices" element
264          */
265         void setIndividualsPerformingServices(gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices individualsPerformingServices);
266         
267         /**
268          * Appends and returns a new empty "IndividualsPerformingServices" element
269          */
270         gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices addNewIndividualsPerformingServices();
271         
272         /**
273          * Gets the "SignatureBlock" element
274          */
275         gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.SignatureBlock getSignatureBlock();
276         
277         /**
278          * Sets the "SignatureBlock" element
279          */
280         void setSignatureBlock(gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.SignatureBlock signatureBlock);
281         
282         /**
283          * Appends and returns a new empty "SignatureBlock" element
284          */
285         gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.SignatureBlock addNewSignatureBlock();
286         
287         /**
288          * Gets the "FormVersion" attribute
289          */
290         java.lang.String getFormVersion();
291         
292         /**
293          * Gets (as xml) the "FormVersion" attribute
294          */
295         gov.grants.apply.system.globalV10.StringMin1Max30Type xgetFormVersion();
296         
297         /**
298          * Sets the "FormVersion" attribute
299          */
300         void setFormVersion(java.lang.String formVersion);
301         
302         /**
303          * Sets (as xml) the "FormVersion" attribute
304          */
305         void xsetFormVersion(gov.grants.apply.system.globalV10.StringMin1Max30Type formVersion);
306         
307         /**
308          * An XML FederalActionType(@http://apply.grants.gov/forms/SFLLL-V1.0).
309          *
310          * This is an atomic type that is a restriction of gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument$LobbyingActivitiesDisclosure$FederalActionType.
311          */
312         public interface FederalActionType extends org.apache.xmlbeans.XmlString
313         {
314             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
315                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FederalActionType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("federalactiontypef841elemtype");
316             
317             org.apache.xmlbeans.StringEnumAbstractBase enumValue();
318             void set(org.apache.xmlbeans.StringEnumAbstractBase e);
319             
320             static final Enum CONTRACT = Enum.forString("Contract");
321             static final Enum GRANT = Enum.forString("Grant");
322             static final Enum COOP_AGREE = Enum.forString("CoopAgree");
323             static final Enum LOAN = Enum.forString("Loan");
324             static final Enum LOAN_GUARANTEE = Enum.forString("LoanGuarantee");
325             static final Enum LOAN_INSURANCE = Enum.forString("LoanInsurance");
326             
327             static final int INT_CONTRACT = Enum.INT_CONTRACT;
328             static final int INT_GRANT = Enum.INT_GRANT;
329             static final int INT_COOP_AGREE = Enum.INT_COOP_AGREE;
330             static final int INT_LOAN = Enum.INT_LOAN;
331             static final int INT_LOAN_GUARANTEE = Enum.INT_LOAN_GUARANTEE;
332             static final int INT_LOAN_INSURANCE = Enum.INT_LOAN_INSURANCE;
333             
334             /**
335              * Enumeration value class for gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument$LobbyingActivitiesDisclosure$FederalActionType.
336              * These enum values can be used as follows:
337              * <pre>
338              * enum.toString(); // returns the string value of the enum
339              * enum.intValue(); // returns an int value, useful for switches
340              * // e.g., case Enum.INT_CONTRACT
341              * Enum.forString(s); // returns the enum value for a string
342              * Enum.forInt(i); // returns the enum value for an int
343              * </pre>
344              * Enumeration objects are immutable singleton objects that
345              * can be compared using == object equality. They have no
346              * public constructor. See the constants defined within this
347              * class for all the valid values.
348              */
349             static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
350             {
351                 /**
352                  * Returns the enum value for a string, or null if none.
353                  */
354                 public static Enum forString(java.lang.String s)
355                     { return (Enum)table.forString(s); }
356                 /**
357                  * Returns the enum value corresponding to an int, or null if none.
358                  */
359                 public static Enum forInt(int i)
360                     { return (Enum)table.forInt(i); }
361                 
362                 private Enum(java.lang.String s, int i)
363                     { super(s, i); }
364                 
365                 static final int INT_CONTRACT = 1;
366                 static final int INT_GRANT = 2;
367                 static final int INT_COOP_AGREE = 3;
368                 static final int INT_LOAN = 4;
369                 static final int INT_LOAN_GUARANTEE = 5;
370                 static final int INT_LOAN_INSURANCE = 6;
371                 
372                 public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
373                     new org.apache.xmlbeans.StringEnumAbstractBase.Table
374                 (
375                     new Enum[]
376                     {
377                       new Enum("Contract", INT_CONTRACT),
378                       new Enum("Grant", INT_GRANT),
379                       new Enum("CoopAgree", INT_COOP_AGREE),
380                       new Enum("Loan", INT_LOAN),
381                       new Enum("LoanGuarantee", INT_LOAN_GUARANTEE),
382                       new Enum("LoanInsurance", INT_LOAN_INSURANCE),
383                     }
384                 );
385                 private static final long serialVersionUID = 1L;
386                 private java.lang.Object readResolve() { return forInt(intValue()); } 
387             }
388             
389             /**
390              * A factory class with static methods for creating instances
391              * of this type.
392              */
393             
394             public static final class Factory
395             {
396                 public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionType newValue(java.lang.Object obj) {
397                   return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionType) type.newValue( obj ); }
398                 
399                 public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionType newInstance() {
400                   return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
401                 
402                 public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionType newInstance(org.apache.xmlbeans.XmlOptions options) {
403                   return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
404                 
405                 private Factory() { } // No instance of this class allowed
406             }
407         }
408         
409         /**
410          * An XML FederalActionStatus(@http://apply.grants.gov/forms/SFLLL-V1.0).
411          *
412          * This is an atomic type that is a restriction of gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument$LobbyingActivitiesDisclosure$FederalActionStatus.
413          */
414         public interface FederalActionStatus extends org.apache.xmlbeans.XmlString
415         {
416             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
417                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FederalActionStatus.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("federalactionstatuscb49elemtype");
418             
419             org.apache.xmlbeans.StringEnumAbstractBase enumValue();
420             void set(org.apache.xmlbeans.StringEnumAbstractBase e);
421             
422             static final Enum BID_OFFER = Enum.forString("BidOffer");
423             static final Enum INITIAL_AWARD = Enum.forString("InitialAward");
424             static final Enum POST_AWARD = Enum.forString("PostAward");
425             
426             static final int INT_BID_OFFER = Enum.INT_BID_OFFER;
427             static final int INT_INITIAL_AWARD = Enum.INT_INITIAL_AWARD;
428             static final int INT_POST_AWARD = Enum.INT_POST_AWARD;
429             
430             /**
431              * Enumeration value class for gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument$LobbyingActivitiesDisclosure$FederalActionStatus.
432              * These enum values can be used as follows:
433              * <pre>
434              * enum.toString(); // returns the string value of the enum
435              * enum.intValue(); // returns an int value, useful for switches
436              * // e.g., case Enum.INT_BID_OFFER
437              * Enum.forString(s); // returns the enum value for a string
438              * Enum.forInt(i); // returns the enum value for an int
439              * </pre>
440              * Enumeration objects are immutable singleton objects that
441              * can be compared using == object equality. They have no
442              * public constructor. See the constants defined within this
443              * class for all the valid values.
444              */
445             static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
446             {
447                 /**
448                  * Returns the enum value for a string, or null if none.
449                  */
450                 public static Enum forString(java.lang.String s)
451                     { return (Enum)table.forString(s); }
452                 /**
453                  * Returns the enum value corresponding to an int, or null if none.
454                  */
455                 public static Enum forInt(int i)
456                     { return (Enum)table.forInt(i); }
457                 
458                 private Enum(java.lang.String s, int i)
459                     { super(s, i); }
460                 
461                 static final int INT_BID_OFFER = 1;
462                 static final int INT_INITIAL_AWARD = 2;
463                 static final int INT_POST_AWARD = 3;
464                 
465                 public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
466                     new org.apache.xmlbeans.StringEnumAbstractBase.Table
467                 (
468                     new Enum[]
469                     {
470                       new Enum("BidOffer", INT_BID_OFFER),
471                       new Enum("InitialAward", INT_INITIAL_AWARD),
472                       new Enum("PostAward", INT_POST_AWARD),
473                     }
474                 );
475                 private static final long serialVersionUID = 1L;
476                 private java.lang.Object readResolve() { return forInt(intValue()); } 
477             }
478             
479             /**
480              * A factory class with static methods for creating instances
481              * of this type.
482              */
483             
484             public static final class Factory
485             {
486                 public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionStatus newValue(java.lang.Object obj) {
487                   return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionStatus) type.newValue( obj ); }
488                 
489                 public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionStatus newInstance() {
490                   return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionStatus) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
491                 
492                 public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionStatus newInstance(org.apache.xmlbeans.XmlOptions options) {
493                   return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalActionStatus) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
494                 
495                 private Factory() { } // No instance of this class allowed
496             }
497         }
498         
499         /**
500          * An XML MaterialChangeSupplement(@http://apply.grants.gov/forms/SFLLL-V1.0).
501          *
502          * This is a complex type.
503          */
504         public interface MaterialChangeSupplement extends org.apache.xmlbeans.XmlObject
505         {
506             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
507                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(MaterialChangeSupplement.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("materialchangesupplementefaeelemtype");
508             
509             /**
510              * Gets the "MaterialChangeYear" element
511              */
512             java.util.Calendar getMaterialChangeYear();
513             
514             /**
515              * Gets (as xml) the "MaterialChangeYear" element
516              */
517             org.apache.xmlbeans.XmlGYear xgetMaterialChangeYear();
518             
519             /**
520              * Sets the "MaterialChangeYear" element
521              */
522             void setMaterialChangeYear(java.util.Calendar materialChangeYear);
523             
524             /**
525              * Sets (as xml) the "MaterialChangeYear" element
526              */
527             void xsetMaterialChangeYear(org.apache.xmlbeans.XmlGYear materialChangeYear);
528             
529             /**
530              * Gets the "MaterialChangeQuarter" element
531              */
532             short getMaterialChangeQuarter();
533             
534             /**
535              * Gets (as xml) the "MaterialChangeQuarter" element
536              */
537             gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.MaterialChangeSupplement.MaterialChangeQuarter xgetMaterialChangeQuarter();
538             
539             /**
540              * Sets the "MaterialChangeQuarter" element
541              */
542             void setMaterialChangeQuarter(short materialChangeQuarter);
543             
544             /**
545              * Sets (as xml) the "MaterialChangeQuarter" element
546              */
547             void xsetMaterialChangeQuarter(gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.MaterialChangeSupplement.MaterialChangeQuarter materialChangeQuarter);
548             
549             /**
550              * Gets the "LastReportDate" element
551              */
552             java.util.Calendar getLastReportDate();
553             
554             /**
555              * Gets (as xml) the "LastReportDate" element
556              */
557             org.apache.xmlbeans.XmlDate xgetLastReportDate();
558             
559             /**
560              * Sets the "LastReportDate" element
561              */
562             void setLastReportDate(java.util.Calendar lastReportDate);
563             
564             /**
565              * Sets (as xml) the "LastReportDate" element
566              */
567             void xsetLastReportDate(org.apache.xmlbeans.XmlDate lastReportDate);
568             
569             /**
570              * Gets the "ReportType" attribute
571              */
572             gov.grants.apply.forms.sflllV10.ReportDataType.Enum getReportType();
573             
574             /**
575              * Gets (as xml) the "ReportType" attribute
576              */
577             gov.grants.apply.forms.sflllV10.ReportDataType xgetReportType();
578             
579             /**
580              * True if has "ReportType" attribute
581              */
582             boolean isSetReportType();
583             
584             /**
585              * Sets the "ReportType" attribute
586              */
587             void setReportType(gov.grants.apply.forms.sflllV10.ReportDataType.Enum reportType);
588             
589             /**
590              * Sets (as xml) the "ReportType" attribute
591              */
592             void xsetReportType(gov.grants.apply.forms.sflllV10.ReportDataType reportType);
593             
594             /**
595              * Unsets the "ReportType" attribute
596              */
597             void unsetReportType();
598             
599             /**
600              * An XML MaterialChangeQuarter(@http://apply.grants.gov/forms/SFLLL-V1.0).
601              *
602              * This is an atomic type that is a restriction of gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument$LobbyingActivitiesDisclosure$MaterialChangeSupplement$MaterialChangeQuarter.
603              */
604             public interface MaterialChangeQuarter extends org.apache.xmlbeans.XmlShort
605             {
606                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
607                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(MaterialChangeQuarter.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("materialchangequarterecafelemtype");
608                 
609                 /**
610                  * A factory class with static methods for creating instances
611                  * of this type.
612                  */
613                 
614                 public static final class Factory
615                 {
616                     public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.MaterialChangeSupplement.MaterialChangeQuarter newValue(java.lang.Object obj) {
617                       return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.MaterialChangeSupplement.MaterialChangeQuarter) type.newValue( obj ); }
618                     
619                     public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.MaterialChangeSupplement.MaterialChangeQuarter newInstance() {
620                       return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.MaterialChangeSupplement.MaterialChangeQuarter) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
621                     
622                     public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.MaterialChangeSupplement.MaterialChangeQuarter newInstance(org.apache.xmlbeans.XmlOptions options) {
623                       return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.MaterialChangeSupplement.MaterialChangeQuarter) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
624                     
625                     private Factory() { } // No instance of this class allowed
626                 }
627             }
628             
629             /**
630              * A factory class with static methods for creating instances
631              * of this type.
632              */
633             
634             public static final class Factory
635             {
636                 public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.MaterialChangeSupplement newInstance() {
637                   return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.MaterialChangeSupplement) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
638                 
639                 public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.MaterialChangeSupplement newInstance(org.apache.xmlbeans.XmlOptions options) {
640                   return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.MaterialChangeSupplement) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
641                 
642                 private Factory() { } // No instance of this class allowed
643             }
644         }
645         
646         /**
647          * An XML ReportEntity(@http://apply.grants.gov/forms/SFLLL-V1.0).
648          *
649          * This is a complex type.
650          */
651         public interface ReportEntity extends org.apache.xmlbeans.XmlObject
652         {
653             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
654                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ReportEntity.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("reportentityf767elemtype");
655             
656             /**
657              * Gets the "ReportEntityIsPrime" element
658              */
659             gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum getReportEntityIsPrime();
660             
661             /**
662              * Gets (as xml) the "ReportEntityIsPrime" element
663              */
664             gov.grants.apply.system.globalLibraryV10.YesNoDataType xgetReportEntityIsPrime();
665             
666             /**
667              * Sets the "ReportEntityIsPrime" element
668              */
669             void setReportEntityIsPrime(gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum reportEntityIsPrime);
670             
671             /**
672              * Sets (as xml) the "ReportEntityIsPrime" element
673              */
674             void xsetReportEntityIsPrime(gov.grants.apply.system.globalLibraryV10.YesNoDataType reportEntityIsPrime);
675             
676             /**
677              * Gets the "Prime" element
678              */
679             gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.Prime getPrime();
680             
681             /**
682              * Sets the "Prime" element
683              */
684             void setPrime(gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.Prime prime);
685             
686             /**
687              * Appends and returns a new empty "Prime" element
688              */
689             gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.Prime addNewPrime();
690             
691             /**
692              * Gets the "SubAwardee" element
693              */
694             gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.SubAwardee getSubAwardee();
695             
696             /**
697              * True if has "SubAwardee" element
698              */
699             boolean isSetSubAwardee();
700             
701             /**
702              * Sets the "SubAwardee" element
703              */
704             void setSubAwardee(gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.SubAwardee subAwardee);
705             
706             /**
707              * Appends and returns a new empty "SubAwardee" element
708              */
709             gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.SubAwardee addNewSubAwardee();
710             
711             /**
712              * Unsets the "SubAwardee" element
713              */
714             void unsetSubAwardee();
715             
716             /**
717              * Gets the "Tier" element
718              */
719             gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.Tier getTier();
720             
721             /**
722              * True if has "Tier" element
723              */
724             boolean isSetTier();
725             
726             /**
727              * Sets the "Tier" element
728              */
729             void setTier(gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.Tier tier);
730             
731             /**
732              * Appends and returns a new empty "Tier" element
733              */
734             gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.Tier addNewTier();
735             
736             /**
737              * Unsets the "Tier" element
738              */
739             void unsetTier();
740             
741             /**
742              * Gets the "ReportEntityType" attribute
743              */
744             gov.grants.apply.forms.sflllV10.ReportEntityDataType.Enum getReportEntityType();
745             
746             /**
747              * Gets (as xml) the "ReportEntityType" attribute
748              */
749             gov.grants.apply.forms.sflllV10.ReportEntityDataType xgetReportEntityType();
750             
751             /**
752              * Sets the "ReportEntityType" attribute
753              */
754             void setReportEntityType(gov.grants.apply.forms.sflllV10.ReportEntityDataType.Enum reportEntityType);
755             
756             /**
757              * Sets (as xml) the "ReportEntityType" attribute
758              */
759             void xsetReportEntityType(gov.grants.apply.forms.sflllV10.ReportEntityDataType reportEntityType);
760             
761             /**
762              * An XML Prime(@http://apply.grants.gov/forms/SFLLL-V1.0).
763              *
764              * This is a complex type.
765              */
766             public interface Prime extends gov.grants.apply.forms.sflllV10.AwardeeDataType
767             {
768                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
769                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Prime.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("prime11f2elemtype");
770                 
771                 /**
772                  * Gets the "ReportEntityType" attribute
773                  */
774                 gov.grants.apply.forms.sflllV10.ReportEntityDataType.Enum getReportEntityType();
775                 
776                 /**
777                  * Gets (as xml) the "ReportEntityType" attribute
778                  */
779                 gov.grants.apply.forms.sflllV10.ReportEntityDataType xgetReportEntityType();
780                 
781                 /**
782                  * Sets the "ReportEntityType" attribute
783                  */
784                 void setReportEntityType(gov.grants.apply.forms.sflllV10.ReportEntityDataType.Enum reportEntityType);
785                 
786                 /**
787                  * Sets (as xml) the "ReportEntityType" attribute
788                  */
789                 void xsetReportEntityType(gov.grants.apply.forms.sflllV10.ReportEntityDataType reportEntityType);
790                 
791                 /**
792                  * A factory class with static methods for creating instances
793                  * of this type.
794                  */
795                 
796                 public static final class Factory
797                 {
798                     public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.Prime newInstance() {
799                       return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.Prime) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
800                     
801                     public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.Prime newInstance(org.apache.xmlbeans.XmlOptions options) {
802                       return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.Prime) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
803                     
804                     private Factory() { } // No instance of this class allowed
805                 }
806             }
807             
808             /**
809              * An XML SubAwardee(@http://apply.grants.gov/forms/SFLLL-V1.0).
810              *
811              * This is a complex type.
812              */
813             public interface SubAwardee extends gov.grants.apply.forms.sflllV10.AwardeeDataType
814             {
815                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
816                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SubAwardee.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("subawardeebec0elemtype");
817                 
818                 /**
819                  * Gets the "ReportEntityType" attribute
820                  */
821                 gov.grants.apply.forms.sflllV10.ReportEntityDataType.Enum getReportEntityType();
822                 
823                 /**
824                  * Gets (as xml) the "ReportEntityType" attribute
825                  */
826                 gov.grants.apply.forms.sflllV10.ReportEntityDataType xgetReportEntityType();
827                 
828                 /**
829                  * Sets the "ReportEntityType" attribute
830                  */
831                 void setReportEntityType(gov.grants.apply.forms.sflllV10.ReportEntityDataType.Enum reportEntityType);
832                 
833                 /**
834                  * Sets (as xml) the "ReportEntityType" attribute
835                  */
836                 void xsetReportEntityType(gov.grants.apply.forms.sflllV10.ReportEntityDataType reportEntityType);
837                 
838                 /**
839                  * A factory class with static methods for creating instances
840                  * of this type.
841                  */
842                 
843                 public static final class Factory
844                 {
845                     public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.SubAwardee newInstance() {
846                       return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.SubAwardee) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
847                     
848                     public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.SubAwardee newInstance(org.apache.xmlbeans.XmlOptions options) {
849                       return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.SubAwardee) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
850                     
851                     private Factory() { } // No instance of this class allowed
852                 }
853             }
854             
855             /**
856              * An XML Tier(@http://apply.grants.gov/forms/SFLLL-V1.0).
857              *
858              * This is a complex type.
859              */
860             public interface Tier extends org.apache.xmlbeans.XmlObject
861             {
862                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
863                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Tier.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("tiere785elemtype");
864                 
865                 /**
866                  * Gets the "TierValue" element
867                  */
868                 short getTierValue();
869                 
870                 /**
871                  * Gets (as xml) the "TierValue" element
872                  */
873                 org.apache.xmlbeans.XmlShort xgetTierValue();
874                 
875                 /**
876                  * True if has "TierValue" element
877                  */
878                 boolean isSetTierValue();
879                 
880                 /**
881                  * Sets the "TierValue" element
882                  */
883                 void setTierValue(short tierValue);
884                 
885                 /**
886                  * Sets (as xml) the "TierValue" element
887                  */
888                 void xsetTierValue(org.apache.xmlbeans.XmlShort tierValue);
889                 
890                 /**
891                  * Unsets the "TierValue" element
892                  */
893                 void unsetTierValue();
894                 
895                 /**
896                  * Gets the "ReportEntityType" attribute
897                  */
898                 gov.grants.apply.forms.sflllV10.ReportEntityDataType.Enum getReportEntityType();
899                 
900                 /**
901                  * Gets (as xml) the "ReportEntityType" attribute
902                  */
903                 gov.grants.apply.forms.sflllV10.ReportEntityDataType xgetReportEntityType();
904                 
905                 /**
906                  * Sets the "ReportEntityType" attribute
907                  */
908                 void setReportEntityType(gov.grants.apply.forms.sflllV10.ReportEntityDataType.Enum reportEntityType);
909                 
910                 /**
911                  * Sets (as xml) the "ReportEntityType" attribute
912                  */
913                 void xsetReportEntityType(gov.grants.apply.forms.sflllV10.ReportEntityDataType reportEntityType);
914                 
915                 /**
916                  * A factory class with static methods for creating instances
917                  * of this type.
918                  */
919                 
920                 public static final class Factory
921                 {
922                     public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.Tier newInstance() {
923                       return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.Tier) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
924                     
925                     public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.Tier newInstance(org.apache.xmlbeans.XmlOptions options) {
926                       return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity.Tier) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
927                     
928                     private Factory() { } // No instance of this class allowed
929                 }
930             }
931             
932             /**
933              * A factory class with static methods for creating instances
934              * of this type.
935              */
936             
937             public static final class Factory
938             {
939                 public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity newInstance() {
940                   return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
941                 
942                 public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity newInstance(org.apache.xmlbeans.XmlOptions options) {
943                   return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.ReportEntity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
944                 
945                 private Factory() { } // No instance of this class allowed
946             }
947         }
948         
949         /**
950          * An XML FederalAgencyDepartment(@http://apply.grants.gov/forms/SFLLL-V1.0).
951          *
952          * This is an atomic type that is a restriction of gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument$LobbyingActivitiesDisclosure$FederalAgencyDepartment.
953          */
954         public interface FederalAgencyDepartment extends org.apache.xmlbeans.XmlString
955         {
956             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
957                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FederalAgencyDepartment.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("federalagencydepartmentef7aelemtype");
958             
959             /**
960              * A factory class with static methods for creating instances
961              * of this type.
962              */
963             
964             public static final class Factory
965             {
966                 public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalAgencyDepartment newValue(java.lang.Object obj) {
967                   return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalAgencyDepartment) type.newValue( obj ); }
968                 
969                 public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalAgencyDepartment newInstance() {
970                   return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalAgencyDepartment) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
971                 
972                 public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalAgencyDepartment newInstance(org.apache.xmlbeans.XmlOptions options) {
973                   return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalAgencyDepartment) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
974                 
975                 private Factory() { } // No instance of this class allowed
976             }
977         }
978         
979         /**
980          * An XML FederalProgramName(@http://apply.grants.gov/forms/SFLLL-V1.0).
981          *
982          * This is a complex type.
983          */
984         public interface FederalProgramName extends org.apache.xmlbeans.XmlObject
985         {
986             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
987                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FederalProgramName.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("federalprogramnamef2ecelemtype");
988             
989             /**
990              * Gets the "FederalProgramName" element
991              */
992             java.lang.String getFederalProgramName();
993             
994             /**
995              * Gets (as xml) the "FederalProgramName" element
996              */
997             gov.grants.apply.system.globalV10.StringMin1Max120Type xgetFederalProgramName();
998             
999             /**
1000              * True if has "FederalProgramName" element
1001              */
1002             boolean isSetFederalProgramName();
1003             
1004             /**
1005              * Sets the "FederalProgramName" element
1006              */
1007             void setFederalProgramName(java.lang.String federalProgramName);
1008             
1009             /**
1010              * Sets (as xml) the "FederalProgramName" element
1011              */
1012             void xsetFederalProgramName(gov.grants.apply.system.globalV10.StringMin1Max120Type federalProgramName);
1013             
1014             /**
1015              * Unsets the "FederalProgramName" element
1016              */
1017             void unsetFederalProgramName();
1018             
1019             /**
1020              * Gets the "FederalProgramDescription" element
1021              */
1022             java.lang.String getFederalProgramDescription();
1023             
1024             /**
1025              * Gets (as xml) the "FederalProgramDescription" element
1026              */
1027             gov.grants.apply.system.globalV10.StringMin1Max4096Type xgetFederalProgramDescription();
1028             
1029             /**
1030              * True if has "FederalProgramDescription" element
1031              */
1032             boolean isSetFederalProgramDescription();
1033             
1034             /**
1035              * Sets the "FederalProgramDescription" element
1036              */
1037             void setFederalProgramDescription(java.lang.String federalProgramDescription);
1038             
1039             /**
1040              * Sets (as xml) the "FederalProgramDescription" element
1041              */
1042             void xsetFederalProgramDescription(gov.grants.apply.system.globalV10.StringMin1Max4096Type federalProgramDescription);
1043             
1044             /**
1045              * Unsets the "FederalProgramDescription" element
1046              */
1047             void unsetFederalProgramDescription();
1048             
1049             /**
1050              * Gets the "CFDANumber" element
1051              */
1052             java.lang.String getCFDANumber();
1053             
1054             /**
1055              * Gets (as xml) the "CFDANumber" element
1056              */
1057             gov.grants.apply.system.globalV10.StringMin1Max15Type xgetCFDANumber();
1058             
1059             /**
1060              * True if has "CFDANumber" element
1061              */
1062             boolean isSetCFDANumber();
1063             
1064             /**
1065              * Sets the "CFDANumber" element
1066              */
1067             void setCFDANumber(java.lang.String cfdaNumber);
1068             
1069             /**
1070              * Sets (as xml) the "CFDANumber" element
1071              */
1072             void xsetCFDANumber(gov.grants.apply.system.globalV10.StringMin1Max15Type cfdaNumber);
1073             
1074             /**
1075              * Unsets the "CFDANumber" element
1076              */
1077             void unsetCFDANumber();
1078             
1079             /**
1080              * A factory class with static methods for creating instances
1081              * of this type.
1082              */
1083             
1084             public static final class Factory
1085             {
1086                 public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalProgramName newInstance() {
1087                   return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalProgramName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1088                 
1089                 public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalProgramName newInstance(org.apache.xmlbeans.XmlOptions options) {
1090                   return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.FederalProgramName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1091                 
1092                 private Factory() { } // No instance of this class allowed
1093             }
1094         }
1095         
1096         /**
1097          * An XML LobbyingRegistrant(@http://apply.grants.gov/forms/SFLLL-V1.0).
1098          *
1099          * This is a complex type.
1100          */
1101         public interface LobbyingRegistrant extends org.apache.xmlbeans.XmlObject
1102         {
1103             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1104                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(LobbyingRegistrant.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("lobbyingregistrant9987elemtype");
1105             
1106             /**
1107              * Gets the "OrganizationName" element
1108              */
1109             java.lang.String getOrganizationName();
1110             
1111             /**
1112              * Gets (as xml) the "OrganizationName" element
1113              */
1114             gov.grants.apply.system.globalV10.StringMin1Max120Type xgetOrganizationName();
1115             
1116             /**
1117              * True if has "OrganizationName" element
1118              */
1119             boolean isSetOrganizationName();
1120             
1121             /**
1122              * Sets the "OrganizationName" element
1123              */
1124             void setOrganizationName(java.lang.String organizationName);
1125             
1126             /**
1127              * Sets (as xml) the "OrganizationName" element
1128              */
1129             void xsetOrganizationName(gov.grants.apply.system.globalV10.StringMin1Max120Type organizationName);
1130             
1131             /**
1132              * Unsets the "OrganizationName" element
1133              */
1134             void unsetOrganizationName();
1135             
1136             /**
1137              * Gets the "IndividualName" element
1138              */
1139             gov.grants.apply.system.globalLibraryV10.HumanNameDataType getIndividualName();
1140             
1141             /**
1142              * True if has "IndividualName" element
1143              */
1144             boolean isSetIndividualName();
1145             
1146             /**
1147              * Sets the "IndividualName" element
1148              */
1149             void setIndividualName(gov.grants.apply.system.globalLibraryV10.HumanNameDataType individualName);
1150             
1151             /**
1152              * Appends and returns a new empty "IndividualName" element
1153              */
1154             gov.grants.apply.system.globalLibraryV10.HumanNameDataType addNewIndividualName();
1155             
1156             /**
1157              * Unsets the "IndividualName" element
1158              */
1159             void unsetIndividualName();
1160             
1161             /**
1162              * Gets the "Address" element
1163              */
1164             gov.grants.apply.system.globalLibraryV10.AddressDataType getAddress();
1165             
1166             /**
1167              * True if has "Address" element
1168              */
1169             boolean isSetAddress();
1170             
1171             /**
1172              * Sets the "Address" element
1173              */
1174             void setAddress(gov.grants.apply.system.globalLibraryV10.AddressDataType address);
1175             
1176             /**
1177              * Appends and returns a new empty "Address" element
1178              */
1179             gov.grants.apply.system.globalLibraryV10.AddressDataType addNewAddress();
1180             
1181             /**
1182              * Unsets the "Address" element
1183              */
1184             void unsetAddress();
1185             
1186             /**
1187              * A factory class with static methods for creating instances
1188              * of this type.
1189              */
1190             
1191             public static final class Factory
1192             {
1193                 public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.LobbyingRegistrant newInstance() {
1194                   return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.LobbyingRegistrant) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1195                 
1196                 public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.LobbyingRegistrant newInstance(org.apache.xmlbeans.XmlOptions options) {
1197                   return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.LobbyingRegistrant) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1198                 
1199                 private Factory() { } // No instance of this class allowed
1200             }
1201         }
1202         
1203         /**
1204          * An XML IndividualsPerformingServices(@http://apply.grants.gov/forms/SFLLL-V1.0).
1205          *
1206          * This is a complex type.
1207          */
1208         public interface IndividualsPerformingServices extends org.apache.xmlbeans.XmlObject
1209         {
1210             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1211                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(IndividualsPerformingServices.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("individualsperformingservicesf8d5elemtype");
1212             
1213             /**
1214              * Gets array of all "Individual" elements
1215              */
1216             gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices.Individual[] getIndividualArray();
1217             
1218             /**
1219              * Gets ith "Individual" element
1220              */
1221             gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices.Individual getIndividualArray(int i);
1222             
1223             /**
1224              * Returns number of "Individual" element
1225              */
1226             int sizeOfIndividualArray();
1227             
1228             /**
1229              * Sets array of all "Individual" element
1230              */
1231             void setIndividualArray(gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices.Individual[] individualArray);
1232             
1233             /**
1234              * Sets ith "Individual" element
1235              */
1236             void setIndividualArray(int i, gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices.Individual individual);
1237             
1238             /**
1239              * Inserts and returns a new empty value (as xml) as the ith "Individual" element
1240              */
1241             gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices.Individual insertNewIndividual(int i);
1242             
1243             /**
1244              * Appends and returns a new empty value (as xml) as the last "Individual" element
1245              */
1246             gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices.Individual addNewIndividual();
1247             
1248             /**
1249              * Removes the ith "Individual" element
1250              */
1251             void removeIndividual(int i);
1252             
1253             /**
1254              * An XML Individual(@http://apply.grants.gov/forms/SFLLL-V1.0).
1255              *
1256              * This is a complex type.
1257              */
1258             public interface Individual extends org.apache.xmlbeans.XmlObject
1259             {
1260                 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1261                     org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Individual.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("individual65e0elemtype");
1262                 
1263                 /**
1264                  * Gets the "Name" element
1265                  */
1266                 gov.grants.apply.system.globalLibraryV10.HumanNameDataType getName();
1267                 
1268                 /**
1269                  * Sets the "Name" element
1270                  */
1271                 void setName(gov.grants.apply.system.globalLibraryV10.HumanNameDataType name);
1272                 
1273                 /**
1274                  * Appends and returns a new empty "Name" element
1275                  */
1276                 gov.grants.apply.system.globalLibraryV10.HumanNameDataType addNewName();
1277                 
1278                 /**
1279                  * Gets the "Address" element
1280                  */
1281                 gov.grants.apply.system.globalLibraryV10.AddressDataType getAddress();
1282                 
1283                 /**
1284                  * True if has "Address" element
1285                  */
1286                 boolean isSetAddress();
1287                 
1288                 /**
1289                  * Sets the "Address" element
1290                  */
1291                 void setAddress(gov.grants.apply.system.globalLibraryV10.AddressDataType address);
1292                 
1293                 /**
1294                  * Appends and returns a new empty "Address" element
1295                  */
1296                 gov.grants.apply.system.globalLibraryV10.AddressDataType addNewAddress();
1297                 
1298                 /**
1299                  * Unsets the "Address" element
1300                  */
1301                 void unsetAddress();
1302                 
1303                 /**
1304                  * A factory class with static methods for creating instances
1305                  * of this type.
1306                  */
1307                 
1308                 public static final class Factory
1309                 {
1310                     public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices.Individual newInstance() {
1311                       return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices.Individual) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1312                     
1313                     public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices.Individual newInstance(org.apache.xmlbeans.XmlOptions options) {
1314                       return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices.Individual) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1315                     
1316                     private Factory() { } // No instance of this class allowed
1317                 }
1318             }
1319             
1320             /**
1321              * A factory class with static methods for creating instances
1322              * of this type.
1323              */
1324             
1325             public static final class Factory
1326             {
1327                 public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices newInstance() {
1328                   return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1329                 
1330                 public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices newInstance(org.apache.xmlbeans.XmlOptions options) {
1331                   return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.IndividualsPerformingServices) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1332                 
1333                 private Factory() { } // No instance of this class allowed
1334             }
1335         }
1336         
1337         /**
1338          * An XML SignatureBlock(@http://apply.grants.gov/forms/SFLLL-V1.0).
1339          *
1340          * This is a complex type.
1341          */
1342         public interface SignatureBlock extends org.apache.xmlbeans.XmlObject
1343         {
1344             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
1345                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SignatureBlock.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("signatureblock0329elemtype");
1346             
1347             /**
1348              * Gets the "Name" element
1349              */
1350             gov.grants.apply.system.globalLibraryV10.HumanNameDataType getName();
1351             
1352             /**
1353              * Sets the "Name" element
1354              */
1355             void setName(gov.grants.apply.system.globalLibraryV10.HumanNameDataType name);
1356             
1357             /**
1358              * Appends and returns a new empty "Name" element
1359              */
1360             gov.grants.apply.system.globalLibraryV10.HumanNameDataType addNewName();
1361             
1362             /**
1363              * Gets the "Title" element
1364              */
1365             java.lang.String getTitle();
1366             
1367             /**
1368              * Gets (as xml) the "Title" element
1369              */
1370             gov.grants.apply.system.globalLibraryV10.HumanTitleDataType xgetTitle();
1371             
1372             /**
1373              * True if has "Title" element
1374              */
1375             boolean isSetTitle();
1376             
1377             /**
1378              * Sets the "Title" element
1379              */
1380             void setTitle(java.lang.String title);
1381             
1382             /**
1383              * Sets (as xml) the "Title" element
1384              */
1385             void xsetTitle(gov.grants.apply.system.globalLibraryV10.HumanTitleDataType title);
1386             
1387             /**
1388              * Unsets the "Title" element
1389              */
1390             void unsetTitle();
1391             
1392             /**
1393              * Gets the "Telephone" element
1394              */
1395             java.lang.String getTelephone();
1396             
1397             /**
1398              * Gets (as xml) the "Telephone" element
1399              */
1400             gov.grants.apply.system.globalLibraryV10.TelephoneNumberDataType xgetTelephone();
1401             
1402             /**
1403              * True if has "Telephone" element
1404              */
1405             boolean isSetTelephone();
1406             
1407             /**
1408              * Sets the "Telephone" element
1409              */
1410             void setTelephone(java.lang.String telephone);
1411             
1412             /**
1413              * Sets (as xml) the "Telephone" element
1414              */
1415             void xsetTelephone(gov.grants.apply.system.globalLibraryV10.TelephoneNumberDataType telephone);
1416             
1417             /**
1418              * Unsets the "Telephone" element
1419              */
1420             void unsetTelephone();
1421             
1422             /**
1423              * Gets the "SignedDate" element
1424              */
1425             java.util.Calendar getSignedDate();
1426             
1427             /**
1428              * Gets (as xml) the "SignedDate" element
1429              */
1430             org.apache.xmlbeans.XmlDate xgetSignedDate();
1431             
1432             /**
1433              * Sets the "SignedDate" element
1434              */
1435             void setSignedDate(java.util.Calendar signedDate);
1436             
1437             /**
1438              * Sets (as xml) the "SignedDate" element
1439              */
1440             void xsetSignedDate(org.apache.xmlbeans.XmlDate signedDate);
1441             
1442             /**
1443              * Gets the "Signature" element
1444              */
1445             java.lang.String getSignature();
1446             
1447             /**
1448              * Gets (as xml) the "Signature" element
1449              */
1450             gov.grants.apply.system.globalLibraryV10.SignatureDataType xgetSignature();
1451             
1452             /**
1453              * Sets the "Signature" element
1454              */
1455             void setSignature(java.lang.String signature);
1456             
1457             /**
1458              * Sets (as xml) the "Signature" element
1459              */
1460             void xsetSignature(gov.grants.apply.system.globalLibraryV10.SignatureDataType signature);
1461             
1462             /**
1463              * A factory class with static methods for creating instances
1464              * of this type.
1465              */
1466             
1467             public static final class Factory
1468             {
1469                 public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.SignatureBlock newInstance() {
1470                   return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.SignatureBlock) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1471                 
1472                 public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.SignatureBlock newInstance(org.apache.xmlbeans.XmlOptions options) {
1473                   return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure.SignatureBlock) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1474                 
1475                 private Factory() { } // No instance of this class allowed
1476             }
1477         }
1478         
1479         /**
1480          * A factory class with static methods for creating instances
1481          * of this type.
1482          */
1483         
1484         public static final class Factory
1485         {
1486             public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure newInstance() {
1487               return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1488             
1489             public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure newInstance(org.apache.xmlbeans.XmlOptions options) {
1490               return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument.LobbyingActivitiesDisclosure) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1491             
1492             private Factory() { } // No instance of this class allowed
1493         }
1494     }
1495     
1496     /**
1497      * A factory class with static methods for creating instances
1498      * of this type.
1499      */
1500     
1501     public static final class Factory
1502     {
1503         public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument newInstance() {
1504           return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
1505         
1506         public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
1507           return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
1508         
1509         /** @param xmlAsString the string value to parse */
1510         public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
1511           return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
1512         
1513         public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1514           return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
1515         
1516         /** @param file the file from which to load an xml document */
1517         public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1518           return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
1519         
1520         public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1521           return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
1522         
1523         public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1524           return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
1525         
1526         public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1527           return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
1528         
1529         public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1530           return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
1531         
1532         public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1533           return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
1534         
1535         public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1536           return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
1537         
1538         public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
1539           return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
1540         
1541         public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
1542           return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
1543         
1544         public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1545           return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
1546         
1547         public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
1548           return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
1549         
1550         public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
1551           return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
1552         
1553         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1554         public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1555           return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
1556         
1557         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1558         public static gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1559           return (gov.grants.apply.forms.sflllV10.LobbyingActivitiesDisclosureDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
1560         
1561         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1562         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1563           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
1564         
1565         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
1566         public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
1567           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
1568         
1569         private Factory() { } // No instance of this class allowed
1570     }
1571 }