View Javadoc
1   /*
2    * An XML document type.
3    * Localname: CombinedAssurances
4    * Namespace: http://apply.grants.gov/forms/ED_80_0013-V1.1
5    * Java type: gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.ed800013V11;
10  
11  
12  /**
13   * A document containing one CombinedAssurances(@http://apply.grants.gov/forms/ED_80_0013-V1.1) element.
14   *
15   * This is a complex type.
16   */
17  public interface CombinedAssurancesDocument 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(CombinedAssurancesDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("combinedassurances0e80doctype");
21      
22      /**
23       * Gets the "CombinedAssurances" element
24       */
25      gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument.CombinedAssurances getCombinedAssurances();
26      
27      /**
28       * Sets the "CombinedAssurances" element
29       */
30      void setCombinedAssurances(gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument.CombinedAssurances combinedAssurances);
31      
32      /**
33       * Appends and returns a new empty "CombinedAssurances" element
34       */
35      gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument.CombinedAssurances addNewCombinedAssurances();
36      
37      /**
38       * An XML CombinedAssurances(@http://apply.grants.gov/forms/ED_80_0013-V1.1).
39       *
40       * This is a complex type.
41       */
42      public interface CombinedAssurances 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(CombinedAssurances.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("combinedassurancesfa99elemtype");
46          
47          /**
48           * Gets the "ExplanationAttachment" element
49           */
50          gov.grants.apply.system.attachmentsV10.AttachedFileDataType getExplanationAttachment();
51          
52          /**
53           * True if has "ExplanationAttachment" element
54           */
55          boolean isSetExplanationAttachment();
56          
57          /**
58           * Sets the "ExplanationAttachment" element
59           */
60          void setExplanationAttachment(gov.grants.apply.system.attachmentsV10.AttachedFileDataType explanationAttachment);
61          
62          /**
63           * Appends and returns a new empty "ExplanationAttachment" element
64           */
65          gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewExplanationAttachment();
66          
67          /**
68           * Unsets the "ExplanationAttachment" element
69           */
70          void unsetExplanationAttachment();
71          
72          /**
73           * Gets the "PerformanceLocation" element
74           */
75          gov.grants.apply.system.globalLibraryV20.AddressDataType getPerformanceLocation();
76          
77          /**
78           * True if has "PerformanceLocation" element
79           */
80          boolean isSetPerformanceLocation();
81          
82          /**
83           * Sets the "PerformanceLocation" element
84           */
85          void setPerformanceLocation(gov.grants.apply.system.globalLibraryV20.AddressDataType performanceLocation);
86          
87          /**
88           * Appends and returns a new empty "PerformanceLocation" element
89           */
90          gov.grants.apply.system.globalLibraryV20.AddressDataType addNewPerformanceLocation();
91          
92          /**
93           * Unsets the "PerformanceLocation" element
94           */
95          void unsetPerformanceLocation();
96          
97          /**
98           * Gets the "AdditionalLocation" element
99           */
100         gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAdditionalLocation();
101         
102         /**
103          * Gets (as xml) the "AdditionalLocation" element
104          */
105         gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAdditionalLocation();
106         
107         /**
108          * Sets the "AdditionalLocation" element
109          */
110         void setAdditionalLocation(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum additionalLocation);
111         
112         /**
113          * Sets (as xml) the "AdditionalLocation" element
114          */
115         void xsetAdditionalLocation(gov.grants.apply.system.globalLibraryV20.YesNoDataType additionalLocation);
116         
117         /**
118          * Gets the "OrganizationName" element
119          */
120         java.lang.String getOrganizationName();
121         
122         /**
123          * Gets (as xml) the "OrganizationName" element
124          */
125         gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetOrganizationName();
126         
127         /**
128          * True if has "OrganizationName" element
129          */
130         boolean isSetOrganizationName();
131         
132         /**
133          * Sets the "OrganizationName" element
134          */
135         void setOrganizationName(java.lang.String organizationName);
136         
137         /**
138          * Sets (as xml) the "OrganizationName" element
139          */
140         void xsetOrganizationName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType organizationName);
141         
142         /**
143          * Unsets the "OrganizationName" element
144          */
145         void unsetOrganizationName();
146         
147         /**
148          * Gets the "AuthorizedRepresentativeName" element
149          */
150         gov.grants.apply.system.globalLibraryV20.HumanNameDataType getAuthorizedRepresentativeName();
151         
152         /**
153          * Sets the "AuthorizedRepresentativeName" element
154          */
155         void setAuthorizedRepresentativeName(gov.grants.apply.system.globalLibraryV20.HumanNameDataType authorizedRepresentativeName);
156         
157         /**
158          * Appends and returns a new empty "AuthorizedRepresentativeName" element
159          */
160         gov.grants.apply.system.globalLibraryV20.HumanNameDataType addNewAuthorizedRepresentativeName();
161         
162         /**
163          * Gets the "AuthorizedRepresentativeTitle" element
164          */
165         java.lang.String getAuthorizedRepresentativeTitle();
166         
167         /**
168          * Gets (as xml) the "AuthorizedRepresentativeTitle" element
169          */
170         gov.grants.apply.system.globalLibraryV20.HumanTitleDataType xgetAuthorizedRepresentativeTitle();
171         
172         /**
173          * Sets the "AuthorizedRepresentativeTitle" element
174          */
175         void setAuthorizedRepresentativeTitle(java.lang.String authorizedRepresentativeTitle);
176         
177         /**
178          * Sets (as xml) the "AuthorizedRepresentativeTitle" element
179          */
180         void xsetAuthorizedRepresentativeTitle(gov.grants.apply.system.globalLibraryV20.HumanTitleDataType authorizedRepresentativeTitle);
181         
182         /**
183          * Gets the "AuthorizedRepresentativeSignature" element
184          */
185         java.lang.String getAuthorizedRepresentativeSignature();
186         
187         /**
188          * Gets (as xml) the "AuthorizedRepresentativeSignature" element
189          */
190         gov.grants.apply.system.globalLibraryV20.SignatureDataType xgetAuthorizedRepresentativeSignature();
191         
192         /**
193          * Sets the "AuthorizedRepresentativeSignature" element
194          */
195         void setAuthorizedRepresentativeSignature(java.lang.String authorizedRepresentativeSignature);
196         
197         /**
198          * Sets (as xml) the "AuthorizedRepresentativeSignature" element
199          */
200         void xsetAuthorizedRepresentativeSignature(gov.grants.apply.system.globalLibraryV20.SignatureDataType authorizedRepresentativeSignature);
201         
202         /**
203          * Gets the "SignedDate" element
204          */
205         java.util.Calendar getSignedDate();
206         
207         /**
208          * Gets (as xml) the "SignedDate" element
209          */
210         org.apache.xmlbeans.XmlDate xgetSignedDate();
211         
212         /**
213          * Sets the "SignedDate" element
214          */
215         void setSignedDate(java.util.Calendar signedDate);
216         
217         /**
218          * Sets (as xml) the "SignedDate" element
219          */
220         void xsetSignedDate(org.apache.xmlbeans.XmlDate signedDate);
221         
222         /**
223          * Gets the "FormVersion" attribute
224          */
225         java.lang.String getFormVersion();
226         
227         /**
228          * Gets (as xml) the "FormVersion" attribute
229          */
230         gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
231         
232         /**
233          * Sets the "FormVersion" attribute
234          */
235         void setFormVersion(java.lang.String formVersion);
236         
237         /**
238          * Sets (as xml) the "FormVersion" attribute
239          */
240         void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
241         
242         /**
243          * A factory class with static methods for creating instances
244          * of this type.
245          */
246         
247         public static final class Factory
248         {
249             public static gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument.CombinedAssurances newInstance() {
250               return (gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument.CombinedAssurances) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
251             
252             public static gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument.CombinedAssurances newInstance(org.apache.xmlbeans.XmlOptions options) {
253               return (gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument.CombinedAssurances) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
254             
255             private Factory() { } // No instance of this class allowed
256         }
257     }
258     
259     /**
260      * A factory class with static methods for creating instances
261      * of this type.
262      */
263     
264     public static final class Factory
265     {
266         public static gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument newInstance() {
267           return (gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
268         
269         public static gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
270           return (gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
271         
272         /** @param xmlAsString the string value to parse */
273         public static gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
274           return (gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
275         
276         public static gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
277           return (gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
278         
279         /** @param file the file from which to load an xml document */
280         public static gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
281           return (gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
282         
283         public static gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
284           return (gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
285         
286         public static gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
287           return (gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
288         
289         public static gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
290           return (gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
291         
292         public static gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
293           return (gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
294         
295         public static gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
296           return (gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
297         
298         public static gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
299           return (gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
300         
301         public static gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
302           return (gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
303         
304         public static gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
305           return (gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
306         
307         public static gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
308           return (gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
309         
310         public static gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
311           return (gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
312         
313         public static gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
314           return (gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
315         
316         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
317         public static gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
318           return (gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
319         
320         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
321         public static gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
322           return (gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
323         
324         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
325         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 {
326           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
327         
328         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
329         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 {
330           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
331         
332         private Factory() { } // No instance of this class allowed
333     }
334 }