View Javadoc
1   /*
2    * An XML document type.
3    * Localname: NSF_SuggestedReviewers
4    * Namespace: http://apply.grants.gov/forms/NSF_SuggestedReviewers-V1.0
5    * Java type: gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument
6    *
7    * Automatically generated - do not modify.
8    */
9   package gov.grants.apply.forms.nsfSuggestedReviewersV10;
10  
11  
12  /**
13   * A document containing one NSF_SuggestedReviewers(@http://apply.grants.gov/forms/NSF_SuggestedReviewers-V1.0) element.
14   *
15   * This is a complex type.
16   */
17  public interface NSFSuggestedReviewersDocument 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(NSFSuggestedReviewersDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("nsfsuggestedreviewersacfddoctype");
21      
22      /**
23       * Gets the "NSF_SuggestedReviewers" element
24       */
25      gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument.NSFSuggestedReviewers getNSFSuggestedReviewers();
26      
27      /**
28       * Tests for nil "NSF_SuggestedReviewers" element
29       */
30      boolean isNilNSFSuggestedReviewers();
31      
32      /**
33       * Sets the "NSF_SuggestedReviewers" element
34       */
35      void setNSFSuggestedReviewers(gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument.NSFSuggestedReviewers nsfSuggestedReviewers);
36      
37      /**
38       * Appends and returns a new empty "NSF_SuggestedReviewers" element
39       */
40      gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument.NSFSuggestedReviewers addNewNSFSuggestedReviewers();
41      
42      /**
43       * Nils the "NSF_SuggestedReviewers" element
44       */
45      void setNilNSFSuggestedReviewers();
46      
47      /**
48       * An XML NSF_SuggestedReviewers(@http://apply.grants.gov/forms/NSF_SuggestedReviewers-V1.0).
49       *
50       * This is a complex type.
51       */
52      public interface NSFSuggestedReviewers extends org.apache.xmlbeans.XmlObject
53      {
54          public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
55              org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NSFSuggestedReviewers.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("nsfsuggestedreviewersd118elemtype");
56          
57          /**
58           * Gets the "SuggestedReviewers" element
59           */
60          java.lang.String getSuggestedReviewers();
61          
62          /**
63           * Gets (as xml) the "SuggestedReviewers" element
64           */
65          gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument.NSFSuggestedReviewers.SuggestedReviewers xgetSuggestedReviewers();
66          
67          /**
68           * True if has "SuggestedReviewers" element
69           */
70          boolean isSetSuggestedReviewers();
71          
72          /**
73           * Sets the "SuggestedReviewers" element
74           */
75          void setSuggestedReviewers(java.lang.String suggestedReviewers);
76          
77          /**
78           * Sets (as xml) the "SuggestedReviewers" element
79           */
80          void xsetSuggestedReviewers(gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument.NSFSuggestedReviewers.SuggestedReviewers suggestedReviewers);
81          
82          /**
83           * Unsets the "SuggestedReviewers" element
84           */
85          void unsetSuggestedReviewers();
86          
87          /**
88           * Gets the "ReviewersNotToInclude" element
89           */
90          java.lang.String getReviewersNotToInclude();
91          
92          /**
93           * Gets (as xml) the "ReviewersNotToInclude" element
94           */
95          gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument.NSFSuggestedReviewers.ReviewersNotToInclude xgetReviewersNotToInclude();
96          
97          /**
98           * True if has "ReviewersNotToInclude" element
99           */
100         boolean isSetReviewersNotToInclude();
101         
102         /**
103          * Sets the "ReviewersNotToInclude" element
104          */
105         void setReviewersNotToInclude(java.lang.String reviewersNotToInclude);
106         
107         /**
108          * Sets (as xml) the "ReviewersNotToInclude" element
109          */
110         void xsetReviewersNotToInclude(gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument.NSFSuggestedReviewers.ReviewersNotToInclude reviewersNotToInclude);
111         
112         /**
113          * Unsets the "ReviewersNotToInclude" element
114          */
115         void unsetReviewersNotToInclude();
116         
117         /**
118          * Gets the "FormVersion" attribute
119          */
120         java.lang.String getFormVersion();
121         
122         /**
123          * Gets (as xml) the "FormVersion" attribute
124          */
125         gov.grants.apply.system.globalLibraryV10.FormVersionDataType xgetFormVersion();
126         
127         /**
128          * Sets the "FormVersion" attribute
129          */
130         void setFormVersion(java.lang.String formVersion);
131         
132         /**
133          * Sets (as xml) the "FormVersion" attribute
134          */
135         void xsetFormVersion(gov.grants.apply.system.globalLibraryV10.FormVersionDataType formVersion);
136         
137         /**
138          * An XML SuggestedReviewers(@http://apply.grants.gov/forms/NSF_SuggestedReviewers-V1.0).
139          *
140          * This is an atomic type that is a restriction of gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument$NSFSuggestedReviewers$SuggestedReviewers.
141          */
142         public interface SuggestedReviewers extends org.apache.xmlbeans.XmlString
143         {
144             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
145                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SuggestedReviewers.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("suggestedreviewers687felemtype");
146             
147             /**
148              * A factory class with static methods for creating instances
149              * of this type.
150              */
151             
152             public static final class Factory
153             {
154                 public static gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument.NSFSuggestedReviewers.SuggestedReviewers newValue(java.lang.Object obj) {
155                   return (gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument.NSFSuggestedReviewers.SuggestedReviewers) type.newValue( obj ); }
156                 
157                 public static gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument.NSFSuggestedReviewers.SuggestedReviewers newInstance() {
158                   return (gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument.NSFSuggestedReviewers.SuggestedReviewers) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
159                 
160                 public static gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument.NSFSuggestedReviewers.SuggestedReviewers newInstance(org.apache.xmlbeans.XmlOptions options) {
161                   return (gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument.NSFSuggestedReviewers.SuggestedReviewers) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
162                 
163                 private Factory() { } // No instance of this class allowed
164             }
165         }
166         
167         /**
168          * An XML ReviewersNotToInclude(@http://apply.grants.gov/forms/NSF_SuggestedReviewers-V1.0).
169          *
170          * This is an atomic type that is a restriction of gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument$NSFSuggestedReviewers$ReviewersNotToInclude.
171          */
172         public interface ReviewersNotToInclude extends org.apache.xmlbeans.XmlString
173         {
174             public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
175                 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ReviewersNotToInclude.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("reviewersnottoincludebbacelemtype");
176             
177             /**
178              * A factory class with static methods for creating instances
179              * of this type.
180              */
181             
182             public static final class Factory
183             {
184                 public static gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument.NSFSuggestedReviewers.ReviewersNotToInclude newValue(java.lang.Object obj) {
185                   return (gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument.NSFSuggestedReviewers.ReviewersNotToInclude) type.newValue( obj ); }
186                 
187                 public static gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument.NSFSuggestedReviewers.ReviewersNotToInclude newInstance() {
188                   return (gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument.NSFSuggestedReviewers.ReviewersNotToInclude) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
189                 
190                 public static gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument.NSFSuggestedReviewers.ReviewersNotToInclude newInstance(org.apache.xmlbeans.XmlOptions options) {
191                   return (gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument.NSFSuggestedReviewers.ReviewersNotToInclude) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
192                 
193                 private Factory() { } // No instance of this class allowed
194             }
195         }
196         
197         /**
198          * A factory class with static methods for creating instances
199          * of this type.
200          */
201         
202         public static final class Factory
203         {
204             public static gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument.NSFSuggestedReviewers newInstance() {
205               return (gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument.NSFSuggestedReviewers) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
206             
207             public static gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument.NSFSuggestedReviewers newInstance(org.apache.xmlbeans.XmlOptions options) {
208               return (gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument.NSFSuggestedReviewers) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
209             
210             private Factory() { } // No instance of this class allowed
211         }
212     }
213     
214     /**
215      * A factory class with static methods for creating instances
216      * of this type.
217      */
218     
219     public static final class Factory
220     {
221         public static gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument newInstance() {
222           return (gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
223         
224         public static gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
225           return (gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
226         
227         /** @param xmlAsString the string value to parse */
228         public static gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
229           return (gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
230         
231         public static gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
232           return (gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
233         
234         /** @param file the file from which to load an xml document */
235         public static gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
236           return (gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
237         
238         public static gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
239           return (gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
240         
241         public static gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
242           return (gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
243         
244         public static gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
245           return (gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
246         
247         public static gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
248           return (gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
249         
250         public static gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
251           return (gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
252         
253         public static gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
254           return (gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
255         
256         public static gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
257           return (gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
258         
259         public static gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
260           return (gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
261         
262         public static gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
263           return (gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
264         
265         public static gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
266           return (gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
267         
268         public static gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
269           return (gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
270         
271         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
272         public static gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
273           return (gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
274         
275         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
276         public static gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
277           return (gov.grants.apply.forms.nsfSuggestedReviewersV10.NSFSuggestedReviewersDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
278         
279         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
280         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 {
281           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
282         
283         /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
284         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 {
285           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
286         
287         private Factory() { } // No instance of this class allowed
288     }
289 }