View Javadoc
1   /*
2    * An XML document type.
3    * Localname: AuthorizedRepresentative
4    * Namespace: http://apply.grants.gov/forms/SF424-V1.0
5    * Java type: gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.sf424V10;
10  
11  
12  /**
13   * A document containing one AuthorizedRepresentative(@http://apply.grants.gov/forms/SF424-V1.0) element.
14   *
15   * This is a complex type.
16   */
17  public interface AuthorizedRepresentativeDocument 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(AuthorizedRepresentativeDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("authorizedrepresentative663cdoctype");
21      
22      /**
23       * Gets the "AuthorizedRepresentative" element
24       */
25      gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument.AuthorizedRepresentative getAuthorizedRepresentative();
26      
27      /**
28       * Sets the "AuthorizedRepresentative" element
29       */
30      void setAuthorizedRepresentative(gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument.AuthorizedRepresentative authorizedRepresentative);
31      
32      /**
33       * Appends and returns a new empty "AuthorizedRepresentative" element
34       */
35      gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument.AuthorizedRepresentative addNewAuthorizedRepresentative();
36      
37      /**
38       * An XML AuthorizedRepresentative(@http://apply.grants.gov/forms/SF424-V1.0).
39       *
40       * This is a complex type.
41       */
42      public interface AuthorizedRepresentative 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(AuthorizedRepresentative.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("authorizedrepresentatived110elemtype");
46          
47          /**
48           * Gets the "NamePrefix" element
49           */
50          java.lang.String getNamePrefix();
51          
52          /**
53           * Gets (as xml) the "NamePrefix" element
54           */
55          gov.grants.apply.system.globalV10.StringMin1Max10Type xgetNamePrefix();
56          
57          /**
58           * True if has "NamePrefix" element
59           */
60          boolean isSetNamePrefix();
61          
62          /**
63           * Sets the "NamePrefix" element
64           */
65          void setNamePrefix(java.lang.String namePrefix);
66          
67          /**
68           * Sets (as xml) the "NamePrefix" element
69           */
70          void xsetNamePrefix(gov.grants.apply.system.globalV10.StringMin1Max10Type namePrefix);
71          
72          /**
73           * Unsets the "NamePrefix" element
74           */
75          void unsetNamePrefix();
76          
77          /**
78           * Gets the "GivenName1" element
79           */
80          java.lang.String getGivenName1();
81          
82          /**
83           * Gets (as xml) the "GivenName1" element
84           */
85          gov.grants.apply.system.globalV10.StringMin1Max35Type xgetGivenName1();
86          
87          /**
88           * True if has "GivenName1" element
89           */
90          boolean isSetGivenName1();
91          
92          /**
93           * Sets the "GivenName1" element
94           */
95          void setGivenName1(java.lang.String givenName1);
96          
97          /**
98           * Sets (as xml) the "GivenName1" element
99           */
100         void xsetGivenName1(gov.grants.apply.system.globalV10.StringMin1Max35Type givenName1);
101         
102         /**
103          * Unsets the "GivenName1" element
104          */
105         void unsetGivenName1();
106         
107         /**
108          * Gets the "GivenName2" element
109          */
110         java.lang.String getGivenName2();
111         
112         /**
113          * Gets (as xml) the "GivenName2" element
114          */
115         gov.grants.apply.system.globalV10.StringMin1Max25Type xgetGivenName2();
116         
117         /**
118          * True if has "GivenName2" element
119          */
120         boolean isSetGivenName2();
121         
122         /**
123          * Sets the "GivenName2" element
124          */
125         void setGivenName2(java.lang.String givenName2);
126         
127         /**
128          * Sets (as xml) the "GivenName2" element
129          */
130         void xsetGivenName2(gov.grants.apply.system.globalV10.StringMin1Max25Type givenName2);
131         
132         /**
133          * Unsets the "GivenName2" element
134          */
135         void unsetGivenName2();
136         
137         /**
138          * Gets the "FamilyName" element
139          */
140         java.lang.String getFamilyName();
141         
142         /**
143          * Gets (as xml) the "FamilyName" element
144          */
145         gov.grants.apply.system.globalV10.StringMin1Max60Type xgetFamilyName();
146         
147         /**
148          * True if has "FamilyName" element
149          */
150         boolean isSetFamilyName();
151         
152         /**
153          * Sets the "FamilyName" element
154          */
155         void setFamilyName(java.lang.String familyName);
156         
157         /**
158          * Sets (as xml) the "FamilyName" element
159          */
160         void xsetFamilyName(gov.grants.apply.system.globalV10.StringMin1Max60Type familyName);
161         
162         /**
163          * Unsets the "FamilyName" element
164          */
165         void unsetFamilyName();
166         
167         /**
168          * Gets the "NameSuffix" element
169          */
170         java.lang.String getNameSuffix();
171         
172         /**
173          * Gets (as xml) the "NameSuffix" element
174          */
175         gov.grants.apply.system.globalV10.StringMin1Max10Type xgetNameSuffix();
176         
177         /**
178          * True if has "NameSuffix" element
179          */
180         boolean isSetNameSuffix();
181         
182         /**
183          * Sets the "NameSuffix" element
184          */
185         void setNameSuffix(java.lang.String nameSuffix);
186         
187         /**
188          * Sets (as xml) the "NameSuffix" element
189          */
190         void xsetNameSuffix(gov.grants.apply.system.globalV10.StringMin1Max10Type nameSuffix);
191         
192         /**
193          * Unsets the "NameSuffix" element
194          */
195         void unsetNameSuffix();
196         
197         /**
198          * Gets the "TelephoneNumber" element
199          */
200         java.lang.String getTelephoneNumber();
201         
202         /**
203          * Gets (as xml) the "TelephoneNumber" element
204          */
205         gov.grants.apply.system.globalV10.StringMin1Max25Type xgetTelephoneNumber();
206         
207         /**
208          * True if has "TelephoneNumber" element
209          */
210         boolean isSetTelephoneNumber();
211         
212         /**
213          * Sets the "TelephoneNumber" element
214          */
215         void setTelephoneNumber(java.lang.String telephoneNumber);
216         
217         /**
218          * Sets (as xml) the "TelephoneNumber" element
219          */
220         void xsetTelephoneNumber(gov.grants.apply.system.globalV10.StringMin1Max25Type telephoneNumber);
221         
222         /**
223          * Unsets the "TelephoneNumber" element
224          */
225         void unsetTelephoneNumber();
226         
227         /**
228          * Gets the "RepresentativeTitle" element
229          */
230         java.lang.String getRepresentativeTitle();
231         
232         /**
233          * Gets (as xml) the "RepresentativeTitle" element
234          */
235         gov.grants.apply.system.globalV10.StringMin1Max45Type xgetRepresentativeTitle();
236         
237         /**
238          * True if has "RepresentativeTitle" element
239          */
240         boolean isSetRepresentativeTitle();
241         
242         /**
243          * Sets the "RepresentativeTitle" element
244          */
245         void setRepresentativeTitle(java.lang.String representativeTitle);
246         
247         /**
248          * Sets (as xml) the "RepresentativeTitle" element
249          */
250         void xsetRepresentativeTitle(gov.grants.apply.system.globalV10.StringMin1Max45Type representativeTitle);
251         
252         /**
253          * Unsets the "RepresentativeTitle" element
254          */
255         void unsetRepresentativeTitle();
256         
257         /**
258          * Gets the "FaxNumber" element
259          */
260         java.lang.String getFaxNumber();
261         
262         /**
263          * Gets (as xml) the "FaxNumber" element
264          */
265         gov.grants.apply.system.globalV10.StringMin1Max25Type xgetFaxNumber();
266         
267         /**
268          * True if has "FaxNumber" element
269          */
270         boolean isSetFaxNumber();
271         
272         /**
273          * Sets the "FaxNumber" element
274          */
275         void setFaxNumber(java.lang.String faxNumber);
276         
277         /**
278          * Sets (as xml) the "FaxNumber" element
279          */
280         void xsetFaxNumber(gov.grants.apply.system.globalV10.StringMin1Max25Type faxNumber);
281         
282         /**
283          * Unsets the "FaxNumber" element
284          */
285         void unsetFaxNumber();
286         
287         /**
288          * Gets the "ElectronicMailAddress" element
289          */
290         java.lang.String getElectronicMailAddress();
291         
292         /**
293          * Gets (as xml) the "ElectronicMailAddress" element
294          */
295         gov.grants.apply.system.globalV10.StringMin1Max80Type xgetElectronicMailAddress();
296         
297         /**
298          * True if has "ElectronicMailAddress" element
299          */
300         boolean isSetElectronicMailAddress();
301         
302         /**
303          * Sets the "ElectronicMailAddress" element
304          */
305         void setElectronicMailAddress(java.lang.String electronicMailAddress);
306         
307         /**
308          * Sets (as xml) the "ElectronicMailAddress" element
309          */
310         void xsetElectronicMailAddress(gov.grants.apply.system.globalV10.StringMin1Max80Type electronicMailAddress);
311         
312         /**
313          * Unsets the "ElectronicMailAddress" element
314          */
315         void unsetElectronicMailAddress();
316         
317         /**
318          * A factory class with static methods for creating instances
319          * of this type.
320          */
321         
322         public static final class Factory
323         {
324             public static gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument.AuthorizedRepresentative newInstance() {
325               return (gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument.AuthorizedRepresentative) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
326             
327             public static gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument.AuthorizedRepresentative newInstance(org.apache.xmlbeans.XmlOptions options) {
328               return (gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument.AuthorizedRepresentative) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
329             
330             private Factory() { } // No instance of this class allowed
331         }
332     }
333     
334     /**
335      * A factory class with static methods for creating instances
336      * of this type.
337      */
338     
339     public static final class Factory
340     {
341         public static gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument newInstance() {
342           return (gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
343         
344         public static gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
345           return (gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
346         
347         /** @param xmlAsString the string value to parse */
348         public static gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
349           return (gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
350         
351         public static gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
352           return (gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
353         
354         /** @param file the file from which to load an xml document */
355         public static gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
356           return (gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
357         
358         public static gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
359           return (gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
360         
361         public static gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
362           return (gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
363         
364         public static gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
365           return (gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
366         
367         public static gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
368           return (gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
369         
370         public static gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
371           return (gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
372         
373         public static gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
374           return (gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
375         
376         public static gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
377           return (gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
378         
379         public static gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
380           return (gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
381         
382         public static gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
383           return (gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
384         
385         public static gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
386           return (gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
387         
388         public static gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
389           return (gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
390         
391         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
392         public static gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
393           return (gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
394         
395         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
396         public static gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
397           return (gov.grants.apply.forms.sf424V10.AuthorizedRepresentativeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
398         
399         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
400         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 {
401           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
402         
403         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
404         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 {
405           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
406         
407         private Factory() { } // No instance of this class allowed
408     }
409 }